2018-07-21 16:07:51,747 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-171 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-21 16:07:51,750 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.23,192.30.9.10 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=rjFtm632Mc0JmMDI9ptGcU2cb 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=a6906d7d21744bd98421510fc029622a export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.10 export SDN_CONTROLLER_PASSWORD=rgrI5jagbAispHWvfA4jqZMWI export OS_REGION_NAME=regionOne 2018-07-21 16:07:51,750 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-21 16:07:51,750 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-07-21 16:07:51,774 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:07:52,057 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:07:52,058 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:07:52,063 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:07:52,064 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-07-21 16:07:52,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-07-21 16:07:52,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:07:52,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1469736-6772-4d88-a9e9-0447dda8f91e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:07:52,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b1469736-6772-4d88-a9e9-0447dda8f91e 2018-07-21 16:07:52,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:07:52,463 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:07:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["Ve8-Ywo6Tq-bGoXNqyrVgQ"], "issued_at": "2018-07-21T16:07:52.000000Z"}} 2018-07-21 16:07:52,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:53,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07: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-b70e1554-fa32-4241-9dd7-2c082c77ce85 x-compute-request-id: req-b70e1554-fa32-4241-9dd7-2c082c77ce85 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-07-21 16:07:53,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-b70e1554-fa32-4241-9dd7-2c082c77ce85 2018-07-21 16:07:53,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.17862510681s 2018-07-21 16:07:53,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-aggregates used request id req-b70e1554-fa32-4241-9dd7-2c082c77ce85 2018-07-21 16:07:53,243 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-07-21 16:07:53,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:07:53,252 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:07:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c14ffca-d32f-423d-83bf-ac930b164328 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:07:53,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-3c14ffca-d32f-423d-83bf-ac930b164328 2018-07-21 16:07:53,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:07:53,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:53,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-183dba3b-d184-4678-8b0a-230e7cda75d9 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:07:53,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-183dba3b-d184-4678-8b0a-230e7cda75d9 2018-07-21 16:07:53,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190827846527s 2018-07-21 16:07:53,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-183dba3b-d184-4678-8b0a-230e7cda75d9 2018-07-21 16:07:53,445 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'd64d84be5f4f4164a385b2f32ce40555', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-07-21 16:07:53,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-21 16:07:53,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:53,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eb4135c7-a249-4318-8eba-518d0446b00d Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0caae147bbf74c9daba5022773c5ec25"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0eee04dec527407fb736ffeeb0de9d0f"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/106e70b9cb6448aea9c6d20e694971e1"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/150e20cf24794687b2908b7e1b6ca94c"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1eb1b8e02c4a47108dc057b6097fdbcb"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2614308a511340168e7eb1ad3f99f07d"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3963a233e5e44632bcebe5ec4c5c6243"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/401aae2a0dd04fe59684edc7b11066e6"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4346fc94df6e412dadc4c14db6b9ac55"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5694037255bf469a8198e5411303ae43", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/44398154dd0f459d94510a4854d301f2"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "44398154dd0f459d94510a4854d301f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/47066be89a064c10aed0d39cb72309a5"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5694037255bf469a8198e5411303ae43", "id": "47066be89a064c10aed0d39cb72309a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/48aae13fdfab4e55b4daa3e387b5da5d"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4d37f0e22309428d89b6153f25dafb65"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5694037255bf469a8198e5411303ae43", "id": "4d37f0e22309428d89b6153f25dafb65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/58c1fd832fc643e5b0bea792a24653af"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5a1872f0921a44d9841f724a017e0623"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "5a1872f0921a44d9841f724a017e0623"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/63917868c51540129252aab08974ddf5"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "63917868c51540129252aab08974ddf5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7f9e212267fc436690ea2f25dacc5c85"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/81d88344967d450e8234037557d626e0"}, "url": "http://12.0.0.24:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "81d88344967d450e8234037557d626e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8373228817884dc1a729028d44b38ac2"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "8373228817884dc1a729028d44b38ac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8b5795a206284724b3ba38e55294e372"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "8b5795a206284724b3ba38e55294e372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/91b406860a55485aae2f9090021e5093"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "91b406860a55485aae2f9090021e5093"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/97c3c0a50e064dce828ab6bcb99dc4dc"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9ee1d4280c6c417c9fade37c2f2f496d"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a54bf17abcc14513a6a61d5e05c059da"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a71563a6d430421cb00b2a755d920c2b"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/aab32ce47a3f459fac579052633b7215"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "aab32ce47a3f459fac579052633b7215"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ae4b317aeb6d4dac823237365b3b4d29"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8cb3060b5d442138d59bb64f7040131"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bebf3563255740859d5ae90a7a8ffe3c"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c144ec157c404087a04da0e22367dd4a"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "c144ec157c404087a04da0e22367dd4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c877d1a6742f4ba180815cb5fbbc230d"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "c877d1a6742f4ba180815cb5fbbc230d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d2dc3cabdd3644cbb87b0671e206cf24"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d307d72573684b07b9b27bc3c5870482"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "d307d72573684b07b9b27bc3c5870482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d8c3a56e28094761ae8a3df56161aa98"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e2b87ab506674996ae2affdaa0464bd1"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "e2b87ab506674996ae2affdaa0464bd1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e33af6742a574adb9df0eb23ccd82e13"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "e33af6742a574adb9df0eb23ccd82e13"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ed8b54ce5d0240d2898be14f83857aee"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "ed8b54ce5d0240d2898be14f83857aee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f0d9f81d3216415d8e1f767f349560fe"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "f0d9f81d3216415d8e1f767f349560fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f1c3b76309f8417a98e4d2e1bebb73e7"}, "url": "http://12.0.0.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f81cdb939b5d4678837d45d3125d2e68"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "f81cdb939b5d4678837d45d3125d2e68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fb57c080558d4c7c89dc7cf1cae9a30a"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fd2df22e8d7f42339ab2162f97727b26"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-21 16:07:53,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-eb4135c7-a249-4318-8eba-518d0446b00d 2018-07-21 16:07:53,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0978310108185s 2018-07-21 16:07:53,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-eb4135c7-a249-4318-8eba-518d0446b00d 2018-07-21 16:07:53,554 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0caae147bbf74c9daba5022773c5ec25'}, u'url': u'http://192.30.9.10:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd8d07ba0df0e4e32879d152cd579e940', u'id': u'0caae147bbf74c9daba5022773c5ec25'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/0eee04dec527407fb736ffeeb0de9d0f'}, u'url': u'http://192.30.9.10:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3d41c6080c5d4d318b88a556de545bf0', u'id': u'0eee04dec527407fb736ffeeb0de9d0f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/106e70b9cb6448aea9c6d20e694971e1'}, u'url': u'http://192.30.9.10:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6c1f1060a24c4e4386301667c2ff9a74', u'id': u'106e70b9cb6448aea9c6d20e694971e1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/150e20cf24794687b2908b7e1b6ca94c'}, u'url': u'http://192.30.9.10:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'157fdeda065c460b8f0307c52ac8cf73', u'id': u'150e20cf24794687b2908b7e1b6ca94c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/1eb1b8e02c4a47108dc057b6097fdbcb'}, u'url': u'http://172.30.9.23:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'da9ebd25a8fe4c1f83c4a98a7b116e35', u'id': u'1eb1b8e02c4a47108dc057b6097fdbcb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/2614308a511340168e7eb1ad3f99f07d'}, u'url': u'http://192.30.9.10:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3d41c6080c5d4d318b88a556de545bf0', u'id': u'2614308a511340168e7eb1ad3f99f07d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/3963a233e5e44632bcebe5ec4c5c6243'}, u'url': u'http://192.30.9.10:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9f3607fd236e428087e5c78abb8b1599', u'id': u'3963a233e5e44632bcebe5ec4c5c6243'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/401aae2a0dd04fe59684edc7b11066e6'}, u'url': u'http://192.30.9.10:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'da9ebd25a8fe4c1f83c4a98a7b116e35', u'id': u'401aae2a0dd04fe59684edc7b11066e6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4346fc94df6e412dadc4c14db6b9ac55'}, u'url': u'http://172.30.9.23:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5694037255bf469a8198e5411303ae43', u'id': u'4346fc94df6e412dadc4c14db6b9ac55'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/44398154dd0f459d94510a4854d301f2'}, u'url': u'http://192.30.9.10:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'79b3386f56e344ae9071aa0af5665cf5', u'id': u'44398154dd0f459d94510a4854d301f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/47066be89a064c10aed0d39cb72309a5'}, u'url': u'http://192.30.9.10:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5694037255bf469a8198e5411303ae43', u'id': u'47066be89a064c10aed0d39cb72309a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/48aae13fdfab4e55b4daa3e387b5da5d'}, u'url': u'http://192.30.9.10:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd8d07ba0df0e4e32879d152cd579e940', u'id': u'48aae13fdfab4e55b4daa3e387b5da5d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/4d37f0e22309428d89b6153f25dafb65'}, u'url': u'http://192.30.9.10:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5694037255bf469a8198e5411303ae43', u'id': u'4d37f0e22309428d89b6153f25dafb65'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/58c1fd832fc643e5b0bea792a24653af'}, u'url': u'http://192.30.9.10:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3ba57e55341e46ddb390cf9dc95e286d', u'id': u'58c1fd832fc643e5b0bea792a24653af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/5a1872f0921a44d9841f724a017e0623'}, u'url': u'http://192.30.9.10:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8090b541497b405bb1fea05da4c41831', u'id': u'5a1872f0921a44d9841f724a017e0623'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/63917868c51540129252aab08974ddf5'}, u'url': u'http://192.30.9.10:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9f3607fd236e428087e5c78abb8b1599', u'id': u'63917868c51540129252aab08974ddf5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/7f9e212267fc436690ea2f25dacc5c85'}, u'url': u'http://172.30.9.23:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a8fa2edafd5f4a7e946633be93987815', u'id': u'7f9e212267fc436690ea2f25dacc5c85'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/81d88344967d450e8234037557d626e0'}, u'url': u'http://12.0.0.24:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'78657f135e2c4c00a32ba983c4f5b5fb', u'id': u'81d88344967d450e8234037557d626e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8373228817884dc1a729028d44b38ac2'}, u'url': u'http://172.30.9.23:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd8d07ba0df0e4e32879d152cd579e940', u'id': u'8373228817884dc1a729028d44b38ac2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/8b5795a206284724b3ba38e55294e372'}, u'url': u'http://172.30.9.23:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'79b3386f56e344ae9071aa0af5665cf5', u'id': u'8b5795a206284724b3ba38e55294e372'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/91b406860a55485aae2f9090021e5093'}, u'url': u'http://192.30.9.10:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'79b3386f56e344ae9071aa0af5665cf5', u'id': u'91b406860a55485aae2f9090021e5093'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/97c3c0a50e064dce828ab6bcb99dc4dc'}, u'url': u'http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'78657f135e2c4c00a32ba983c4f5b5fb', u'id': u'97c3c0a50e064dce828ab6bcb99dc4dc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/9ee1d4280c6c417c9fade37c2f2f496d'}, u'url': u'http://172.30.9.23:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b1662afa20104d36bb19902dca79a45b', u'id': u'9ee1d4280c6c417c9fade37c2f2f496d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a54bf17abcc14513a6a61d5e05c059da'}, u'url': u'http://192.30.9.10:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3ba57e55341e46ddb390cf9dc95e286d', u'id': u'a54bf17abcc14513a6a61d5e05c059da'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/a71563a6d430421cb00b2a755d920c2b'}, u'url': u'http://192.30.9.10:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'58df3b66f0ec4a94854ab793427746f7', u'id': u'a71563a6d430421cb00b2a755d920c2b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/aab32ce47a3f459fac579052633b7215'}, u'url': u'http://192.30.9.10:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a8fa2edafd5f4a7e946633be93987815', u'id': u'aab32ce47a3f459fac579052633b7215'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ae4b317aeb6d4dac823237365b3b4d29'}, u'url': u'http://172.30.9.23:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'157fdeda065c460b8f0307c52ac8cf73', u'id': u'ae4b317aeb6d4dac823237365b3b4d29'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/b8cb3060b5d442138d59bb64f7040131'}, u'url': u'http://192.30.9.10:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'58df3b66f0ec4a94854ab793427746f7', u'id': u'b8cb3060b5d442138d59bb64f7040131'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/bebf3563255740859d5ae90a7a8ffe3c'}, u'url': u'http://192.30.9.10:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6c1f1060a24c4e4386301667c2ff9a74', u'id': u'bebf3563255740859d5ae90a7a8ffe3c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c144ec157c404087a04da0e22367dd4a'}, u'url': u'http://192.30.9.10:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b1662afa20104d36bb19902dca79a45b', u'id': u'c144ec157c404087a04da0e22367dd4a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/c877d1a6742f4ba180815cb5fbbc230d'}, u'url': u'http://192.30.9.10:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'157fdeda065c460b8f0307c52ac8cf73', u'id': u'c877d1a6742f4ba180815cb5fbbc230d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d2dc3cabdd3644cbb87b0671e206cf24'}, u'url': u'http://172.30.9.23:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3d41c6080c5d4d318b88a556de545bf0', u'id': u'd2dc3cabdd3644cbb87b0671e206cf24'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d307d72573684b07b9b27bc3c5870482'}, u'url': u'http://172.30.9.23:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'58df3b66f0ec4a94854ab793427746f7', u'id': u'd307d72573684b07b9b27bc3c5870482'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/d8c3a56e28094761ae8a3df56161aa98'}, u'url': u'http://192.30.9.10:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8090b541497b405bb1fea05da4c41831', u'id': u'd8c3a56e28094761ae8a3df56161aa98'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e2b87ab506674996ae2affdaa0464bd1'}, u'url': u'http://192.30.9.10:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'da9ebd25a8fe4c1f83c4a98a7b116e35', u'id': u'e2b87ab506674996ae2affdaa0464bd1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/e33af6742a574adb9df0eb23ccd82e13'}, u'url': u'http://192.30.9.10:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a8fa2edafd5f4a7e946633be93987815', u'id': u'e33af6742a574adb9df0eb23ccd82e13'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/ed8b54ce5d0240d2898be14f83857aee'}, u'url': u'http://172.30.9.23:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3ba57e55341e46ddb390cf9dc95e286d', u'id': u'ed8b54ce5d0240d2898be14f83857aee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f0d9f81d3216415d8e1f767f349560fe'}, u'url': u'http://172.30.9.23:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8090b541497b405bb1fea05da4c41831', u'id': u'f0d9f81d3216415d8e1f767f349560fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f1c3b76309f8417a98e4d2e1bebb73e7'}, u'url': u'http://12.0.0.24:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'78657f135e2c4c00a32ba983c4f5b5fb', u'id': u'f1c3b76309f8417a98e4d2e1bebb73e7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/f81cdb939b5d4678837d45d3125d2e68'}, u'url': u'http://172.30.9.23:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6c1f1060a24c4e4386301667c2ff9a74', u'id': u'f81cdb939b5d4678837d45d3125d2e68'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fb57c080558d4c7c89dc7cf1cae9a30a'}, u'url': u'http://172.30.9.23:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9f3607fd236e428087e5c78abb8b1599', u'id': u'fb57c080558d4c7c89dc7cf1cae9a30a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.23:5000/v3/endpoints/fd2df22e8d7f42339ab2162f97727b26'}, u'url': u'http://192.30.9.10:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b1662afa20104d36bb19902dca79a45b', u'id': u'fd2df22e8d7f42339ab2162f97727b26'})] 2018-07-21 16:07:53,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-07-21 16:07:53,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:53,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07: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-4d78159a-f27f-476b-90c2-131798ac31df x-compute-request-id: req-4d78159a-f27f-476b-90c2-131798ac31df Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-07-21 16:07:53,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-4d78159a-f27f-476b-90c2-131798ac31df 2018-07-21 16:07:53,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.11393904686s 2018-07-21 16:07:53,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/extensions used request id req-4d78159a-f27f-476b-90c2-131798ac31df 2018-07-21 16:07:53,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-07-21 16:07:53,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:54,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-670a6fb0-06b0-4495-b3d0-a241cb73a251 x-compute-request-id: req-670a6fb0-06b0-4495-b3d0-a241cb73a251 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-07-21 16:07:54,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-670a6fb0-06b0-4495-b3d0-a241cb73a251 2018-07-21 16:07:54,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.2871670723s 2018-07-21 16:07:54,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-floating-ip-pools used request id req-670a6fb0-06b0-4495-b3d0-a241cb73a251 2018-07-21 16:07:54,973 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-07-21 16:07:54,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:07:54,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1414c504-37ff-46a0-8b0d-e4b64f2c393e Date: Sat, 21 Jul 2018 16:07:55 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:07:55,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1414c504-37ff-46a0-8b0d-e4b64f2c393e 2018-07-21 16:07:55,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0567128658295s 2018-07-21 16:07:55,035 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-1414c504-37ff-46a0-8b0d-e4b64f2c393e 2018-07-21 16:07:55,036 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-07-21 16:07:55,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-21 16:07:55,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dde91a4-0ed1-4be5-b32c-8b2a870df71b x-compute-request-id: req-5dde91a4-0ed1-4be5-b32c-8b2a870df71b Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-21 16:07:55,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5dde91a4-0ed1-4be5-b32c-8b2a870df71b 2018-07-21 16:07:55,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.18727183342s 2018-07-21 16:07:55,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-5dde91a4-0ed1-4be5-b32c-8b2a870df71b 2018-07-21 16:07:55,224 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.6', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 3}, 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.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "acpi", "spec-ctrl", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 28, u'hypervisor_version': 2010000, u'disk_available_least': 28, u'local_gb': 28, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 4}, 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-07-21 16:07:55,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-07-21 16:07:55,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-70205389-019e-4e87-b498-24c6d76f527c x-compute-request-id: req-70205389-019e-4e87-b498-24c6d76f527c Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-21 16:07:55,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-70205389-019e-4e87-b498-24c6d76f527c 2018-07-21 16:07:55,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.130961894989s 2018-07-21 16:07:55,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-70205389-019e-4e87-b498-24c6d76f527c 2018-07-21 16:07:55,357 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-07-21 16:07:55,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:07:55,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3e8b94a5-9ced-4ff0-90fa-896020b3346a Date: Sat, 21 Jul 2018 16:07:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:07:55,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3e8b94a5-9ced-4ff0-90fa-896020b3346a 2018-07-21 16:07:55,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0781638622284s 2018-07-21 16:07:55,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3e8b94a5-9ced-4ff0-90fa-896020b3346a 2018-07-21 16:07:55,436 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'39b4a612-3208-4f5a-9bbc-d1c8552f6943'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:05:43Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'8562b425-f304-4a61-9f95-61d480219689', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'9c1b53ea4891475d886a643c0437ee5a', u'created_at': u'2018-07-21T16:05:37Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9c1b53ea4891475d886a643c0437ee5a'})] 2018-07-21 16:07:55,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:07:55,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-9a8ba070-f7c4-4e83-94a5-4970f7fb1230 Date: Sat, 21 Jul 2018 16:07:55 GMT RESP BODY: {"ports":[]} 2018-07-21 16:07:55,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-9a8ba070-f7c4-4e83-94a5-4970f7fb1230 2018-07-21 16:07:55,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0304460525513s 2018-07-21 16:07:55,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json used request id req-9a8ba070-f7c4-4e83-94a5-4970f7fb1230 2018-07-21 16:07:55,468 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-07-21 16:07:55,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:07:55,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bccc27a-f01f-4082-b505-89fbf7ba689e Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "0198b6e856d64d56868b5b88b5466c01"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/0198b6e856d64d56868b5b88b5466c01/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "14ade7f4b8874a8ebb7db7952062f8a5"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/14ade7f4b8874a8ebb7db7952062f8a5/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "a6906d7d21744bd98421510fc029622a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "2a2432a175e24e539f898da0a66c9eae"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a/users/2a2432a175e24e539f898da0a66c9eae/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "4b58e79aae4f4a0188441446fc9e3e0d"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/4b58e79aae4f4a0188441446fc9e3e0d/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "5ba0ae39343f42db9933e0f134d5b960"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/5ba0ae39343f42db9933e0f134d5b960/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "64e0ded2595745ba8b5c76a5985ebe76"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/64e0ded2595745ba8b5c76a5985ebe76/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "6d65381dfba342d699980dc046486d6a"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/6d65381dfba342d699980dc046486d6a/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "905aad13754d421a9b3fd6c8072b06ab"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/905aad13754d421a9b3fd6c8072b06ab/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "9b6f96c2720441b98831d588c59f0527"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/9b6f96c2720441b98831d588c59f0527/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "9d31a71c0a8a4ae59fc43228829ad4e2"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/9d31a71c0a8a4ae59fc43228829ad4e2/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "a2085a22da3e4b6386d29dcc35ad7a52"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/a2085a22da3e4b6386d29dcc35ad7a52/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "bca07516ac1c4f1090a62725b5ca804c"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/bca07516ac1c4f1090a62725b5ca804c/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "c7416974942145e18a9f8ef6a0844013"}, "user": {"id": "bca07516ac1c4f1090a62725b5ca804c"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/bca07516ac1c4f1090a62725b5ca804c/roles/c7416974942145e18a9f8ef6a0844013"}}, {"scope": {"project": {"id": "9c1b53ea4891475d886a643c0437ee5a"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "d281579d6b7447828f008eeb05df1af2"}, "links": {"assignment": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a/users/d281579d6b7447828f008eeb05df1af2/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"domain": {"id": "d64d84be5f4f4164a385b2f32ce40555"}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "d081ea6b48004bc3903b02bdc0a1bb4e"}, "links": {"assignment": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555/users/d081ea6b48004bc3903b02bdc0a1bb4e/roles/6162cf18063544399de1aa224b6485c7"}}, {"scope": {"system": {"all": true}}, "role": {"id": "6162cf18063544399de1aa224b6485c7"}, "user": {"id": "2a2432a175e24e539f898da0a66c9eae"}, "links": {"assignment": "http://172.30.9.23:5000/v3/system/users/2a2432a175e24e539f898da0a66c9eae/roles/6162cf18063544399de1aa224b6485c7"}}], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments", "previous": null, "next": null}} 2018-07-21 16:07:55,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-8bccc27a-f01f-4082-b505-89fbf7ba689e 2018-07-21 16:07:55,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102252960205s 2018-07-21 16:07:55,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments used request id req-8bccc27a-f01f-4082-b505-89fbf7ba689e 2018-07-21 16:07:55,576 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'0198b6e856d64d56868b5b88b5466c01'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'14ade7f4b8874a8ebb7db7952062f8a5'}), Munch({'project': u'a6906d7d21744bd98421510fc029622a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'2a2432a175e24e539f898da0a66c9eae'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'4b58e79aae4f4a0188441446fc9e3e0d'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'5ba0ae39343f42db9933e0f134d5b960'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'64e0ded2595745ba8b5c76a5985ebe76'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'6d65381dfba342d699980dc046486d6a'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'905aad13754d421a9b3fd6c8072b06ab'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'9b6f96c2720441b98831d588c59f0527'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'9d31a71c0a8a4ae59fc43228829ad4e2'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'a2085a22da3e4b6386d29dcc35ad7a52'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'bca07516ac1c4f1090a62725b5ca804c'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'c7416974942145e18a9f8ef6a0844013', 'user': u'bca07516ac1c4f1090a62725b5ca804c'}), Munch({'project': u'9c1b53ea4891475d886a643c0437ee5a', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'd281579d6b7447828f008eeb05df1af2'}), Munch({'domain': u'd64d84be5f4f4164a385b2f32ce40555', 'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'd081ea6b48004bc3903b02bdc0a1bb4e'}), Munch({'id': u'6162cf18063544399de1aa224b6485c7', 'user': u'2a2432a175e24e539f898da0a66c9eae'})] 2018-07-21 16:07:55,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:07:55,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df41d172-82e9-45f0-8cd5-90cb53181747 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:07:55,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-df41d172-82e9-45f0-8cd5-90cb53181747 2018-07-21 16:07:55,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0993709564209s 2018-07-21 16:07:55,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-df41d172-82e9-45f0-8cd5-90cb53181747 2018-07-21 16:07:55,681 - 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'reader', 'id': u'00aaa0eca14e4fe394ac2ac7570efc7f'}), 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'3b27e96c6cb241d1a2e8088799e79167'}), 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'6162cf18063544399de1aa224b6485c7'}), 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'9bae077bdc77459da4da52e13fd73a8e'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'c7416974942145e18a9f8ef6a0844013'}), 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'ec98385a6f284ce1b96b91764b17eb67'})] 2018-07-21 16:07:55,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:07:55,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-df28e81d-8054-43a7-9cdb-5f27bcbf6e40 Date: Sat, 21 Jul 2018 16:07:55 GMT RESP BODY: {"routers": []} 2018-07-21 16:07:55,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-df28e81d-8054-43a7-9cdb-5f27bcbf6e40 2018-07-21 16:07:55,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0490911006927s 2018-07-21 16:07:55,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-df28e81d-8054-43a7-9cdb-5f27bcbf6e40 2018-07-21 16:07:55,732 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-07-21 16:07:55,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:07:55,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:55,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c0bcd9ca-e7dd-474b-951f-9866b89b3830 x-compute-request-id: req-c0bcd9ca-e7dd-474b-951f-9866b89b3830 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 16:07:55,952 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c0bcd9ca-e7dd-474b-951f-9866b89b3830 2018-07-21 16:07:55,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.219835996628s 2018-07-21 16:07:55,952 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c0bcd9ca-e7dd-474b-951f-9866b89b3830 2018-07-21 16:07:55,952 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-07-21 16:07:55,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-21 16:07:55,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:07:55,965 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3af9e1d1-1591-42f5-a7db-c78cd40ed1f5 Content-Length: 267 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.10:35357/v3/", "rel": "self"}]}]}} 2018-07-21 16:07:55,965 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-3af9e1d1-1591-42f5-a7db-c78cd40ed1f5 2018-07-21 16:07:55,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:56,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c94a024-b2bd-41a0-b585-23dda6d05a06 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/157fdeda065c460b8f0307c52ac8cf73"}, "enabled": true, "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/3ba57e55341e46ddb390cf9dc95e286d"}, "enabled": true, "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/3d41c6080c5d4d318b88a556de545bf0"}, "enabled": true, "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/492496b3104b4066bafd6333f332b25f"}, "enabled": true, "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/5694037255bf469a8198e5411303ae43"}, "enabled": true, "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/58df3b66f0ec4a94854ab793427746f7"}, "enabled": true, "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/6c1f1060a24c4e4386301667c2ff9a74"}, "enabled": true, "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/78657f135e2c4c00a32ba983c4f5b5fb"}, "enabled": true, "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/79b3386f56e344ae9071aa0af5665cf5"}, "enabled": true, "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8090b541497b405bb1fea05da4c41831"}, "enabled": true, "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/9f3607fd236e428087e5c78abb8b1599"}, "enabled": true, "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/a8fa2edafd5f4a7e946633be93987815"}, "enabled": true, "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/b1662afa20104d36bb19902dca79a45b"}, "enabled": true, "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/d8d07ba0df0e4e32879d152cd579e940"}, "enabled": true, "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/da9ebd25a8fe4c1f83c4a98a7b116e35"}, "enabled": true, "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-07-21 16:07:56,135 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-2c94a024-b2bd-41a0-b585-23dda6d05a06 2018-07-21 16:07:56,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.179177999496s 2018-07-21 16:07:56,135 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-2c94a024-b2bd-41a0-b585-23dda6d05a06 2018-07-21 16:07:56,140 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'157fdeda065c460b8f0307c52ac8cf73', 'name': u'keystone'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'3ba57e55341e46ddb390cf9dc95e286d', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'3d41c6080c5d4d318b88a556de545bf0', 'name': u'aodh'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'492496b3104b4066bafd6333f332b25f', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'5694037255bf469a8198e5411303ae43', 'name': u'glance'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'58df3b66f0ec4a94854ab793427746f7', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'6c1f1060a24c4e4386301667c2ff9a74', 'name': u'panko'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'78657f135e2c4c00a32ba983c4f5b5fb', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'79b3386f56e344ae9071aa0af5665cf5', 'name': u'placement'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'8090b541497b405bb1fea05da4c41831', 'name': u'cinder'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'9f3607fd236e428087e5c78abb8b1599', 'name': u'cinderv3'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'a8fa2edafd5f4a7e946633be93987815', 'name': u'heat'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'b1662afa20104d36bb19902dca79a45b', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'd8d07ba0df0e4e32879d152cd579e940', 'name': u'gnocchi'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'da9ebd25a8fe4c1f83c4a98a7b116e35', 'name': u'neutron'})] 2018-07-21 16:07:56,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:07:56,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2a553d5c71c8c6d54e9fdea8cc73b9f023644841" 2018-07-21 16:07:56,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-2a0fa27d-6990-4750-9d6d-2e6e9b5cafd4 Date: Sat, 21 Jul 2018 16:07:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 16:07:56,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2a0fa27d-6990-4750-9d6d-2e6e9b5cafd4 2018-07-21 16:07:56,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0427770614624s 2018-07-21 16:07:56,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2a0fa27d-6990-4750-9d6d-2e6e9b5cafd4 2018-07-21 16:07:56,184 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:05:43Z', 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'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'tenant_id': u'9c1b53ea4891475d886a643c0437ee5a', u'created_at': u'2018-07-21T16:05:43Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'9c1b53ea4891475d886a643c0437ee5a'})] 2018-07-21 16:07:56,308 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:07:56,309 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:04 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-07-21 16:07:56,372 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:07:56,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:07:56,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:07:56,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:07:56,503 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f5350fd-bc3d-4153-9a5f-565efb0a1efa Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:07:56,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4f5350fd-bc3d-4153-9a5f-565efb0a1efa 2018-07-21 16:07:56,504 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:07:56,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:07:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["WEnT6KyeSOGuQ2I8MdVP_Q"], "issued_at": "2018-07-21T16:07:56.000000Z"}} 2018-07-21 16:07:56,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:07:56,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:07:57,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1718117d-5e6e-4a7d-8fcf-0a8984ba2750 Date: Sat, 21 Jul 2018 16:07:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:07:57,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1718117d-5e6e-4a7d-8fcf-0a8984ba2750 2018-07-21 16:07:57,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.997036933899s 2018-07-21 16:07:57,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1718117d-5e6e-4a7d-8fcf-0a8984ba2750 2018-07-21 16:07:57,906 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-07-21 16:07:57,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:07:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" -d '{"network": {"name": "tenantnetwork1-net_081967f9-f5f0-4c72-81cf-2d75432042a1", "admin_state_up": true}}' 2018-07-21 16:07:58,496 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-59c8608a-afce-4f46-9f6c-35e5573668dc Date: Sat, 21 Jul 2018 16:07:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"263b1983-9a0f-4136-9322-4045b8424464","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:07:58Z","is_default":false,"provider:segmentation_id":46,"name":"tenantnetwork1-net_081967f9-f5f0-4c72-81cf-2d75432042a1","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:07:58Z","mtu":1450}} 2018-07-21 16:07:58,497 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-59c8608a-afce-4f46-9f6c-35e5573668dc 2018-07-21 16:07:58,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.590458869934s 2018-07-21 16:07:58,497 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-59c8608a-afce-4f46-9f6c-35e5573668dc 2018-07-21 16:07:58,498 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:07:58Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'263b1983-9a0f-4136-9322-4045b8424464', u'provider:segmentation_id': 46, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_081967f9-f5f0-4c72-81cf-2d75432042a1', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:07:58Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:07:58,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:07:58,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:07:58,617 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-eee6ee47-a6a9-4cfb-ad98-fa800c7b32fc Date: Sat, 21 Jul 2018 16:07:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"263b1983-9a0f-4136-9322-4045b8424464","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:07:58Z","provider:segmentation_id":46,"name":"tenantnetwork1-net_081967f9-f5f0-4c72-81cf-2d75432042a1","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:07:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:07:58,617 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-eee6ee47-a6a9-4cfb-ad98-fa800c7b32fc 2018-07-21 16:07:58,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118681192398s 2018-07-21 16:07:58,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-eee6ee47-a6a9-4cfb-ad98-fa800c7b32fc 2018-07-21 16:07:58,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:07:58,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" -d '{"subnet": {"name": "tenantnetwork1-subnet_081967f9-f5f0-4c72-81cf-2d75432042a1", "enable_dhcp": true, "network_id": "263b1983-9a0f-4136-9322-4045b8424464", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:07:59,474 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-45a3c546-7325-4e04-a388-8252904bdd36 Date: Sat, 21 Jul 2018 16:07:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"263b1983-9a0f-4136-9322-4045b8424464","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:07:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:07:59Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"f5f7f869-ae38-49a2-ba9b-76f0aa8db534","subnetpool_id":null,"name":"tenantnetwork1-subnet_081967f9-f5f0-4c72-81cf-2d75432042a1"}} 2018-07-21 16:07:59,474 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-45a3c546-7325-4e04-a388-8252904bdd36 2018-07-21 16:07:59,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.854043006897s 2018-07-21 16:07:59,474 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-45a3c546-7325-4e04-a388-8252904bdd36 2018-07-21 16:07:59,475 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:07:59Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'f5f7f869-ae38-49a2-ba9b-76f0aa8db534', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_081967f9-f5f0-4c72-81cf-2d75432042a1', u'enable_dhcp': True, u'network_id': u'263b1983-9a0f-4136-9322-4045b8424464', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:07:59Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:07:59,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:07:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "tenantnetwork1-router_081967f9-f5f0-4c72-81cf-2d75432042a1", "admin_state_up": true}}' 2018-07-21 16:08:00,941 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-9b52df30-cb31-425f-8411-d0c938259a8f Date: Sat, 21 Jul 2018 16:08:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:08:00Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "33c0c51b-f767-4cce-aaf3-1033f185255f", "name": "tenantnetwork1-router_081967f9-f5f0-4c72-81cf-2d75432042a1"}} 2018-07-21 16:08:00,941 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9b52df30-cb31-425f-8411-d0c938259a8f 2018-07-21 16:08:00,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46588492393s 2018-07-21 16:08:00,942 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-9b52df30-cb31-425f-8411-d0c938259a8f 2018-07-21 16:08:00,942 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:07:59Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T16:08:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'33c0c51b-f767-4cce-aaf3-1033f185255f', u'name': u'tenantnetwork1-router_081967f9-f5f0-4c72-81cf-2d75432042a1'}) 2018-07-21 16:08:00,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:08:00,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f/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}2d074240ebfd1896f9c5c554f007bd67d58416ce" -d '{"subnet_id": "f5f7f869-ae38-49a2-ba9b-76f0aa8db534"}' 2018-07-21 16:08:02,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-66106f8c-74b1-44ef-a85c-cf1bd42cc021 Date: Sat, 21 Jul 2018 16:08:02 GMT RESP BODY: {"network_id": "263b1983-9a0f-4136-9322-4045b8424464", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "f5f7f869-ae38-49a2-ba9b-76f0aa8db534", "subnet_ids": ["f5f7f869-ae38-49a2-ba9b-76f0aa8db534"], "port_id": "67f37b1b-1282-456b-af29-fb9e3537c493", "id": "33c0c51b-f767-4cce-aaf3-1033f185255f"} 2018-07-21 16:08:02,413 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f/add_router_interface.json used request id req-66106f8c-74b1-44ef-a85c-cf1bd42cc021 2018-07-21 16:08:02,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.47039580345s 2018-07-21 16:08:02,414 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f/add_router_interface.json used request id req-66106f8c-74b1-44ef-a85c-cf1bd42cc021 returning object 33c0c51b-f767-4cce-aaf3-1033f185255f 2018-07-21 16:08:02,525 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:08:02,526 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-21 16:08:02,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:08:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f/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}2d074240ebfd1896f9c5c554f007bd67d58416ce" -d '{"subnet_id": "f5f7f869-ae38-49a2-ba9b-76f0aa8db534"}' 2018-07-21 16:08:04,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-65a96f78-7148-4c2c-b696-9d0c48904b0a Date: Sat, 21 Jul 2018 16:08:04 GMT RESP BODY: {"network_id": "263b1983-9a0f-4136-9322-4045b8424464", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "f5f7f869-ae38-49a2-ba9b-76f0aa8db534", "subnet_ids": ["f5f7f869-ae38-49a2-ba9b-76f0aa8db534"], "port_id": "67f37b1b-1282-456b-af29-fb9e3537c493", "id": "33c0c51b-f767-4cce-aaf3-1033f185255f"} 2018-07-21 16:08:04,071 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f/remove_router_interface.json used request id req-65a96f78-7148-4c2c-b696-9d0c48904b0a 2018-07-21 16:08:04,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5397799015s 2018-07-21 16:08:04,072 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f/remove_router_interface.json used request id req-65a96f78-7148-4c2c-b696-9d0c48904b0a returning object 33c0c51b-f767-4cce-aaf3-1033f185255f 2018-07-21 16:08:04,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:08:04,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:08:04,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-35dd58fe-145f-4a3d-970d-357d0df3ebd4 Date: Sat, 21 Jul 2018 16:08:04 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:59Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:08:03Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "33c0c51b-f767-4cce-aaf3-1033f185255f", "name": "tenantnetwork1-router_081967f9-f5f0-4c72-81cf-2d75432042a1"}]} 2018-07-21 16:08:04,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-35dd58fe-145f-4a3d-970d-357d0df3ebd4 2018-07-21 16:08:04,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10830116272s 2018-07-21 16:08:04,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-35dd58fe-145f-4a3d-970d-357d0df3ebd4 2018-07-21 16:08:04,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:08:04,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:08:05,352 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a8bf169-da98-4914-8d38-21e4871b25e5 Content-Length: 0 Date: Sat, 21 Jul 2018 16:08:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:05,352 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f.json used request id req-7a8bf169-da98-4914-8d38-21e4871b25e5 2018-07-21 16:08:05,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.16931200027s 2018-07-21 16:08:05,352 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/33c0c51b-f767-4cce-aaf3-1033f185255f.json used request id req-7a8bf169-da98-4914-8d38-21e4871b25e5 2018-07-21 16:08:05,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:08:05,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:08:05,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-81f92f9c-af3a-497d-a363-ef2f8f5f6e3e Date: Sat, 21 Jul 2018 16:08:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"263b1983-9a0f-4136-9322-4045b8424464","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:07:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:07:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"f5f7f869-ae38-49a2-ba9b-76f0aa8db534","subnetpool_id":null,"name":"tenantnetwork1-subnet_081967f9-f5f0-4c72-81cf-2d75432042a1"}]} 2018-07-21 16:08:05,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-81f92f9c-af3a-497d-a363-ef2f8f5f6e3e 2018-07-21 16:08:05,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.114347934723s 2018-07-21 16:08:05,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-81f92f9c-af3a-497d-a363-ef2f8f5f6e3e 2018-07-21 16:08:05,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:08:05,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/f5f7f869-ae38-49a2-ba9b-76f0aa8db534.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:08:06,406 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a89472c2-a7af-4d57-b84d-f6b862a61db0 Date: Sat, 21 Jul 2018 16:08:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:06,406 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f5f7f869-ae38-49a2-ba9b-76f0aa8db534.json used request id req-a89472c2-a7af-4d57-b84d-f6b862a61db0 2018-07-21 16:08:06,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.937419891357s 2018-07-21 16:08:06,407 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/f5f7f869-ae38-49a2-ba9b-76f0aa8db534.json used request id req-a89472c2-a7af-4d57-b84d-f6b862a61db0 2018-07-21 16:08:06,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:06,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:08:06,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-264f21d3-f051-4e65-874a-e1cf17fd25da Date: Sat, 21 Jul 2018 16:08:06 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"263b1983-9a0f-4136-9322-4045b8424464","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:08:06Z","provider:segmentation_id":46,"name":"tenantnetwork1-net_081967f9-f5f0-4c72-81cf-2d75432042a1","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:07:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:06,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-264f21d3-f051-4e65-874a-e1cf17fd25da 2018-07-21 16:08:06,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0849158763885s 2018-07-21 16:08:06,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-264f21d3-f051-4e65-874a-e1cf17fd25da 2018-07-21 16:08:06,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:08:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/263b1983-9a0f-4136-9322-4045b8424464.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2d074240ebfd1896f9c5c554f007bd67d58416ce" 2018-07-21 16:08:07,910 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-429bf318-4446-419d-8c87-985292d6ca5f Date: Sat, 21 Jul 2018 16:08:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:07,910 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/263b1983-9a0f-4136-9322-4045b8424464.json used request id req-429bf318-4446-419d-8c87-985292d6ca5f 2018-07-21 16:08:07,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41677498817s 2018-07-21 16:08:07,911 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/263b1983-9a0f-4136-9322-4045b8424464.json used request id req-429bf318-4446-419d-8c87-985292d6ca5f 2018-07-21 16:08:07,960 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-07-21 16:08:07,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:08:07,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:08:08,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:08:08,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:08,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f507e9ab-846b-4806-a510-c6d59632f1d6 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:08:08,007 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f507e9ab-846b-4806-a510-c6d59632f1d6 2018-07-21 16:08:08,008 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:08:08,472 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:08:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["9-18bmRiRBqbXHtKfacP-w"], "issued_at": "2018-07-21T16:08:08.000000Z"}} 2018-07-21 16:08:08,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:08,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:09,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0033614d-8ecd-49b0-a8fc-72a4c9bf8887 Date: Sat, 21 Jul 2018 16:08:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:09,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0033614d-8ecd-49b0-a8fc-72a4c9bf8887 2018-07-21 16:08:09,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02073287964s 2018-07-21 16:08:09,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0033614d-8ecd-49b0-a8fc-72a4c9bf8887 2018-07-21 16:08:09,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:09,505 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f30d9dc7-edb6-432a-93ca-ab0bf0b71b86 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:08:09,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-f30d9dc7-edb6-432a-93ca-ab0bf0b71b86 2018-07-21 16:08:09,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:08:09,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:09,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3a0fc4-4061-47ab-8bea-24c1865c832f Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:08:09,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1c3a0fc4-4061-47ab-8bea-24c1865c832f 2018-07-21 16:08:09,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105306863785s 2018-07-21 16:08:09,612 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-1c3a0fc4-4061-47ab-8bea-24c1865c832f 2018-07-21 16:08:09,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 16:08:09,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11"}}' 2018-07-21 16:08:09,792 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-89559f8b-ccc4-479f-a785-a4c95e15dca3 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb"}, "tags": [], "enabled": true, "id": "4e011493c25549ef911e32e45178ecdb", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11"}} 2018-07-21 16:08:09,793 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-89559f8b-ccc4-479f-a785-a4c95e15dca3 2018-07-21 16:08:09,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.173177957535s 2018-07-21 16:08:09,793 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-89559f8b-ccc4-479f-a785-a4c95e15dca3 2018-07-21 16:08:09,794 - 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'4e011493c25549ef911e32e45178ecdb', '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_55cc5ccd-5822-4b35-8290-5e0824937d11'}) 2018-07-21 16:08:09,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 16:08:09,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "971c56b1-cfe1-4e47-b4c9-d5f043594893", "email": null, "name": "tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11"}}' 2018-07-21 16:08:10,228 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:08:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3c5bb4a-21bb-44e2-bf7d-d5a64e7e7008 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11", "links": {"self": "http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "31d5bbb23e74448daa4619e4d4cab7ce", "domain_id": "default", "password_expires_at": null}} 2018-07-21 16:08:10,228 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-f3c5bb4a-21bb-44e2-bf7d-d5a64e7e7008 2018-07-21 16:08:10,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.428284168243s 2018-07-21 16:08:10,229 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-f3c5bb4a-21bb-44e2-bf7d-d5a64e7e7008 2018-07-21 16:08:10,229 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'31d5bbb23e74448daa4619e4d4cab7ce', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11'}) 2018-07-21 16:08:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:08:10,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da5ca156-29d3-4019-9ada-8e6b11fcde49 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:08:10,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-da5ca156-29d3-4019-9ada-8e6b11fcde49 2018-07-21 16:08:10,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0258259773254s 2018-07-21 16:08:10,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-da5ca156-29d3-4019-9ada-8e6b11fcde49 2018-07-21 16:08:10,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:08:10,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95964303-fcad-41f5-8bce-d89620a0e0b0 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:08:10,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-95964303-fcad-41f5-8bce-d89620a0e0b0 2018-07-21 16:08:10,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0939438343048s 2018-07-21 16:08:10,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-95964303-fcad-41f5-8bce-d89620a0e0b0 2018-07-21 16:08:10,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:08:10,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b1c128f-d0a9-403a-a831-80da05a7798f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:08:10,459 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b1c128f-d0a9-403a-a831-80da05a7798f 2018-07-21 16:08:10,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0964798927307s 2018-07-21 16:08:10,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b1c128f-d0a9-403a-a831-80da05a7798f 2018-07-21 16:08:10,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:08:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74253daa-92a5-4819-9489-d11385d2a8a5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 16:08:10,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-74253daa-92a5-4819-9489-d11385d2a8a5 2018-07-21 16:08:10,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0884728431702s 2018-07-21 16:08:10,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-74253daa-92a5-4819-9489-d11385d2a8a5 2018-07-21 16:08:10,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:08:10,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1d5058b-5ed1-4f76-82d1-6e209af10898 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11", "links": {"self": "http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "31d5bbb23e74448daa4619e4d4cab7ce", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:08:10,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c1d5058b-5ed1-4f76-82d1-6e209af10898 2018-07-21 16:08:10,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111955881119s 2018-07-21 16:08:10,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c1d5058b-5ed1-4f76-82d1-6e209af10898 2018-07-21 16:08:10,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:08:10,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76109631-57ed-4022-aebc-5e0e2e6e3276 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb"}, "tags": [], "enabled": true, "id": "4e011493c25549ef911e32e45178ecdb", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11"}]} 2018-07-21 16:08:10,765 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-76109631-57ed-4022-aebc-5e0e2e6e3276 2018-07-21 16:08:10,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0897269248962s 2018-07-21 16:08:10,766 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-76109631-57ed-4022-aebc-5e0e2e6e3276 2018-07-21 16:08:10,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:08:10,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=31d5bbb23e74448daa4619e4d4cab7ce&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=4e011493c25549ef911e32e45178ecdb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26c0fb8a-e6df-4b97-afdd-b281d0bccd6d Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=31d5bbb23e74448daa4619e4d4cab7ce&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=4e011493c25549ef911e32e45178ecdb", "previous": null, "next": null}} 2018-07-21 16:08:10,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=31d5bbb23e74448daa4619e4d4cab7ce&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=4e011493c25549ef911e32e45178ecdb used request id req-26c0fb8a-e6df-4b97-afdd-b281d0bccd6d 2018-07-21 16:08:10,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0941009521484s 2018-07-21 16:08:10,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=31d5bbb23e74448daa4619e4d4cab7ce&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=4e011493c25549ef911e32e45178ecdb used request id req-26c0fb8a-e6df-4b97-afdd-b281d0bccd6d 2018-07-21 16:08:10,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 16:08:10,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb/users/31d5bbb23e74448daa4619e4d4cab7ce/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:10,981 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-796a24cc-6935-46e4-8003-c2528872e412 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:08:10,981 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb/users/31d5bbb23e74448daa4619e4d4cab7ce/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-796a24cc-6935-46e4-8003-c2528872e412 2018-07-21 16:08:10,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.110343933105s 2018-07-21 16:08:10,981 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb/users/31d5bbb23e74448daa4619e4d4cab7ce/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-796a24cc-6935-46e4-8003-c2528872e412 2018-07-21 16:08:10,982 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11', 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'4e011493c25549ef911e32e45178ecdb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '971c56b1-cfe1-4e47-b4c9-d5f043594893', 'username': u'tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 16:08:10,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:08:10,983 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:08:10,984 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:08:10,985 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:08:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:08:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:08:10,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:08:10,987 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11', 'password': '971c56b1-cfe1-4e47-b4c9-d5f043594893', 'project_name': 'tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '4e011493c25549ef911e32e45178ecdb', 'project_domain_name': 'Default'} 2018-07-21 16:08:10,988 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-07-21 16:08:10,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:10,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1687c703-41ad-46fa-b29e-2a438c961870 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:08:10,997 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1687c703-41ad-46fa-b29e-2a438c961870 2018-07-21 16:08:10,997 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:08:11,384 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:08:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e011493c25549ef911e32e45178ecdb", "name": "tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/4e011493c25549ef911e32e45178ecdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/4e011493c25549ef911e32e45178ecdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/4e011493c25549ef911e32e45178ecdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_4e011493c25549ef911e32e45178ecdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_4e011493c25549ef911e32e45178ecdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/4e011493c25549ef911e32e45178ecdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/4e011493c25549ef911e32e45178ecdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/4e011493c25549ef911e32e45178ecdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/4e011493c25549ef911e32e45178ecdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/4e011493c25549ef911e32e45178ecdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/4e011493c25549ef911e32e45178ecdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/4e011493c25549ef911e32e45178ecdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/4e011493c25549ef911e32e45178ecdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/4e011493c25549ef911e32e45178ecdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11", "id": "31d5bbb23e74448daa4619e4d4cab7ce"}, "audit_ids": ["DFFd_yh4R9SQW2kFgbG0Vg"], "issued_at": "2018-07-21T16:08:11.000000Z"}} 2018-07-21 16:08:11,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:08:11,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" -d '{"network": {"name": "tenantnetwork2-net_55cc5ccd-5822-4b35-8290-5e0824937d11", "admin_state_up": true}}' 2018-07-21 16:08:12,771 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-cfc2bb0d-6a7d-4211-b9f0-1c59d782bfc3 Date: Sat, 21 Jul 2018 16:08:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"4e011493c25549ef911e32e45178ecdb","created_at":"2018-07-21T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T16:08:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"4e011493c25549ef911e32e45178ecdb","id":"c20bb5ad-93b2-4e51-b85c-6a9924ae64eb","name":"tenantnetwork2-net_55cc5ccd-5822-4b35-8290-5e0824937d11"}} 2018-07-21 16:08:12,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cfc2bb0d-6a7d-4211-b9f0-1c59d782bfc3 2018-07-21 16:08:12,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.38395786285s 2018-07-21 16:08:12,772 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cfc2bb0d-6a7d-4211-b9f0-1c59d782bfc3 2018-07-21 16:08:12,772 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:08:12Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'c20bb5ad-93b2-4e51-b85c-6a9924ae64eb', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_55cc5ccd-5822-4b35-8290-5e0824937d11', u'admin_state_up': True, u'tenant_id': u'4e011493c25549ef911e32e45178ecdb', u'created_at': u'2018-07-21T16:08:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4e011493c25549ef911e32e45178ecdb'}) 2018-07-21 16:08:12,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:12,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-609c7766-2dff-4ec6-85ca-540d675cd3d7 Date: Sat, 21 Jul 2018 16:08:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:08:12Z","tenant_id":"4e011493c25549ef911e32e45178ecdb","created_at":"2018-07-21T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"4e011493c25549ef911e32e45178ecdb","id":"c20bb5ad-93b2-4e51-b85c-6a9924ae64eb","name":"tenantnetwork2-net_55cc5ccd-5822-4b35-8290-5e0824937d11"}]} 2018-07-21 16:08:12,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-609c7766-2dff-4ec6-85ca-540d675cd3d7 2018-07-21 16:08:12,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.138861894608s 2018-07-21 16:08:12,912 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-609c7766-2dff-4ec6-85ca-540d675cd3d7 2018-07-21 16:08:12,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:08:12,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" -d '{"subnet": {"name": "tenantnetwork2-subnet_55cc5ccd-5822-4b35-8290-5e0824937d11", "enable_dhcp": true, "network_id": "c20bb5ad-93b2-4e51-b85c-6a9924ae64eb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:08:13,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f9a94b86-4abd-4765-9558-77a7bd1b58a7 Date: Sat, 21 Jul 2018 16:08:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c20bb5ad-93b2-4e51-b85c-6a9924ae64eb","tenant_id":"4e011493c25549ef911e32e45178ecdb","created_at":"2018-07-21T16:08:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:13Z","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":"4e011493c25549ef911e32e45178ecdb","id":"b5e97707-c0dd-4ffd-8ee8-87c9031907fd","subnetpool_id":null,"name":"tenantnetwork2-subnet_55cc5ccd-5822-4b35-8290-5e0824937d11"}} 2018-07-21 16:08:13,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f9a94b86-4abd-4765-9558-77a7bd1b58a7 2018-07-21 16:08:13,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.77952504158s 2018-07-21 16:08:13,694 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f9a94b86-4abd-4765-9558-77a7bd1b58a7 2018-07-21 16:08:13,694 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:08:13Z', 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'b5e97707-c0dd-4ffd-8ee8-87c9031907fd', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_55cc5ccd-5822-4b35-8290-5e0824937d11', u'enable_dhcp': True, u'network_id': u'c20bb5ad-93b2-4e51-b85c-6a9924ae64eb', u'tenant_id': u'4e011493c25549ef911e32e45178ecdb', u'created_at': u'2018-07-21T16:08:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4e011493c25549ef911e32e45178ecdb'}) 2018-07-21 16:08:13,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:08:13,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "tenantnetwork2-router_55cc5ccd-5822-4b35-8290-5e0824937d11", "admin_state_up": true}}' 2018-07-21 16:08:14,932 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-6427cdc2-d41a-49d2-8a9a-233445a6eafb Date: Sat, 21 Jul 2018 16:08:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:13Z", "admin_state_up": true, "updated_at": "2018-07-21T16:08:14Z", "revision_number": 2, "routes": [], "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "0e990937-9ed4-4564-bba8-b1ac30897ea5", "name": "tenantnetwork2-router_55cc5ccd-5822-4b35-8290-5e0824937d11"}} 2018-07-21 16:08:14,932 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6427cdc2-d41a-49d2-8a9a-233445a6eafb 2018-07-21 16:08:14,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.2371301651s 2018-07-21 16:08:14,932 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-6427cdc2-d41a-49d2-8a9a-233445a6eafb 2018-07-21 16:08:14,933 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'4e011493c25549ef911e32e45178ecdb', u'created_at': u'2018-07-21T16:08:13Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T16:08:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'4e011493c25549ef911e32e45178ecdb', u'id': u'0e990937-9ed4-4564-bba8-b1ac30897ea5', u'name': u'tenantnetwork2-router_55cc5ccd-5822-4b35-8290-5e0824937d11'}) 2018-07-21 16:08:14,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:08:14,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5/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}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" -d '{"subnet_id": "b5e97707-c0dd-4ffd-8ee8-87c9031907fd"}' 2018-07-21 16:08:16,658 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-476dae70-5889-4533-8bdd-36abbbc8176c Date: Sat, 21 Jul 2018 16:08:16 GMT RESP BODY: {"network_id": "c20bb5ad-93b2-4e51-b85c-6a9924ae64eb", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "subnet_id": "b5e97707-c0dd-4ffd-8ee8-87c9031907fd", "subnet_ids": ["b5e97707-c0dd-4ffd-8ee8-87c9031907fd"], "port_id": "1752a1c1-ce0d-49cb-9887-58f6be3559e7", "id": "0e990937-9ed4-4564-bba8-b1ac30897ea5"} 2018-07-21 16:08:16,658 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5/add_router_interface.json used request id req-476dae70-5889-4533-8bdd-36abbbc8176c 2018-07-21 16:08:16,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.72475099564s 2018-07-21 16:08:16,658 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5/add_router_interface.json used request id req-476dae70-5889-4533-8bdd-36abbbc8176c returning object 0e990937-9ed4-4564-bba8-b1ac30897ea5 2018-07-21 16:08:16,773 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:08:16,773 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-21 16:08:16,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:08:16,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5/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}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" -d '{"subnet_id": "b5e97707-c0dd-4ffd-8ee8-87c9031907fd"}' 2018-07-21 16:08:18,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-55d6d28b-bddf-4626-88c2-10abaf5059fd Date: Sat, 21 Jul 2018 16:08:18 GMT RESP BODY: {"network_id": "c20bb5ad-93b2-4e51-b85c-6a9924ae64eb", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "subnet_id": "b5e97707-c0dd-4ffd-8ee8-87c9031907fd", "subnet_ids": ["b5e97707-c0dd-4ffd-8ee8-87c9031907fd"], "port_id": "1752a1c1-ce0d-49cb-9887-58f6be3559e7", "id": "0e990937-9ed4-4564-bba8-b1ac30897ea5"} 2018-07-21 16:08:18,334 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5/remove_router_interface.json used request id req-55d6d28b-bddf-4626-88c2-10abaf5059fd 2018-07-21 16:08:18,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55558514595s 2018-07-21 16:08:18,334 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5/remove_router_interface.json used request id req-55d6d28b-bddf-4626-88c2-10abaf5059fd returning object 0e990937-9ed4-4564-bba8-b1ac30897ea5 2018-07-21 16:08:18,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:08:18,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:18,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-f8d21fe5-cc9c-48c3-8911-765a80a1d0a8 Date: Sat, 21 Jul 2018 16:08:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:13Z", "admin_state_up": true, "updated_at": "2018-07-21T16:08:17Z", "revision_number": 4, "routes": [], "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "0e990937-9ed4-4564-bba8-b1ac30897ea5", "name": "tenantnetwork2-router_55cc5ccd-5822-4b35-8290-5e0824937d11"}]} 2018-07-21 16:08:18,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f8d21fe5-cc9c-48c3-8911-765a80a1d0a8 2018-07-21 16:08:18,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.142832040787s 2018-07-21 16:08:18,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-f8d21fe5-cc9c-48c3-8911-765a80a1d0a8 2018-07-21 16:08:18,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:08:18,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:19,813 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ea284d9f-bbbe-4f7b-938d-4df5dfe9fb3d Content-Length: 0 Date: Sat, 21 Jul 2018 16:08:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:19,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5.json used request id req-ea284d9f-bbbe-4f7b-938d-4df5dfe9fb3d 2018-07-21 16:08:19,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33352303505s 2018-07-21 16:08:19,813 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0e990937-9ed4-4564-bba8-b1ac30897ea5.json used request id req-ea284d9f-bbbe-4f7b-938d-4df5dfe9fb3d 2018-07-21 16:08:19,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:08:19,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:19,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4ddc22f3-a2b0-4cc8-8934-7568ddae69ed Date: Sat, 21 Jul 2018 16:08:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c20bb5ad-93b2-4e51-b85c-6a9924ae64eb","tenant_id":"4e011493c25549ef911e32e45178ecdb","created_at":"2018-07-21T16:08:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:13Z","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":"4e011493c25549ef911e32e45178ecdb","id":"b5e97707-c0dd-4ffd-8ee8-87c9031907fd","subnetpool_id":null,"name":"tenantnetwork2-subnet_55cc5ccd-5822-4b35-8290-5e0824937d11"}]} 2018-07-21 16:08:19,901 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4ddc22f3-a2b0-4cc8-8934-7568ddae69ed 2018-07-21 16:08:19,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0871410369873s 2018-07-21 16:08:19,901 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4ddc22f3-a2b0-4cc8-8934-7568ddae69ed 2018-07-21 16:08:19,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:08:19,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/b5e97707-c0dd-4ffd-8ee8-87c9031907fd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:20,830 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-866c7dc8-abc0-449c-8512-7db7b96d47f0 Date: Sat, 21 Jul 2018 16:08:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:20,830 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b5e97707-c0dd-4ffd-8ee8-87c9031907fd.json used request id req-866c7dc8-abc0-449c-8512-7db7b96d47f0 2018-07-21 16:08:20,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.927846908569s 2018-07-21 16:08:20,831 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b5e97707-c0dd-4ffd-8ee8-87c9031907fd.json used request id req-866c7dc8-abc0-449c-8512-7db7b96d47f0 2018-07-21 16:08:20,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:20,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:21,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-3457961f-ddc1-4427-a802-2c234c84783b Date: Sat, 21 Jul 2018 16:08:21 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:08:20Z","tenant_id":"4e011493c25549ef911e32e45178ecdb","created_at":"2018-07-21T16:08:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"4e011493c25549ef911e32e45178ecdb","id":"c20bb5ad-93b2-4e51-b85c-6a9924ae64eb","name":"tenantnetwork2-net_55cc5ccd-5822-4b35-8290-5e0824937d11"}]} 2018-07-21 16:08:21,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3457961f-ddc1-4427-a802-2c234c84783b 2018-07-21 16:08:21,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273863077164s 2018-07-21 16:08:21,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3457961f-ddc1-4427-a802-2c234c84783b 2018-07-21 16:08:21,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:08:21,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/c20bb5ad-93b2-4e51-b85c-6a9924ae64eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7b821ff3e7b2d6435723c2bee19c21d37a96a4fb" 2018-07-21 16:08:22,363 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ea8a6292-04cf-4763-b59d-8f9058da8225 Date: Sat, 21 Jul 2018 16:08:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:22,363 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c20bb5ad-93b2-4e51-b85c-6a9924ae64eb.json used request id req-ea8a6292-04cf-4763-b59d-8f9058da8225 2018-07-21 16:08:22,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25673508644s 2018-07-21 16:08:22,364 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c20bb5ad-93b2-4e51-b85c-6a9924ae64eb.json used request id req-ea8a6292-04cf-4763-b59d-8f9058da8225 2018-07-21 16:08:22,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:08:22,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:22,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91bb1a01-824c-4887-91b3-7f01b6c91c50 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11", "links": {"self": "http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "31d5bbb23e74448daa4619e4d4cab7ce", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:08:22,483 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-91bb1a01-824c-4887-91b3-7f01b6c91c50 2018-07-21 16:08:22,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118432998657s 2018-07-21 16:08:22,483 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-91bb1a01-824c-4887-91b3-7f01b6c91c50 2018-07-21 16:08:22,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:08:22,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:22,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f233c5e-ae01-4cfa-a5b9-331e2f32d695 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_55cc5ccd-5822-4b35-8290-5e0824937d11", "links": {"self": "http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "31d5bbb23e74448daa4619e4d4cab7ce", "description": null}} 2018-07-21 16:08:22,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce used request id req-5f233c5e-ae01-4cfa-a5b9-331e2f32d695 2018-07-21 16:08:22,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111702919006s 2018-07-21 16:08:22,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce used request id req-5f233c5e-ae01-4cfa-a5b9-331e2f32d695 2018-07-21 16:08:22,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 16:08:22,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:22,815 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:08:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d54ed8f1-abfa-4319-947a-1956f6897dde Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:08:22,815 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce used request id req-d54ed8f1-abfa-4319-947a-1956f6897dde 2018-07-21 16:08:22,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.213015079498s 2018-07-21 16:08:22,815 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/31d5bbb23e74448daa4619e4d4cab7ce used request id req-d54ed8f1-abfa-4319-947a-1956f6897dde 2018-07-21 16:08:22,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:08:22,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:22,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42a0217a-8348-405a-a41d-04b8d37c0427 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb"}, "tags": [], "enabled": true, "id": "4e011493c25549ef911e32e45178ecdb", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_55cc5ccd-5822-4b35-8290-5e0824937d11"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 16:08:22,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-42a0217a-8348-405a-a41d-04b8d37c0427 2018-07-21 16:08:22,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104783058167s 2018-07-21 16:08:22,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-42a0217a-8348-405a-a41d-04b8d37c0427 2018-07-21 16:08:22,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 16:08:22,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa333fac4545ffe3c0dd7e809c3e56219623d96f" 2018-07-21 16:08:23,155 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:08:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1bab1c6-8cbb-407c-8316-0204d5345fb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:08:23,155 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb used request id req-e1bab1c6-8cbb-407c-8316-0204d5345fb8 2018-07-21 16:08:23,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.224483966827s 2018-07-21 16:08:23,156 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb used request id req-e1bab1c6-8cbb-407c-8316-0204d5345fb8 2018-07-21 16:08:23,210 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:08:23,286 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:08:23,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:08:23,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:23,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e90075b5-8188-4b28-b866-32a489faa288 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:08:23,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e90075b5-8188-4b28-b866-32a489faa288 2018-07-21 16:08:23,294 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:08:23,680 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:08:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["AiCJ2F7NS6-oC2T3C4cpqQ"], "issued_at": "2018-07-21T16:08:23.000000Z"}} 2018-07-21 16:08:23,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:23,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:23,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0ac89c3e-60ef-4b33-b2d3-56298caae92c Date: Sat, 21 Jul 2018 16:08:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:23,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0ac89c3e-60ef-4b33-b2d3-56298caae92c 2018-07-21 16:08:23,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.261677980423s 2018-07-21 16:08:23,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0ac89c3e-60ef-4b33-b2d3-56298caae92c 2018-07-21 16:08:23,945 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-07-21 16:08:23,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:08:23,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"network": {"name": "vmready1-net_c8775d92-60f3-40b6-b93a-b6413942fe30", "admin_state_up": true}}' 2018-07-21 16:08:24,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b589c6a6-ee51-43cd-b259-9f5f37164382 Date: Sat, 21 Jul 2018 16:08:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"60547545-6b51-47e4-b43a-1d1b05cf4ff3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:08:24Z","is_default":false,"provider:segmentation_id":25,"name":"vmready1-net_c8775d92-60f3-40b6-b93a-b6413942fe30","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:24Z","mtu":1450}} 2018-07-21 16:08:24,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b589c6a6-ee51-43cd-b259-9f5f37164382 2018-07-21 16:08:24,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.270478963852s 2018-07-21 16:08:24,217 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b589c6a6-ee51-43cd-b259-9f5f37164382 2018-07-21 16:08:24,217 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:08:24Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'60547545-6b51-47e4-b43a-1d1b05cf4ff3', u'provider:segmentation_id': 25, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_c8775d92-60f3-40b6-b93a-b6413942fe30', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:08:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:08:24,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:24,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:24,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-cf089efd-4c90-483a-85c7-f2384ad92469 Date: Sat, 21 Jul 2018 16:08:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"60547545-6b51-47e4-b43a-1d1b05cf4ff3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:08:24Z","provider:segmentation_id":25,"name":"vmready1-net_c8775d92-60f3-40b6-b93a-b6413942fe30","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:24,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cf089efd-4c90-483a-85c7-f2384ad92469 2018-07-21 16:08:24,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127650022507s 2018-07-21 16:08:24,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-cf089efd-4c90-483a-85c7-f2384ad92469 2018-07-21 16:08:24,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:08:24,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"subnet": {"name": "vmready1-subnet_c8775d92-60f3-40b6-b93a-b6413942fe30", "enable_dhcp": true, "network_id": "60547545-6b51-47e4-b43a-1d1b05cf4ff3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:08:24,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-d155784f-4241-4b1f-a0be-4f8fc74fe0d8 Date: Sat, 21 Jul 2018 16:08:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60547545-6b51-47e4-b43a-1d1b05cf4ff3","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:24Z","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":"a6906d7d21744bd98421510fc029622a","id":"edaf1978-20f1-498b-b562-fd0f07db855b","subnetpool_id":null,"name":"vmready1-subnet_c8775d92-60f3-40b6-b93a-b6413942fe30"}} 2018-07-21 16:08:24,849 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d155784f-4241-4b1f-a0be-4f8fc74fe0d8 2018-07-21 16:08:24,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.500967979431s 2018-07-21 16:08:24,849 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d155784f-4241-4b1f-a0be-4f8fc74fe0d8 2018-07-21 16:08:24,850 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:08:24Z', 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'edaf1978-20f1-498b-b562-fd0f07db855b', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_c8775d92-60f3-40b6-b93a-b6413942fe30', u'enable_dhcp': True, u'network_id': u'60547545-6b51-47e4-b43a-1d1b05cf4ff3', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:08:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:08:24,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:08:24,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "vmready1-router_c8775d92-60f3-40b6-b93a-b6413942fe30", "admin_state_up": true}}' 2018-07-21 16:08:25,935 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-c1cf6289-27f6-472e-9b66-65aeef0a636c Date: Sat, 21 Jul 2018 16:08:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:08:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:08:25Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa", "name": "vmready1-router_c8775d92-60f3-40b6-b93a-b6413942fe30"}} 2018-07-21 16:08:25,936 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c1cf6289-27f6-472e-9b66-65aeef0a636c 2018-07-21 16:08:25,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.08533096313s 2018-07-21 16:08:25,936 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-c1cf6289-27f6-472e-9b66-65aeef0a636c 2018-07-21 16:08:25,936 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:08:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T16:08:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa', u'name': u'vmready1-router_c8775d92-60f3-40b6-b93a-b6413942fe30'}) 2018-07-21 16:08:25,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:08:25,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa/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}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"subnet_id": "edaf1978-20f1-498b-b562-fd0f07db855b"}' 2018-07-21 16:08:27,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-24251a0c-ae31-4c30-bad3-ce713a0c298b Date: Sat, 21 Jul 2018 16:08:27 GMT RESP BODY: {"network_id": "60547545-6b51-47e4-b43a-1d1b05cf4ff3", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "edaf1978-20f1-498b-b562-fd0f07db855b", "subnet_ids": ["edaf1978-20f1-498b-b562-fd0f07db855b"], "port_id": "e4fed7c0-9c67-49c4-a8e0-6dcbbe6afa32", "id": "8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa"} 2018-07-21 16:08:27,380 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa/add_router_interface.json used request id req-24251a0c-ae31-4c30-bad3-ce713a0c298b 2018-07-21 16:08:27,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.44345998764s 2018-07-21 16:08:27,381 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa/add_router_interface.json used request id req-24251a0c-ae31-4c30-bad3-ce713a0c298b returning object 8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa 2018-07-21 16:08:27,381 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:08:27,513 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:08:27,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:27,519 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:08:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:08:27,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:08:27,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:28,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-df84fbb4-5b26-4d2f-98bf-8857034e3f1a Date: Sat, 21 Jul 2018 16:08:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:08:28,257 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-df84fbb4-5b26-4d2f-98bf-8857034e3f1a 2018-07-21 16:08:28,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.735715150833s 2018-07-21 16:08:28,257 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-df84fbb4-5b26-4d2f-98bf-8857034e3f1a 2018-07-21 16:08:28,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:08:28,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30"}' 2018-07-21 16:08:28,681 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-239b410b-41fe-401c-a86e-5a451fe996f9 Date: Sat, 21 Jul 2018 16:08:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "40fff4e0-0dda-4f41-9cce-b43ff24b7f2e", "size": null, "self": "/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:08:28Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30", "checksum": null, "created_at": "2018-07-21T16:08:28Z", "protected": false} 2018-07-21 16:08:28,681 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-239b410b-41fe-401c-a86e-5a451fe996f9 2018-07-21 16:08:28,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.416081905365s 2018-07-21 16:08:28,682 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-239b410b-41fe-401c-a86e-5a451fe996f9 returning object 40fff4e0-0dda-4f41-9cce-b43ff24b7f2e 2018-07-21 16:08:28,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:08:28,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/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}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '' 2018-07-21 16:08:31,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7381ccf1-ca2d-48dd-b39f-bda38f5eb91b Date: Sat, 21 Jul 2018 16:08:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:08:31,906 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/file used request id req-7381ccf1-ca2d-48dd-b39f-bda38f5eb91b 2018-07-21 16:08:31,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.22339200974s 2018-07-21 16:08:31,906 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/file used request id req-7381ccf1-ca2d-48dd-b39f-bda38f5eb91b 2018-07-21 16:08:31,907 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:08:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'40fff4e0-0dda-4f41-9cce-b43ff24b7f2e', u'size': None, u'name': u'vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30', u'checksum': None, u'self': u'/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:08:28Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:08:31,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:08:31,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_c8775d92-60f3-40b6-b93a-b6413942fe30", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:08:32,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8c3d4ba-c191-461b-8205-454734062c98 x-compute-request-id: req-c8c3d4ba-c191-461b-8205-454734062c98 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_c8775d92-60f3-40b6-b93a-b6413942fe30", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787", "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": "019ef536-6f29-4ab8-84a8-da7d0b8cb787"}} 2018-07-21 16:08:32,669 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c8c3d4ba-c191-461b-8205-454734062c98 2018-07-21 16:08:32,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.761341094971s 2018-07-21 16:08:32,669 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-c8c3d4ba-c191-461b-8205-454734062c98 2018-07-21 16:08:32,670 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_c8775d92-60f3-40b6-b93a-b6413942fe30', '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'a6906d7d21744bd98421510fc029622a', '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'019ef536-6f29-4ab8-84a8-da7d0b8cb787', 'swap': 0}) 2018-07-21 16:08:32,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:08:32,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787/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}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"extra_specs": {}}' 2018-07-21 16:08:32,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07116a04-2cc2-43fa-b2c9-078cafa9c5e1 x-compute-request-id: req-07116a04-2cc2-43fa-b2c9-078cafa9c5e1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:08:32,696 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787/os-extra_specs used request id req-07116a04-2cc2-43fa-b2c9-078cafa9c5e1 2018-07-21 16:08:32,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247950553894s 2018-07-21 16:08:32,696 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787/os-extra_specs used request id req-07116a04-2cc2-43fa-b2c9-078cafa9c5e1 2018-07-21 16:08:32,801 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:08:32,801 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:08:32,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:08:32,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa/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}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" -d '{"subnet_id": "edaf1978-20f1-498b-b562-fd0f07db855b"}' 2018-07-21 16:08:34,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9662da12-6355-4e70-9d02-8c5f6c4a0e5b Date: Sat, 21 Jul 2018 16:08:34 GMT RESP BODY: {"network_id": "60547545-6b51-47e4-b43a-1d1b05cf4ff3", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "edaf1978-20f1-498b-b562-fd0f07db855b", "subnet_ids": ["edaf1978-20f1-498b-b562-fd0f07db855b"], "port_id": "e4fed7c0-9c67-49c4-a8e0-6dcbbe6afa32", "id": "8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa"} 2018-07-21 16:08:34,437 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa/remove_router_interface.json used request id req-9662da12-6355-4e70-9d02-8c5f6c4a0e5b 2018-07-21 16:08:34,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6303730011s 2018-07-21 16:08:34,437 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa/remove_router_interface.json used request id req-9662da12-6355-4e70-9d02-8c5f6c4a0e5b returning object 8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa 2018-07-21 16:08:34,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:08:34,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:34,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-51611610-9a5b-40f6-8383-670a271b9cec Date: Sat, 21 Jul 2018 16:08:34 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:08:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:08:33Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa", "name": "vmready1-router_c8775d92-60f3-40b6-b93a-b6413942fe30"}]} 2018-07-21 16:08:34,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-51611610-9a5b-40f6-8383-670a271b9cec 2018-07-21 16:08:34,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101956129074s 2018-07-21 16:08:34,540 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-51611610-9a5b-40f6-8383-670a271b9cec 2018-07-21 16:08:34,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:08:34,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:36,057 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-319e6a26-a508-42e9-b105-a3fd054431e8 Content-Length: 0 Date: Sat, 21 Jul 2018 16:08:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:36,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa.json used request id req-319e6a26-a508-42e9-b105-a3fd054431e8 2018-07-21 16:08:36,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.51627206802s 2018-07-21 16:08:36,058 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/8ea11ace-74c6-49cc-8c74-0f3a5fc75ffa.json used request id req-319e6a26-a508-42e9-b105-a3fd054431e8 2018-07-21 16:08:36,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:08:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:36,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-c043a2d6-bbea-4d42-aac1-2532f65b42be Date: Sat, 21 Jul 2018 16:08:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60547545-6b51-47e4-b43a-1d1b05cf4ff3","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:24Z","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":"a6906d7d21744bd98421510fc029622a","id":"edaf1978-20f1-498b-b562-fd0f07db855b","subnetpool_id":null,"name":"vmready1-subnet_c8775d92-60f3-40b6-b93a-b6413942fe30"}]} 2018-07-21 16:08:36,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c043a2d6-bbea-4d42-aac1-2532f65b42be 2018-07-21 16:08:36,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.092141866684s 2018-07-21 16:08:36,151 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-c043a2d6-bbea-4d42-aac1-2532f65b42be 2018-07-21 16:08:36,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:08:36,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/edaf1978-20f1-498b-b562-fd0f07db855b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:37,084 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44c977c3-a39c-426f-ad78-99206e364961 Date: Sat, 21 Jul 2018 16:08:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:37,084 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/edaf1978-20f1-498b-b562-fd0f07db855b.json used request id req-44c977c3-a39c-426f-ad78-99206e364961 2018-07-21 16:08:37,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.931917190552s 2018-07-21 16:08:37,085 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/edaf1978-20f1-498b-b562-fd0f07db855b.json used request id req-44c977c3-a39c-426f-ad78-99206e364961 2018-07-21 16:08:37,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:37,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:37,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-073806de-5829-4867-96bb-d5e8cb4f61da Date: Sat, 21 Jul 2018 16:08:37 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"60547545-6b51-47e4-b43a-1d1b05cf4ff3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:08:36Z","provider:segmentation_id":25,"name":"vmready1-net_c8775d92-60f3-40b6-b93a-b6413942fe30","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:37,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-073806de-5829-4867-96bb-d5e8cb4f61da 2018-07-21 16:08:37,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0906889438629s 2018-07-21 16:08:37,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-073806de-5829-4867-96bb-d5e8cb4f61da 2018-07-21 16:08:37,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:08:37,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/60547545-6b51-47e4-b43a-1d1b05cf4ff3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:38,003 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-752cfe29-f46d-4b34-a4e4-b16510186748 Date: Sat, 21 Jul 2018 16:08:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:38,003 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/60547545-6b51-47e4-b43a-1d1b05cf4ff3.json used request id req-752cfe29-f46d-4b34-a4e4-b16510186748 2018-07-21 16:08:38,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.825821876526s 2018-07-21 16:08:38,003 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/60547545-6b51-47e4-b43a-1d1b05cf4ff3.json used request id req-752cfe29-f46d-4b34-a4e4-b16510186748 2018-07-21 16:08:38,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:08:38,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:38,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-b19d4bb4-8189-4f3c-973a-824b628c56b9 Date: Sat, 21 Jul 2018 16:08:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/snap", "metadata": {}}], "file": "/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "40fff4e0-0dda-4f41-9cce-b43ff24b7f2e", "size": 12716032, "self": "/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:08:31Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_c8775d92-60f3-40b6-b93a-b6413942fe30", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:08:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:08:38,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b19d4bb4-8189-4f3c-973a-824b628c56b9 2018-07-21 16:08:38,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0266270637512s 2018-07-21 16:08:38,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b19d4bb4-8189-4f3c-973a-824b628c56b9 2018-07-21 16:08:38,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:08:38,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:38,315 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca40a733-e9fb-4ffe-ab7f-22e3bbdc1b5c Date: Sat, 21 Jul 2018 16:08:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:08:38,316 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e used request id req-ca40a733-e9fb-4ffe-ab7f-22e3bbdc1b5c 2018-07-21 16:08:38,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.279066085815s 2018-07-21 16:08:38,316 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/40fff4e0-0dda-4f41-9cce-b43ff24b7f2e used request id req-ca40a733-e9fb-4ffe-ab7f-22e3bbdc1b5c 2018-07-21 16:08:38,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:08:38,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:38,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c947fc0b-5ddd-4c33-b89f-e91af0e09ba7 x-compute-request-id: req-c947fc0b-5ddd-4c33-b89f-e91af0e09ba7 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_c8775d92-60f3-40b6-b93a-b6413942fe30", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787", "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": "019ef536-6f29-4ab8-84a8-da7d0b8cb787"}]} 2018-07-21 16:08:38,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c947fc0b-5ddd-4c33-b89f-e91af0e09ba7 2018-07-21 16:08:38,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.133279085159s 2018-07-21 16:08:38,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c947fc0b-5ddd-4c33-b89f-e91af0e09ba7 2018-07-21 16:08:38,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:08:38,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14ebdb32f1b62a17d623e98311c6d87676cc7a6a" 2018-07-21 16:08:38,494 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:08:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd2365d4-6434-4b82-a83b-adb65e0cfe87 x-compute-request-id: req-bd2365d4-6434-4b82-a83b-adb65e0cfe87 Content-Length: 0 Content-Type: application/json 2018-07-21 16:08:38,495 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787 used request id req-bd2365d4-6434-4b82-a83b-adb65e0cfe87 2018-07-21 16:08:38,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0427830219269s 2018-07-21 16:08:38,495 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/019ef536-6f29-4ab8-84a8-da7d0b8cb787 used request id req-bd2365d4-6434-4b82-a83b-adb65e0cfe87 2018-07-21 16:08:38,550 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:08:38,591 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:08:38,592 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:08:38,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:38,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d758282-60c4-4fa2-aeb4-f5208831b443 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:08:38,598 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-9d758282-60c4-4fa2-aeb4-f5208831b443 2018-07-21 16:08:38,599 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:08:38,985 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:08:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["-RKzjT4yTFKAjaUtdTxVwg"], "issued_at": "2018-07-21T16:08:38.000000Z"}} 2018-07-21 16:08:38,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:38,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:39,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-dcfcf889-a345-4952-8e48-9b0b7fea780c Date: Sat, 21 Jul 2018 16:08:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:39,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dcfcf889-a345-4952-8e48-9b0b7fea780c 2018-07-21 16:08:39,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270691871643s 2018-07-21 16:08:39,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-dcfcf889-a345-4952-8e48-9b0b7fea780c 2018-07-21 16:08:39,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:39,268 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f06a2d5-d1cb-473f-b1fb-ec467bacc78c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:08:39,268 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-3f06a2d5-d1cb-473f-b1fb-ec467bacc78c 2018-07-21 16:08:39,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:08:39,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:39,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f10e092e-6167-4d04-b28d-45bd558143a4 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:08:39,370 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-f10e092e-6167-4d04-b28d-45bd558143a4 2018-07-21 16:08:39,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10085105896s 2018-07-21 16:08:39,370 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-f10e092e-6167-4d04-b28d-45bd558143a4 2018-07-21 16:08:39,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 16:08:39,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52"}}' 2018-07-21 16:08:39,552 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d53dd12c-792f-4e83-847e-f6a97ae12df3 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0"}, "tags": [], "enabled": true, "id": "b029fcc81e0244668536b3b6ddbb1ca0", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52"}} 2018-07-21 16:08:39,552 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d53dd12c-792f-4e83-847e-f6a97ae12df3 2018-07-21 16:08:39,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.175441980362s 2018-07-21 16:08:39,553 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d53dd12c-792f-4e83-847e-f6a97ae12df3 2018-07-21 16:08:39,553 - 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'b029fcc81e0244668536b3b6ddbb1ca0', '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_0b619591-54f2-4547-9ce6-e88c03500e52'}) 2018-07-21 16:08:39,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 16:08:39,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fc8188e5-11fd-4405-9e3d-f77f56d75ce4", "email": null, "name": "vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52"}}' 2018-07-21 16:08:39,985 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:08:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-208313bd-afdb-44f6-9e9e-d5f098745fd1 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52", "links": {"self": "http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "261618b3825142f897f5bbaad9dcd501", "domain_id": "default", "password_expires_at": null}} 2018-07-21 16:08:39,985 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-208313bd-afdb-44f6-9e9e-d5f098745fd1 2018-07-21 16:08:39,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.425822973251s 2018-07-21 16:08:39,985 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-208313bd-afdb-44f6-9e9e-d5f098745fd1 2018-07-21 16:08:39,986 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'261618b3825142f897f5bbaad9dcd501', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52'}) 2018-07-21 16:08:39,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:08:39,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dae73562-8bcd-49c8-8d8d-21e158c1c82b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:08:40,094 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dae73562-8bcd-49c8-8d8d-21e158c1c82b 2018-07-21 16:08:40,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105005979538s 2018-07-21 16:08:40,095 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-dae73562-8bcd-49c8-8d8d-21e158c1c82b 2018-07-21 16:08:40,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:08:40,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16e32014-69a8-4617-bfe9-827fbc1c2224 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:08:40,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-16e32014-69a8-4617-bfe9-827fbc1c2224 2018-07-21 16:08:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0955171585083s 2018-07-21 16:08:40,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-16e32014-69a8-4617-bfe9-827fbc1c2224 2018-07-21 16:08:40,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:08:40,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b2b47a6-fb81-4f20-b823-3e35c8555c6a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:08:40,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b2b47a6-fb81-4f20-b823-3e35c8555c6a 2018-07-21 16:08:40,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0182580947876s 2018-07-21 16:08:40,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-8b2b47a6-fb81-4f20-b823-3e35c8555c6a 2018-07-21 16:08:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:08:40,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d41a5a4-6517-4c3d-a4b3-a00cf06ad66d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 16:08:40,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6d41a5a4-6517-4c3d-a4b3-a00cf06ad66d 2018-07-21 16:08:40,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0990948677063s 2018-07-21 16:08:40,323 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-6d41a5a4-6517-4c3d-a4b3-a00cf06ad66d 2018-07-21 16:08:40,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:08:40,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01fccd1a-46b1-48bb-8acb-0f677b19e311 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52", "links": {"self": "http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "261618b3825142f897f5bbaad9dcd501", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:08:40,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-01fccd1a-46b1-48bb-8acb-0f677b19e311 2018-07-21 16:08:40,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115011930466s 2018-07-21 16:08:40,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-01fccd1a-46b1-48bb-8acb-0f677b19e311 2018-07-21 16:08:40,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:08:40,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a634d44-3c99-4887-8dcd-a5ad641efa80 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0"}, "tags": [], "enabled": true, "id": "b029fcc81e0244668536b3b6ddbb1ca0", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52"}]} 2018-07-21 16:08:40,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-4a634d44-3c99-4887-8dcd-a5ad641efa80 2018-07-21 16:08:40,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0861599445343s 2018-07-21 16:08:40,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-4a634d44-3c99-4887-8dcd-a5ad641efa80 2018-07-21 16:08:40,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:08:40,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=261618b3825142f897f5bbaad9dcd501&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=b029fcc81e0244668536b3b6ddbb1ca0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a52bc79f-3d2d-4cbd-88fd-68e103b8dff4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=261618b3825142f897f5bbaad9dcd501&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=b029fcc81e0244668536b3b6ddbb1ca0", "previous": null, "next": null}} 2018-07-21 16:08:40,644 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=261618b3825142f897f5bbaad9dcd501&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=b029fcc81e0244668536b3b6ddbb1ca0 used request id req-a52bc79f-3d2d-4cbd-88fd-68e103b8dff4 2018-07-21 16:08:40,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100728988647s 2018-07-21 16:08:40,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=261618b3825142f897f5bbaad9dcd501&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=b029fcc81e0244668536b3b6ddbb1ca0 used request id req-a52bc79f-3d2d-4cbd-88fd-68e103b8dff4 2018-07-21 16:08:40,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 16:08:40,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0/users/261618b3825142f897f5bbaad9dcd501/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:40,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93f8464c-c3d9-4c60-8317-aa3ec14bbcb7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:08:40,792 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0/users/261618b3825142f897f5bbaad9dcd501/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-93f8464c-c3d9-4c60-8317-aa3ec14bbcb7 2018-07-21 16:08:40,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144216060638s 2018-07-21 16:08:40,793 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0/users/261618b3825142f897f5bbaad9dcd501/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-93f8464c-c3d9-4c60-8317-aa3ec14bbcb7 2018-07-21 16:08:40,793 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52', 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'b029fcc81e0244668536b3b6ddbb1ca0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'fc8188e5-11fd-4405-9e3d-f77f56d75ce4', 'username': u'vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:08:40,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:08:40,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:08:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:08:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:08:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:08:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:08:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:08:40,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:08:40,799 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52', 'password': 'fc8188e5-11fd-4405-9e3d-f77f56d75ce4', 'project_name': 'vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'b029fcc81e0244668536b3b6ddbb1ca0', 'project_domain_name': 'Default'} 2018-07-21 16:08:40,799 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-07-21 16:08:40,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:40,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e038a547-d2ae-4505-8a92-5c0cb179d336 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:08:40,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e038a547-d2ae-4505-8a92-5c0cb179d336 2018-07-21 16:08:40,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:08:41,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:08:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b029fcc81e0244668536b3b6ddbb1ca0", "name": "vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_b029fcc81e0244668536b3b6ddbb1ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_b029fcc81e0244668536b3b6ddbb1ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/b029fcc81e0244668536b3b6ddbb1ca0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52", "id": "261618b3825142f897f5bbaad9dcd501"}, "audit_ids": ["mdLn_I06QVi9UzeWfo54sQ"], "issued_at": "2018-07-21T16:08:41.000000Z"}} 2018-07-21 16:08:41,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:08:41,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '{"network": {"name": "vmready2-net_0b619591-54f2-4547-9ce6-e88c03500e52", "admin_state_up": true}}' 2018-07-21 16:08:41,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-ce35fc80-f702-444f-989f-3bf8d254e714 Date: Sat, 21 Jul 2018 16:08:41 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b029fcc81e0244668536b3b6ddbb1ca0","created_at":"2018-07-21T16:08:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T16:08:41Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b029fcc81e0244668536b3b6ddbb1ca0","id":"609427ee-4e1c-4025-9971-ab8f30ee70de","name":"vmready2-net_0b619591-54f2-4547-9ce6-e88c03500e52"}} 2018-07-21 16:08:41,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ce35fc80-f702-444f-989f-3bf8d254e714 2018-07-21 16:08:41,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.724244832993s 2018-07-21 16:08:41,927 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ce35fc80-f702-444f-989f-3bf8d254e714 2018-07-21 16:08:41,927 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:08:41Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'609427ee-4e1c-4025-9971-ab8f30ee70de', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_0b619591-54f2-4547-9ce6-e88c03500e52', u'admin_state_up': True, u'tenant_id': u'b029fcc81e0244668536b3b6ddbb1ca0', u'created_at': u'2018-07-21T16:08:41Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b029fcc81e0244668536b3b6ddbb1ca0'}) 2018-07-21 16:08:41,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:42,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-0cf749a1-ae5a-4d97-a4d3-7516f3809a75 Date: Sat, 21 Jul 2018 16:08:42 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:08:41Z","tenant_id":"b029fcc81e0244668536b3b6ddbb1ca0","created_at":"2018-07-21T16:08:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b029fcc81e0244668536b3b6ddbb1ca0","id":"609427ee-4e1c-4025-9971-ab8f30ee70de","name":"vmready2-net_0b619591-54f2-4547-9ce6-e88c03500e52"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:08:42,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0cf749a1-ae5a-4d97-a4d3-7516f3809a75 2018-07-21 16:08:42,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.188762903214s 2018-07-21 16:08:42,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0cf749a1-ae5a-4d97-a4d3-7516f3809a75 2018-07-21 16:08:42,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:08:42,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '{"subnet": {"name": "vmready2-subnet_0b619591-54f2-4547-9ce6-e88c03500e52", "enable_dhcp": true, "network_id": "609427ee-4e1c-4025-9971-ab8f30ee70de", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:08:42,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-b95e5a9d-c8ce-4c5b-819c-0b3c57851c51 Date: Sat, 21 Jul 2018 16:08:42 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"609427ee-4e1c-4025-9971-ab8f30ee70de","tenant_id":"b029fcc81e0244668536b3b6ddbb1ca0","created_at":"2018-07-21T16:08:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:42Z","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":"b029fcc81e0244668536b3b6ddbb1ca0","id":"e7d60c17-a424-4098-be7d-8174612b99cf","subnetpool_id":null,"name":"vmready2-subnet_0b619591-54f2-4547-9ce6-e88c03500e52"}} 2018-07-21 16:08:42,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b95e5a9d-c8ce-4c5b-819c-0b3c57851c51 2018-07-21 16:08:42,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.714258909225s 2018-07-21 16:08:42,833 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b95e5a9d-c8ce-4c5b-819c-0b3c57851c51 2018-07-21 16:08:42,833 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:08:42Z', 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'e7d60c17-a424-4098-be7d-8174612b99cf', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_0b619591-54f2-4547-9ce6-e88c03500e52', u'enable_dhcp': True, u'network_id': u'609427ee-4e1c-4025-9971-ab8f30ee70de', u'tenant_id': u'b029fcc81e0244668536b3b6ddbb1ca0', u'created_at': u'2018-07-21T16:08:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b029fcc81e0244668536b3b6ddbb1ca0'}) 2018-07-21 16:08:42,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:08:42,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "vmready2-router_0b619591-54f2-4547-9ce6-e88c03500e52", "admin_state_up": true}}' 2018-07-21 16:08:44,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-43e9c290-ec51-436a-a052-b90f91ee3f06 Date: Sat, 21 Jul 2018 16:08:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:42Z", "admin_state_up": true, "updated_at": "2018-07-21T16:08:43Z", "revision_number": 2, "routes": [], "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "f351945f-bc0b-48cf-8d93-af20aedde54a", "name": "vmready2-router_0b619591-54f2-4547-9ce6-e88c03500e52"}} 2018-07-21 16:08:44,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-43e9c290-ec51-436a-a052-b90f91ee3f06 2018-07-21 16:08:44,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.17292690277s 2018-07-21 16:08:44,007 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-43e9c290-ec51-436a-a052-b90f91ee3f06 2018-07-21 16:08:44,008 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b029fcc81e0244668536b3b6ddbb1ca0', u'created_at': u'2018-07-21T16:08:42Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T16:08:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'b029fcc81e0244668536b3b6ddbb1ca0', u'id': u'f351945f-bc0b-48cf-8d93-af20aedde54a', u'name': u'vmready2-router_0b619591-54f2-4547-9ce6-e88c03500e52'}) 2018-07-21 16:08:44,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:08:44,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a/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}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '{"subnet_id": "e7d60c17-a424-4098-be7d-8174612b99cf"}' 2018-07-21 16:08:45,929 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8202dfba-6cd5-4085-8b1f-edd478501aea Date: Sat, 21 Jul 2018 16:08:45 GMT RESP BODY: {"network_id": "609427ee-4e1c-4025-9971-ab8f30ee70de", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "subnet_id": "e7d60c17-a424-4098-be7d-8174612b99cf", "subnet_ids": ["e7d60c17-a424-4098-be7d-8174612b99cf"], "port_id": "79e84b20-74a0-470d-99b8-187b17981cb5", "id": "f351945f-bc0b-48cf-8d93-af20aedde54a"} 2018-07-21 16:08:45,930 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a/add_router_interface.json used request id req-8202dfba-6cd5-4085-8b1f-edd478501aea 2018-07-21 16:08:45,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.92141294479s 2018-07-21 16:08:45,930 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a/add_router_interface.json used request id req-8202dfba-6cd5-4085-8b1f-edd478501aea returning object f351945f-bc0b-48cf-8d93-af20aedde54a 2018-07-21 16:08:45,930 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:08:46,063 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:08:46,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:46,069 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:08:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:08:46,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:08:46,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:46,296 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f6be9cbe-3459-4fb9-b941-1c0c85e1751d Date: Sat, 21 Jul 2018 16:08:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:08:46,296 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f6be9cbe-3459-4fb9-b941-1c0c85e1751d 2018-07-21 16:08:46,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223231077194s 2018-07-21 16:08:46,297 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f6be9cbe-3459-4fb9-b941-1c0c85e1751d 2018-07-21 16:08:46,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:08:46,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52"}' 2018-07-21 16:08:46,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9d57228b-959a-40c7-83cb-70606b1387d3 Date: Sat, 21 Jul 2018 16:08:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/file", "owner": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "f0bb614b-c61f-40f4-a283-d52e7263cb20", "size": null, "self": "/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:08:46Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52", "checksum": null, "created_at": "2018-07-21T16:08:46Z", "protected": false} 2018-07-21 16:08:46,447 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9d57228b-959a-40c7-83cb-70606b1387d3 2018-07-21 16:08:46,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.142831087112s 2018-07-21 16:08:46,448 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-9d57228b-959a-40c7-83cb-70606b1387d3 returning object f0bb614b-c61f-40f4-a283-d52e7263cb20 2018-07-21 16:08:46,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:08:46,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/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}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '' 2018-07-21 16:08:47,339 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa2582be-f652-4fb1-abf3-31626ec5cf3b Date: Sat, 21 Jul 2018 16:08:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:08:47,339 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/file used request id req-aa2582be-f652-4fb1-abf3-31626ec5cf3b 2018-07-21 16:08:47,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.890372991562s 2018-07-21 16:08:47,339 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/file used request id req-aa2582be-f652-4fb1-abf3-31626ec5cf3b 2018-07-21 16:08:47,339 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:08:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/file', u'owner': u'b029fcc81e0244668536b3b6ddbb1ca0', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'f0bb614b-c61f-40f4-a283-d52e7263cb20', u'size': None, u'name': u'vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52', u'checksum': None, u'self': u'/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:08:46Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:08:47,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:08:47,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_0b619591-54f2-4547-9ce6-e88c03500e52", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:08:47,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-599f2b0b-1b61-4b1c-b6ce-faa02cc6d197 x-compute-request-id: req-599f2b0b-1b61-4b1c-b6ce-faa02cc6d197 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_0b619591-54f2-4547-9ce6-e88c03500e52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe", "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": "9099efd3-558e-40ad-85c1-d5312b1eeefe"}} 2018-07-21 16:08:47,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-599f2b0b-1b61-4b1c-b6ce-faa02cc6d197 2018-07-21 16:08:47,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.642171144485s 2018-07-21 16:08:47,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-599f2b0b-1b61-4b1c-b6ce-faa02cc6d197 2018-07-21 16:08:47,984 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_0b619591-54f2-4547-9ce6-e88c03500e52', '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'a6906d7d21744bd98421510fc029622a', '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'9099efd3-558e-40ad-85c1-d5312b1eeefe', 'swap': 0}) 2018-07-21 16:08:47,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:08:47,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe/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}c8deb0349fb9afe98d4c477a90570790aba94efb" -d '{"extra_specs": {}}' 2018-07-21 16:08:48,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e53d4cc-c6db-4330-a936-b7a62c13b6ea x-compute-request-id: req-3e53d4cc-c6db-4330-a936-b7a62c13b6ea Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:08:48,006 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe/os-extra_specs used request id req-3e53d4cc-c6db-4330-a936-b7a62c13b6ea 2018-07-21 16:08:48,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221681594849s 2018-07-21 16:08:48,007 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe/os-extra_specs used request id req-3e53d4cc-c6db-4330-a936-b7a62c13b6ea 2018-07-21 16:08:48,112 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:08:48,112 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:08:48,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:08:48,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a/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}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" -d '{"subnet_id": "e7d60c17-a424-4098-be7d-8174612b99cf"}' 2018-07-21 16:08:49,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dbe0fb45-55c7-4457-9ded-d8ccd1f13956 Date: Sat, 21 Jul 2018 16:08:49 GMT RESP BODY: {"network_id": "609427ee-4e1c-4025-9971-ab8f30ee70de", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "subnet_id": "e7d60c17-a424-4098-be7d-8174612b99cf", "subnet_ids": ["e7d60c17-a424-4098-be7d-8174612b99cf"], "port_id": "79e84b20-74a0-470d-99b8-187b17981cb5", "id": "f351945f-bc0b-48cf-8d93-af20aedde54a"} 2018-07-21 16:08:49,583 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a/remove_router_interface.json used request id req-dbe0fb45-55c7-4457-9ded-d8ccd1f13956 2018-07-21 16:08:49,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.46621990204s 2018-07-21 16:08:49,584 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a/remove_router_interface.json used request id req-dbe0fb45-55c7-4457-9ded-d8ccd1f13956 returning object f351945f-bc0b-48cf-8d93-af20aedde54a 2018-07-21 16:08:49,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:08:49,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:49,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-86f77360-d8e2-436a-9e3c-e38b7b1de2b6 Date: Sat, 21 Jul 2018 16:08:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:42Z", "admin_state_up": true, "updated_at": "2018-07-21T16:08:49Z", "revision_number": 4, "routes": [], "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "f351945f-bc0b-48cf-8d93-af20aedde54a", "name": "vmready2-router_0b619591-54f2-4547-9ce6-e88c03500e52"}]} 2018-07-21 16:08:49,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-86f77360-d8e2-436a-9e3c-e38b7b1de2b6 2018-07-21 16:08:49,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113445043564s 2018-07-21 16:08:49,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-86f77360-d8e2-436a-9e3c-e38b7b1de2b6 2018-07-21 16:08:49,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:08:49,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:51,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-00a8cb0c-7d75-457e-80cd-678e4d455978 Content-Length: 0 Date: Sat, 21 Jul 2018 16:08:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:51,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a.json used request id req-00a8cb0c-7d75-457e-80cd-678e4d455978 2018-07-21 16:08:51,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.3978729248s 2018-07-21 16:08:51,099 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f351945f-bc0b-48cf-8d93-af20aedde54a.json used request id req-00a8cb0c-7d75-457e-80cd-678e4d455978 2018-07-21 16:08:51,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:08:51,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:51,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ba5206c6-7636-49e4-bdf4-1ff88bb386d0 Date: Sat, 21 Jul 2018 16:08:51 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"609427ee-4e1c-4025-9971-ab8f30ee70de","tenant_id":"b029fcc81e0244668536b3b6ddbb1ca0","created_at":"2018-07-21T16:08:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:42Z","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":"b029fcc81e0244668536b3b6ddbb1ca0","id":"e7d60c17-a424-4098-be7d-8174612b99cf","subnetpool_id":null,"name":"vmready2-subnet_0b619591-54f2-4547-9ce6-e88c03500e52"}]} 2018-07-21 16:08:51,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ba5206c6-7636-49e4-bdf4-1ff88bb386d0 2018-07-21 16:08:51,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0992140769958s 2018-07-21 16:08:51,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ba5206c6-7636-49e4-bdf4-1ff88bb386d0 2018-07-21 16:08:51,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:08:51,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/e7d60c17-a424-4098-be7d-8174612b99cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:52,342 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c98b164c-f723-4973-9a82-9108566cc1ee Date: Sat, 21 Jul 2018 16:08:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:52,342 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e7d60c17-a424-4098-be7d-8174612b99cf.json used request id req-c98b164c-f723-4973-9a82-9108566cc1ee 2018-07-21 16:08:52,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.14154100418s 2018-07-21 16:08:52,343 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/e7d60c17-a424-4098-be7d-8174612b99cf.json used request id req-c98b164c-f723-4973-9a82-9108566cc1ee 2018-07-21 16:08:52,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:52,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:52,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-237a4a14-6f49-4af0-a9f1-0555f07e99b3 Date: Sat, 21 Jul 2018 16:08:52 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:08:52Z","tenant_id":"b029fcc81e0244668536b3b6ddbb1ca0","created_at":"2018-07-21T16:08:41Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b029fcc81e0244668536b3b6ddbb1ca0","id":"609427ee-4e1c-4025-9971-ab8f30ee70de","name":"vmready2-net_0b619591-54f2-4547-9ce6-e88c03500e52"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:08:52,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-237a4a14-6f49-4af0-a9f1-0555f07e99b3 2018-07-21 16:08:52,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118374109268s 2018-07-21 16:08:52,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-237a4a14-6f49-4af0-a9f1-0555f07e99b3 2018-07-21 16:08:52,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:08:52,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/609427ee-4e1c-4025-9971-ab8f30ee70de.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:53,515 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0e84314-d705-4bdb-9e45-9abbcb473f48 Date: Sat, 21 Jul 2018 16:08:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:08:53,515 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/609427ee-4e1c-4025-9971-ab8f30ee70de.json used request id req-a0e84314-d705-4bdb-9e45-9abbcb473f48 2018-07-21 16:08:53,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.05188894272s 2018-07-21 16:08:53,515 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/609427ee-4e1c-4025-9971-ab8f30ee70de.json used request id req-a0e84314-d705-4bdb-9e45-9abbcb473f48 2018-07-21 16:08:53,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:08:53,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:53,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-d15de075-7711-41cc-a0bb-8a5879aea720 Date: Sat, 21 Jul 2018 16:08:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/snap", "metadata": {}}], "file": "/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/file", "owner": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "f0bb614b-c61f-40f4-a283-d52e7263cb20", "size": 12716032, "self": "/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/f0bb614b-c61f-40f4-a283-d52e7263cb20/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:08:47Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_0b619591-54f2-4547-9ce6-e88c03500e52", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:08:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:08:53,557 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d15de075-7711-41cc-a0bb-8a5879aea720 2018-07-21 16:08:53,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0382859706879s 2018-07-21 16:08:53,558 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d15de075-7711-41cc-a0bb-8a5879aea720 2018-07-21 16:08:53,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:08:53,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5695a6d83c1bee28cc1cd490aea00d9bdba16e2a" 2018-07-21 16:08:53,848 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d8a9d7c3-d3b9-4a29-bd02-039ecbd7dfc4 Date: Sat, 21 Jul 2018 16:08:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:08:53,848 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20 used request id req-d8a9d7c3-d3b9-4a29-bd02-039ecbd7dfc4 2018-07-21 16:08:53,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.288441896439s 2018-07-21 16:08:53,848 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/f0bb614b-c61f-40f4-a283-d52e7263cb20 used request id req-d8a9d7c3-d3b9-4a29-bd02-039ecbd7dfc4 2018-07-21 16:08:53,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:08:53,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:53,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08: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-433b3f6c-7d1c-4da7-8ace-5fdd203f6aef x-compute-request-id: req-433b3f6c-7d1c-4da7-8ace-5fdd203f6aef Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_0b619591-54f2-4547-9ce6-e88c03500e52", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe", "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": "9099efd3-558e-40ad-85c1-d5312b1eeefe"}]} 2018-07-21 16:08:53,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-433b3f6c-7d1c-4da7-8ace-5fdd203f6aef 2018-07-21 16:08:53,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0248999595642s 2018-07-21 16:08:53,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-433b3f6c-7d1c-4da7-8ace-5fdd203f6aef 2018-07-21 16:08:53,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:08:53,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:54,025 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:08:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-94296930-2f78-4d72-9601-ecaf54801947 x-compute-request-id: req-94296930-2f78-4d72-9601-ecaf54801947 Content-Length: 0 Content-Type: application/json 2018-07-21 16:08:54,025 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe used request id req-94296930-2f78-4d72-9601-ecaf54801947 2018-07-21 16:08:54,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.149123907089s 2018-07-21 16:08:54,025 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9099efd3-558e-40ad-85c1-d5312b1eeefe used request id req-94296930-2f78-4d72-9601-ecaf54801947 2018-07-21 16:08:54,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:08:54,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:54,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e8eb0f-261c-4f59-9f5b-fa5df455561c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52", "links": {"self": "http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "261618b3825142f897f5bbaad9dcd501", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:08:54,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-51e8eb0f-261c-4f59-9f5b-fa5df455561c 2018-07-21 16:08:54,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.131258010864s 2018-07-21 16:08:54,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-51e8eb0f-261c-4f59-9f5b-fa5df455561c 2018-07-21 16:08:54,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:08:54,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:54,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c96c99c1-95c6-4ce1-b53e-6e98f2b25108 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_0b619591-54f2-4547-9ce6-e88c03500e52", "links": {"self": "http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "261618b3825142f897f5bbaad9dcd501", "description": null}} 2018-07-21 16:08:54,269 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501 used request id req-c96c99c1-95c6-4ce1-b53e-6e98f2b25108 2018-07-21 16:08:54,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106138944626s 2018-07-21 16:08:54,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501 used request id req-c96c99c1-95c6-4ce1-b53e-6e98f2b25108 2018-07-21 16:08:54,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 16:08:54,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:54,469 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c7133e8-5b76-43c6-9e02-472fcb275ae4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:08:54,470 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501 used request id req-2c7133e8-5b76-43c6-9e02-472fcb275ae4 2018-07-21 16:08:54,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.199418067932s 2018-07-21 16:08:54,470 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/261618b3825142f897f5bbaad9dcd501 used request id req-2c7133e8-5b76-43c6-9e02-472fcb275ae4 2018-07-21 16:08:54,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:08:54,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:54,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53c7b870-71b3-44bd-8f85-5427e7cc5aca Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0"}, "tags": [], "enabled": true, "id": "b029fcc81e0244668536b3b6ddbb1ca0", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_0b619591-54f2-4547-9ce6-e88c03500e52"}]} 2018-07-21 16:08:54,573 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-53c7b870-71b3-44bd-8f85-5427e7cc5aca 2018-07-21 16:08:54,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0970060825348s 2018-07-21 16:08:54,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-53c7b870-71b3-44bd-8f85-5427e7cc5aca 2018-07-21 16:08:54,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 16:08:54,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c8deb0349fb9afe98d4c477a90570790aba94efb" 2018-07-21 16:08:54,798 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:08:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3116bcc-2ed7-4212-a346-af5b84e7f9c6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:08:54,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0 used request id req-f3116bcc-2ed7-4212-a346-af5b84e7f9c6 2018-07-21 16:08:54,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.22123003006s 2018-07-21 16:08:54,799 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0 used request id req-f3116bcc-2ed7-4212-a346-af5b84e7f9c6 2018-07-21 16:08:54,851 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-07-21 16:08:54,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:08:54,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:08:54,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:08:54,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:08:54,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:08:54,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:08:54,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:08:54,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:08:54,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:08:54,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:54,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:08:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-20a28673-1e21-4e1f-8cb6-d9c9bda13544 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:08:54,898 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-20a28673-1e21-4e1f-8cb6-d9c9bda13544 2018-07-21 16:08:54,898 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:08:55,283 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:08:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["r8wY3VlKTqCo2nkDW6sX8g"], "issued_at": "2018-07-21T16:08:55.000000Z"}} 2018-07-21 16:08:55,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:55,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:08:55,556 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6e9cbb59-ff48-4204-9bba-a61d28a2c818 Date: Sat, 21 Jul 2018 16:08:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:08:55,556 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6e9cbb59-ff48-4204-9bba-a61d28a2c818 2018-07-21 16:08:55,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.2702460289s 2018-07-21 16:08:55,557 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6e9cbb59-ff48-4204-9bba-a61d28a2c818 2018-07-21 16:08:55,562 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-07-21 16:08:55,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:08:55,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"network": {"name": "singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866", "admin_state_up": true}}' 2018-07-21 16:08:55,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-2c3aa2dd-16b4-413a-ac2d-bc0843b9ff3e Date: Sat, 21 Jul 2018 16:08:55 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"a20ca7bc-18fb-4760-8730-373232432b4e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:08:55Z","is_default":false,"provider:segmentation_id":30,"name":"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:55Z","mtu":1450}} 2018-07-21 16:08:55,841 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2c3aa2dd-16b4-413a-ac2d-bc0843b9ff3e 2018-07-21 16:08:55,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.278078079224s 2018-07-21 16:08:55,841 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-2c3aa2dd-16b4-413a-ac2d-bc0843b9ff3e 2018-07-21 16:08:55,842 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:08:55Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'a20ca7bc-18fb-4760-8730-373232432b4e', u'provider:segmentation_id': 30, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:08:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:08:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:08:55,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:08:56,158 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-5b0e80bb-2a3e-49fc-85ad-9f4103146976 Date: Sat, 21 Jul 2018 16:08:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a20ca7bc-18fb-4760-8730-373232432b4e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:08:55Z","provider:segmentation_id":30,"name":"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:55Z","provider:network_type":"vxlan"}]} 2018-07-21 16:08:56,158 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5b0e80bb-2a3e-49fc-85ad-9f4103146976 2018-07-21 16:08:56,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316166877747s 2018-07-21 16:08:56,159 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5b0e80bb-2a3e-49fc-85ad-9f4103146976 2018-07-21 16:08:56,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:08:56,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"subnet": {"name": "singlevm1-subnet_f2ef86d6-4872-4ad6-abb7-d916979e7866", "enable_dhcp": true, "network_id": "a20ca7bc-18fb-4760-8730-373232432b4e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:08:56,581 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-5d06c70f-59b7-4e9a-8d35-27f6ae2555c2 Date: Sat, 21 Jul 2018 16:08:56 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a20ca7bc-18fb-4760-8730-373232432b4e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:56Z","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":"a6906d7d21744bd98421510fc029622a","id":"35714522-03a7-43c6-892e-fc841bb2cf36","subnetpool_id":null,"name":"singlevm1-subnet_f2ef86d6-4872-4ad6-abb7-d916979e7866"}} 2018-07-21 16:08:56,581 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5d06c70f-59b7-4e9a-8d35-27f6ae2555c2 2018-07-21 16:08:56,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.421057939529s 2018-07-21 16:08:56,582 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-5d06c70f-59b7-4e9a-8d35-27f6ae2555c2 2018-07-21 16:08:56,582 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:08:56Z', 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'35714522-03a7-43c6-892e-fc841bb2cf36', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_f2ef86d6-4872-4ad6-abb7-d916979e7866', u'enable_dhcp': True, u'network_id': u'a20ca7bc-18fb-4760-8730-373232432b4e', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:08:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:08:56,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:08:56,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "singlevm1-router_f2ef86d6-4872-4ad6-abb7-d916979e7866", "admin_state_up": true}}' 2018-07-21 16:08:57,598 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5fbae0e7-b093-44bb-b41e-4fb8fc752f74 Date: Sat, 21 Jul 2018 16:08:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:08:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:08:57Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "155e4bf7-94c5-41c1-a2d7-0c22063293aa", "name": "singlevm1-router_f2ef86d6-4872-4ad6-abb7-d916979e7866"}} 2018-07-21 16:08:57,598 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5fbae0e7-b093-44bb-b41e-4fb8fc752f74 2018-07-21 16:08:57,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.01561999321s 2018-07-21 16:08:57,599 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-5fbae0e7-b093-44bb-b41e-4fb8fc752f74 2018-07-21 16:08:57,599 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:08:56Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T16:08:57Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'155e4bf7-94c5-41c1-a2d7-0c22063293aa', u'name': u'singlevm1-router_f2ef86d6-4872-4ad6-abb7-d916979e7866'}) 2018-07-21 16:08:57,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:08:57,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa/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}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"subnet_id": "35714522-03a7-43c6-892e-fc841bb2cf36"}' 2018-07-21 16:08:59,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2ff2b154-7550-42f5-865b-e717f30f5fa1 Date: Sat, 21 Jul 2018 16:08:59 GMT RESP BODY: {"network_id": "a20ca7bc-18fb-4760-8730-373232432b4e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "35714522-03a7-43c6-892e-fc841bb2cf36", "subnet_ids": ["35714522-03a7-43c6-892e-fc841bb2cf36"], "port_id": "407b6eee-0f94-412c-b4f6-bfe3147b9fb4", "id": "155e4bf7-94c5-41c1-a2d7-0c22063293aa"} 2018-07-21 16:08:59,331 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa/add_router_interface.json used request id req-2ff2b154-7550-42f5-865b-e717f30f5fa1 2018-07-21 16:08:59,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.73080301285s 2018-07-21 16:08:59,331 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa/add_router_interface.json used request id req-2ff2b154-7550-42f5-865b-e717f30f5fa1 returning object 155e4bf7-94c5-41c1-a2d7-0c22063293aa 2018-07-21 16:08:59,332 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:08:59,459 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:08:59,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:08:59,467 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:08:59 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:08:59,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:08:59,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:00,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fbde7a4a-f5fd-4816-953b-550bd7f4d189 Date: Sat, 21 Jul 2018 16:09:00 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:09:00,116 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fbde7a4a-f5fd-4816-953b-550bd7f4d189 2018-07-21 16:09:00,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.646916866302s 2018-07-21 16:09:00,117 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fbde7a4a-f5fd-4816-953b-550bd7f4d189 2018-07-21 16:09:00,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:09:00,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866"}' 2018-07-21 16:09:00,219 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-95cc3478-cd12-48ed-8b67-ac4ec7d17284 Date: Sat, 21 Jul 2018 16:09:00 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "size": null, "self": "/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:09:00Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "checksum": null, "created_at": "2018-07-21T16:09:00Z", "protected": false} 2018-07-21 16:09:00,219 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-95cc3478-cd12-48ed-8b67-ac4ec7d17284 2018-07-21 16:09:00,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0946521759033s 2018-07-21 16:09:00,219 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-95cc3478-cd12-48ed-8b67-ac4ec7d17284 returning object 5bd899e1-e321-40cb-a578-cf56556f87d3 2018-07-21 16:09:00,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:09:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/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}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '' 2018-07-21 16:09:01,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-01adfebc-2894-47cf-abdb-df97830ddd3f Date: Sat, 21 Jul 2018 16:09:01 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:09:01,351 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/file used request id req-01adfebc-2894-47cf-abdb-df97830ddd3f 2018-07-21 16:09:01,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.13129687309s 2018-07-21 16:09:01,352 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/file used request id req-01adfebc-2894-47cf-abdb-df97830ddd3f 2018-07-21 16:09:01,352 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:09:00Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'5bd899e1-e321-40cb-a578-cf56556f87d3', u'size': None, u'name': u'singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866', u'checksum': None, u'self': u'/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:09:00Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:09:01,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:09:01,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_f2ef86d6-4872-4ad6-abb7-d916979e7866", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:09:01,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-d51bb8b5-6618-46ef-87e1-415b202c7bd0 x-compute-request-id: req-d51bb8b5-6618-46ef-87e1-415b202c7bd0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_f2ef86d6-4872-4ad6-abb7-d916979e7866", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "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": "5ee7879f-076c-4b7f-b13e-fa032a942952"}} 2018-07-21 16:09:01,632 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d51bb8b5-6618-46ef-87e1-415b202c7bd0 2018-07-21 16:09:01,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.278662919998s 2018-07-21 16:09:01,632 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-d51bb8b5-6618-46ef-87e1-415b202c7bd0 2018-07-21 16:09:01,633 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_f2ef86d6-4872-4ad6-abb7-d916979e7866', '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'a6906d7d21744bd98421510fc029622a', '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'5ee7879f-076c-4b7f-b13e-fa032a942952', 'swap': 0}) 2018-07-21 16:09:01,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:09:01,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952/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}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"extra_specs": {}}' 2018-07-21 16:09:01,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b9c63eb4-5a7b-4343-a003-0d21f4462cd4 x-compute-request-id: req-b9c63eb4-5a7b-4343-a003-0d21f4462cd4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:09:01,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952/os-extra_specs used request id req-b9c63eb4-5a7b-4343-a003-0d21f4462cd4 2018-07-21 16:09:01,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.02290391922s 2018-07-21 16:09:01,657 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952/os-extra_specs used request id req-b9c63eb4-5a7b-4343-a003-0d21f4462cd4 2018-07-21 16:09:01,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 16:09:01,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"keypair": {"name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866"}}' 2018-07-21 16:09:01,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-0c0f1dfd-948e-4fbf-a80d-a153ea83737d x-compute-request-id: req-0c0f1dfd-948e-4fbf-a80d-a153ea83737d Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3W8nhV22ca2k1wl2yPBAt7s0dKLapbAVBp7TsLhMrpwk2LGA90NZ9KnOCT0f0SBvsL5E3OINNe/fWGzNSP8vwDI8D+2rhAWp0JGW65vVo48ei25ljYy1gLFKaj82JVBGnlePybDGY6a/Pk6ddjxO8N2cB3MQMhfOlNpTOHD8GfMmgLRzc7zg6zDNqccVcP6w0jRU7p9ylknmfQMkEpt5VLxSS0trei+nevw1bZpe/3Y07bA9b6gIzRHOXS//S7vHSC2+FYSrYksUDvCZB19E/fX1uSGOVNQ3M4k+MV7/t4HczVINVdKOfDkt2SjQVkaV4SDboyVCV4/hJzWknOhST Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt1vJ4VdtnGtpNcJdsjwQLe7NHSi2qWwFQae07C4TK6cJNixg\nPdDWfSpzgk9H9Egb7C+RNziDTXv31hszUj/L8AyPA/tq4QFqdCRluub1aOPHotuZ\nY2MtYCxSmo/NiVQRp5Xj8mwxmOmvz5OnXY8TvDdnAdzEDIXzpTaUzhw/BnzJoC0c\n3O84OswzanHFXD+sNI0VO6fcpZJ5n0DJBKbeVS8UktLa3ovp3r8NW2aXv92NO2wP\nW+oCM0Rzl0v/0u7x0gtvhWEq2JLFA7wmQdfRP319bkhjlTUNzOJPjFe/7eB3M1SD\nVXSjnw5Ldko0FZGleEg26MlQleP4Sc1pJzoUkwIDAQABAoIBAHrXqPoqu8nXAGa+\n8E0QBnrviUXm1/HL5/2joQe2mqtdPkOoGVZwyrKStU5xVTCo+uQSvkRzvSw1SMaN\n9KU/Dp+lmk89qs5SR4LGO82rHHGIYWCPpUU71dOf/juE6lv+EdHoDw6EQ/pBXcNB\nFhkNWVh4+a76u/Hz8FcYqTspG2R5JBEWacXMnEWzaoi2j/tpCGtL5pP/U5zIg5ki\nHefT9yrzyyoMXqSqcaL4PBHG9w9LiFOvuNCkQ3jPqFhIT0BF3dAVUjfNmZkWxkH2\nDZ9zQnx/T0OJi3ChUMD8zllmXXG2psH4lvSF5ZPKpBfzqKPcgxiGf7SaQvsFmasW\nUzX/iWkCgYEA8VYLCd7/hWsQjnDuons5G9hHo3cGhOtol77EhwH1k2LxS5Lqg1ov\nBaxOeSmH9zwpbXEUdS83ZVVYD4EF5IarjawHe5qewj0QEBRsjNfSel/DKsoR0hfi\n8UQ+Xo6v5BsCiMuZrcg3QfZFPTAAoTV9Ro+w2z1/Xdhe6UMTqZJV5hUCgYEAwn/p\nL8+WX+3Td20OCEZKLmfxK8d/2UTLd3vgNz9rAwoDNhJjHdpnMq3WWyAw+92E4zvG\nPqyi0rYPOjH3Bj2U00uz+tZNHS+UdWm59jciBR06q87quakjb59dTAhxnNGc4Ki4\nbrTvSX/glR/3BaDXTWHAYtETmUIFO4VLUpuKIgcCgYAs/9o3EPmcKwZ/SNd2PHu9\nkWpqNHtmtW5fPRbwBZGA1eYgLVjE/T/fUu2e8fuEQheHbJpf71no7yzoVyp+Hg5G\n8FjE12Pa2//uv6At8uAwKUL+64a/Ie0TB6KJhxmM8uxaDXyuRrLm/cCTVCwJ4ytk\nyM41UxY4rWulGvjDmaGisQKBgQCjyTsAu/qRhaCR7Q/n/+jv8y+wAiuzNq9wSqyh\nWZIv2PqjShCVTxmgH6tmyVD2h7Aj+m4S0SW78vwXsYOniawN0q4ZCOWfMjX+Oa4T\nnJHVZKvHilM3TSs+ECFsqZ+iwxEsTmghMdRfPIROj8BgyPUFgM+VZyLt6B6n5LNt\nOPW1eQKBgQCRTXimHu9nfzMh6w2/0aiaLXj/8wuYA63k1CIPSMiMa7ACFkwxgqb7\nWVyQvftgRQkEgSkU4ba1+o7TT6H/1bfZabfq8aXnyyEQvAA9nJAFa4AUu2QVli96\n/N99QNbH0j++Dc7DXMEfva7iRaoqXylMwK+nuwiODp90koiTyn/SJQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "2a2432a175e24e539f898da0a66c9eae", "name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "fingerprint": "e2:6b:27:3e:11:29:a8:56:16:48:19:b1:e5:bf:12:2b"}} 2018-07-21 16:09:01,838 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0c0f1dfd-948e-4fbf-a80d-a153ea83737d 2018-07-21 16:09:01,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.180257081985s 2018-07-21 16:09:01,838 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-0c0f1dfd-948e-4fbf-a80d-a153ea83737d 2018-07-21 16:09:01,839 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3W8nhV22ca2k1wl2yPBAt7s0dKLapbAVBp7TsLhMrpwk2LGA90NZ9KnOCT0f0SBvsL5E3OINNe/fWGzNSP8vwDI8D+2rhAWp0JGW65vVo48ei25ljYy1gLFKaj82JVBGnlePybDGY6a/Pk6ddjxO8N2cB3MQMhfOlNpTOHD8GfMmgLRzc7zg6zDNqccVcP6w0jRU7p9ylknmfQMkEpt5VLxSS0trei+nevw1bZpe/3Y07bA9b6gIzRHOXS//S7vHSC2+FYSrYksUDvCZB19E/fX1uSGOVNQ3M4k+MV7/t4HczVINVdKOfDkt2SjQVkaV4SDboyVCV4/hJzWknOhST Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAt1vJ4VdtnGtpNcJdsjwQLe7NHSi2qWwFQae07C4TK6cJNixg\nPdDWfSpzgk9H9Egb7C+RNziDTXv31hszUj/L8AyPA/tq4QFqdCRluub1aOPHotuZ\nY2MtYCxSmo/NiVQRp5Xj8mwxmOmvz5OnXY8TvDdnAdzEDIXzpTaUzhw/BnzJoC0c\n3O84OswzanHFXD+sNI0VO6fcpZJ5n0DJBKbeVS8UktLa3ovp3r8NW2aXv92NO2wP\nW+oCM0Rzl0v/0u7x0gtvhWEq2JLFA7wmQdfRP319bkhjlTUNzOJPjFe/7eB3M1SD\nVXSjnw5Ldko0FZGleEg26MlQleP4Sc1pJzoUkwIDAQABAoIBAHrXqPoqu8nXAGa+\n8E0QBnrviUXm1/HL5/2joQe2mqtdPkOoGVZwyrKStU5xVTCo+uQSvkRzvSw1SMaN\n9KU/Dp+lmk89qs5SR4LGO82rHHGIYWCPpUU71dOf/juE6lv+EdHoDw6EQ/pBXcNB\nFhkNWVh4+a76u/Hz8FcYqTspG2R5JBEWacXMnEWzaoi2j/tpCGtL5pP/U5zIg5ki\nHefT9yrzyyoMXqSqcaL4PBHG9w9LiFOvuNCkQ3jPqFhIT0BF3dAVUjfNmZkWxkH2\nDZ9zQnx/T0OJi3ChUMD8zllmXXG2psH4lvSF5ZPKpBfzqKPcgxiGf7SaQvsFmasW\nUzX/iWkCgYEA8VYLCd7/hWsQjnDuons5G9hHo3cGhOtol77EhwH1k2LxS5Lqg1ov\nBaxOeSmH9zwpbXEUdS83ZVVYD4EF5IarjawHe5qewj0QEBRsjNfSel/DKsoR0hfi\n8UQ+Xo6v5BsCiMuZrcg3QfZFPTAAoTV9Ro+w2z1/Xdhe6UMTqZJV5hUCgYEAwn/p\nL8+WX+3Td20OCEZKLmfxK8d/2UTLd3vgNz9rAwoDNhJjHdpnMq3WWyAw+92E4zvG\nPqyi0rYPOjH3Bj2U00uz+tZNHS+UdWm59jciBR06q87quakjb59dTAhxnNGc4Ki4\nbrTvSX/glR/3BaDXTWHAYtETmUIFO4VLUpuKIgcCgYAs/9o3EPmcKwZ/SNd2PHu9\nkWpqNHtmtW5fPRbwBZGA1eYgLVjE/T/fUu2e8fuEQheHbJpf71no7yzoVyp+Hg5G\n8FjE12Pa2//uv6At8uAwKUL+64a/Ie0TB6KJhxmM8uxaDXyuRrLm/cCTVCwJ4ytk\nyM41UxY4rWulGvjDmaGisQKBgQCjyTsAu/qRhaCR7Q/n/+jv8y+wAiuzNq9wSqyh\nWZIv2PqjShCVTxmgH6tmyVD2h7Aj+m4S0SW78vwXsYOniawN0q4ZCOWfMjX+Oa4T\nnJHVZKvHilM3TSs+ECFsqZ+iwxEsTmghMdRfPIROj8BgyPUFgM+VZyLt6B6n5LNt\nOPW1eQKBgQCRTXimHu9nfzMh6w2/0aiaLXj/8wuYA63k1CIPSMiMa7ACFkwxgqb7\nWVyQvftgRQkEgSkU4ba1+o7TT6H/1bfZabfq8aXnyyEQvAA9nJAFa4AUu2QVli96\n/N99QNbH0j++Dc7DXMEfva7iRaoqXylMwK+nuwiODp90koiTyn/SJQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2a2432a175e24e539f898da0a66c9eae', 'name': u'singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866', 'created_at': '2018-07-21T16:09:01.839422', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6906d7d21744bd98421510fc029622a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'e2:6b:27:3e:11:29:a8:56:16:48:19:b1:e5:bf:12:2b', 'type': 'ssh', 'id': u'singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866'}) 2018-07-21 16:09:01,839 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAt1vJ4VdtnGtpNcJdsjwQLe7NHSi2qWwFQae07C4TK6cJNixg PdDWfSpzgk9H9Egb7C+RNziDTXv31hszUj/L8AyPA/tq4QFqdCRluub1aOPHotuZ Y2MtYCxSmo/NiVQRp5Xj8mwxmOmvz5OnXY8TvDdnAdzEDIXzpTaUzhw/BnzJoC0c 3O84OswzanHFXD+sNI0VO6fcpZJ5n0DJBKbeVS8UktLa3ovp3r8NW2aXv92NO2wP W+oCM0Rzl0v/0u7x0gtvhWEq2JLFA7wmQdfRP319bkhjlTUNzOJPjFe/7eB3M1SD VXSjnw5Ldko0FZGleEg26MlQleP4Sc1pJzoUkwIDAQABAoIBAHrXqPoqu8nXAGa+ 8E0QBnrviUXm1/HL5/2joQe2mqtdPkOoGVZwyrKStU5xVTCo+uQSvkRzvSw1SMaN 9KU/Dp+lmk89qs5SR4LGO82rHHGIYWCPpUU71dOf/juE6lv+EdHoDw6EQ/pBXcNB FhkNWVh4+a76u/Hz8FcYqTspG2R5JBEWacXMnEWzaoi2j/tpCGtL5pP/U5zIg5ki HefT9yrzyyoMXqSqcaL4PBHG9w9LiFOvuNCkQ3jPqFhIT0BF3dAVUjfNmZkWxkH2 DZ9zQnx/T0OJi3ChUMD8zllmXXG2psH4lvSF5ZPKpBfzqKPcgxiGf7SaQvsFmasW UzX/iWkCgYEA8VYLCd7/hWsQjnDuons5G9hHo3cGhOtol77EhwH1k2LxS5Lqg1ov BaxOeSmH9zwpbXEUdS83ZVVYD4EF5IarjawHe5qewj0QEBRsjNfSel/DKsoR0hfi 8UQ+Xo6v5BsCiMuZrcg3QfZFPTAAoTV9Ro+w2z1/Xdhe6UMTqZJV5hUCgYEAwn/p L8+WX+3Td20OCEZKLmfxK8d/2UTLd3vgNz9rAwoDNhJjHdpnMq3WWyAw+92E4zvG Pqyi0rYPOjH3Bj2U00uz+tZNHS+UdWm59jciBR06q87quakjb59dTAhxnNGc4Ki4 brTvSX/glR/3BaDXTWHAYtETmUIFO4VLUpuKIgcCgYAs/9o3EPmcKwZ/SNd2PHu9 kWpqNHtmtW5fPRbwBZGA1eYgLVjE/T/fUu2e8fuEQheHbJpf71no7yzoVyp+Hg5G 8FjE12Pa2//uv6At8uAwKUL+64a/Ie0TB6KJhxmM8uxaDXyuRrLm/cCTVCwJ4ytk yM41UxY4rWulGvjDmaGisQKBgQCjyTsAu/qRhaCR7Q/n/+jv8y+wAiuzNq9wSqyh WZIv2PqjShCVTxmgH6tmyVD2h7Aj+m4S0SW78vwXsYOniawN0q4ZCOWfMjX+Oa4T nJHVZKvHilM3TSs+ECFsqZ+iwxEsTmghMdRfPIROj8BgyPUFgM+VZyLt6B6n5LNt OPW1eQKBgQCRTXimHu9nfzMh6w2/0aiaLXj/8wuYA63k1CIPSMiMa7ACFkwxgqb7 WVyQvftgRQkEgSkU4ba1+o7TT6H/1bfZabfq8aXnyyEQvAA9nJAFa4AUu2QVli96 /N99QNbH0j++Dc7DXMEfva7iRaoqXylMwK+nuwiODp90koiTyn/SJQ== -----END RSA PRIVATE KEY----- 2018-07-21 16:09:01,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 16:09:01,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"security_group": {"name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-07-21 16:09:02,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-26cc3d6c-4633-4d9b-98b7-e0cb692a3b31 Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:01Z", "updated_at": "2018-07-21T16:09:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "971863c1-c5e3-4b08-bb18-df902f87c40b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "c7f590a5-586d-4e39-840d-6a5552002c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "53f64176-f764-42b7-9341-510db3a0301e", "name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}} 2018-07-21 16:09:02,048 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-26cc3d6c-4633-4d9b-98b7-e0cb692a3b31 2018-07-21 16:09:02,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.205906867981s 2018-07-21 16:09:02,049 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-26cc3d6c-4633-4d9b-98b7-e0cb692a3b31 2018-07-21 16:09:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:09:02,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:02,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-82b530d3-3e54-433e-869c-8ebc002ce3f1 Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "created_at": "2018-07-21T16:05:37Z", "updated_at": "2018-07-21T16:05:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "153bf52d-fbdf-4e6e-9f13-d3fc7c853a33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "186782cd-8bca-4c6c-b5d1-be153a42c6d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "4a821daa-d268-4aa5-9896-8e8565d3902b", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "90aa2d98-0a90-4e75-807a-89dd8f29c361", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}], "revision_number": 1, "project_id": "9c1b53ea4891475d886a643c0437ee5a", "id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:41Z", "updated_at": "2018-07-21T16:08:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "14db7078-675b-47aa-8800-7f77a9bdb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "9726106c-3788-467f-a0f0-93b9609c9b62", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "c3af51b0-3e90-49c8-a378-4f9c7bcf1f9f", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "d20c8b7b-ce0c-4645-920f-42603c0d2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}], "revision_number": 1, "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:01Z", "updated_at": "2018-07-21T16:09:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "971863c1-c5e3-4b08-bb18-df902f87c40b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "c7f590a5-586d-4e39-840d-6a5552002c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "53f64176-f764-42b7-9341-510db3a0301e", "name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}, {"description": "Default security group", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:12Z", "updated_at": "2018-07-21T16:08:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "2837754f-e940-469b-90ce-4380dfc657b3", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "7192c936-7835-4f9a-99a2-d553c28ef58e", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e4b48d4a-ffbd-499d-8cb0-a0eb6eefab89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e8304b60-dce1-4398-bb83-1fabd7894644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}], "revision_number": 1, "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:58Z", "updated_at": "2018-07-21T16:07:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "1f77b077-aa4b-4576-9a3a-9fa8dbe7baf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "2938f45d-88af-4473-9555-4592ba7d5c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "46d00a28-f9ab-461f-86f5-751eae9bc2f4", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "9acdbed0-73de-4d1b-a73a-cb66ff65ede7", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-21T16:07:59Z", "updated_at": "2018-07-21T16:07:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "1d7da4c8-88cd-48e6-a281-cca9fe514adf", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "31a63c95-851f-48b6-b24f-d9678505272c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "46d4b1d3-8d35-414e-a287-d8324bad9a81", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "66ce9865-6a48-4e29-be87-07e685ff7ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f4bed278-796b-4d77-a649-88652035bb18", "name": "default"}]} 2018-07-21 16:09:02,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-82b530d3-3e54-433e-869c-8ebc002ce3f1 2018-07-21 16:09:02,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.108804941177s 2018-07-21 16:09:02,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-82b530d3-3e54-433e-869c-8ebc002ce3f1 2018-07-21 16:09:02,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:09:02,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -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": "53f64176-f764-42b7-9341-510db3a0301e"}}' 2018-07-21 16:09:02,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-608073ad-128b-4b9d-8c7a-def67c3fa05c Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T16:09:02Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "port_range_min": 22, "revision_number": 0, "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:02Z", "project_id": "a6906d7d21744bd98421510fc029622a", "id": "a560da6a-29f1-470d-8d91-3be1058b5e2e"}} 2018-07-21 16:09:02,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-608073ad-128b-4b9d-8c7a-def67c3fa05c 2018-07-21 16:09:02,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.216413974762s 2018-07-21 16:09:02,384 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-608073ad-128b-4b9d-8c7a-def67c3fa05c 2018-07-21 16:09:02,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:09:02,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:02,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-44e7fb07-bbea-4e9a-952a-d1e276da8d6a Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "created_at": "2018-07-21T16:05:37Z", "updated_at": "2018-07-21T16:05:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "153bf52d-fbdf-4e6e-9f13-d3fc7c853a33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "186782cd-8bca-4c6c-b5d1-be153a42c6d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "4a821daa-d268-4aa5-9896-8e8565d3902b", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "90aa2d98-0a90-4e75-807a-89dd8f29c361", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}], "revision_number": 1, "project_id": "9c1b53ea4891475d886a643c0437ee5a", "id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:41Z", "updated_at": "2018-07-21T16:08:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "14db7078-675b-47aa-8800-7f77a9bdb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "9726106c-3788-467f-a0f0-93b9609c9b62", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "c3af51b0-3e90-49c8-a378-4f9c7bcf1f9f", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "d20c8b7b-ce0c-4645-920f-42603c0d2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}], "revision_number": 1, "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:01Z", "updated_at": "2018-07-21T16:09:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "971863c1-c5e3-4b08-bb18-df902f87c40b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:09:02Z", "revision_number": 0, "id": "a560da6a-29f1-470d-8d91-3be1058b5e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:02Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "c7f590a5-586d-4e39-840d-6a5552002c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 2, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "53f64176-f764-42b7-9341-510db3a0301e", "name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}, {"description": "Default security group", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:12Z", "updated_at": "2018-07-21T16:08:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "2837754f-e940-469b-90ce-4380dfc657b3", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "7192c936-7835-4f9a-99a2-d553c28ef58e", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e4b48d4a-ffbd-499d-8cb0-a0eb6eefab89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e8304b60-dce1-4398-bb83-1fabd7894644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}], "revision_number": 1, "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:58Z", "updated_at": "2018-07-21T16:07:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "1f77b077-aa4b-4576-9a3a-9fa8dbe7baf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "2938f45d-88af-4473-9555-4592ba7d5c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "46d00a28-f9ab-461f-86f5-751eae9bc2f4", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "9acdbed0-73de-4d1b-a73a-cb66ff65ede7", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-21T16:07:59Z", "updated_at": "2018-07-21T16:07:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "1d7da4c8-88cd-48e6-a281-cca9fe514adf", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "31a63c95-851f-48b6-b24f-d9678505272c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "46d4b1d3-8d35-414e-a287-d8324bad9a81", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "66ce9865-6a48-4e29-be87-07e685ff7ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f4bed278-796b-4d77-a649-88652035bb18", "name": "default"}]} 2018-07-21 16:09:02,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-44e7fb07-bbea-4e9a-952a-d1e276da8d6a 2018-07-21 16:09:02,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0573580265045s 2018-07-21 16:09:02,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-44e7fb07-bbea-4e9a-952a-d1e276da8d6a 2018-07-21 16:09:02,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:09:02,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -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": "53f64176-f764-42b7-9341-510db3a0301e"}}' 2018-07-21 16:09:02,599 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d80e16d5-768b-4255-b3f9-7331ee56e2a1 Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T16:09:02Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "port_range_min": null, "revision_number": 0, "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:02Z", "project_id": "a6906d7d21744bd98421510fc029622a", "id": "fbb6879b-2c7d-4f4c-a4a6-48142f8ad978"}} 2018-07-21 16:09:02,599 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d80e16d5-768b-4255-b3f9-7331ee56e2a1 2018-07-21 16:09:02,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.150104045868s 2018-07-21 16:09:02,600 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d80e16d5-768b-4255-b3f9-7331ee56e2a1 2018-07-21 16:09:02,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:02,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:02,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-22faaee7-cc8d-4720-83ee-3639fae5da99 Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a20ca7bc-18fb-4760-8730-373232432b4e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["35714522-03a7-43c6-892e-fc841bb2cf36"],"description":"","tags":[],"updated_at":"2018-07-21T16:08:56Z","provider:segmentation_id":30,"name":"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:55Z","provider:network_type":"vxlan"}]} 2018-07-21 16:09:02,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-22faaee7-cc8d-4720-83ee-3639fae5da99 2018-07-21 16:09:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0876009464264s 2018-07-21 16:09:02,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-22faaee7-cc8d-4720-83ee-3639fae5da99 2018-07-21 16:09:02,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:09:02,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:02,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8d600e99-cae4-4f9b-ab7b-af5d6e1720e9 Date: Sat, 21 Jul 2018 16:09:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/5bd899e1-e321-40cb-a578-cf56556f87d3/snap", "metadata": {}}], "file": "/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "size": 12716032, "self": "/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/5bd899e1-e321-40cb-a578-cf56556f87d3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:09:01Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:09:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:09:02,718 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8d600e99-cae4-4f9b-ab7b-af5d6e1720e9 2018-07-21 16:09:02,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246489048004s 2018-07-21 16:09:02,719 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8d600e99-cae4-4f9b-ab7b-af5d6e1720e9 2018-07-21 16:09:02,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:09:02,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:02,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-0eeff486-0766-4ffb-9671-9b99079e006e x-compute-request-id: req-0eeff486-0766-4ffb-9671-9b99079e006e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_f2ef86d6-4872-4ad6-abb7-d916979e7866", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "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": "5ee7879f-076c-4b7f-b13e-fa032a942952"}]} 2018-07-21 16:09:02,757 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-0eeff486-0766-4ffb-9671-9b99079e006e 2018-07-21 16:09:02,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.036484003067s 2018-07-21 16:09:02,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-0eeff486-0766-4ffb-9671-9b99079e006e 2018-07-21 16:09:02,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:09:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"server": {"name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "imageRef": "5bd899e1-e321-40cb-a578-cf56556f87d3", "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "flavorRef": "5ee7879f-076c-4b7f-b13e-fa032a942952", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a20ca7bc-18fb-4760-8730-373232432b4e"}], "security_groups": [{"name": "53f64176-f764-42b7-9341-510db3a0301e"}]}}' 2018-07-21 16:09:04,619 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:09: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-4d72f930-4015-495d-b9f4-e9abe2067cf9 x-compute-request-id: req-4d72f930-4015-495d-b9f4-e9abe2067cf9 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "53f64176-f764-42b7-9341-510db3a0301e"}], "OS-DCF:diskConfig": "MANUAL", "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "adminPass": "4QNuE7UVD4No"}} 2018-07-21 16:09:04,619 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4d72f930-4015-495d-b9f4-e9abe2067cf9 2018-07-21 16:09:04,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.86058497429s 2018-07-21 16:09:04,620 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-4d72f930-4015-495d-b9f4-e9abe2067cf9 2018-07-21 16:09:04,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:04,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:05,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-360019c6-afef-4a74-93ad-10106edb55ea x-compute-request-id: req-360019c6-afef-4a74-93ad-10106edb55ea Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:05,070 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-360019c6-afef-4a74-93ad-10106edb55ea 2018-07-21 16:09:05,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.449178934097s 2018-07-21 16:09:05,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-360019c6-afef-4a74-93ad-10106edb55ea 2018-07-21 16:09:05,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:05,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:05,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-865f58da-0e2d-4621-a29c-e6dcd2b914b6 Date: Sat, 21 Jul 2018 16:09:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a20ca7bc-18fb-4760-8730-373232432b4e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["35714522-03a7-43c6-892e-fc841bb2cf36"],"description":"","tags":[],"updated_at":"2018-07-21T16:08:56Z","provider:segmentation_id":30,"name":"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:55Z","provider:network_type":"vxlan"}]} 2018-07-21 16:09:05,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-865f58da-0e2d-4621-a29c-e6dcd2b914b6 2018-07-21 16:09:05,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0850780010223s 2018-07-21 16:09:05,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-865f58da-0e2d-4621-a29c-e6dcd2b914b6 2018-07-21 16:09:05,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:09:05,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:05,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-6c192dff-1c9b-4951-bfe0-5a3ea18d7f24 Date: Sat, 21 Jul 2018 16:09:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a20ca7bc-18fb-4760-8730-373232432b4e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:56Z","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":"a6906d7d21744bd98421510fc029622a","id":"35714522-03a7-43c6-892e-fc841bb2cf36","subnetpool_id":null,"name":"singlevm1-subnet_f2ef86d6-4872-4ad6-abb7-d916979e7866"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 16:09:05,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6c192dff-1c9b-4951-bfe0-5a3ea18d7f24 2018-07-21 16:09:05,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0619759559631s 2018-07-21 16:09:05,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-6c192dff-1c9b-4951-bfe0-5a3ea18d7f24 2018-07-21 16:09:05,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:07,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:07,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:08,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-64b76ed6-6ef3-4593-9558-091635a29dea x-compute-request-id: req-64b76ed6-6ef3-4593-9558-091635a29dea Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:07Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:08,147 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-64b76ed6-6ef3-4593-9558-091635a29dea 2018-07-21 16:09:08,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.918256998062s 2018-07-21 16:09:08,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-64b76ed6-6ef3-4593-9558-091635a29dea 2018-07-21 16:09:08,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:10,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:10,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:10,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-50335f85-d3bf-41eb-a783-cd976b802671 x-compute-request-id: req-50335f85-d3bf-41eb-a783-cd976b802671 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.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "security_groups": [{"name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}], "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:08Z", "hostId": "ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:10,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-50335f85-d3bf-41eb-a783-cd976b802671 2018-07-21 16:09:10,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589990854263s 2018-07-21 16:09:10,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-50335f85-d3bf-41eb-a783-cd976b802671 2018-07-21 16:09:10,749 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:12,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:12,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:13,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-088e400e-6c7a-4577-9860-b7a652565088 x-compute-request-id: req-088e400e-6c7a-4577-9860-b7a652565088 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:09:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "security_groups": [{"name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}], "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:08Z", "hostId": "ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:13,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-088e400e-6c7a-4577-9860-b7a652565088 2018-07-21 16:09:13,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700949907303s 2018-07-21 16:09:13,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-088e400e-6c7a-4577-9860-b7a652565088 2018-07-21 16:09:13,458 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:15,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:15,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:17,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7d423a7-68c6-437a-8285-496425147786 x-compute-request-id: req-a7d423a7-68c6-437a-8285-496425147786 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:09:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "security_groups": [{"name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}], "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:08Z", "hostId": "ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:17,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a7d423a7-68c6-437a-8285-496425147786 2018-07-21 16:09:17,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.80389380455s 2018-07-21 16:09:17,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a7d423a7-68c6-437a-8285-496425147786 2018-07-21 16:09:17,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:19,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:19,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:19,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c4c9c77-57ca-4c46-8a00-2e05be71d80e x-compute-request-id: req-6c4c9c77-57ca-4c46-8a00-2e05be71d80e Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:09:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-21T16:09:15.000000", "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "security_groups": [{"name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}], "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:09:15Z", "hostId": "ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:19,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c4c9c77-57ca-4c46-8a00-2e05be71d80e 2018-07-21 16:09:19,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585798978806s 2018-07-21 16:09:19,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6c4c9c77-57ca-4c46-8a00-2e05be71d80e 2018-07-21 16:09:19,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:09:19,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:19,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-7a7a3c01-8469-455b-b2f7-4013d16dd852 Date: Sat, 21 Jul 2018 16:09:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-21T16:09:14Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"35714522-03a7-43c6-892e-fc841bb2cf36","ip_address":"192.168.120.6"}],"id":"2d3d8956-1ff2-4bb7-a602-c55429be77f2","security_groups":["53f64176-f764-42b7-9341-510db3a0301e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:09:78","project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded","name":"","admin_state_up":true,"network_id":"a20ca7bc-18fb-4760-8730-373232432b4e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:09:09Z","binding:vnic_type":"normal"}]} 2018-07-21 16:09:19,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-7a7a3c01-8469-455b-b2f7-4013d16dd852 2018-07-21 16:09:19,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0570600032806s 2018-07-21 16:09:19,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-7a7a3c01-8469-455b-b2f7-4013d16dd852 2018-07-21 16:09:19,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:09:19,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d3d8956-1ff2-4bb7-a602-c55429be77f2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:19,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-79032ab2-d6b7-4533-8608-02dcfc800a8e Date: Sat, 21 Jul 2018 16:09:19 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:09:19,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d3d8956-1ff2-4bb7-a602-c55429be77f2 used request id req-79032ab2-d6b7-4533-8608-02dcfc800a8e 2018-07-21 16:09:19,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0437169075012s 2018-07-21 16:09:19,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d3d8956-1ff2-4bb7-a602-c55429be77f2 used request id req-79032ab2-d6b7-4533-8608-02dcfc800a8e 2018-07-21 16:09:19,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:19,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:20,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-017c272d-00c8-4f93-935e-7108bed89110 x-compute-request-id: req-017c272d-00c8-4f93-935e-7108bed89110 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:09:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-21T16:09:15.000000", "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "security_groups": [{"name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}], "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:09:15Z", "hostId": "ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:20,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-017c272d-00c8-4f93-935e-7108bed89110 2018-07-21 16:09:20,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.301091909409s 2018-07-21 16:09:20,270 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-017c272d-00c8-4f93-935e-7108bed89110 2018-07-21 16:09:20,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:09:20,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:20,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-e7c091ef-ad88-4671-a20a-f25cd3a5dc34 Date: Sat, 21 Jul 2018 16:09:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-21T16:09:14Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"35714522-03a7-43c6-892e-fc841bb2cf36","ip_address":"192.168.120.6"}],"id":"2d3d8956-1ff2-4bb7-a602-c55429be77f2","security_groups":["53f64176-f764-42b7-9341-510db3a0301e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:09:78","project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded","name":"","admin_state_up":true,"network_id":"a20ca7bc-18fb-4760-8730-373232432b4e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:09:09Z","binding:vnic_type":"normal"}]} 2018-07-21 16:09:20,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-e7c091ef-ad88-4671-a20a-f25cd3a5dc34 2018-07-21 16:09:20,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0592880249023s 2018-07-21 16:09:20,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-e7c091ef-ad88-4671-a20a-f25cd3a5dc34 2018-07-21 16:09:20,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:09:20,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d3d8956-1ff2-4bb7-a602-c55429be77f2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:20,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-35d046e1-2d52-489d-b4d3-a05158d1c330 Date: Sat, 21 Jul 2018 16:09:20 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:09:20,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d3d8956-1ff2-4bb7-a602-c55429be77f2 used request id req-35d046e1-2d52-489d-b4d3-a05158d1c330 2018-07-21 16:09:20,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0567021369934s 2018-07-21 16:09:20,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2d3d8956-1ff2-4bb7-a602-c55429be77f2 used request id req-35d046e1-2d52-489d-b4d3-a05158d1c330 2018-07-21 16:09:20,397 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:dd:09:78', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5bd899e1-e321-40cb-a578-cf56556f87d3'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-07-21T16:09:15.000000', 'flavor': Munch({u'id': u'5ee7879f-076c-4b7f-b13e-fa032a942952'}), 'az': u'nova', 'id': u'dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded', 'security_groups': [Munch({u'name': u'singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2a2432a175e24e539f898da0a66c9eae', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6906d7d21744bd98421510fc029622a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:09:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:09:15Z', 'hostId': u'ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-07-21T16:09:15.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'a6906d7d21744bd98421510fc029622a', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866', 'adminPass': None, 'tenant_id': u'a6906d7d21744bd98421510fc029622a', 'created_at': u'2018-07-21T16:09:04Z', 'created': u'2018-07-21T16:09:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:09:20,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:20,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:20,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-629d46b2-1a86-4cb0-8628-933061d0bf4a Date: Sat, 21 Jul 2018 16:09:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"a20ca7bc-18fb-4760-8730-373232432b4e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["35714522-03a7-43c6-892e-fc841bb2cf36"],"description":"","tags":[],"updated_at":"2018-07-21T16:08:56Z","provider:segmentation_id":30,"name":"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:55Z","provider:network_type":"vxlan"}]} 2018-07-21 16:09:20,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-629d46b2-1a86-4cb0-8628-933061d0bf4a 2018-07-21 16:09:20,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0881621837616s 2018-07-21 16:09:20,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-629d46b2-1a86-4cb0-8628-933061d0bf4a 2018-07-21 16:09:20,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:09:20,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:20,532 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-2ea718f7-b001-4711-b724-082b9e6c3c1c Date: Sat, 21 Jul 2018 16:09:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-21T16:09:14Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"35714522-03a7-43c6-892e-fc841bb2cf36","ip_address":"192.168.120.6"}],"id":"2d3d8956-1ff2-4bb7-a602-c55429be77f2","security_groups":["53f64176-f764-42b7-9341-510db3a0301e"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:dd:09:78","project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded","name":"","admin_state_up":true,"network_id":"a20ca7bc-18fb-4760-8730-373232432b4e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:09:09Z","binding:vnic_type":"normal"}]} 2018-07-21 16:09:20,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-2ea718f7-b001-4711-b724-082b9e6c3c1c 2018-07-21 16:09:20,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0413639545441s 2018-07-21 16:09:20,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-2ea718f7-b001-4711-b724-082b9e6c3c1c 2018-07-21 16:09:20,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-21 16:09:20,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"floatingip": {"floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.6", "port_id": "2d3d8956-1ff2-4bb7-a602-c55429be77f2"}}' 2018-07-21 16:09:22,268 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-c21734d1-e5c7-4398-9a12-a9e4235e1f00 Date: Sat, 21 Jul 2018 16:09:22 GMT RESP BODY: {"floatingip": {"router_id": "155e4bf7-94c5-41c1-a2d7-0c22063293aa", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:09:21Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "2d3d8956-1ff2-4bb7-a602-c55429be77f2", "id": "8ca99cbc-e19a-48a9-aa33-13f6017dbe38", "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:21Z", "project_id": "a6906d7d21744bd98421510fc029622a"}} 2018-07-21 16:09:22,268 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c21734d1-e5c7-4398-9a12-a9e4235e1f00 2018-07-21 16:09:22,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.73480606079s 2018-07-21 16:09:22,268 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-c21734d1-e5c7-4398-9a12-a9e4235e1f00 2018-07-21 16:09:22,272 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'155e4bf7-94c5-41c1-a2d7-0c22063293aa', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a6906d7d21744bd98421510fc029622a', 'created_at': u'2018-07-21T16:09:21Z', 'attached': True, 'updated_at': u'2018-07-21T16:09:21Z', 'id': u'8ca99cbc-e19a-48a9-aa33-13f6017dbe38', 'floating_network_id': u'8562b425-f304-4a61-9f95-61d480219689', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6906d7d21744bd98421510fc029622a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'155e4bf7-94c5-41c1-a2d7-0c22063293aa', 'project_id': u'a6906d7d21744bd98421510fc029622a', 'port_id': u'2d3d8956-1ff2-4bb7-a602-c55429be77f2', 'port': u'2d3d8956-1ff2-4bb7-a602-c55429be77f2', 'network': u'8562b425-f304-4a61-9f95-61d480219689'}) 2018-07-21 16:09:22,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 16:09:22,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded/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}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 16:09:22,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-174832ae-5a01-46be-88cc-fb004013dc00 x-compute-request-id: req-174832ae-5a01-46be-88cc-fb004013dc00 Content-Encoding: gzip Content-Length: 9566 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 478433102 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.153144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.154817] pid_max: default: 32768 minimum: 301\n[ 0.155722] ACPI: Core revision 20150930\n[ 0.157123] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.158439] Security Framework initialized\n[ 0.159254] Yama: becoming mindful.\n[ 0.159987] AppArmor: AppArmor initialized\n[ 0.160875] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.162211] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.163501] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166168] Initializing cgroup subsys io\n[ 0.166985] Initializing cgroup subsys memory\n[ 0.167848] Initializing cgroup subsys devices\n[ 0.168733] Initializing cgroup subsys freezer\n[ 0.169612] Initializing cgroup subsys net_cls\n[ 0.170477] Initializing cgroup subsys perf_event\n[ 0.171386] Initializing cgroup subsys net_prio\n[ 0.172280] Initializing cgroup subsys hugetlb\n[ 0.173146] Initializing cgroup subsys pids\n[ 0.174026] CPU: Physical Processor ID: 0\n[ 0.175529] mce: CPU supports 10 MCE banks\n[ 0.176388] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177397] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192102] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198328] ftrace: allocating 31920 entries in 125 pages\n[ 0.224037] smpboot: Max logical packages: 1\n[ 0.224939] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226298] x2apic enabled\n[ 0.227099] Switched APIC routing to physical x2apic.\n[ 0.228842] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229969] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233860] KVM setup paravirtual spinlock\n[ 0.235309] x86: Booted up 1 node, 1 CPUs\n[ 0.236121] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237533] devtmpfs: initialized\n[ 0.239271] evm: security.selinux\n[ 0.239975] evm: security.SMACK64\n[ 0.240671] evm: security.SMACK64EXEC\n[ 0.241419] evm: security.SMACK64TRANSMUTE\n[ 0.242228] evm: security.SMACK64MMAP\n[ 0.242981] evm: security.ima\n[ 0.243627] evm: security.capability\n[ 0.244447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246327] pinctrl core: initialized pinctrl subsystem\n[ 0.247448] RTC time: 16:09:16, date: 07/21/18\n[ 0.248428] NET: Registered protocol family 16\n[ 0.249430] cpuidle: using governor ladder\n[ 0.250255] cpuidle: using governor menu\n[ 0.251044] PCCT header not found.\n[ 0.251809] ACPI: bus type PCI registered\n[ 0.252619] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.253873] PCI: Using configuration type 1 for base access\n[ 0.255682] ACPI: Added _OSI(Module Device)\n[ 0.256534] ACPI: Added _OSI(Processor Device)\n[ 0.257399] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260058] ACPI: Interpreter enabled\n[ 0.260848] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.262707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.264558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.266420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268273] ACPI: (supports S0 S5)\n[ 0.268981] ACPI: Using IOAPIC for interrupt routing\n[ 0.269948] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274234] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.275485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.276690] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.278948] acpiphp: Slot [3] registered\n[ 0.279762] acpiphp: Slot [4] registered\n[ 0.280571] acpiphp: Slot [5] registered\n[ 0.281378] acpiphp: Slot [6] registered\n[ 0.282177] acpiphp: Slot [7] registered\n[ 0.282997] acpiphp: Slot [8] registered\n[ 0.283809] acpiphp: Slot [9] registered\n[ 0.284617] acpiphp: Slot [10] registered\n[ 0.285442] acpiphp: Slot [11] registered\n[ 0.286264] acpiphp: Slot [12] registered\n[ 0.287084] acpiphp: Slot [13] registered\n[ 0.287905] acpiphp: Slot [14] registered\n[ 0.288729] acpiphp: Slot [15] registered\n[ 0.299636] acpiphp: Slot [16] registered\n[ 0.300479] acpiphp: Slot [17] registered\n[ 0.301298] acpiphp: Slot [18] registered\n[ 0.302113] acpiphp: Slot [19] registered\n[ 0.302931] acpiphp: Slot [20] registered\n[ 0.303757] acpiphp: Slot [21] registered\n[ 0.304584] acpiphp: Slot [22] registered\n[ 0.305404] acpiphp: Slot [23] registered\n[ 0.306222] acpiphp: Slot [24] registered\n[ 0.307040] acpiphp: Slot [25] registered\n[ 0.307864] acpiphp: Slot [26] registered\n[ 0.308686] acpiphp: Slot [27] registered\n[ 0.309504] acpiphp: Slot [28] registered\n[ 0.310376] acpiphp: Slot [29] registered\n[ 0.311191] acpiphp: Slot [30] registered\n[ 0.312014] acpiphp: Slot [31] registered\n[ 0.312833] PCI host bridge to bus 0000:00\n[ 0.313648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.314866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317552] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.319000] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320481] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.323829] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325135] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326323] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.327592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.352149] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354311] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.357188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359873] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.361199] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363825] vgaarb: loaded\n[ 0.364433] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365677] SCSI subsystem initialized\n[ 0.366603] ACPI: bus type USB registered\n[ 0.367466] usbcore: registered new interface driver usbfs\n[ 0.368514] usbcore: registered new interface driver hub\n[ 0.369535] usbcore: registered new device driver usb\n[ 0.370662] PCI: Using ACPI for IRQ routing\n[ 0.371794] NetLabel: Initializing\n[ 0.372528] NetLabel: domain hash size = 128\n[ 0.373387] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374355] NetLabel: unlabeled traffic allowed by default\n[ 0.375531] clocksource: Switched to clocksource kvm-clock\n[ 0.383854] AppArmor: AppArmor Filesystem Enabled\n[ 0.384833] pnp: PnP ACPI init\n[ 0.385777] pnp: PnP ACPI: found 5 devices\n[ 0.392112] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393877] NET: Registered protocol family 2\n[ 0.394946] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396263] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397486] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398698] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400999] NET: Registered protocol family 1\n[ 0.401892] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.403006] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404098] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432366] Trying to unpack rootfs image as initramfs...\n[ 0.488228] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489945] Scanning for low memory corruption every 60 seconds\n[ 0.491335] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492532] audit: initializing netlink subsys (disabled)\n[ 0.493577] audit: type=2000 audit(1532189356.695:1): initialized\n[ 0.494948] Initialise system trusted keyring\n[ 0.495934] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497111] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499261] zbud: loaded\n[ 0.500003] VFS: Disk quotas dquot_6.6.0\n[ 0.500844] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502460] fuse init (API version 7.23)\n[ 0.503379] Key type big_key registered\n[ 0.504196] Allocating IMA MOK and blacklist keyrings.\n[ 0.505458] Key type asymmetric registered\n[ 0.506293] Asymmetric key parser 'x509' registered\n[ 0.507260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508767] io scheduler noop registered\n[ 0.509572] io scheduler deadline registered (default)\n[ 0.510581] io scheduler cfq registered\n[ 0.511438] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512497] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515252] ACPI: Power Button [PWRF]\n[ 0.516125] GHES: HEST is not enabled!\n[ 0.529764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557664] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559795] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583877] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586187] Linux agpgart interface v0.103\n[ 0.588830] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.599838] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601307] GPT:90111 != 2097151\n[ 0.601983] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603083] GPT:90111 != 2097151\n[ 0.603774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.604779] vda: vda1 vda15\n[ 0.606669] scsi host0: ata_piix\n[ 0.607481] scsi host1: ata_piix\n[ 0.608220] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.609452] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.611054] libphy: Fixed MDIO Bus: probed\n[ 0.611904] tun: Universal TUN/TAP device driver, 1.6\n[ 0.612873] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.615562] PPP generic driver version 2.4.2\n[ 0.616566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.617790] ehci-pci: EHCI PCI platform driver\n[ 0.618690] ehci-platform: EHCI generic platform driver\n[ 0.619716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620883] ohci-pci: OHCI PCI platform driver\n[ 0.621778] ohci-platform: OHCI generic platform driver\n[ 0.622800] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.637248] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638320] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.639829] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640856] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.642096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643345] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644779] usb usb1: Product: UHCI Host Controller\n[ 0.645731] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646886] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647911] hub 1-0:1.0: USB hub found\n[ 0.648719] hub 1-0:1.0: 2 ports detected\n[ 0.649781] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652017] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653005] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654101] mousedev: PS/2 mouse device common for all mice\n[ 0.655425] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658607] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659833] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661056] i2c /dev entries driver\n[ 0.661890] device-mapper: uevent: version 1.0.3\n[ 0.662907] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664607] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666397] NET: Registered protocol family 10\n[ 0.667788] NET: Registered protocol family 17\n[ 0.668739] Key type dns_resolver registered\n[ 0.669968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671106] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673043] registered taskstats version 1\n[ 0.673949] Loading compiled-in X.509 certificates\n[ 0.675528] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677510] zswap: loaded using pool lzo/zbud\n[ 0.679558] Key type trusted registered\n[ 0.681389] Key type encrypted registered\n[ 0.682231] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683316] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684400] evm: HMAC attrs: 0x1\n[ 0.685474] Magic number: 10:896:186\n[ 0.686398] rtc_cmos 00:00: setting system clock to 2018-07-21 16:09:16 UTC (1532189356)\n[ 0.688099] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689228] EDD information not available.\n[ 0.769848] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781893] Write protecting the kernel read-only data: 14336k\n[ 0.785505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.836362] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYME0VPHDIIezoAu9Y1+USDhwvue5fSn6/2Uu4JP0XrvrfHfvNvYTcaLYHRUfXcDZxlBPXT4Xh78GubiKWxnXI9oBGpT6SVObf3Su2OHeXwP04bfqRiV2ovX04ZAMYmbEBa61EJUXN+Nqt04sLRrMWjtY7zi2mTrwFE0ezzTbYAF0K9yJQdslN8S/JM1oqwXq8PQz+HciTWWckNi5gaZqftanvLd68qHRxUZJTOVHfZ8Xcpby9CCNCmxYkESuKQnVp0j71XYC5Cihe9s22hR+8/LCNEd2074Sncnalw/6Kx7xr+CdwRKwAXjWsALyMFsnkMF/EdLuNdvc5+nvhHOCP root@singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866\nssh-dss AAAAB3NzaC1kc3MAAACBALxAU016e+D8GI8o4bbWHuzFDLiVzvr5L8Od4x8dyOr6kEvP6C9g6KT6BQdX/9a4ciRKMorJYg/b/WvQb1Mp32uIcYzACTeXavSglKoKo9K5mVA6NKmzwEmwBbD+aNoFpZbFw7tYgJOlT2x2O0EEVLlYsdqmq9Z6blmwkcjmJQahAAAAFQD5NBAokUYGsmqkSVq5FvWukDPWbQAAAIBCEPpwZdApOAlGkWX6e+M7uuLD5tCeZ1WhfUrZY5RffIc17m4GsHBay1wKxwE2G9d7vK2TPjHNpQ1cEQdHhwQZPnxJ9+4O5tnLTOb5prOH1+J/SkfOlAFRS/z3SXzjm8lBlBdT1J5l/N8jwiFOpcx0hDYl+Bk5QosI5xL6gpS7cgAAAIAsk9II2EsPB/IneXLEsLQuGIfQkz5AgXAt2Eud5Ah4/Cm/WcQuqNXBIlYwuFl/jmn2yjn26zYXeo0WOGq5sBxyF7q+W9ceiVl3RCbKKsYjny4kDEQ5c3fZyHOBVH9WeJISggNx+CXh6i7DeCFps0KsIE8a4ABEuet875wzkTW8TQ== root@singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866\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.6,24,fe80::f816:3eff:fedd:978/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.37 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866 login: "} 2018-07-21 16:09:22,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded/action used request id req-174832ae-5a01-46be-88cc-fb004013dc00 2018-07-21 16:09:22,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.701841115952s 2018-07-21 16:09:22,975 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded/action used request id req-174832ae-5a01-46be-88cc-fb004013dc00 2018-07-21 16:09:22,975 - 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 478433102 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.153144] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.154817] pid_max: default: 32768 minimum: 301 [ 0.155722] ACPI: Core revision 20150930 [ 0.157123] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.158439] Security Framework initialized [ 0.159254] Yama: becoming mindful. [ 0.159987] AppArmor: AppArmor initialized [ 0.160875] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.162211] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.163501] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.164718] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166168] Initializing cgroup subsys io [ 0.166985] Initializing cgroup subsys memory [ 0.167848] Initializing cgroup subsys devices [ 0.168733] Initializing cgroup subsys freezer [ 0.169612] Initializing cgroup subsys net_cls [ 0.170477] Initializing cgroup subsys perf_event [ 0.171386] Initializing cgroup subsys net_prio [ 0.172280] Initializing cgroup subsys hugetlb [ 0.173146] Initializing cgroup subsys pids [ 0.174026] CPU: Physical Processor ID: 0 [ 0.175529] mce: CPU supports 10 MCE banks [ 0.176388] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.177397] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192102] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198328] ftrace: allocating 31920 entries in 125 pages [ 0.224037] smpboot: Max logical packages: 1 [ 0.224939] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226298] x2apic enabled [ 0.227099] Switched APIC routing to physical x2apic. [ 0.228842] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229969] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.232050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233860] KVM setup paravirtual spinlock [ 0.235309] x86: Booted up 1 node, 1 CPUs [ 0.236121] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237533] devtmpfs: initialized [ 0.239271] evm: security.selinux [ 0.239975] evm: security.SMACK64 [ 0.240671] evm: security.SMACK64EXEC [ 0.241419] evm: security.SMACK64TRANSMUTE [ 0.242228] evm: security.SMACK64MMAP [ 0.242981] evm: security.ima [ 0.243627] evm: security.capability [ 0.244447] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246327] pinctrl core: initialized pinctrl subsystem [ 0.247448] RTC time: 16:09:16, date: 07/21/18 [ 0.248428] NET: Registered protocol family 16 [ 0.249430] cpuidle: using governor ladder [ 0.250255] cpuidle: using governor menu [ 0.251044] PCCT header not found. [ 0.251809] ACPI: bus type PCI registered [ 0.252619] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.253873] PCI: Using configuration type 1 for base access [ 0.255682] ACPI: Added _OSI(Module Device) [ 0.256534] ACPI: Added _OSI(Processor Device) [ 0.257399] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.258305] ACPI: Added _OSI(Processor Aggregator Device) [ 0.260058] ACPI: Interpreter enabled [ 0.260848] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.262707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.264558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.266420] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.268273] ACPI: (supports S0 S5) [ 0.268981] ACPI: Using IOAPIC for interrupt routing [ 0.269948] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273074] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274234] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.275485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.276690] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.278948] acpiphp: Slot [3] registered [ 0.279762] acpiphp: Slot [4] registered [ 0.280571] acpiphp: Slot [5] registered [ 0.281378] acpiphp: Slot [6] registered [ 0.282177] acpiphp: Slot [7] registered [ 0.282997] acpiphp: Slot [8] registered [ 0.283809] acpiphp: Slot [9] registered [ 0.284617] acpiphp: Slot [10] registered [ 0.285442] acpiphp: Slot [11] registered [ 0.286264] acpiphp: Slot [12] registered [ 0.287084] acpiphp: Slot [13] registered [ 0.287905] acpiphp: Slot [14] registered [ 0.288729] acpiphp: Slot [15] registered [ 0.299636] acpiphp: Slot [16] registered [ 0.300479] acpiphp: Slot [17] registered [ 0.301298] acpiphp: Slot [18] registered [ 0.302113] acpiphp: Slot [19] registered [ 0.302931] acpiphp: Slot [20] registered [ 0.303757] acpiphp: Slot [21] registered [ 0.304584] acpiphp: Slot [22] registered [ 0.305404] acpiphp: Slot [23] registered [ 0.306222] acpiphp: Slot [24] registered [ 0.307040] acpiphp: Slot [25] registered [ 0.307864] acpiphp: Slot [26] registered [ 0.308686] acpiphp: Slot [27] registered [ 0.309504] acpiphp: Slot [28] registered [ 0.310376] acpiphp: Slot [29] registered [ 0.311191] acpiphp: Slot [30] registered [ 0.312014] acpiphp: Slot [31] registered [ 0.312833] PCI host bridge to bus 0000:00 [ 0.313648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.314866] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.316093] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.317552] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.319000] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.320481] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323829] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325135] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326323] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327592] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.331133] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332768] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.352149] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354311] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355752] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.357188] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.358593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359873] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.361199] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.362268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363825] vgaarb: loaded [ 0.364433] vgaarb: bridge control possible 0000:00:02.0 [ 0.365677] SCSI subsystem initialized [ 0.366603] ACPI: bus type USB registered [ 0.367466] usbcore: registered new interface driver usbfs [ 0.368514] usbcore: registered new interface driver hub [ 0.369535] usbcore: registered new device driver usb [ 0.370662] PCI: Using ACPI for IRQ routing [ 0.371794] NetLabel: Initializing [ 0.372528] NetLabel: domain hash size = 128 [ 0.373387] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374355] NetLabel: unlabeled traffic allowed by default [ 0.375531] clocksource: Switched to clocksource kvm-clock [ 0.383854] AppArmor: AppArmor Filesystem Enabled [ 0.384833] pnp: PnP ACPI init [ 0.385777] pnp: PnP ACPI: found 5 devices [ 0.392112] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393877] NET: Registered protocol family 2 [ 0.394946] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396263] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397486] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398698] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399799] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400999] NET: Registered protocol family 1 [ 0.401892] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.403006] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.404098] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.418188] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.432366] Trying to unpack rootfs image as initramfs... [ 0.488228] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489945] Scanning for low memory corruption every 60 seconds [ 0.491335] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492532] audit: initializing netlink subsys (disabled) [ 0.493577] audit: type=2000 audit(1532189356.695:1): initialized [ 0.494948] Initialise system trusted keyring [ 0.495934] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497111] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499261] zbud: loaded [ 0.500003] VFS: Disk quotas dquot_6.6.0 [ 0.500844] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502460] fuse init (API version 7.23) [ 0.503379] Key type big_key registered [ 0.504196] Allocating IMA MOK and blacklist keyrings. [ 0.505458] Key type asymmetric registered [ 0.506293] Asymmetric key parser 'x509' registered [ 0.507260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.508767] io scheduler noop registered [ 0.509572] io scheduler deadline registered (default) [ 0.510581] io scheduler cfq registered [ 0.511438] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512497] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513791] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515252] ACPI: Power Button [PWRF] [ 0.516125] GHES: HEST is not enabled! [ 0.529764] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557664] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559795] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583877] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586187] Linux agpgart interface v0.103 [ 0.588830] brd: module loaded [ 0.594412] loop: module loaded [ 0.599838] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601307] GPT:90111 != 2097151 [ 0.601983] GPT:Alternate GPT header not at the end of the disk. [ 0.603083] GPT:90111 != 2097151 [ 0.603774] GPT: Use GNU Parted to correct GPT errors. [ 0.604779] vda: vda1 vda15 [ 0.606669] scsi host0: ata_piix [ 0.607481] scsi host1: ata_piix [ 0.608220] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.609452] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.611054] libphy: Fixed MDIO Bus: probed [ 0.611904] tun: Universal TUN/TAP device driver, 1.6 [ 0.612873] tun: (C) 1999-2004 Max Krasnyansky [ 0.615562] PPP generic driver version 2.4.2 [ 0.616566] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.617790] ehci-pci: EHCI PCI platform driver [ 0.618690] ehci-platform: EHCI generic platform driver [ 0.619716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.620883] ohci-pci: OHCI PCI platform driver [ 0.621778] ohci-platform: OHCI generic platform driver [ 0.622800] uhci_hcd: USB Universal Host Controller Interface driver [ 0.637248] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.638320] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.639829] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.640856] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.642096] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643345] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644779] usb usb1: Product: UHCI Host Controller [ 0.645731] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.646886] usb usb1: SerialNumber: 0000:00:01.2 [ 0.647911] hub 1-0:1.0: USB hub found [ 0.648719] hub 1-0:1.0: 2 ports detected [ 0.649781] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.652017] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.653005] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.654101] mousedev: PS/2 mouse device common for all mice [ 0.655425] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.657432] rtc_cmos 00:00: RTC can wake from S4 [ 0.658607] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.659833] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.661056] i2c /dev entries driver [ 0.661890] device-mapper: uevent: version 1.0.3 [ 0.662907] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.664607] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666397] NET: Registered protocol family 10 [ 0.667788] NET: Registered protocol family 17 [ 0.668739] Key type dns_resolver registered [ 0.669968] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671106] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673043] registered taskstats version 1 [ 0.673949] Loading compiled-in X.509 certificates [ 0.675528] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677510] zswap: loaded using pool lzo/zbud [ 0.679558] Key type trusted registered [ 0.681389] Key type encrypted registered [ 0.682231] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683316] ima: No TPM chip found, activating TPM-bypass! [ 0.684400] evm: HMAC attrs: 0x1 [ 0.685474] Magic number: 10:896:186 [ 0.686398] rtc_cmos 00:00: setting system clock to 2018-07-21 16:09:16 UTC (1532189356) [ 0.688099] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689228] EDD information not available. [ 0.769848] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781893] Write protecting the kernel read-only data: 14336k [ 0.785505] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787539] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.836362] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000001 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCYME0VPHDIIezoAu9Y1+USDhwvue5fSn6/2Uu4JP0XrvrfHfvNvYTcaLYHRUfXcDZxlBPXT4Xh78GubiKWxnXI9oBGpT6SVObf3Su2OHeXwP04bfqRiV2ovX04ZAMYmbEBa61EJUXN+Nqt04sLRrMWjtY7zi2mTrwFE0ezzTbYAF0K9yJQdslN8S/JM1oqwXq8PQz+HciTWWckNi5gaZqftanvLd68qHRxUZJTOVHfZ8Xcpby9CCNCmxYkESuKQnVp0j71XYC5Cihe9s22hR+8/LCNEd2074Sncnalw/6Kx7xr+CdwRKwAXjWsALyMFsnkMF/EdLuNdvc5+nvhHOCP root@singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866 ssh-dss AAAAB3NzaC1kc3MAAACBALxAU016e+D8GI8o4bbWHuzFDLiVzvr5L8Od4x8dyOr6kEvP6C9g6KT6BQdX/9a4ciRKMorJYg/b/WvQb1Mp32uIcYzACTeXavSglKoKo9K5mVA6NKmzwEmwBbD+aNoFpZbFw7tYgJOlT2x2O0EEVLlYsdqmq9Z6blmwkcjmJQahAAAAFQD5NBAokUYGsmqkSVq5FvWukDPWbQAAAIBCEPpwZdApOAlGkWX6e+M7uuLD5tCeZ1WhfUrZY5RffIc17m4GsHBay1wKxwE2G9d7vK2TPjHNpQ1cEQdHhwQZPnxJ9+4O5tnLTOb5prOH1+J/SkfOlAFRS/z3SXzjm8lBlBdT1J5l/N8jwiFOpcx0hDYl+Bk5QosI5xL6gpS7cgAAAIAsk9II2EsPB/IneXLEsLQuGIfQkz5AgXAt2Eud5Ah4/Cm/WcQuqNXBIlYwuFl/jmn2yjn26zYXeo0WOGq5sBxyF7q+W9ceiVl3RCbKKsYjny4kDEQ5c3fZyHOBVH9WeJISggNx+CXh6i7DeCFps0KsIE8a4ABEuet875wzkTW8TQ== root@singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866 -----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.6,24,fe80::f816:3eff:fedd:978/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866 launch-index: 0 === cirros: current=0.4.0 uptime=3.37 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-f2ef86d6-4872-4ad6-abb7-d916979e7866 login: 2018-07-21 16:09:23,976 - paramiko.transport - DEBUG - starting thread (client mode): 0xac7e1390L 2018-07-21 16:09:23,977 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 16:09:23,977 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-21 16:09:23,977 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-21 16:09:23,979 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 16:09:23,979 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 16:09:23,979 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-21 16:09:23,979 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 16:09:23,979 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 16:09:23,979 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 16:09:24,001 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 16:09:24,002 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 16:09:24,009 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: ee3269d635b5f2230d0c6883b7c63ac5 2018-07-21 16:09:24,010 - paramiko.transport - DEBUG - Trying discovered key e26b273e1129a856164819b1e5bf122b in /tmp/tmpHSwvsB 2018-07-21 16:09:24,039 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 16:09:24,045 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-21 16:09:24,075 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-21 16:09:24,076 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-21 16:09:24,076 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-21 16:09:24,080 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-21 16:09:24,081 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-21 16:09:24,081 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-21 16:09:24,086 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-21 16:09:24,187 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:09:24,188 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:29 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:09:24,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-21 16:09:24,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/8ca99cbc-e19a-48a9-aa33-13f6017dbe38.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:25,133 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b47f00e3-3a40-44f0-8a59-1de8f8c9ac87 Content-Length: 0 Date: Sat, 21 Jul 2018 16:09:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:09:25,133 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8ca99cbc-e19a-48a9-aa33-13f6017dbe38.json used request id req-b47f00e3-3a40-44f0-8a59-1de8f8c9ac87 2018-07-21 16:09:25,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.937443971634s 2018-07-21 16:09:25,133 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/8ca99cbc-e19a-48a9-aa33-13f6017dbe38.json used request id req-b47f00e3-3a40-44f0-8a59-1de8f8c9ac87 2018-07-21 16:09:25,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:09:25,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:25,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2cbde9ef-a497-4556-8064-e4255b906bde Date: Sat, 21 Jul 2018 16:09:25 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:09:25,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2cbde9ef-a497-4556-8064-e4255b906bde 2018-07-21 16:09:25,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0466620922089s 2018-07-21 16:09:25,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-2cbde9ef-a497-4556-8064-e4255b906bde 2018-07-21 16:09:25,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:09:25,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:25,379 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:09:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2639684-67bf-4510-a560-7d6fd4f1b16b x-compute-request-id: req-c2639684-67bf-4510-a560-7d6fd4f1b16b Content-Type: application/json 2018-07-21 16:09:25,380 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-c2639684-67bf-4510-a560-7d6fd4f1b16b 2018-07-21 16:09:25,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.192884922028s 2018-07-21 16:09:25,380 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded used request id req-c2639684-67bf-4510-a560-7d6fd4f1b16b 2018-07-21 16:09:25,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:25,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:26,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51966ede-b681-41ed-bfae-7573ec3289f2 x-compute-request-id: req-51966ede-b681-41ed-bfae-7573ec3289f2 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:09:78", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:09:78", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "rel": "bookmark"}], "image": {"id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "links": [{"href": "http://172.30.9.23:8774/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-07-21T16:09:15.000000", "flavor": {"id": "5ee7879f-076c-4b7f-b13e-fa032a942952", "links": [{"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "bookmark"}]}, "id": "dbcf8bd3-21c7-41e8-8a9e-9f797a8d1ded", "user_id": "2a2432a175e24e539f898da0a66c9eae", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:09:25Z", "hostId": "ec84e577c52a313c3afdc90b13014a13404c8e15fb2bf8d533a6cf46", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_f2ef86d6-4872-4ad6-abb7-d916979e7866", "created": "2018-07-21T16:09:04Z", "tenant_id": "a6906d7d21744bd98421510fc029622a", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:26,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-51966ede-b681-41ed-bfae-7573ec3289f2 2018-07-21 16:09:26,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.47708511353s 2018-07-21 16:09:26,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-51966ede-b681-41ed-bfae-7573ec3289f2 2018-07-21 16:09:26,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:28,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:28,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:29,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-73cd48f4-8569-4bb3-b06a-159a0e41cfb1 x-compute-request-id: req-73cd48f4-8569-4bb3-b06a-159a0e41cfb1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 16:09:29,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73cd48f4-8569-4bb3-b06a-159a0e41cfb1 2018-07-21 16:09:29,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.247349023819s 2018-07-21 16:09:29,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-73cd48f4-8569-4bb3-b06a-159a0e41cfb1 2018-07-21 16:09:29,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:09:29,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:29,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-c59402fc-ae12-4cf7-9c40-aceb20dee347 Date: Sat, 21 Jul 2018 16:09:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "created_at": "2018-07-21T16:05:37Z", "updated_at": "2018-07-21T16:05:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "153bf52d-fbdf-4e6e-9f13-d3fc7c853a33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "186782cd-8bca-4c6c-b5d1-be153a42c6d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "4a821daa-d268-4aa5-9896-8e8565d3902b", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "90aa2d98-0a90-4e75-807a-89dd8f29c361", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}], "revision_number": 1, "project_id": "9c1b53ea4891475d886a643c0437ee5a", "id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:41Z", "updated_at": "2018-07-21T16:08:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "14db7078-675b-47aa-8800-7f77a9bdb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "9726106c-3788-467f-a0f0-93b9609c9b62", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "c3af51b0-3e90-49c8-a378-4f9c7bcf1f9f", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "d20c8b7b-ce0c-4645-920f-42603c0d2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}], "revision_number": 1, "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:09:01Z", "updated_at": "2018-07-21T16:09:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "971863c1-c5e3-4b08-bb18-df902f87c40b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:09:02Z", "revision_number": 0, "id": "a560da6a-29f1-470d-8d91-3be1058b5e2e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:02Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:01Z", "revision_number": 0, "id": "c7f590a5-586d-4e39-840d-6a5552002c20", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:01Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:02Z", "revision_number": 0, "id": "fbb6879b-2c7d-4f4c-a4a6-48142f8ad978", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:02Z", "security_group_id": "53f64176-f764-42b7-9341-510db3a0301e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 3, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "53f64176-f764-42b7-9341-510db3a0301e", "name": "singlevm1-sg_f2ef86d6-4872-4ad6-abb7-d916979e7866"}, {"description": "Default security group", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:12Z", "updated_at": "2018-07-21T16:08:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "2837754f-e940-469b-90ce-4380dfc657b3", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "7192c936-7835-4f9a-99a2-d553c28ef58e", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e4b48d4a-ffbd-499d-8cb0-a0eb6eefab89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e8304b60-dce1-4398-bb83-1fabd7894644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}], "revision_number": 1, "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:58Z", "updated_at": "2018-07-21T16:07:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "1f77b077-aa4b-4576-9a3a-9fa8dbe7baf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "2938f45d-88af-4473-9555-4592ba7d5c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "46d00a28-f9ab-461f-86f5-751eae9bc2f4", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "9acdbed0-73de-4d1b-a73a-cb66ff65ede7", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-21T16:07:59Z", "updated_at": "2018-07-21T16:07:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "1d7da4c8-88cd-48e6-a281-cca9fe514adf", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "31a63c95-851f-48b6-b24f-d9678505272c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "46d4b1d3-8d35-414e-a287-d8324bad9a81", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "66ce9865-6a48-4e29-be87-07e685ff7ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f4bed278-796b-4d77-a649-88652035bb18", "name": "default"}]} 2018-07-21 16:09:29,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c59402fc-ae12-4cf7-9c40-aceb20dee347 2018-07-21 16:09:29,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0550270080566s 2018-07-21 16:09:29,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c59402fc-ae12-4cf7-9c40-aceb20dee347 2018-07-21 16:09:29,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 16:09:29,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/53f64176-f764-42b7-9341-510db3a0301e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:29,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2afa20e7-276e-4cf9-8bfc-6d096d7a2c3f Content-Length: 0 Date: Sat, 21 Jul 2018 16:09:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:09:29,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/53f64176-f764-42b7-9341-510db3a0301e.json used request id req-2afa20e7-276e-4cf9-8bfc-6d096d7a2c3f 2018-07-21 16:09:29,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.200525045395s 2018-07-21 16:09:29,374 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/53f64176-f764-42b7-9341-510db3a0301e.json used request id req-2afa20e7-276e-4cf9-8bfc-6d096d7a2c3f 2018-07-21 16:09:29,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 16:09:29,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:29,425 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:09: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-cf3e3c25-f9bc-4136-a820-b4ad60b1586e x-compute-request-id: req-cf3e3c25-f9bc-4136-a820-b4ad60b1586e Content-Length: 0 Content-Type: application/json 2018-07-21 16:09:29,425 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866 used request id req-cf3e3c25-f9bc-4136-a820-b4ad60b1586e 2018-07-21 16:09:29,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0513219833374s 2018-07-21 16:09:29,426 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm1-kp_f2ef86d6-4872-4ad6-abb7-d916979e7866 used request id req-cf3e3c25-f9bc-4136-a820-b4ad60b1586e 2018-07-21 16:09:29,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:09:29,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa/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}59c551ad97d7c3004e0d6004ab3454b42acd86ba" -d '{"subnet_id": "35714522-03a7-43c6-892e-fc841bb2cf36"}' 2018-07-21 16:09:31,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-90ba0381-cde4-4e88-a61d-0993205b7cc0 Date: Sat, 21 Jul 2018 16:09:31 GMT RESP BODY: {"network_id": "a20ca7bc-18fb-4760-8730-373232432b4e", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "35714522-03a7-43c6-892e-fc841bb2cf36", "subnet_ids": ["35714522-03a7-43c6-892e-fc841bb2cf36"], "port_id": "407b6eee-0f94-412c-b4f6-bfe3147b9fb4", "id": "155e4bf7-94c5-41c1-a2d7-0c22063293aa"} 2018-07-21 16:09:31,061 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa/remove_router_interface.json used request id req-90ba0381-cde4-4e88-a61d-0993205b7cc0 2018-07-21 16:09:31,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.63471412659s 2018-07-21 16:09:31,061 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa/remove_router_interface.json used request id req-90ba0381-cde4-4e88-a61d-0993205b7cc0 returning object 155e4bf7-94c5-41c1-a2d7-0c22063293aa 2018-07-21 16:09:31,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:09:31,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:31,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-44e6d4c3-2414-4298-839b-64fa24b6926d Date: Sat, 21 Jul 2018 16:09:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:08:56Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:09:30Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "155e4bf7-94c5-41c1-a2d7-0c22063293aa", "name": "singlevm1-router_f2ef86d6-4872-4ad6-abb7-d916979e7866"}]} 2018-07-21 16:09:31,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-44e6d4c3-2414-4298-839b-64fa24b6926d 2018-07-21 16:09:31,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.101412773132s 2018-07-21 16:09:31,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-44e6d4c3-2414-4298-839b-64fa24b6926d 2018-07-21 16:09:31,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:09:31,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:32,522 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9e86e35-2dbb-4724-95b5-c94e69cde9c1 Content-Length: 0 Date: Sat, 21 Jul 2018 16:09:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:09:32,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa.json used request id req-d9e86e35-2dbb-4724-95b5-c94e69cde9c1 2018-07-21 16:09:32,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35764503479s 2018-07-21 16:09:32,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/155e4bf7-94c5-41c1-a2d7-0c22063293aa.json used request id req-d9e86e35-2dbb-4724-95b5-c94e69cde9c1 2018-07-21 16:09:32,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:09:32,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:32,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-9332ddb9-2de2-4042-9309-568b3977853f Date: Sat, 21 Jul 2018 16:09:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a20ca7bc-18fb-4760-8730-373232432b4e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:56Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:08:56Z","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":"a6906d7d21744bd98421510fc029622a","id":"35714522-03a7-43c6-892e-fc841bb2cf36","subnetpool_id":null,"name":"singlevm1-subnet_f2ef86d6-4872-4ad6-abb7-d916979e7866"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 16:09:32,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9332ddb9-2de2-4042-9309-568b3977853f 2018-07-21 16:09:32,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0459659099579s 2018-07-21 16:09:32,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-9332ddb9-2de2-4042-9309-568b3977853f 2018-07-21 16:09:32,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:09:32,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/35714522-03a7-43c6-892e-fc841bb2cf36.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:33,401 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b5d92744-c1ea-4da2-9801-07762fae40cb Date: Sat, 21 Jul 2018 16:09:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:09:33,401 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/35714522-03a7-43c6-892e-fc841bb2cf36.json used request id req-b5d92744-c1ea-4da2-9801-07762fae40cb 2018-07-21 16:09:33,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.82969212532s 2018-07-21 16:09:33,401 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/35714522-03a7-43c6-892e-fc841bb2cf36.json used request id req-b5d92744-c1ea-4da2-9801-07762fae40cb 2018-07-21 16:09:33,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:33,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:33,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-7ab6ee4e-bad1-4992-87cb-f5c34ff30313 Date: Sat, 21 Jul 2018 16:09:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"a20ca7bc-18fb-4760-8730-373232432b4e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:09:33Z","provider:segmentation_id":30,"name":"singlevm1-net_f2ef86d6-4872-4ad6-abb7-d916979e7866","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:08:55Z","provider:network_type":"vxlan"}]} 2018-07-21 16:09:33,512 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7ab6ee4e-bad1-4992-87cb-f5c34ff30313 2018-07-21 16:09:33,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110934972763s 2018-07-21 16:09:33,513 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7ab6ee4e-bad1-4992-87cb-f5c34ff30313 2018-07-21 16:09:33,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:09:33,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/a20ca7bc-18fb-4760-8730-373232432b4e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:34,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-397d4141-1283-4bc5-a3a0-39dee241e2cf Date: Sat, 21 Jul 2018 16:09:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:09:34,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a20ca7bc-18fb-4760-8730-373232432b4e.json used request id req-397d4141-1283-4bc5-a3a0-39dee241e2cf 2018-07-21 16:09:34,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22208499908s 2018-07-21 16:09:34,737 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/a20ca7bc-18fb-4760-8730-373232432b4e.json used request id req-397d4141-1283-4bc5-a3a0-39dee241e2cf 2018-07-21 16:09:34,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:09:34,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:34,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-53c1193a-0e0c-404c-88f7-2cc262183b35 Date: Sat, 21 Jul 2018 16:09:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/5bd899e1-e321-40cb-a578-cf56556f87d3/snap", "metadata": {}}], "file": "/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "5bd899e1-e321-40cb-a578-cf56556f87d3", "size": 12716032, "self": "/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/5bd899e1-e321-40cb-a578-cf56556f87d3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:09:01Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_f2ef86d6-4872-4ad6-abb7-d916979e7866", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:09:00Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:09:34,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-53c1193a-0e0c-404c-88f7-2cc262183b35 2018-07-21 16:09:34,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.029983997345s 2018-07-21 16:09:34,771 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-53c1193a-0e0c-404c-88f7-2cc262183b35 2018-07-21 16:09:34,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:09:34,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:35,495 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a083e031-5354-42f1-ae45-fb7b7c9b13e1 Date: Sat, 21 Jul 2018 16:09:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:09:35,495 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3 used request id req-a083e031-5354-42f1-ae45-fb7b7c9b13e1 2018-07-21 16:09:35,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.721758127213s 2018-07-21 16:09:35,496 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/5bd899e1-e321-40cb-a578-cf56556f87d3 used request id req-a083e031-5354-42f1-ae45-fb7b7c9b13e1 2018-07-21 16:09:35,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:09:35,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:35,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93a8d4bb-bdf6-4e91-921f-a9241ecef97a x-compute-request-id: req-93a8d4bb-bdf6-4e91-921f-a9241ecef97a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_f2ef86d6-4872-4ad6-abb7-d916979e7866", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952", "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": "5ee7879f-076c-4b7f-b13e-fa032a942952"}]} 2018-07-21 16:09:35,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-93a8d4bb-bdf6-4e91-921f-a9241ecef97a 2018-07-21 16:09:35,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025486946106s 2018-07-21 16:09:35,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-93a8d4bb-bdf6-4e91-921f-a9241ecef97a 2018-07-21 16:09:35,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:09:35,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}59c551ad97d7c3004e0d6004ab3454b42acd86ba" 2018-07-21 16:09:35,558 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:09:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38374b3d-66b9-45f5-9163-38bdbd21e1c1 x-compute-request-id: req-38374b3d-66b9-45f5-9163-38bdbd21e1c1 Content-Length: 0 Content-Type: application/json 2018-07-21 16:09:35,558 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952 used request id req-38374b3d-66b9-45f5-9163-38bdbd21e1c1 2018-07-21 16:09:35,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0346279144287s 2018-07-21 16:09:35,558 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/5ee7879f-076c-4b7f-b13e-fa032a942952 used request id req-38374b3d-66b9-45f5-9163-38bdbd21e1c1 2018-07-21 16:09:35,610 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-07-21 16:09:35,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:09:35,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:09:35,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:09:35,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:09:35,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:09:35,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:09:35,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:09:35,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:09:35,652 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:09:35,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:09:35,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dedbd18d-5091-4c2d-bad7-a3102c4aa0a5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:09:35,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dedbd18d-5091-4c2d-bad7-a3102c4aa0a5 2018-07-21 16:09:35,659 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:09:36,040 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:09:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["RA5BVwvXQmOWbAZ0hjx9Pg"], "issued_at": "2018-07-21T16:09:36.000000Z"}} 2018-07-21 16:09:36,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:36,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:36,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-22234380-a33f-484a-9463-d8fb8cde2503 Date: Sat, 21 Jul 2018 16:09:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:09:36,291 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-22234380-a33f-484a-9463-d8fb8cde2503 2018-07-21 16:09:36,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247938871384s 2018-07-21 16:09:36,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-22234380-a33f-484a-9463-d8fb8cde2503 2018-07-21 16:09:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:09:36,300 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b1ad3bb-4e13-4ccc-8283-983beedc3023 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:09:36,300 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-5b1ad3bb-4e13-4ccc-8283-983beedc3023 2018-07-21 16:09:36,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:09:36,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:36,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed48a40e-f6c8-4cf8-b540-42661dad9947 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:09:36,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ed48a40e-f6c8-4cf8-b540-42661dad9947 2018-07-21 16:09:36,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0973088741302s 2018-07-21 16:09:36,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-ed48a40e-f6c8-4cf8-b540-42661dad9947 2018-07-21 16:09:36,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 16:09:36,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2"}}' 2018-07-21 16:09:36,573 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9214d7a0-04cf-4909-a056-6d9460324761 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527"}, "tags": [], "enabled": true, "id": "0db843867cd1449f98e75546ad222527", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2"}} 2018-07-21 16:09:36,574 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9214d7a0-04cf-4909-a056-6d9460324761 2018-07-21 16:09:36,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.167834997177s 2018-07-21 16:09:36,574 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-9214d7a0-04cf-4909-a056-6d9460324761 2018-07-21 16:09:36,575 - 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'0db843867cd1449f98e75546ad222527', '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_7425eb7d-23aa-4809-9797-bd6b78a115e2'}) 2018-07-21 16:09:36,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 16:09:36,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "af73235e-0821-4534-9c79-0f95a85fe39b", "email": null, "name": "singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2"}}' 2018-07-21 16:09:36,951 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f711de82-2b1a-4078-9fda-6bc0f416725e Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": {"self": "http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8cfc132669a483dbcfbfc27d1d3b837", "domain_id": "default", "password_expires_at": null}} 2018-07-21 16:09:36,951 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-f711de82-2b1a-4078-9fda-6bc0f416725e 2018-07-21 16:09:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.371097803116s 2018-07-21 16:09:36,952 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-f711de82-2b1a-4078-9fda-6bc0f416725e 2018-07-21 16:09:36,952 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e8cfc132669a483dbcfbfc27d1d3b837', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2'}) 2018-07-21 16:09:36,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:09:36,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de03db98-2399-449a-85e2-d635a1f84842 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:09:37,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-de03db98-2399-449a-85e2-d635a1f84842 2018-07-21 16:09:37,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0976819992065s 2018-07-21 16:09:37,054 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-de03db98-2399-449a-85e2-d635a1f84842 2018-07-21 16:09:37,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:09:37,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73456d9f-c975-47f0-b0d3-ae576af1e343 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:09:37,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-73456d9f-c975-47f0-b0d3-ae576af1e343 2018-07-21 16:09:37,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0963311195374s 2018-07-21 16:09:37,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-73456d9f-c975-47f0-b0d3-ae576af1e343 2018-07-21 16:09:37,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:09:37,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a20761-0443-4954-8f28-432fb1c701b4 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:09:37,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-32a20761-0443-4954-8f28-432fb1c701b4 2018-07-21 16:09:37,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0935139656067s 2018-07-21 16:09:37,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-32a20761-0443-4954-8f28-432fb1c701b4 2018-07-21 16:09:37,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:09:37,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23c6e3f1-79e3-40a5-89bb-cb737afdfac2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 16:09:37,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-23c6e3f1-79e3-40a5-89bb-cb737afdfac2 2018-07-21 16:09:37,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0925400257111s 2018-07-21 16:09:37,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-23c6e3f1-79e3-40a5-89bb-cb737afdfac2 2018-07-21 16:09:37,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:09:37,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f83d568-d25b-440e-82ba-15cfac823019 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": {"self": "http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8cfc132669a483dbcfbfc27d1d3b837", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:09:37,461 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6f83d568-d25b-440e-82ba-15cfac823019 2018-07-21 16:09:37,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109532117844s 2018-07-21 16:09:37,462 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6f83d568-d25b-440e-82ba-15cfac823019 2018-07-21 16:09:37,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:09:37,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d83a68a3-fc08-4fbf-b09a-b907e22973af Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527"}, "tags": [], "enabled": true, "id": "0db843867cd1449f98e75546ad222527", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:37,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d83a68a3-fc08-4fbf-b09a-b907e22973af 2018-07-21 16:09:37,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0949349403381s 2018-07-21 16:09:37,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-d83a68a3-fc08-4fbf-b09a-b907e22973af 2018-07-21 16:09:37,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:09:37,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e8cfc132669a483dbcfbfc27d1d3b837&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=0db843867cd1449f98e75546ad222527" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feef077e-fd27-4a65-85f4-3fd15f4e38cd Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e8cfc132669a483dbcfbfc27d1d3b837&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=0db843867cd1449f98e75546ad222527", "previous": null, "next": null}} 2018-07-21 16:09:37,593 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8cfc132669a483dbcfbfc27d1d3b837&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=0db843867cd1449f98e75546ad222527 used request id req-feef077e-fd27-4a65-85f4-3fd15f4e38cd 2018-07-21 16:09:37,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0176420211792s 2018-07-21 16:09:37,593 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e8cfc132669a483dbcfbfc27d1d3b837&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=0db843867cd1449f98e75546ad222527 used request id req-feef077e-fd27-4a65-85f4-3fd15f4e38cd 2018-07-21 16:09:37,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 16:09:37,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527/users/e8cfc132669a483dbcfbfc27d1d3b837/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:09:37,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57daa97f-9d3b-46e5-8817-57b14ae61df0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:09:37,726 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527/users/e8cfc132669a483dbcfbfc27d1d3b837/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-57daa97f-9d3b-46e5-8817-57b14ae61df0 2018-07-21 16:09:37,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.130134105682s 2018-07-21 16:09:37,727 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527/users/e8cfc132669a483dbcfbfc27d1d3b837/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-57daa97f-9d3b-46e5-8817-57b14ae61df0 2018-07-21 16:09:37,727 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2', 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'0db843867cd1449f98e75546ad222527', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'af73235e-0821-4534-9c79-0f95a85fe39b', 'username': u'singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:09:37,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:09:37,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:09:37,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:09:37,733 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'password': 'af73235e-0821-4534-9c79-0f95a85fe39b', 'project_name': 'singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '0db843867cd1449f98e75546ad222527', 'project_domain_name': 'Default'} 2018-07-21 16:09:37,733 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-07-21 16:09:37,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:09:37,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b55cb03-32d4-43c7-8bd9-1b7dbbdd0379 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:09:37,740 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3b55cb03-32d4-43c7-8bd9-1b7dbbdd0379 2018-07-21 16:09:37,741 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:09:38,136 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:09:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0db843867cd1449f98e75546ad222527", "name": "singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/0db843867cd1449f98e75546ad222527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/0db843867cd1449f98e75546ad222527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/0db843867cd1449f98e75546ad222527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_0db843867cd1449f98e75546ad222527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_0db843867cd1449f98e75546ad222527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/0db843867cd1449f98e75546ad222527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/0db843867cd1449f98e75546ad222527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/0db843867cd1449f98e75546ad222527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/0db843867cd1449f98e75546ad222527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/0db843867cd1449f98e75546ad222527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/0db843867cd1449f98e75546ad222527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/0db843867cd1449f98e75546ad222527", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/0db843867cd1449f98e75546ad222527", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/0db843867cd1449f98e75546ad222527", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2", "id": "e8cfc132669a483dbcfbfc27d1d3b837"}, "audit_ids": ["3pirug2ETB6vpd14bj3bfA"], "issued_at": "2018-07-21T16:09:38.000000Z"}} 2018-07-21 16:09:38,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:09:38,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"network": {"name": "singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2", "admin_state_up": true}}' 2018-07-21 16:09:38,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-caded4df-de47-451e-8ded-72dea4437486 Date: Sat, 21 Jul 2018 16:09:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T16:09:38Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0db843867cd1449f98e75546ad222527","id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","name":"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2"}} 2018-07-21 16:09:38,974 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-caded4df-de47-451e-8ded-72dea4437486 2018-07-21 16:09:38,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.835566043854s 2018-07-21 16:09:38,975 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-caded4df-de47-451e-8ded-72dea4437486 2018-07-21 16:09:38,975 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:09:38Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'9dda62d6-ecd7-4ed0-bc13-30e9e925acf9', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2', u'admin_state_up': True, u'tenant_id': u'0db843867cd1449f98e75546ad222527', u'created_at': u'2018-07-21T16:09:38Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0db843867cd1449f98e75546ad222527'}) 2018-07-21 16:09:38,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:38,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:39,163 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-aa0a55bd-17b8-4a22-b051-3cc9c060d83f Date: Sat, 21 Jul 2018 16:09:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:09:38Z","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0db843867cd1449f98e75546ad222527","id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","name":"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:39,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-aa0a55bd-17b8-4a22-b051-3cc9c060d83f 2018-07-21 16:09:39,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.187268018723s 2018-07-21 16:09:39,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-aa0a55bd-17b8-4a22-b051-3cc9c060d83f 2018-07-21 16:09:39,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:09:39,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"subnet": {"name": "singlevm2-subnet_7425eb7d-23aa-4809-9797-bd6b78a115e2", "enable_dhcp": true, "network_id": "9dda62d6-ecd7-4ed0-bc13-30e9e925acf9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:09:39,810 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-e2b5c915-845f-45a1-9dc3-2e2282f4b907 Date: Sat, 21 Jul 2018 16:09:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:09:39Z","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":"0db843867cd1449f98e75546ad222527","id":"17cd15d4-abd2-4854-a1be-f8c43f542d9c","subnetpool_id":null,"name":"singlevm2-subnet_7425eb7d-23aa-4809-9797-bd6b78a115e2"}} 2018-07-21 16:09:39,810 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e2b5c915-845f-45a1-9dc3-2e2282f4b907 2018-07-21 16:09:39,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.644760847092s 2018-07-21 16:09:39,810 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-e2b5c915-845f-45a1-9dc3-2e2282f4b907 2018-07-21 16:09:39,811 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:09:39Z', 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'17cd15d4-abd2-4854-a1be-f8c43f542d9c', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_7425eb7d-23aa-4809-9797-bd6b78a115e2', u'enable_dhcp': True, u'network_id': u'9dda62d6-ecd7-4ed0-bc13-30e9e925acf9', u'tenant_id': u'0db843867cd1449f98e75546ad222527', u'created_at': u'2018-07-21T16:09:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0db843867cd1449f98e75546ad222527'}) 2018-07-21 16:09:39,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:09:39,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "singlevm2-router_7425eb7d-23aa-4809-9797-bd6b78a115e2", "admin_state_up": true}}' 2018-07-21 16:09:40,998 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-106f90d7-14f4-482b-bb92-ab64847e079f Date: Sat, 21 Jul 2018 16:09:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:39Z", "admin_state_up": true, "updated_at": "2018-07-21T16:09:40Z", "revision_number": 2, "routes": [], "project_id": "0db843867cd1449f98e75546ad222527", "id": "62a1d556-ac61-4ee6-8b2c-ed748dd3fa96", "name": "singlevm2-router_7425eb7d-23aa-4809-9797-bd6b78a115e2"}} 2018-07-21 16:09:40,998 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-106f90d7-14f4-482b-bb92-ab64847e079f 2018-07-21 16:09:40,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18681693077s 2018-07-21 16:09:40,999 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-106f90d7-14f4-482b-bb92-ab64847e079f 2018-07-21 16:09:40,999 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0db843867cd1449f98e75546ad222527', u'created_at': u'2018-07-21T16:09:39Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T16:09:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'0db843867cd1449f98e75546ad222527', u'id': u'62a1d556-ac61-4ee6-8b2c-ed748dd3fa96', u'name': u'singlevm2-router_7425eb7d-23aa-4809-9797-bd6b78a115e2'}) 2018-07-21 16:09:41,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:09:41,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96/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}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"subnet_id": "17cd15d4-abd2-4854-a1be-f8c43f542d9c"}' 2018-07-21 16:09:42,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bcb6c693-ec7d-4133-ad18-9643266a0330 Date: Sat, 21 Jul 2018 16:09:42 GMT RESP BODY: {"network_id": "9dda62d6-ecd7-4ed0-bc13-30e9e925acf9", "tenant_id": "0db843867cd1449f98e75546ad222527", "subnet_id": "17cd15d4-abd2-4854-a1be-f8c43f542d9c", "subnet_ids": ["17cd15d4-abd2-4854-a1be-f8c43f542d9c"], "port_id": "d703349d-a86f-44b0-ae69-b4571a1fb8a2", "id": "62a1d556-ac61-4ee6-8b2c-ed748dd3fa96"} 2018-07-21 16:09:42,849 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96/add_router_interface.json used request id req-bcb6c693-ec7d-4133-ad18-9643266a0330 2018-07-21 16:09:42,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.84896206856s 2018-07-21 16:09:42,849 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96/add_router_interface.json used request id req-bcb6c693-ec7d-4133-ad18-9643266a0330 returning object 62a1d556-ac61-4ee6-8b2c-ed748dd3fa96 2018-07-21 16:09:42,849 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:09:42,977 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:09:42,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:09:42,982 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:09:42 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:09:42,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:09:42,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:43,165 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b046d143-1547-46a2-bb22-8af21325bc32 Date: Sat, 21 Jul 2018 16:09:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:09:43,165 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b046d143-1547-46a2-bb22-8af21325bc32 2018-07-21 16:09:43,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.180377960205s 2018-07-21 16:09:43,165 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b046d143-1547-46a2-bb22-8af21325bc32 2018-07-21 16:09:43,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:09:43,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2"}' 2018-07-21 16:09:43,235 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8eea5eb1-ffaa-420f-adb0-f8f842ab10cf Date: Sat, 21 Jul 2018 16:09:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/file", "owner": "0db843867cd1449f98e75546ad222527", "id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "size": null, "self": "/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:09:43Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "checksum": null, "created_at": "2018-07-21T16:09:43Z", "protected": false} 2018-07-21 16:09:43,235 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8eea5eb1-ffaa-420f-adb0-f8f842ab10cf 2018-07-21 16:09:43,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0632090568542s 2018-07-21 16:09:43,235 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-8eea5eb1-ffaa-420f-adb0-f8f842ab10cf returning object 8ae0852b-195d-41d1-9a77-a8a22524185d 2018-07-21 16:09:43,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:09:43,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/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}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '' 2018-07-21 16:09:43,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bbc9d51d-86ed-4536-9f15-7153d27f1ea7 Date: Sat, 21 Jul 2018 16:09:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:09:43,692 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/file used request id req-bbc9d51d-86ed-4536-9f15-7153d27f1ea7 2018-07-21 16:09:43,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.455615997314s 2018-07-21 16:09:43,692 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/file used request id req-bbc9d51d-86ed-4536-9f15-7153d27f1ea7 2018-07-21 16:09:43,692 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:09:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/file', u'owner': u'0db843867cd1449f98e75546ad222527', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8ae0852b-195d-41d1-9a77-a8a22524185d', u'size': None, u'name': u'singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2', u'checksum': None, u'self': u'/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:09:43Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:09:43,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:09:43,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_7425eb7d-23aa-4809-9797-bd6b78a115e2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:09:43,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94266802-18fc-47ca-9079-a4bda54061ed x-compute-request-id: req-94266802-18fc-47ca-9079-a4bda54061ed Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "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": "e0890ec3-2dbe-4742-a3ba-96aed36eb644"}} 2018-07-21 16:09:43,969 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-94266802-18fc-47ca-9079-a4bda54061ed 2018-07-21 16:09:43,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.276501893997s 2018-07-21 16:09:43,970 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-94266802-18fc-47ca-9079-a4bda54061ed 2018-07-21 16:09:43,971 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_7425eb7d-23aa-4809-9797-bd6b78a115e2', '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'a6906d7d21744bd98421510fc029622a', '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'e0890ec3-2dbe-4742-a3ba-96aed36eb644', 'swap': 0}) 2018-07-21 16:09:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:09:43,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644/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}ef3a240890d21f4b9f3f314bf322056d322eebfb" -d '{"extra_specs": {}}' 2018-07-21 16:09:43,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d406379c-3e34-41ff-971a-0a9d2fdde04a x-compute-request-id: req-d406379c-3e34-41ff-971a-0a9d2fdde04a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:09:43,998 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644/os-extra_specs used request id req-d406379c-3e34-41ff-971a-0a9d2fdde04a 2018-07-21 16:09:43,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0270030498505s 2018-07-21 16:09:43,999 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644/os-extra_specs used request id req-d406379c-3e34-41ff-971a-0a9d2fdde04a 2018-07-21 16:09:43,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 16:09:44,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"keypair": {"name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2"}}' 2018-07-21 16:09:44,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-f131a76d-366a-4af6-93ec-53c7abc64e1c x-compute-request-id: req-f131a76d-366a-4af6-93ec-53c7abc64e1c Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr9xUM49Ot83ACoKnPtZJW084nT1sA1N2f1/XhAtfLz1ealQ8ryBr2I13bMv/APS+8ME0w6VRF28QnJSMg2osoWi2m3T5iS7Z7qdosxjPlJj9wQEH0AcjLVPCB/ex++nnxyRNKlEUMi/Pn/SLomCJwDXlmjnBHNMiisDuZT3ppVFH/df9pl045Z9uS3CrKitQjKlUIaJyqtqYF5LzomJNtyrN+6Quv9ggPPbxrh8FTLegZg0wZh14MWiYH2Wi0Mg8YOqEUVpzx12qjqXR6KtivjQAlqawKMbCtKYrX1eRh2LrVcl5R6QsSq8Sm6JVWEsciJ7afiFcR0fbpiyAUhWv7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAq/cVDOPTrfNwAqCpz7WSVtPOJ09bANTdn9f14QLXy89XmpUP\nK8ga9iNd2zL/wD0vvDBNMOlURdvEJyUjINqLKFotpt0+Yku2e6naLMYz5SY/cEBB\n9AHIy1Twgf3sfvp58ckTSpRFDIvz5/0i6JgicA15Zo5wRzTIorA7mU96aVRR/3X/\naZdOOWfbktwqyorUIypVCGicqramBeS86JiTbcqzfukLr/YIDz28a4fBUy3oGYNM\nGYdeDFomB9lotDIPGDqhFFac8ddqo6l0eirYr40AJamsCjGwrSmK19XkYdi61XJe\nUekLEqvEpuiVVhLHIie2n4hXEdH26YsgFIVr+wIDAQABAoIBAEwKsnBEvnIJV9qR\nmQWUUOW8O0j+uksf1fC82qlpTGt/gEmG6HJ/xgxZj0NCxf0IEXeyFDAwvWc2ywJU\nVbhNa4OofM9wvglRWZxNe4CZFJGb3CmTAJcZwuTG5qNU2aM8t3fHZpRwBCiMKorH\nUQxxWakbDDfhfJzAJohqTbB5iLPSL+tVAHhYD40AAgsUjXnT5hF+oqDn1pa+s1sO\n2DNWQaa7yO4G6CjFka0nmymsn/c3UFOYQDwTSqsxU360N5dP+P4WZNrzL9h2h0er\noqhhPTlPBECFvgejs8Y8OdaudvQwoIrEcwW8r9fwiXB0TTffx/rh4Ky53GeIquUZ\nrXyr+kECgYEA1OdtnlVB5wp/L2NWTlofm7innnMLP5MUGStzQUOlYsJw4iZ6mK1E\n1miOz7yrxre0fPKdKl5MTdr4eBd+69YnFR0E9n1tdD3C2f8nOQXpm580aSu0EPyg\n9ytMCvDEECyams068TM47B33vkLp43f/iUttq6RaYx9bLTQ3d+/PVcMCgYEAzsY5\niBO6bQoYEJ1tHzNiNgBAvgH/RZJpZTpAaNzB0Zw3BBr8XpcDFAQ9AKvSh7NCy44A\nI74Y1cM+SSDw9UHC5BdFVDg2n5KP4que3j2y7nT6KV9IIAFcC7bL8AeBFWCICfQI\nGOXfUGs/cY1SNhajIDRrAMgiP0S2uOigsu9g1WkCgYAo6A53zYnMCohFYqDCjS5l\njSUnnJMcs/W4oFCUyZqNTy7BRQNpMmF3kL9fyrB2jfVvzG3GJjgi/V+gM2N/jLYV\nqG27rn3JR9SYbh3rJuerrvsy+eKvINsMopUJxRjmwqsx8xzQGzdkpp1jQRgPTI8c\nohGAWSPEx9GM7et6b+k2YQKBgQCOMwgxqs+UWVK/amQ3BtFNrdLYWOtC3zOYJ/1P\noDGygynaquxP6K53P4rsQT3hkMgo0JkL+5l8uG7HP9417GmpDs/g4V+/Ub2d9sSk\nte2ty8iWVy50xDqW27lYcvC00NP9dFN1O/Ddj0PsRXH6PIsmhKXpvbi/pfO7KlAJ\nflIrsQKBgHdbU4KEaEMDbeG8hyqEfGP6KzlgvdCgtw1u8zbfPPaAQEkC2y0hanjU\nMzr7OnCxrnq5o+P6gsoZdfl+D/az9su4iRukH1pBonL57NuO/Xgqd45EYnX31jww\nI3CvwrEG7j9vl1+EhsY0CS3uWiigT3cNyOZ1XIu39xqyYZWe/i+l\n-----END RSA PRIVATE KEY-----\n", "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "fingerprint": "1e:bb:52:d9:9b:8c:ab:01:80:d8:d9:2b:6a:2f:c4:af"}} 2018-07-21 16:09:44,397 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f131a76d-366a-4af6-93ec-53c7abc64e1c 2018-07-21 16:09:44,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.398149967194s 2018-07-21 16:09:44,398 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-f131a76d-366a-4af6-93ec-53c7abc64e1c 2018-07-21 16:09:44,398 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCr9xUM49Ot83ACoKnPtZJW084nT1sA1N2f1/XhAtfLz1ealQ8ryBr2I13bMv/APS+8ME0w6VRF28QnJSMg2osoWi2m3T5iS7Z7qdosxjPlJj9wQEH0AcjLVPCB/ex++nnxyRNKlEUMi/Pn/SLomCJwDXlmjnBHNMiisDuZT3ppVFH/df9pl045Z9uS3CrKitQjKlUIaJyqtqYF5LzomJNtyrN+6Quv9ggPPbxrh8FTLegZg0wZh14MWiYH2Wi0Mg8YOqEUVpzx12qjqXR6KtivjQAlqawKMbCtKYrX1eRh2LrVcl5R6QsSq8Sm6JVWEsciJ7afiFcR0fbpiyAUhWv7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAq/cVDOPTrfNwAqCpz7WSVtPOJ09bANTdn9f14QLXy89XmpUP\nK8ga9iNd2zL/wD0vvDBNMOlURdvEJyUjINqLKFotpt0+Yku2e6naLMYz5SY/cEBB\n9AHIy1Twgf3sfvp58ckTSpRFDIvz5/0i6JgicA15Zo5wRzTIorA7mU96aVRR/3X/\naZdOOWfbktwqyorUIypVCGicqramBeS86JiTbcqzfukLr/YIDz28a4fBUy3oGYNM\nGYdeDFomB9lotDIPGDqhFFac8ddqo6l0eirYr40AJamsCjGwrSmK19XkYdi61XJe\nUekLEqvEpuiVVhLHIie2n4hXEdH26YsgFIVr+wIDAQABAoIBAEwKsnBEvnIJV9qR\nmQWUUOW8O0j+uksf1fC82qlpTGt/gEmG6HJ/xgxZj0NCxf0IEXeyFDAwvWc2ywJU\nVbhNa4OofM9wvglRWZxNe4CZFJGb3CmTAJcZwuTG5qNU2aM8t3fHZpRwBCiMKorH\nUQxxWakbDDfhfJzAJohqTbB5iLPSL+tVAHhYD40AAgsUjXnT5hF+oqDn1pa+s1sO\n2DNWQaa7yO4G6CjFka0nmymsn/c3UFOYQDwTSqsxU360N5dP+P4WZNrzL9h2h0er\noqhhPTlPBECFvgejs8Y8OdaudvQwoIrEcwW8r9fwiXB0TTffx/rh4Ky53GeIquUZ\nrXyr+kECgYEA1OdtnlVB5wp/L2NWTlofm7innnMLP5MUGStzQUOlYsJw4iZ6mK1E\n1miOz7yrxre0fPKdKl5MTdr4eBd+69YnFR0E9n1tdD3C2f8nOQXpm580aSu0EPyg\n9ytMCvDEECyams068TM47B33vkLp43f/iUttq6RaYx9bLTQ3d+/PVcMCgYEAzsY5\niBO6bQoYEJ1tHzNiNgBAvgH/RZJpZTpAaNzB0Zw3BBr8XpcDFAQ9AKvSh7NCy44A\nI74Y1cM+SSDw9UHC5BdFVDg2n5KP4que3j2y7nT6KV9IIAFcC7bL8AeBFWCICfQI\nGOXfUGs/cY1SNhajIDRrAMgiP0S2uOigsu9g1WkCgYAo6A53zYnMCohFYqDCjS5l\njSUnnJMcs/W4oFCUyZqNTy7BRQNpMmF3kL9fyrB2jfVvzG3GJjgi/V+gM2N/jLYV\nqG27rn3JR9SYbh3rJuerrvsy+eKvINsMopUJxRjmwqsx8xzQGzdkpp1jQRgPTI8c\nohGAWSPEx9GM7et6b+k2YQKBgQCOMwgxqs+UWVK/amQ3BtFNrdLYWOtC3zOYJ/1P\noDGygynaquxP6K53P4rsQT3hkMgo0JkL+5l8uG7HP9417GmpDs/g4V+/Ub2d9sSk\nte2ty8iWVy50xDqW27lYcvC00NP9dFN1O/Ddj0PsRXH6PIsmhKXpvbi/pfO7KlAJ\nflIrsQKBgHdbU4KEaEMDbeG8hyqEfGP6KzlgvdCgtw1u8zbfPPaAQEkC2y0hanjU\nMzr7OnCxrnq5o+P6gsoZdfl+D/az9su4iRukH1pBonL57NuO/Xgqd45EYnX31jww\nI3CvwrEG7j9vl1+EhsY0CS3uWiigT3cNyOZ1XIu39xqyYZWe/i+l\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e8cfc132669a483dbcfbfc27d1d3b837', 'name': u'singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'created_at': '2018-07-21T16:09:44.398915', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0db843867cd1449f98e75546ad222527', 'name': 'singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1e:bb:52:d9:9b:8c:ab:01:80:d8:d9:2b:6a:2f:c4:af', 'type': 'ssh', 'id': u'singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2'}) 2018-07-21 16:09:44,399 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAq/cVDOPTrfNwAqCpz7WSVtPOJ09bANTdn9f14QLXy89XmpUP K8ga9iNd2zL/wD0vvDBNMOlURdvEJyUjINqLKFotpt0+Yku2e6naLMYz5SY/cEBB 9AHIy1Twgf3sfvp58ckTSpRFDIvz5/0i6JgicA15Zo5wRzTIorA7mU96aVRR/3X/ aZdOOWfbktwqyorUIypVCGicqramBeS86JiTbcqzfukLr/YIDz28a4fBUy3oGYNM GYdeDFomB9lotDIPGDqhFFac8ddqo6l0eirYr40AJamsCjGwrSmK19XkYdi61XJe UekLEqvEpuiVVhLHIie2n4hXEdH26YsgFIVr+wIDAQABAoIBAEwKsnBEvnIJV9qR mQWUUOW8O0j+uksf1fC82qlpTGt/gEmG6HJ/xgxZj0NCxf0IEXeyFDAwvWc2ywJU VbhNa4OofM9wvglRWZxNe4CZFJGb3CmTAJcZwuTG5qNU2aM8t3fHZpRwBCiMKorH UQxxWakbDDfhfJzAJohqTbB5iLPSL+tVAHhYD40AAgsUjXnT5hF+oqDn1pa+s1sO 2DNWQaa7yO4G6CjFka0nmymsn/c3UFOYQDwTSqsxU360N5dP+P4WZNrzL9h2h0er oqhhPTlPBECFvgejs8Y8OdaudvQwoIrEcwW8r9fwiXB0TTffx/rh4Ky53GeIquUZ rXyr+kECgYEA1OdtnlVB5wp/L2NWTlofm7innnMLP5MUGStzQUOlYsJw4iZ6mK1E 1miOz7yrxre0fPKdKl5MTdr4eBd+69YnFR0E9n1tdD3C2f8nOQXpm580aSu0EPyg 9ytMCvDEECyams068TM47B33vkLp43f/iUttq6RaYx9bLTQ3d+/PVcMCgYEAzsY5 iBO6bQoYEJ1tHzNiNgBAvgH/RZJpZTpAaNzB0Zw3BBr8XpcDFAQ9AKvSh7NCy44A I74Y1cM+SSDw9UHC5BdFVDg2n5KP4que3j2y7nT6KV9IIAFcC7bL8AeBFWCICfQI GOXfUGs/cY1SNhajIDRrAMgiP0S2uOigsu9g1WkCgYAo6A53zYnMCohFYqDCjS5l jSUnnJMcs/W4oFCUyZqNTy7BRQNpMmF3kL9fyrB2jfVvzG3GJjgi/V+gM2N/jLYV qG27rn3JR9SYbh3rJuerrvsy+eKvINsMopUJxRjmwqsx8xzQGzdkpp1jQRgPTI8c ohGAWSPEx9GM7et6b+k2YQKBgQCOMwgxqs+UWVK/amQ3BtFNrdLYWOtC3zOYJ/1P oDGygynaquxP6K53P4rsQT3hkMgo0JkL+5l8uG7HP9417GmpDs/g4V+/Ub2d9sSk te2ty8iWVy50xDqW27lYcvC00NP9dFN1O/Ddj0PsRXH6PIsmhKXpvbi/pfO7KlAJ flIrsQKBgHdbU4KEaEMDbeG8hyqEfGP6KzlgvdCgtw1u8zbfPPaAQEkC2y0hanjU Mzr7OnCxrnq5o+P6gsoZdfl+D/az9su4iRukH1pBonL57NuO/Xgqd45EYnX31jww I3CvwrEG7j9vl1+EhsY0CS3uWiigT3cNyOZ1XIu39xqyYZWe/i+l -----END RSA PRIVATE KEY----- 2018-07-21 16:09:44,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 16:09:44,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"security_group": {"name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-07-21 16:09:44,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-0b053928-a576-4021-8c0c-938fad1264e4 Date: Sat, 21 Jul 2018 16:09:44 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:44Z", "updated_at": "2018-07-21T16:09:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "3f4b8167-98ca-46a8-a77f-5721d7dc0b26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "9d9c381f-9d2e-4d1b-8a1a-2e9a54dbafcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}} 2018-07-21 16:09:44,606 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0b053928-a576-4021-8c0c-938fad1264e4 2018-07-21 16:09:44,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.203647851944s 2018-07-21 16:09:44,606 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0b053928-a576-4021-8c0c-938fad1264e4 2018-07-21 16:09:44,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:09:44,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:44,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-9fa4949b-4b9e-47d6-b518-2c1a5946e582 Date: Sat, 21 Jul 2018 16:09:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:38Z", "updated_at": "2018-07-21T16:09:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "13e3239e-b9a2-4da3-b99c-d3fad92b1645", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "3cf375fb-5f9f-494b-aacc-30bf90f4f6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "64cc4633-a855-4243-ae79-720f434bc4a9", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "850925e3-3d55-4e77-8fcc-6395ed2df833", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:44Z", "updated_at": "2018-07-21T16:09:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "3f4b8167-98ca-46a8-a77f-5721d7dc0b26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "9d9c381f-9d2e-4d1b-8a1a-2e9a54dbafcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:44,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9fa4949b-4b9e-47d6-b518-2c1a5946e582 2018-07-21 16:09:44,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0787451267242s 2018-07-21 16:09:44,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9fa4949b-4b9e-47d6-b518-2c1a5946e582 2018-07-21 16:09:44,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:09:44,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -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": "bdfe84ea-6056-4b28-baa4-4a7811f3d471"}}' 2018-07-21 16:09:44,850 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7ec06c4b-8429-4ca0-b006-a6051e862bb7 Date: Sat, 21 Jul 2018 16:09:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "port_range_min": 22, "revision_number": 0, "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:44Z", "project_id": "0db843867cd1449f98e75546ad222527", "id": "c498a6fc-1252-408f-bed1-90156e7b799c"}} 2018-07-21 16:09:44,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7ec06c4b-8429-4ca0-b006-a6051e862bb7 2018-07-21 16:09:44,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.156322956085s 2018-07-21 16:09:44,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-7ec06c4b-8429-4ca0-b006-a6051e862bb7 2018-07-21 16:09:44,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:09:44,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:44,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-0604e53a-4821-4896-b0b9-5cdce0b3bbc6 Date: Sat, 21 Jul 2018 16:09:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:38Z", "updated_at": "2018-07-21T16:09:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "13e3239e-b9a2-4da3-b99c-d3fad92b1645", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "3cf375fb-5f9f-494b-aacc-30bf90f4f6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "64cc4633-a855-4243-ae79-720f434bc4a9", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "850925e3-3d55-4e77-8fcc-6395ed2df833", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:44Z", "updated_at": "2018-07-21T16:09:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "3f4b8167-98ca-46a8-a77f-5721d7dc0b26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "9d9c381f-9d2e-4d1b-8a1a-2e9a54dbafcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "c498a6fc-1252-408f-bed1-90156e7b799c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 2, "project_id": "0db843867cd1449f98e75546ad222527", "id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:44,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0604e53a-4821-4896-b0b9-5cdce0b3bbc6 2018-07-21 16:09:44,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0516490936279s 2018-07-21 16:09:44,906 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-0604e53a-4821-4896-b0b9-5cdce0b3bbc6 2018-07-21 16:09:44,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:09:44,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -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": "bdfe84ea-6056-4b28-baa4-4a7811f3d471"}}' 2018-07-21 16:09:45,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-3b4ad5bd-a1f0-420a-8a7b-a59f9b94118e Date: Sat, 21 Jul 2018 16:09:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "port_range_min": null, "revision_number": 0, "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:44Z", "project_id": "0db843867cd1449f98e75546ad222527", "id": "727cf22f-c36e-4377-8b9f-c3617e9e11b5"}} 2018-07-21 16:09:45,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3b4ad5bd-a1f0-420a-8a7b-a59f9b94118e 2018-07-21 16:09:45,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.1410779953s 2018-07-21 16:09:45,051 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-3b4ad5bd-a1f0-420a-8a7b-a59f9b94118e 2018-07-21 16:09:45,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:45,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:45,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-b5b0221b-535b-4414-8971-1ad3b2ecf4df Date: Sat, 21 Jul 2018 16:09:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cd15d4-abd2-4854-a1be-f8c43f542d9c"],"updated_at":"2018-07-21T16:09:39Z","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0db843867cd1449f98e75546ad222527","id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","name":"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:45,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b5b0221b-535b-4414-8971-1ad3b2ecf4df 2018-07-21 16:09:45,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11744093895s 2018-07-21 16:09:45,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b5b0221b-535b-4414-8971-1ad3b2ecf4df 2018-07-21 16:09:45,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:09:45,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:45,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-73c93ee9-6323-4e33-ac57-9780a8f9b26c Date: Sat, 21 Jul 2018 16:09:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/8ae0852b-195d-41d1-9a77-a8a22524185d/snap", "metadata": {}}], "file": "/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/file", "owner": "0db843867cd1449f98e75546ad222527", "id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "size": 12716032, "self": "/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/8ae0852b-195d-41d1-9a77-a8a22524185d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:09:43Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:09:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:09:45,211 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-73c93ee9-6323-4e33-ac57-9780a8f9b26c 2018-07-21 16:09:45,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0363819599152s 2018-07-21 16:09:45,211 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-73c93ee9-6323-4e33-ac57-9780a8f9b26c 2018-07-21 16:09:45,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:09:45,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:45,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-b7ae6fdb-eaf1-4f58-ad5d-4666989af016 x-compute-request-id: req-b7ae6fdb-eaf1-4f58-ad5d-4666989af016 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "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": "e0890ec3-2dbe-4742-a3ba-96aed36eb644"}]} 2018-07-21 16:09:45,242 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b7ae6fdb-eaf1-4f58-ad5d-4666989af016 2018-07-21 16:09:45,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0290658473969s 2018-07-21 16:09:45,243 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-b7ae6fdb-eaf1-4f58-ad5d-4666989af016 2018-07-21 16:09:45,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:09:45,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"server": {"name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "imageRef": "8ae0852b-195d-41d1-9a77-a8a22524185d", "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "flavorRef": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9dda62d6-ecd7-4ed0-bc13-30e9e925acf9"}], "security_groups": [{"name": "bdfe84ea-6056-4b28-baa4-4a7811f3d471"}]}}' 2018-07-21 16:09:47,286 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:09:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b01c0f53-de6e-4047-bf25-326e5a82b77d x-compute-request-id: req-b01c0f53-de6e-4047-bf25-326e5a82b77d Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bdfe84ea-6056-4b28-baa4-4a7811f3d471"}], "OS-DCF:diskConfig": "MANUAL", "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "adminPass": "ykDM25aVKiWw"}} 2018-07-21 16:09:47,286 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b01c0f53-de6e-4047-bf25-326e5a82b77d 2018-07-21 16:09:47,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.04158592224s 2018-07-21 16:09:47,286 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-b01c0f53-de6e-4047-bf25-326e5a82b77d 2018-07-21 16:09:47,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:47,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:47,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac378a13-0bdb-48ab-85aa-a2f062ee7aba x-compute-request-id: req-ac378a13-0bdb-48ab-85aa-a2f062ee7aba Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "image": {"id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "links": [{"href": "http://172.30.9.23:8774/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "links": [{"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "bookmark"}]}, "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "created": "2018-07-21T16:09:47Z", "tenant_id": "0db843867cd1449f98e75546ad222527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:47,605 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac378a13-0bdb-48ab-85aa-a2f062ee7aba 2018-07-21 16:09:47,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.317983150482s 2018-07-21 16:09:47,606 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ac378a13-0bdb-48ab-85aa-a2f062ee7aba 2018-07-21 16:09:47,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:47,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:47,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e8def537-108c-4096-a772-2a6a93c38477 Date: Sat, 21 Jul 2018 16:09:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cd15d4-abd2-4854-a1be-f8c43f542d9c"],"updated_at":"2018-07-21T16:09:39Z","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0db843867cd1449f98e75546ad222527","id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","name":"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:47,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e8def537-108c-4096-a772-2a6a93c38477 2018-07-21 16:09:47,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118373155594s 2018-07-21 16:09:47,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e8def537-108c-4096-a772-2a6a93c38477 2018-07-21 16:09:47,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:09:47,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:47,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-41e63aac-7127-4d6d-baac-f135cff0d707 Date: Sat, 21 Jul 2018 16:09:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:09:39Z","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":"0db843867cd1449f98e75546ad222527","id":"17cd15d4-abd2-4854-a1be-f8c43f542d9c","subnetpool_id":null,"name":"singlevm2-subnet_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:47,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-41e63aac-7127-4d6d-baac-f135cff0d707 2018-07-21 16:09:47,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0775020122528s 2018-07-21 16:09:47,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-41e63aac-7127-4d6d-baac-f135cff0d707 2018-07-21 16:09:47,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:49,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:49,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:50,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-5436ecbd-0cfc-4555-b3e2-c30411880416 x-compute-request-id: req-5436ecbd-0cfc-4555-b3e2-c30411880416 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "image": {"id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "links": [{"href": "http://172.30.9.23:8774/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "links": [{"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "bookmark"}]}, "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:49Z", "hostId": "1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "created": "2018-07-21T16:09:47Z", "tenant_id": "0db843867cd1449f98e75546ad222527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:50,481 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5436ecbd-0cfc-4555-b3e2-c30411880416 2018-07-21 16:09:50,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667377948761s 2018-07-21 16:09:50,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5436ecbd-0cfc-4555-b3e2-c30411880416 2018-07-21 16:09:50,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:52,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:52,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:53,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09: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-4d3fe256-0e90-4de9-8775-f1bf872fe1fe x-compute-request-id: req-4d3fe256-0e90-4de9-8775-f1bf872fe1fe Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "image": {"id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "links": [{"href": "http://172.30.9.23:8774/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "links": [{"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "bookmark"}]}, "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "security_groups": [{"name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}], "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:09:50Z", "hostId": "1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "created": "2018-07-21T16:09:47Z", "tenant_id": "0db843867cd1449f98e75546ad222527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:53,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d3fe256-0e90-4de9-8775-f1bf872fe1fe 2018-07-21 16:09:53,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.540568113327s 2018-07-21 16:09:53,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4d3fe256-0e90-4de9-8775-f1bf872fe1fe 2018-07-21 16:09:53,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:09:55,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:55,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:55,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb644235-af67-4e24-a789-fe55f2af257b x-compute-request-id: req-bb644235-af67-4e24-a789-fe55f2af257b Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:e8:73", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "image": {"id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "links": [{"href": "http://172.30.9.23:8774/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:09:54.000000", "flavor": {"id": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "links": [{"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "bookmark"}]}, "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "security_groups": [{"name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}], "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:09:54Z", "hostId": "1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "created": "2018-07-21T16:09:47Z", "tenant_id": "0db843867cd1449f98e75546ad222527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:55,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb644235-af67-4e24-a789-fe55f2af257b 2018-07-21 16:09:55,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.331075906754s 2018-07-21 16:09:55,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bb644235-af67-4e24-a789-fe55f2af257b 2018-07-21 16:09:55,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:09:55,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:55,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c228be75-6952-4650-9eb8-eb4e996e862b Date: Sat, 21 Jul 2018 16:09:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:50Z","admin_state_up":true,"updated_at":"2018-07-21T16:09:54Z","binding:vnic_type":"normal","device_id":"e2a27b03-b634-487d-8997-47fd35a2bf3c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:86:e8:73","id":"c9269e68-3bdb-42d7-979b-9c0ed5e4d114","port_security_enabled":true,"project_id":"0db843867cd1449f98e75546ad222527","fixed_ips":[{"subnet_id":"17cd15d4-abd2-4854-a1be-f8c43f542d9c","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["bdfe84ea-6056-4b28-baa4-4a7811f3d471"],"name":""}]} 2018-07-21 16:09:55,440 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-c228be75-6952-4650-9eb8-eb4e996e862b 2018-07-21 16:09:55,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0700330734253s 2018-07-21 16:09:55,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-c228be75-6952-4650-9eb8-eb4e996e862b 2018-07-21 16:09:55,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:09:55,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c9269e68-3bdb-42d7-979b-9c0ed5e4d114" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:55,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9ed2e77b-ff78-45fc-80b6-a2d9273b1b1a Date: Sat, 21 Jul 2018 16:09:55 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:09:55,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c9269e68-3bdb-42d7-979b-9c0ed5e4d114 used request id req-9ed2e77b-ff78-45fc-80b6-a2d9273b1b1a 2018-07-21 16:09:55,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0434958934784s 2018-07-21 16:09:55,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c9269e68-3bdb-42d7-979b-9c0ed5e4d114 used request id req-9ed2e77b-ff78-45fc-80b6-a2d9273b1b1a 2018-07-21 16:09:55,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:09:55,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:55,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9120abf2-9ec9-4945-a5d6-facfca4facaf x-compute-request-id: req-9120abf2-9ec9-4945-a5d6-facfca4facaf Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:e8:73", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "image": {"id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "links": [{"href": "http://172.30.9.23:8774/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:09:54.000000", "flavor": {"id": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "links": [{"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "bookmark"}]}, "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "security_groups": [{"name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}], "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:09:54Z", "hostId": "1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "created": "2018-07-21T16:09:47Z", "tenant_id": "0db843867cd1449f98e75546ad222527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:09:55,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9120abf2-9ec9-4945-a5d6-facfca4facaf 2018-07-21 16:09:55,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200958967209s 2018-07-21 16:09:55,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9120abf2-9ec9-4945-a5d6-facfca4facaf 2018-07-21 16:09:55,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:09:55,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:55,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-deda1715-867f-47c2-b31f-daedab489af9 Date: Sat, 21 Jul 2018 16:09:55 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:50Z","admin_state_up":true,"updated_at":"2018-07-21T16:09:54Z","binding:vnic_type":"normal","device_id":"e2a27b03-b634-487d-8997-47fd35a2bf3c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:86:e8:73","id":"c9269e68-3bdb-42d7-979b-9c0ed5e4d114","port_security_enabled":true,"project_id":"0db843867cd1449f98e75546ad222527","fixed_ips":[{"subnet_id":"17cd15d4-abd2-4854-a1be-f8c43f542d9c","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["bdfe84ea-6056-4b28-baa4-4a7811f3d471"],"name":""}]} 2018-07-21 16:09:55,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-deda1715-867f-47c2-b31f-daedab489af9 2018-07-21 16:09:55,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0565271377563s 2018-07-21 16:09:55,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-deda1715-867f-47c2-b31f-daedab489af9 2018-07-21 16:09:55,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:09:55,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c9269e68-3bdb-42d7-979b-9c0ed5e4d114" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:55,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-adf804fb-1832-44a5-a637-f183575d8a86 Date: Sat, 21 Jul 2018 16:09:55 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:09:55,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c9269e68-3bdb-42d7-979b-9c0ed5e4d114 used request id req-adf804fb-1832-44a5-a637-f183575d8a86 2018-07-21 16:09:55,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.193359136581s 2018-07-21 16:09:55,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c9269e68-3bdb-42d7-979b-9c0ed5e4d114 used request id req-adf804fb-1832-44a5-a637-f183575d8a86 2018-07-21 16:09:55,952 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:86:e8:73', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'8ae0852b-195d-41d1-9a77-a8a22524185d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:09:54.000000', 'flavor': Munch({u'id': u'e0890ec3-2dbe-4742-a3ba-96aed36eb644'}), 'az': u'nova', 'id': u'e2a27b03-b634-487d-8997-47fd35a2bf3c', 'security_groups': [Munch({u'name': u'singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e8cfc132669a483dbcfbfc27d1d3b837', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0db843867cd1449f98e75546ad222527', 'name': 'singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:09:54.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:09:54Z', 'hostId': u'1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:09:54.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0db843867cd1449f98e75546ad222527', 'name': u'singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'adminPass': None, 'tenant_id': u'0db843867cd1449f98e75546ad222527', 'created_at': u'2018-07-21T16:09:47Z', 'created': u'2018-07-21T16:09:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:09:55,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:09:55,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:56,061 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-be69a00b-4ecb-470a-b78b-07a781478ed2 Date: Sat, 21 Jul 2018 16:09:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["17cd15d4-abd2-4854-a1be-f8c43f542d9c"],"updated_at":"2018-07-21T16:09:39Z","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"0db843867cd1449f98e75546ad222527","id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","name":"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:09:56,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-be69a00b-4ecb-470a-b78b-07a781478ed2 2018-07-21 16:09:56,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10650396347s 2018-07-21 16:09:56,062 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-be69a00b-4ecb-470a-b78b-07a781478ed2 2018-07-21 16:09:56,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:09:56,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:09:56,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4fab0c10-5dad-429f-b6c3-c287e00b4a97 Date: Sat, 21 Jul 2018 16:09:56 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:50Z","admin_state_up":true,"updated_at":"2018-07-21T16:09:54Z","binding:vnic_type":"normal","device_id":"e2a27b03-b634-487d-8997-47fd35a2bf3c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:86:e8:73","id":"c9269e68-3bdb-42d7-979b-9c0ed5e4d114","port_security_enabled":true,"project_id":"0db843867cd1449f98e75546ad222527","fixed_ips":[{"subnet_id":"17cd15d4-abd2-4854-a1be-f8c43f542d9c","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["bdfe84ea-6056-4b28-baa4-4a7811f3d471"],"name":""}]} 2018-07-21 16:09:56,118 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-4fab0c10-5dad-429f-b6c3-c287e00b4a97 2018-07-21 16:09:56,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0544800758362s 2018-07-21 16:09:56,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-4fab0c10-5dad-429f-b6c3-c287e00b4a97 2018-07-21 16:09:56,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-21 16:09:56,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"floatingip": {"floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.7", "port_id": "c9269e68-3bdb-42d7-979b-9c0ed5e4d114"}}' 2018-07-21 16:09:57,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-bc183989-a61c-4621-881f-e1bb2055ab23 Date: Sat, 21 Jul 2018 16:09:57 GMT RESP BODY: {"floatingip": {"router_id": "62a1d556-ac61-4ee6-8b2c-ed748dd3fa96", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:09:56Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.7", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "c9269e68-3bdb-42d7-979b-9c0ed5e4d114", "id": "c8ab8642-4ae1-416d-ae10-80004f989ff7", "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:56Z", "project_id": "0db843867cd1449f98e75546ad222527"}} 2018-07-21 16:09:57,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bc183989-a61c-4621-881f-e1bb2055ab23 2018-07-21 16:09:57,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.64124202728s 2018-07-21 16:09:57,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-bc183989-a61c-4621-881f-e1bb2055ab23 2018-07-21 16:09:57,764 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'62a1d556-ac61-4ee6-8b2c-ed748dd3fa96', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'0db843867cd1449f98e75546ad222527', 'created_at': u'2018-07-21T16:09:56Z', 'attached': True, 'updated_at': u'2018-07-21T16:09:56Z', 'id': u'c8ab8642-4ae1-416d-ae10-80004f989ff7', 'floating_network_id': u'8562b425-f304-4a61-9f95-61d480219689', 'fixed_ip_address': u'192.168.120.7', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0db843867cd1449f98e75546ad222527', 'name': 'singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'62a1d556-ac61-4ee6-8b2c-ed748dd3fa96', 'project_id': u'0db843867cd1449f98e75546ad222527', 'port_id': u'c9269e68-3bdb-42d7-979b-9c0ed5e4d114', 'port': u'c9269e68-3bdb-42d7-979b-9c0ed5e4d114', 'network': u'8562b425-f304-4a61-9f95-61d480219689'}) 2018-07-21 16:09:57,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 16:09:57,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c/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}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 16:09:57,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:09:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4974c6f1-ea03-4c73-ad90-1deeb5278d13 x-compute-request-id: req-4974c6f1-ea03-4c73-ad90-1deeb5278d13 Content-Encoding: gzip Content-Length: 7911 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 470493945 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.141657] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143346] pid_max: default: 32768 minimum: 301\n[ 0.144250] ACPI: Core revision 20150930\n[ 0.145651] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146990] Security Framework initialized\n[ 0.147821] Yama: becoming mindful.\n[ 0.148560] AppArmor: AppArmor initialized\n[ 0.149437] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150784] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154744] Initializing cgroup subsys io\n[ 0.155573] Initializing cgroup subsys memory\n[ 0.156445] Initializing cgroup subsys devices\n[ 0.157341] Initializing cgroup subsys freezer\n[ 0.158220] Initializing cgroup subsys net_cls\n[ 0.159098] Initializing cgroup subsys perf_event\n[ 0.160024] Initializing cgroup subsys net_prio\n[ 0.160929] Initializing cgroup subsys hugetlb\n[ 0.161854] Initializing cgroup subsys pids\n[ 0.162742] CPU: Physical Processor ID: 0\n[ 0.164244] mce: CPU supports 10 MCE banks\n[ 0.165113] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166140] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186634] ftrace: allocating 31920 entries in 125 pages\n[ 0.211542] smpboot: Max logical packages: 1\n[ 0.212416] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213789] x2apic enabled\n[ 0.214607] Switched APIC routing to physical x2apic.\n[ 0.216345] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219611] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221428] KVM setup paravirtual spinlock\n[ 0.222734] x86: Booted up 1 node, 1 CPUs\n[ 0.223556] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224968] devtmpfs: initialized\n[ 0.226695] evm: security.selinux\n[ 0.227408] evm: security.SMACK64\n[ 0.228104] evm: security.SMACK64EXEC\n[ 0.228857] evm: security.SMACK64TRANSMUTE\n[ 0.229675] evm: security.SMACK64MMAP\n[ 0.230429] evm: security.ima\n[ 0.231075] evm: security.capability\n[ 0.231897] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233779] pinctrl core: initialized pinctrl subsystem\n[ 0.234901] RTC time: 16:09:54, date: 07/21/18\n[ 0.235888] NET: Registered protocol family 16\n[ 0.236894] cpuidle: using governor ladder\n[ 0.237729] cpuidle: using governor menu\n[ 0.238525] PCCT header not found.\n[ 0.239290] ACPI: bus type PCI registered\n[ 0.240103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241369] PCI: Using configuration type 1 for base access\n[ 0.243149] ACPI: Added _OSI(Module Device)\n[ 0.244013] ACPI: Added _OSI(Processor Device)\n[ 0.244892] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245805] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247575] ACPI: Interpreter enabled\n[ 0.248358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255852] ACPI: (supports S0 S5)\n[ 0.256566] ACPI: Using IOAPIC for interrupt routing\n[ 0.257525] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261835] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266573] acpiphp: Slot [3] registered\n[ 0.267389] acpiphp: Slot [4] registered\n[ 0.268196] acpiphp: Slot [5] registered\n[ 0.269003] acpiphp: Slot [6] registered\n[ 0.269815] acpiphp: Slot [7] registered\n[ 0.270629] acpiphp: Slot [8] registered\n[ 0.271443] acpiphp: Slot [9] registered\n[ 0.272248] acpiphp: Slot [10] registered\n[ 0.273075] acpiphp: Slot [11] registered\n[ 0.273899] acpiphp: Slot [12] registered\n[ 0.274728] acpiphp: Slot [13] registered\n[ 0.275550] acpiphp: Slot [14] registered\n[ 0.276370] acpiphp: Slot [15] registered\n[ 0.287193] acpiphp: Slot [16] registered\n[ 0.288030] acpiphp: Slot [17] registered\n[ 0.288852] acpiphp: Slot [18] registered\n[ 0.289674] acpiphp: Slot [19] registered\n[ 0.290493] acpiphp: Slot [20] registered\n[ 0.291318] acpiphp: Slot [21] registered\n[ 0.292138] acpiphp: Slot [22] registered\n[ 0.292965] acpiphp: Slot [23] registered\n[ 0.293790] acpiphp: Slot [24] registered\n[ 0.294616] acpiphp: Slot [25] registered\n[ 0.295440] acpiphp: Slot [26] registered\n[ 0.296259] acpiphp: Slot [27] registered\n[ 0.297089] acpiphp: Slot [28] registered\n[ 0.297911] acpiphp: Slot [29] registered\n[ 0.298734] acpiphp: Slot [30] registered\n[ 0.299560] acpiphp: Slot [31] registered\n[ 0.300380] PCI host bridge to bus 0000:00\n[ 0.301196] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303664] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305128] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306593] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308084] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311476] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312771] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315242] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318815] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320334] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340176] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341960] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343434] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344857] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346139] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347459] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348536] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350106] vgaarb: loaded\n[ 0.350718] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351956] SCSI subsystem initialized\n[ 0.352891] ACPI: bus type USB registered\n[ 0.353737] usbcore: registered new interface driver usbfs\n[ 0.354797] usbcore: registered new interface driver hub\n[ 0.355831] usbcore: registered new device driver usb\n[ 0.356955] PCI: Using ACPI for IRQ routing\n[ 0.358085] NetLabel: Initializing\n[ 0.358829] NetLabel: domain hash size = 128\n[ 0.359694] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360669] NetLabel: unlabeled traffic allowed by default\n[ 0.361851] clocksource: Switched to clocksource kvm-clock\n[ 0.369994] AppArmor: AppArmor Filesystem Enabled\n[ 0.370987] pnp: PnP ACPI init\n[ 0.371938] pnp: PnP ACPI: found 5 devices\n[ 0.378256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380018] NET: Registered protocol family 2\n[ 0.381079] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382405] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383633] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.384854] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387175] NET: Registered protocol family 1\n[ 0.388080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389200] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390312] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418541] Trying to unpack rootfs image as initramfs...\n[ 0.475069] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.476745] Scanning for low memory corruption every 60 seconds\n[ 0.478145] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.479331] audit: initializing netlink subsys (disabled)\n[ 0.480370] audit: type=2000 audit(1532189395.227:1): initialized\n[ 0.481718] Initialise system trusted keyring\n[ 0.482700] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483880] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.486022] zbud: loaded\n[ 0.486777] VFS: Disk quotas dquot_6.6.0\n[ 0.487617] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.489242] fuse init (API version 7.23)\n[ 0.490180] Key type big_key registered\n[ 0.491004] Allocating IMA MOK and blacklist keyrings.\n[ 0.492265] Key type asymmetric registered\n[ 0.493110] Asymmetric key parser 'x509' registered\n[ 0.494107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.495614] io scheduler noop registered\n[ 0.496423] io scheduler deadline registered (default)\n[ 0.497438] io scheduler cfq registered\n[ 0.498309] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.499375] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500664] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.502152] ACPI: Power Button [PWRF]\n[ 0.503017] GHES: HEST is not enabled!\n[ 0.516691] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544509] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572977] Linux agpgart interface v0.103\n[ 0.575593] brd: module loaded\n[ 0.577252] loop: module loaded\n[ 0.580677] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.582180] GPT:90111 != 2097151\n[ 0.582878] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584001] GPT:90111 != 2097151\n[ 0.584691] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585674] vda: vda1 vda15\n[ 0.586901] scsi host0: ata_piix\n[ 0.587801] scsi host1: ata_piix\n[ 0.588538] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589777] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.593463] libphy: Fixed MDIO Bus: probed\n[ 0.594313] tun: Universal TUN/TAP device driver, 1.6\n[ 0.595282] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.598022] PPP generic driver version 2.4.2\n[ 0.598980] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.600204] ehci-pci: EHCI PCI platform driver\n[ 0.601096] ehci-platform: EHCI generic platform driver\n[ 0.602119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603285] ohci-pci: OHCI PCI platform driver\n[ 0.604180] ohci-platform: OHCI generic platform driver\n[ 0.605198] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.619639] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.620692] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622192] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623246] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.624431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.625701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627145] usb usb1: Product: UHCI Host Controller\n[ 0.628098] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629261] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.630270] hub 1-0:1.0: USB hub found\n[ 0.631079] hub 1-0:1.0: 2 ports detected\n[ 0.632050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.634257] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.635238] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.636315] mousedev: PS/2 mouse device common for all mice\n[ 0.637767] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.639665] rtc_cmos 00:00: RTC can wake from S4\n[ 0.640829] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.642066] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.643294] i2c /dev entries driver\n[ 0.644095] device-mapper: uevent: version 1.0.3\n[ 0.645090] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.646772] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.648238] NET: Registered protocol family 10\n[ 0.649422] NET: Registered protocol family 17\n[ 0.650361] Key type dns_resolver registered\n[ 0.651406] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.652548] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.654397] registered taskstats version 1\n[ 0.655263] Loading compiled-in X.509 certificates\n[ 0.656772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.658695] zswap: loaded using pool lzo/zbud\n[ 0.660391] Key type trusted registered\n[ 0.662205] Key type encrypted registered\n[ 0.663058] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.664120] ima: No TPM chip found, activating TPM-bypass!\n[ 0.665196] evm: HMAC attrs: 0x1\n[ 0.666227] Magic number: 10:896:186\n[ 0.667120] rtc_cmos 00:00: setting system clock to 2018-07-21 16:09:54 UTC (1532189394)\n[ 0.668789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669931] EDD information not available.\n[ 0.747336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.758996] Write protecting the kernel read-only data: 14336k\n[ 0.761148] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.763027] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.807699] 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.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.7...\nLease of 192.168.120.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.80. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-07-21 16:09:57,860 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c/action used request id req-4974c6f1-ea03-4c73-ad90-1deeb5278d13 2018-07-21 16:09:57,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0957570075989s 2018-07-21 16:09:57,861 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c/action used request id req-4974c6f1-ea03-4c73-ad90-1deeb5278d13 2018-07-21 16:09:57,861 - 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 470493945 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.141657] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143346] pid_max: default: 32768 minimum: 301 [ 0.144250] ACPI: Core revision 20150930 [ 0.145651] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146990] Security Framework initialized [ 0.147821] Yama: becoming mindful. [ 0.148560] AppArmor: AppArmor initialized [ 0.149437] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.150784] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152085] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153314] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154744] Initializing cgroup subsys io [ 0.155573] Initializing cgroup subsys memory [ 0.156445] Initializing cgroup subsys devices [ 0.157341] Initializing cgroup subsys freezer [ 0.158220] Initializing cgroup subsys net_cls [ 0.159098] Initializing cgroup subsys perf_event [ 0.160024] Initializing cgroup subsys net_prio [ 0.160929] Initializing cgroup subsys hugetlb [ 0.161854] Initializing cgroup subsys pids [ 0.162742] CPU: Physical Processor ID: 0 [ 0.164244] mce: CPU supports 10 MCE banks [ 0.165113] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166140] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180561] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186634] ftrace: allocating 31920 entries in 125 pages [ 0.211542] smpboot: Max logical packages: 1 [ 0.212416] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213789] x2apic enabled [ 0.214607] Switched APIC routing to physical x2apic. [ 0.216345] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217486] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219611] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221428] KVM setup paravirtual spinlock [ 0.222734] x86: Booted up 1 node, 1 CPUs [ 0.223556] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224968] devtmpfs: initialized [ 0.226695] evm: security.selinux [ 0.227408] evm: security.SMACK64 [ 0.228104] evm: security.SMACK64EXEC [ 0.228857] evm: security.SMACK64TRANSMUTE [ 0.229675] evm: security.SMACK64MMAP [ 0.230429] evm: security.ima [ 0.231075] evm: security.capability [ 0.231897] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233779] pinctrl core: initialized pinctrl subsystem [ 0.234901] RTC time: 16:09:54, date: 07/21/18 [ 0.235888] NET: Registered protocol family 16 [ 0.236894] cpuidle: using governor ladder [ 0.237729] cpuidle: using governor menu [ 0.238525] PCCT header not found. [ 0.239290] ACPI: bus type PCI registered [ 0.240103] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.241369] PCI: Using configuration type 1 for base access [ 0.243149] ACPI: Added _OSI(Module Device) [ 0.244013] ACPI: Added _OSI(Processor Device) [ 0.244892] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245805] ACPI: Added _OSI(Processor Aggregator Device) [ 0.247575] ACPI: Interpreter enabled [ 0.248358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.250238] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.252103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.255852] ACPI: (supports S0 S5) [ 0.256566] ACPI: Using IOAPIC for interrupt routing [ 0.257525] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.260667] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261835] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.263094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.264310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.266573] acpiphp: Slot [3] registered [ 0.267389] acpiphp: Slot [4] registered [ 0.268196] acpiphp: Slot [5] registered [ 0.269003] acpiphp: Slot [6] registered [ 0.269815] acpiphp: Slot [7] registered [ 0.270629] acpiphp: Slot [8] registered [ 0.271443] acpiphp: Slot [9] registered [ 0.272248] acpiphp: Slot [10] registered [ 0.273075] acpiphp: Slot [11] registered [ 0.273899] acpiphp: Slot [12] registered [ 0.274728] acpiphp: Slot [13] registered [ 0.275550] acpiphp: Slot [14] registered [ 0.276370] acpiphp: Slot [15] registered [ 0.287193] acpiphp: Slot [16] registered [ 0.288030] acpiphp: Slot [17] registered [ 0.288852] acpiphp: Slot [18] registered [ 0.289674] acpiphp: Slot [19] registered [ 0.290493] acpiphp: Slot [20] registered [ 0.291318] acpiphp: Slot [21] registered [ 0.292138] acpiphp: Slot [22] registered [ 0.292965] acpiphp: Slot [23] registered [ 0.293790] acpiphp: Slot [24] registered [ 0.294616] acpiphp: Slot [25] registered [ 0.295440] acpiphp: Slot [26] registered [ 0.296259] acpiphp: Slot [27] registered [ 0.297089] acpiphp: Slot [28] registered [ 0.297911] acpiphp: Slot [29] registered [ 0.298734] acpiphp: Slot [30] registered [ 0.299560] acpiphp: Slot [31] registered [ 0.300380] PCI host bridge to bus 0000:00 [ 0.301196] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.302429] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.303664] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.305128] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.306593] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.308084] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.311476] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.312771] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.313964] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.315242] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.318815] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.320334] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.338671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.340176] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.341960] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.343434] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.344857] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.346139] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.347459] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.348536] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.350106] vgaarb: loaded [ 0.350718] vgaarb: bridge control possible 0000:00:02.0 [ 0.351956] SCSI subsystem initialized [ 0.352891] ACPI: bus type USB registered [ 0.353737] usbcore: registered new interface driver usbfs [ 0.354797] usbcore: registered new interface driver hub [ 0.355831] usbcore: registered new device driver usb [ 0.356955] PCI: Using ACPI for IRQ routing [ 0.358085] NetLabel: Initializing [ 0.358829] NetLabel: domain hash size = 128 [ 0.359694] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.360669] NetLabel: unlabeled traffic allowed by default [ 0.361851] clocksource: Switched to clocksource kvm-clock [ 0.369994] AppArmor: AppArmor Filesystem Enabled [ 0.370987] pnp: PnP ACPI init [ 0.371938] pnp: PnP ACPI: found 5 devices [ 0.378256] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380018] NET: Registered protocol family 2 [ 0.381079] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.382405] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.383633] TCP: Hash tables configured (established 4096 bind 4096) [ 0.384854] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.385968] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.387175] NET: Registered protocol family 1 [ 0.388080] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.389200] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.390312] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.404394] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.418541] Trying to unpack rootfs image as initramfs... [ 0.475069] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.476745] Scanning for low memory corruption every 60 seconds [ 0.478145] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.479331] audit: initializing netlink subsys (disabled) [ 0.480370] audit: type=2000 audit(1532189395.227:1): initialized [ 0.481718] Initialise system trusted keyring [ 0.482700] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.483880] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.486022] zbud: loaded [ 0.486777] VFS: Disk quotas dquot_6.6.0 [ 0.487617] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.489242] fuse init (API version 7.23) [ 0.490180] Key type big_key registered [ 0.491004] Allocating IMA MOK and blacklist keyrings. [ 0.492265] Key type asymmetric registered [ 0.493110] Asymmetric key parser 'x509' registered [ 0.494107] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.495614] io scheduler noop registered [ 0.496423] io scheduler deadline registered (default) [ 0.497438] io scheduler cfq registered [ 0.498309] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.499375] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.500664] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.502152] ACPI: Power Button [PWRF] [ 0.503017] GHES: HEST is not enabled! [ 0.516691] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.544509] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546646] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.570687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572977] Linux agpgart interface v0.103 [ 0.575593] brd: module loaded [ 0.577252] loop: module loaded [ 0.580677] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.582180] GPT:90111 != 2097151 [ 0.582878] GPT:Alternate GPT header not at the end of the disk. [ 0.584001] GPT:90111 != 2097151 [ 0.584691] GPT: Use GNU Parted to correct GPT errors. [ 0.585674] vda: vda1 vda15 [ 0.586901] scsi host0: ata_piix [ 0.587801] scsi host1: ata_piix [ 0.588538] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589777] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.593463] libphy: Fixed MDIO Bus: probed [ 0.594313] tun: Universal TUN/TAP device driver, 1.6 [ 0.595282] tun: (C) 1999-2004 Max Krasnyansky [ 0.598022] PPP generic driver version 2.4.2 [ 0.598980] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.600204] ehci-pci: EHCI PCI platform driver [ 0.601096] ehci-platform: EHCI generic platform driver [ 0.602119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603285] ohci-pci: OHCI PCI platform driver [ 0.604180] ohci-platform: OHCI generic platform driver [ 0.605198] uhci_hcd: USB Universal Host Controller Interface driver [ 0.619639] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.620692] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.622192] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.623246] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.624431] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.625701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.627145] usb usb1: Product: UHCI Host Controller [ 0.628098] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.629261] usb usb1: SerialNumber: 0000:00:01.2 [ 0.630270] hub 1-0:1.0: USB hub found [ 0.631079] hub 1-0:1.0: 2 ports detected [ 0.632050] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.634257] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.635238] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.636315] mousedev: PS/2 mouse device common for all mice [ 0.637767] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.639665] rtc_cmos 00:00: RTC can wake from S4 [ 0.640829] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.642066] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.643294] i2c /dev entries driver [ 0.644095] device-mapper: uevent: version 1.0.3 [ 0.645090] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.646772] ledtrig-cpu: registered to indicate activity on CPUs [ 0.648238] NET: Registered protocol family 10 [ 0.649422] NET: Registered protocol family 17 [ 0.650361] Key type dns_resolver registered [ 0.651406] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.652548] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.654397] registered taskstats version 1 [ 0.655263] Loading compiled-in X.509 certificates [ 0.656772] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.658695] zswap: loaded using pool lzo/zbud [ 0.660391] Key type trusted registered [ 0.662205] Key type encrypted registered [ 0.663058] AppArmor: AppArmor sha1 policy hashing enabled [ 0.664120] ima: No TPM chip found, activating TPM-bypass! [ 0.665196] evm: HMAC attrs: 0x1 [ 0.666227] Magic number: 10:896:186 [ 0.667120] rtc_cmos 00:00: setting system clock to 2018-07-21 16:09:54 UTC (1532189394) [ 0.668789] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669931] EDD information not available. [ 0.747336] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.758996] Write protecting the kernel read-only data: 14336k [ 0.761148] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.763027] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.807699] 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.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.7... Lease of 192.168.120.7 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.80. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-07-21 16:09:59,863 - paramiko.transport - DEBUG - starting thread (client mode): 0xac681810L 2018-07-21 16:09:59,863 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 16:09:59,863 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-21 16:09:59,863 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-21 16:09:59,865 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 16:09:59,865 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 16:09:59,865 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-21 16:09:59,865 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 16:09:59,865 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 16:09:59,866 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 16:09:59,883 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 16:09:59,884 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 16:09:59,895 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: af86f31384f65438c87e50c0acb929ac 2018-07-21 16:09:59,896 - paramiko.transport - DEBUG - Trying discovered key 1ebb52d99b8cab0180d8d92b6a2fc4af in /tmp/tmp3VuDjk 2018-07-21 16:09:59,921 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 16:09:59,927 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-21 16:09:59,929 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-21 16:09:59,930 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-21 16:09:59,930 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-21 16:09:59,931 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-21 16:09:59,932 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-21 16:09:59,933 - functest.core.singlevm - DEBUG - output: Hello World 2018-07-21 16:09:59,937 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-21 16:10:00,051 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:10:00,051 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:22 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:10:00,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-21 16:10:00,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c8ab8642-4ae1-416d-ae10-80004f989ff7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:01,017 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e30ed59-0de2-43d3-83b1-af5ea52d89b2 Content-Length: 0 Date: Sat, 21 Jul 2018 16:10:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:01,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c8ab8642-4ae1-416d-ae10-80004f989ff7.json used request id req-6e30ed59-0de2-43d3-83b1-af5ea52d89b2 2018-07-21 16:10:01,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.956822156906s 2018-07-21 16:10:01,017 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c8ab8642-4ae1-416d-ae10-80004f989ff7.json used request id req-6e30ed59-0de2-43d3-83b1-af5ea52d89b2 2018-07-21 16:10:01,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:10:01,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:01,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6ead409d-af38-426c-8052-f4dccee566c8 Date: Sat, 21 Jul 2018 16:10:01 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:10:01,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-6ead409d-af38-426c-8052-f4dccee566c8 2018-07-21 16:10:01,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0465998649597s 2018-07-21 16:10:01,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-6ead409d-af38-426c-8052-f4dccee566c8 2018-07-21 16:10:01,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:10:01,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:01,230 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:10:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c2682818-ca7d-4165-8216-ea96cce29ac5 x-compute-request-id: req-c2682818-ca7d-4165-8216-ea96cce29ac5 Content-Type: application/json 2018-07-21 16:10:01,230 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-c2682818-ca7d-4165-8216-ea96cce29ac5 2018-07-21 16:10:01,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.159326076508s 2018-07-21 16:10:01,230 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c used request id req-c2682818-ca7d-4165-8216-ea96cce29ac5 2018-07-21 16:10:01,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:01,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:01,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-53a99057-0204-4acf-8615-75d75e4df5f1 x-compute-request-id: req-53a99057-0204-4acf-8615-75d75e4df5f1 Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:e8:73", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:e8:73", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/e2a27b03-b634-487d-8997-47fd35a2bf3c", "rel": "bookmark"}], "image": {"id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "links": [{"href": "http://172.30.9.23:8774/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:09:54.000000", "flavor": {"id": "e0890ec3-2dbe-4742-a3ba-96aed36eb644", "links": [{"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "bookmark"}]}, "id": "e2a27b03-b634-487d-8997-47fd35a2bf3c", "security_groups": [{"name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}], "user_id": "e8cfc132669a483dbcfbfc27d1d3b837", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:01Z", "hostId": "1d8ff94df52b3d57a9b80d920d0a61645488ebf7d2caa76a5b7a0753", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2", "name": "singlevm2-vm_7425eb7d-23aa-4809-9797-bd6b78a115e2", "created": "2018-07-21T16:09:47Z", "tenant_id": "0db843867cd1449f98e75546ad222527", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:01,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53a99057-0204-4acf-8615-75d75e4df5f1 2018-07-21 16:10:01,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629451990128s 2018-07-21 16:10:01,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-53a99057-0204-4acf-8615-75d75e4df5f1 2018-07-21 16:10:01,862 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:03,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:03,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:04,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-d4dfcccd-01c6-4440-826c-f632e99dcb77 x-compute-request-id: req-d4dfcccd-01c6-4440-826c-f632e99dcb77 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 16:10:04,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4dfcccd-01c6-4440-826c-f632e99dcb77 2018-07-21 16:10:04,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216010808945s 2018-07-21 16:10:04,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d4dfcccd-01c6-4440-826c-f632e99dcb77 2018-07-21 16:10:04,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:10:04,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:04,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-631a3b03-94bf-4b62-af90-11bb5f3fe310 Date: Sat, 21 Jul 2018 16:10:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:38Z", "updated_at": "2018-07-21T16:09:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "13e3239e-b9a2-4da3-b99c-d3fad92b1645", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "3cf375fb-5f9f-494b-aacc-30bf90f4f6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "64cc4633-a855-4243-ae79-720f434bc4a9", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "850925e3-3d55-4e77-8fcc-6395ed2df833", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:44Z", "updated_at": "2018-07-21T16:09:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "3f4b8167-98ca-46a8-a77f-5721d7dc0b26", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "727cf22f-c36e-4377-8b9f-c3617e9e11b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "9d9c381f-9d2e-4d1b-8a1a-2e9a54dbafcf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:09:44Z", "revision_number": 0, "id": "c498a6fc-1252-408f-bed1-90156e7b799c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:44Z", "security_group_id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 3, "project_id": "0db843867cd1449f98e75546ad222527", "id": "bdfe84ea-6056-4b28-baa4-4a7811f3d471", "name": "singlevm2-sg_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:10:04,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-631a3b03-94bf-4b62-af90-11bb5f3fe310 2018-07-21 16:10:04,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0537619590759s 2018-07-21 16:10:04,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-631a3b03-94bf-4b62-af90-11bb5f3fe310 2018-07-21 16:10:04,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 16:10:04,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/bdfe84ea-6056-4b28-baa4-4a7811f3d471.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:04,336 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97231bee-d157-4585-a491-db26831959d0 Content-Length: 0 Date: Sat, 21 Jul 2018 16:10:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:04,336 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bdfe84ea-6056-4b28-baa4-4a7811f3d471.json used request id req-97231bee-d157-4585-a491-db26831959d0 2018-07-21 16:10:04,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.193145036697s 2018-07-21 16:10:04,336 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/bdfe84ea-6056-4b28-baa4-4a7811f3d471.json used request id req-97231bee-d157-4585-a491-db26831959d0 2018-07-21 16:10:04,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 16:10:04,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:04,371 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:10:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60449e54-7d4a-4ff6-9890-386d245e579f x-compute-request-id: req-60449e54-7d4a-4ff6-9890-386d245e579f Content-Length: 0 Content-Type: application/json 2018-07-21 16:10:04,371 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2 used request id req-60449e54-7d4a-4ff6-9890-386d245e579f 2018-07-21 16:10:04,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0349249839783s 2018-07-21 16:10:04,372 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/singlevm2-kp_7425eb7d-23aa-4809-9797-bd6b78a115e2 used request id req-60449e54-7d4a-4ff6-9890-386d245e579f 2018-07-21 16:10:04,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:10:04,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96/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}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" -d '{"subnet_id": "17cd15d4-abd2-4854-a1be-f8c43f542d9c"}' 2018-07-21 16:10:06,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5c63a73b-47db-4ae8-a189-a5015d40e409 Date: Sat, 21 Jul 2018 16:10:06 GMT RESP BODY: {"network_id": "9dda62d6-ecd7-4ed0-bc13-30e9e925acf9", "tenant_id": "0db843867cd1449f98e75546ad222527", "subnet_id": "17cd15d4-abd2-4854-a1be-f8c43f542d9c", "subnet_ids": ["17cd15d4-abd2-4854-a1be-f8c43f542d9c"], "port_id": "d703349d-a86f-44b0-ae69-b4571a1fb8a2", "id": "62a1d556-ac61-4ee6-8b2c-ed748dd3fa96"} 2018-07-21 16:10:06,075 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96/remove_router_interface.json used request id req-5c63a73b-47db-4ae8-a189-a5015d40e409 2018-07-21 16:10:06,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.70297288895s 2018-07-21 16:10:06,076 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96/remove_router_interface.json used request id req-5c63a73b-47db-4ae8-a189-a5015d40e409 returning object 62a1d556-ac61-4ee6-8b2c-ed748dd3fa96 2018-07-21 16:10:06,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:10:06,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:06,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-de2eac9e-df80-434c-b392-afadfb646862 Date: Sat, 21 Jul 2018 16:10:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:39Z", "admin_state_up": true, "updated_at": "2018-07-21T16:10:05Z", "revision_number": 4, "routes": [], "project_id": "0db843867cd1449f98e75546ad222527", "id": "62a1d556-ac61-4ee6-8b2c-ed748dd3fa96", "name": "singlevm2-router_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:10:06,190 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-de2eac9e-df80-434c-b392-afadfb646862 2018-07-21 16:10:06,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113366127014s 2018-07-21 16:10:06,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-de2eac9e-df80-434c-b392-afadfb646862 2018-07-21 16:10:06,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:10:06,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:07,384 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e9738b5-5588-4c17-a3c9-a44d3bbf3ac7 Content-Length: 0 Date: Sat, 21 Jul 2018 16:10:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:07,384 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96.json used request id req-3e9738b5-5588-4c17-a3c9-a44d3bbf3ac7 2018-07-21 16:10:07,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19272089005s 2018-07-21 16:10:07,384 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/62a1d556-ac61-4ee6-8b2c-ed748dd3fa96.json used request id req-3e9738b5-5588-4c17-a3c9-a44d3bbf3ac7 2018-07-21 16:10:07,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:10:07,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:07,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-135702b6-5532-48fb-a7c3-41fa4210f013 Date: Sat, 21 Jul 2018 16:10:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:09:39Z","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":"0db843867cd1449f98e75546ad222527","id":"17cd15d4-abd2-4854-a1be-f8c43f542d9c","subnetpool_id":null,"name":"singlevm2-subnet_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:10:07,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-135702b6-5532-48fb-a7c3-41fa4210f013 2018-07-21 16:10:07,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.047080039978s 2018-07-21 16:10:07,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-135702b6-5532-48fb-a7c3-41fa4210f013 2018-07-21 16:10:07,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:10:07,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/17cd15d4-abd2-4854-a1be-f8c43f542d9c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:08,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-38c0a9b4-4001-4288-906b-87fce74ae53e Date: Sat, 21 Jul 2018 16:10:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:08,605 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/17cd15d4-abd2-4854-a1be-f8c43f542d9c.json used request id req-38c0a9b4-4001-4288-906b-87fce74ae53e 2018-07-21 16:10:08,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.1710050106s 2018-07-21 16:10:08,605 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/17cd15d4-abd2-4854-a1be-f8c43f542d9c.json used request id req-38c0a9b4-4001-4288-906b-87fce74ae53e 2018-07-21 16:10:08,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:08,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:08,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-b7359906-fffd-4bb7-9134-8b22c2392f18 Date: Sat, 21 Jul 2018 16:10:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:10:08Z","tenant_id":"0db843867cd1449f98e75546ad222527","created_at":"2018-07-21T16:09:38Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0db843867cd1449f98e75546ad222527","id":"9dda62d6-ecd7-4ed0-bc13-30e9e925acf9","name":"singlevm2-net_7425eb7d-23aa-4809-9797-bd6b78a115e2"}]} 2018-07-21 16:10:08,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b7359906-fffd-4bb7-9134-8b22c2392f18 2018-07-21 16:10:08,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123178958893s 2018-07-21 16:10:08,729 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b7359906-fffd-4bb7-9134-8b22c2392f18 2018-07-21 16:10:08,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:10:08,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/9dda62d6-ecd7-4ed0-bc13-30e9e925acf9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:09,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-69602112-ef5e-43df-a551-a1d1a476cfe0 Date: Sat, 21 Jul 2018 16:10:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:09,947 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9dda62d6-ecd7-4ed0-bc13-30e9e925acf9.json used request id req-69602112-ef5e-43df-a551-a1d1a476cfe0 2018-07-21 16:10:09,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21627998352s 2018-07-21 16:10:09,947 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9dda62d6-ecd7-4ed0-bc13-30e9e925acf9.json used request id req-69602112-ef5e-43df-a551-a1d1a476cfe0 2018-07-21 16:10:09,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:10:09,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:10,174 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-69909093-8cc7-4da2-9664-79cae632eabd Date: Sat, 21 Jul 2018 16:10:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/8ae0852b-195d-41d1-9a77-a8a22524185d/snap", "metadata": {}}], "file": "/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d/file", "owner": "0db843867cd1449f98e75546ad222527", "id": "8ae0852b-195d-41d1-9a77-a8a22524185d", "size": 12716032, "self": "/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/8ae0852b-195d-41d1-9a77-a8a22524185d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:09:43Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7425eb7d-23aa-4809-9797-bd6b78a115e2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:09:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:10:10,175 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-69909093-8cc7-4da2-9664-79cae632eabd 2018-07-21 16:10:10,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223507165909s 2018-07-21 16:10:10,175 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-69909093-8cc7-4da2-9664-79cae632eabd 2018-07-21 16:10:10,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:10:10,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}57ed9f583668c60375d0aa97fbcf28bfd2abe99d" 2018-07-21 16:10:11,384 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3c93d9ef-9f4e-45b4-936f-b5ac9b884dbd Date: Sat, 21 Jul 2018 16:10:11 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:10:11,385 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d used request id req-3c93d9ef-9f4e-45b4-936f-b5ac9b884dbd 2018-07-21 16:10:11,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20784401894s 2018-07-21 16:10:11,385 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8ae0852b-195d-41d1-9a77-a8a22524185d used request id req-3c93d9ef-9f4e-45b4-936f-b5ac9b884dbd 2018-07-21 16:10:11,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:10:11,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:11,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-93be39a2-8824-4c8c-833a-383aa5674157 x-compute-request-id: req-93be39a2-8824-4c8c-833a-383aa5674157 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644", "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": "e0890ec3-2dbe-4742-a3ba-96aed36eb644"}]} 2018-07-21 16:10:11,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-93be39a2-8824-4c8c-833a-383aa5674157 2018-07-21 16:10:11,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331609249115s 2018-07-21 16:10:11,419 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-93be39a2-8824-4c8c-833a-383aa5674157 2018-07-21 16:10:11,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:10:11,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:11,479 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:10:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d827f73c-1523-455a-b896-ed7d8f451c45 x-compute-request-id: req-d827f73c-1523-455a-b896-ed7d8f451c45 Content-Length: 0 Content-Type: application/json 2018-07-21 16:10:11,480 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644 used request id req-d827f73c-1523-455a-b896-ed7d8f451c45 2018-07-21 16:10:11,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0592079162598s 2018-07-21 16:10:11,480 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e0890ec3-2dbe-4742-a3ba-96aed36eb644 used request id req-d827f73c-1523-455a-b896-ed7d8f451c45 2018-07-21 16:10:11,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:10:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:11,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc4e29c1-2509-4c21-a734-8611d73b7e53 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": {"self": "http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e8cfc132669a483dbcfbfc27d1d3b837", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:10:11,597 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cc4e29c1-2509-4c21-a734-8611d73b7e53 2018-07-21 16:10:11,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11611700058s 2018-07-21 16:10:11,597 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-cc4e29c1-2509-4c21-a734-8611d73b7e53 2018-07-21 16:10:11,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:10:11,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:11,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2dcef6e0-e384-4de5-974e-a603f6268eb8 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_7425eb7d-23aa-4809-9797-bd6b78a115e2", "links": {"self": "http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e8cfc132669a483dbcfbfc27d1d3b837", "description": null}} 2018-07-21 16:10:11,712 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837 used request id req-2dcef6e0-e384-4de5-974e-a603f6268eb8 2018-07-21 16:10:11,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109503984451s 2018-07-21 16:10:11,713 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837 used request id req-2dcef6e0-e384-4de5-974e-a603f6268eb8 2018-07-21 16:10:11,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 16:10:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:11,989 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:10:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-945fdabc-7047-40d4-9055-0f9fead37b2e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:10:11,989 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837 used request id req-945fdabc-7047-40d4-9055-0f9fead37b2e 2018-07-21 16:10:11,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.275789022446s 2018-07-21 16:10:11,990 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e8cfc132669a483dbcfbfc27d1d3b837 used request id req-945fdabc-7047-40d4-9055-0f9fead37b2e 2018-07-21 16:10:11,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:10:12,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:12,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07aaea9b-a8b7-404a-b498-48914452535c Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527"}, "tags": [], "enabled": true, "id": "0db843867cd1449f98e75546ad222527", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_7425eb7d-23aa-4809-9797-bd6b78a115e2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 16:10:12,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-07aaea9b-a8b7-404a-b498-48914452535c 2018-07-21 16:10:12,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101232051849s 2018-07-21 16:10:12,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-07aaea9b-a8b7-404a-b498-48914452535c 2018-07-21 16:10:12,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 16:10:12,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ef3a240890d21f4b9f3f314bf322056d322eebfb" 2018-07-21 16:10:12,309 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3942b7d-7928-442d-93f7-e80615e230e9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:10:12,309 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527 used request id req-a3942b7d-7928-442d-93f7-e80615e230e9 2018-07-21 16:10:12,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.207079172134s 2018-07-21 16:10:12,310 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527 used request id req-a3942b7d-7928-442d-93f7-e80615e230e9 2018-07-21 16:10:12,365 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-07-21 16:10:12,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:10:12,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:10:12,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:10:12,407 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:10:12,408 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:10:12,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:10:12,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:10:12,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:10:12,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:10:12,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:10:12,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:10:12,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dc51e66-2f21-4fa0-b41a-1c5bde435d99 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:10:12,416 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3dc51e66-2f21-4fa0-b41a-1c5bde435d99 2018-07-21 16:10:12,417 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:10:12,814 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:10:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["6pD1O4RASk6ARS-rftHs5g"], "issued_at": "2018-07-21T16:10:12.000000Z"}} 2018-07-21 16:10:12,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:12,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:13,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7c6c96e8-145d-40f0-a2d2-2c3e7917e051 Date: Sat, 21 Jul 2018 16:10:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:10:13,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7c6c96e8-145d-40f0-a2d2-2c3e7917e051 2018-07-21 16:10:13,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284918069839s 2018-07-21 16:10:13,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7c6c96e8-145d-40f0-a2d2-2c3e7917e051 2018-07-21 16:10:13,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:10:13,112 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ca0b6af8-b6e6-433d-8785-f40aa467e9be Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:10:13,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-ca0b6af8-b6e6-433d-8785-f40aa467e9be 2018-07-21 16:10:13,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:10:13,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:13,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41956b51-b2ab-4e16-a673-0072d2f90156 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:10:13,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-41956b51-b2ab-4e16-a673-0072d2f90156 2018-07-21 16:10:13,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0957090854645s 2018-07-21 16:10:13,209 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-41956b51-b2ab-4e16-a673-0072d2f90156 2018-07-21 16:10:13,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 16:10:13,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6"}}' 2018-07-21 16:10:13,344 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d69c95fc-7299-4881-bdcc-2c460c6a2468 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646"}, "tags": [], "enabled": true, "id": "08edf223c9044c028a8723285d1d0646", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6"}} 2018-07-21 16:10:13,344 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d69c95fc-7299-4881-bdcc-2c460c6a2468 2018-07-21 16:10:13,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.128472805023s 2018-07-21 16:10:13,344 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-d69c95fc-7299-4881-bdcc-2c460c6a2468 2018-07-21 16:10:13,345 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'08edf223c9044c028a8723285d1d0646', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6'}) 2018-07-21 16:10:13,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 16:10:13,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c764f192-a212-4903-b070-b486cc6c09e9", "email": null, "name": "vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6"}}' 2018-07-21 16:10:13,714 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-866e6dda-b2d6-422b-9d2b-2c507499d1fd Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": {"self": "http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e983a372246d47ffb9713b553fa25eeb", "domain_id": "default", "password_expires_at": null}} 2018-07-21 16:10:13,714 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-866e6dda-b2d6-422b-9d2b-2c507499d1fd 2018-07-21 16:10:13,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.363815069199s 2018-07-21 16:10:13,715 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-866e6dda-b2d6-422b-9d2b-2c507499d1fd 2018-07-21 16:10:13,715 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e983a372246d47ffb9713b553fa25eeb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6'}) 2018-07-21 16:10:13,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:10:13,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:13,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04f26096-4e16-4677-9190-584201c5cd43 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:10:13,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-04f26096-4e16-4677-9190-584201c5cd43 2018-07-21 16:10:13,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10627913475s 2018-07-21 16:10:13,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-04f26096-4e16-4677-9190-584201c5cd43 2018-07-21 16:10:13,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:10:13,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:13,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15b62b74-6dde-4621-9319-685766f39604 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:10:13,925 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-15b62b74-6dde-4621-9319-685766f39604 2018-07-21 16:10:13,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0949659347534s 2018-07-21 16:10:13,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-15b62b74-6dde-4621-9319-685766f39604 2018-07-21 16:10:13,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:10:13,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:14,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f524de29-aa13-4ac0-aa2e-54ef5dae415d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:10:14,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f524de29-aa13-4ac0-aa2e-54ef5dae415d 2018-07-21 16:10:14,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0815799236298s 2018-07-21 16:10:14,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f524de29-aa13-4ac0-aa2e-54ef5dae415d 2018-07-21 16:10:14,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:10:14,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:14,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0cb222c-de80-4ce1-b9a4-2ef4c876e691 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 16:10:14,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b0cb222c-de80-4ce1-b9a4-2ef4c876e691 2018-07-21 16:10:14,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0972809791565s 2018-07-21 16:10:14,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-b0cb222c-de80-4ce1-b9a4-2ef4c876e691 2018-07-21 16:10:14,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:10:14,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:14,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50cce00c-547a-49c8-b3c1-496d8bd5145e Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": {"self": "http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e983a372246d47ffb9713b553fa25eeb", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:10:14,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50cce00c-547a-49c8-b3c1-496d8bd5145e 2018-07-21 16:10:14,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112078905106s 2018-07-21 16:10:14,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-50cce00c-547a-49c8-b3c1-496d8bd5145e 2018-07-21 16:10:14,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:10:14,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:14,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6d5292f-c690-4c89-af47-8ef3c6b0e195 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646"}, "tags": [], "enabled": true, "id": "08edf223c9044c028a8723285d1d0646", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:14,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b6d5292f-c690-4c89-af47-8ef3c6b0e195 2018-07-21 16:10:14,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0928208827972s 2018-07-21 16:10:14,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-b6d5292f-c690-4c89-af47-8ef3c6b0e195 2018-07-21 16:10:14,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:10:14,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=e983a372246d47ffb9713b553fa25eeb&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=08edf223c9044c028a8723285d1d0646" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:14,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51c157d7-ce25-467e-8eb0-ea78ce5b343f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=e983a372246d47ffb9713b553fa25eeb&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=08edf223c9044c028a8723285d1d0646", "previous": null, "next": null}} 2018-07-21 16:10:14,432 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e983a372246d47ffb9713b553fa25eeb&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=08edf223c9044c028a8723285d1d0646 used request id req-51c157d7-ce25-467e-8eb0-ea78ce5b343f 2018-07-21 16:10:14,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0912911891937s 2018-07-21 16:10:14,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=e983a372246d47ffb9713b553fa25eeb&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=08edf223c9044c028a8723285d1d0646 used request id req-51c157d7-ce25-467e-8eb0-ea78ce5b343f 2018-07-21 16:10:14,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 16:10:14,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646/users/e983a372246d47ffb9713b553fa25eeb/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:10:14,591 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3336c0db-1bec-433c-8a2c-3ef9d6bab0e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:10:14,591 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646/users/e983a372246d47ffb9713b553fa25eeb/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-3336c0db-1bec-433c-8a2c-3ef9d6bab0e8 2018-07-21 16:10:14,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.155465126038s 2018-07-21 16:10:14,592 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646/users/e983a372246d47ffb9713b553fa25eeb/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-3336c0db-1bec-433c-8a2c-3ef9d6bab0e8 2018-07-21 16:10:14,592 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6', 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'08edf223c9044c028a8723285d1d0646', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'c764f192-a212-4903-b070-b486cc6c09e9', 'username': u'vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:10:14,594 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:10:14,595 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:10:14,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:10:14,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:10:14,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:10:14,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:10:14,596 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:10:14,598 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6', 'password': 'c764f192-a212-4903-b070-b486cc6c09e9', 'project_name': 'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '08edf223c9044c028a8723285d1d0646', 'project_domain_name': 'Default'} 2018-07-21 16:10:14,598 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-07-21 16:10:14,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:10:14,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc71ed10-7fc6-40f7-a5aa-0a96e759837f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:10:14,606 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-dc71ed10-7fc6-40f7-a5aa-0a96e759837f 2018-07-21 16:10:14,607 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:10:14,991 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:10:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08edf223c9044c028a8723285d1d0646", "name": "vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/08edf223c9044c028a8723285d1d0646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/08edf223c9044c028a8723285d1d0646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/08edf223c9044c028a8723285d1d0646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_08edf223c9044c028a8723285d1d0646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_08edf223c9044c028a8723285d1d0646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/08edf223c9044c028a8723285d1d0646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/08edf223c9044c028a8723285d1d0646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/08edf223c9044c028a8723285d1d0646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/08edf223c9044c028a8723285d1d0646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/08edf223c9044c028a8723285d1d0646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/08edf223c9044c028a8723285d1d0646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/08edf223c9044c028a8723285d1d0646", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/08edf223c9044c028a8723285d1d0646", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/08edf223c9044c028a8723285d1d0646", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6", "id": "e983a372246d47ffb9713b553fa25eeb"}, "audit_ids": ["l56Sj6bGRE2KBh8JPRvfTg"], "issued_at": "2018-07-21T16:10:14.000000Z"}} 2018-07-21 16:10:14,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:10:14,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"network": {"name": "vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6", "admin_state_up": true}}' 2018-07-21 16:10:15,649 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-3dba16ce-c0ac-4069-a076-cd663ffd2861 Date: Sat, 21 Jul 2018 16:10:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T16:10:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}} 2018-07-21 16:10:15,649 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3dba16ce-c0ac-4069-a076-cd663ffd2861 2018-07-21 16:10:15,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.655651092529s 2018-07-21 16:10:15,650 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-3dba16ce-c0ac-4069-a076-cd663ffd2861 2018-07-21 16:10:15,650 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:10:15Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ec281990-41af-44cb-9847-ff9c5731855b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6', u'admin_state_up': True, u'tenant_id': u'08edf223c9044c028a8723285d1d0646', u'created_at': u'2018-07-21T16:10:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'08edf223c9044c028a8723285d1d0646'}) 2018-07-21 16:10:15,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:15,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:15,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-6d25a386-c288-40ea-a653-580442aa30fe Date: Sat, 21 Jul 2018 16:10:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:10:15Z","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:15,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6d25a386-c288-40ea-a653-580442aa30fe 2018-07-21 16:10:15,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.20623087883s 2018-07-21 16:10:15,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6d25a386-c288-40ea-a653-580442aa30fe 2018-07-21 16:10:15,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:10:15,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"subnet": {"name": "vping_ssh-subnet_944b06ee-64ab-4602-ab77-3f78680a75e6", "enable_dhcp": true, "network_id": "ec281990-41af-44cb-9847-ff9c5731855b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:10:16,559 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-90f11d38-9e40-489f-a27e-5a47bd2b3d1a Date: Sat, 21 Jul 2018 16:10:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:10:16Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"08edf223c9044c028a8723285d1d0646","id":"4a709c63-85b6-4deb-9517-a98319acadfa","subnetpool_id":null,"name":"vping_ssh-subnet_944b06ee-64ab-4602-ab77-3f78680a75e6"}} 2018-07-21 16:10:16,559 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-90f11d38-9e40-489f-a27e-5a47bd2b3d1a 2018-07-21 16:10:16,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.700134992599s 2018-07-21 16:10:16,559 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-90f11d38-9e40-489f-a27e-5a47bd2b3d1a 2018-07-21 16:10:16,560 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:10:16Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4a709c63-85b6-4deb-9517-a98319acadfa', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_944b06ee-64ab-4602-ab77-3f78680a75e6', u'enable_dhcp': True, u'network_id': u'ec281990-41af-44cb-9847-ff9c5731855b', u'tenant_id': u'08edf223c9044c028a8723285d1d0646', u'created_at': u'2018-07-21T16:10:16Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'08edf223c9044c028a8723285d1d0646'}) 2018-07-21 16:10:16,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:10:16,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "vping_ssh-router_944b06ee-64ab-4602-ab77-3f78680a75e6", "admin_state_up": true}}' 2018-07-21 16:10:17,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-664e56c3-4884-40fd-ae3c-bf3ffcf8e81c Date: Sat, 21 Jul 2018 16:10:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:16Z", "admin_state_up": true, "updated_at": "2018-07-21T16:10:17Z", "revision_number": 2, "routes": [], "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6cc5942f-ad4e-4507-b55d-f6dd03383ab9", "name": "vping_ssh-router_944b06ee-64ab-4602-ab77-3f78680a75e6"}} 2018-07-21 16:10:17,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-664e56c3-4884-40fd-ae3c-bf3ffcf8e81c 2018-07-21 16:10:17,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31774401665s 2018-07-21 16:10:17,879 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-664e56c3-4884-40fd-ae3c-bf3ffcf8e81c 2018-07-21 16:10:17,879 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'08edf223c9044c028a8723285d1d0646', u'created_at': u'2018-07-21T16:10:16Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T16:10:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'08edf223c9044c028a8723285d1d0646', u'id': u'6cc5942f-ad4e-4507-b55d-f6dd03383ab9', u'name': u'vping_ssh-router_944b06ee-64ab-4602-ab77-3f78680a75e6'}) 2018-07-21 16:10:17,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:10:17,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9/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}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"subnet_id": "4a709c63-85b6-4deb-9517-a98319acadfa"}' 2018-07-21 16:10:19,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1f1dfb70-e8dc-4c99-bcbe-dfb7fa822037 Date: Sat, 21 Jul 2018 16:10:19 GMT RESP BODY: {"network_id": "ec281990-41af-44cb-9847-ff9c5731855b", "tenant_id": "08edf223c9044c028a8723285d1d0646", "subnet_id": "4a709c63-85b6-4deb-9517-a98319acadfa", "subnet_ids": ["4a709c63-85b6-4deb-9517-a98319acadfa"], "port_id": "da5832ec-bd18-4e1d-a70d-3217991c6eea", "id": "6cc5942f-ad4e-4507-b55d-f6dd03383ab9"} 2018-07-21 16:10:19,581 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9/add_router_interface.json used request id req-1f1dfb70-e8dc-4c99-bcbe-dfb7fa822037 2018-07-21 16:10:19,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70181107521s 2018-07-21 16:10:19,582 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9/add_router_interface.json used request id req-1f1dfb70-e8dc-4c99-bcbe-dfb7fa822037 returning object 6cc5942f-ad4e-4507-b55d-f6dd03383ab9 2018-07-21 16:10:19,582 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:10:19,714 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:10:19,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:10:19,720 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:10:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:10:19,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:10:19,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:19,916 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-35ca4876-4660-488c-940c-0680c909ff33 Date: Sat, 21 Jul 2018 16:10:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:10:19,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-35ca4876-4660-488c-940c-0680c909ff33 2018-07-21 16:10:19,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.193945884705s 2018-07-21 16:10:19,917 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-35ca4876-4660-488c-940c-0680c909ff33 2018-07-21 16:10:19,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:10:19,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6"}' 2018-07-21 16:10:19,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-362bca02-8a2a-4f30-ad0d-7957ee7bfdff Date: Sat, 21 Jul 2018 16:10:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file", "owner": "08edf223c9044c028a8723285d1d0646", "id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "size": null, "self": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:10:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "checksum": null, "created_at": "2018-07-21T16:10:19Z", "protected": false} 2018-07-21 16:10:19,975 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-362bca02-8a2a-4f30-ad0d-7957ee7bfdff 2018-07-21 16:10:19,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0501689910889s 2018-07-21 16:10:19,975 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-362bca02-8a2a-4f30-ad0d-7957ee7bfdff returning object 04f10bd3-e34f-4256-a152-b566f17d7f7c 2018-07-21 16:10:19,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:10:19,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/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}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '' 2018-07-21 16:10:20,751 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-28818f7b-f42f-4b6a-a417-25623c15fcc4 Date: Sat, 21 Jul 2018 16:10:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:10:20,752 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file used request id req-28818f7b-f42f-4b6a-a417-25623c15fcc4 2018-07-21 16:10:20,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.775615930557s 2018-07-21 16:10:20,752 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file used request id req-28818f7b-f42f-4b6a-a417-25623c15fcc4 2018-07-21 16:10:20,752 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:10:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file', u'owner': u'08edf223c9044c028a8723285d1d0646', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'04f10bd3-e34f-4256-a152-b566f17d7f7c', u'size': None, u'name': u'vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6', u'checksum': None, u'self': u'/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:10:19Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:10:20,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:10:20,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_944b06ee-64ab-4602-ab77-3f78680a75e6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:10:21,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ea1b17e5-008a-4008-94cc-d259e94bc70a x-compute-request-id: req-ea1b17e5-008a-4008-94cc-d259e94bc70a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "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": "faee2834-5ba4-4277-b24b-5acc125ee9b2"}} 2018-07-21 16:10:21,010 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ea1b17e5-008a-4008-94cc-d259e94bc70a 2018-07-21 16:10:21,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.256761074066s 2018-07-21 16:10:21,010 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-ea1b17e5-008a-4008-94cc-d259e94bc70a 2018-07-21 16:10:21,011 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_944b06ee-64ab-4602-ab77-3f78680a75e6', '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'a6906d7d21744bd98421510fc029622a', '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'faee2834-5ba4-4277-b24b-5acc125ee9b2', 'swap': 0}) 2018-07-21 16:10:21,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:10:21,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2/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}809bf2e43f12d7d726c7866177390cbc3a2c5551" -d '{"extra_specs": {}}' 2018-07-21 16:10:21,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9257601f-f191-47c1-b699-26aca2585a82 x-compute-request-id: req-9257601f-f191-47c1-b699-26aca2585a82 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:10:21,034 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2/os-extra_specs used request id req-9257601f-f191-47c1-b699-26aca2585a82 2018-07-21 16:10:21,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022784948349s 2018-07-21 16:10:21,035 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2/os-extra_specs used request id req-9257601f-f191-47c1-b699-26aca2585a82 2018-07-21 16:10:21,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 16:10:21,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"keypair": {"name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6"}}' 2018-07-21 16:10:21,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b861cbb-0a9b-4ba3-9a8e-c93c45a44e8a x-compute-request-id: req-9b861cbb-0a9b-4ba3-9a8e-c93c45a44e8a Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqllYeoXc5QDtEgx7V+9C8KRCzsUUlwhpaC2+bjK+nESUOyULt892QHxlBHVQbcOheiriu/xQ9WkTgd5Fh+jVBYPObRoZkFC6lbzQhHWMkbhybK8OJ/S0CXmszuOdCRXb+8RNMuZ9z4C/VsmEuNaz9B1h80JBYKZ/EG4tPpv+tZci7cC63mm1rjAxl7fliVIZA+GOJLg8GEFn63MSVbw7ADgA6tooqLq6XUR6JZBUL759wOQCdSH0qijQO+D0Y5Ieeq6nOHkrA1kLwdF7CKLZTUwi0XKnZRbaCxZ2a2p5BGdYI/DbLrWqUK6hVUSG8xziVdycG+Z+RpQDunUsNKv9b Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqpZWHqF3OUA7RIMe1fvQvCkQs7FFJcIaWgtvm4yvpxElDslC\n7fPdkB8ZQR1UG3DoXoq4rv8UPVpE4HeRYfo1QWDzm0aGZBQupW80IR1jJG4cmyvD\nif0tAl5rM7jnQkV2/vETTLmfc+Av1bJhLjWs/QdYfNCQWCmfxBuLT6b/rWXIu3Au\nt5pta4wMZe35YlSGQPhjiS4PBhBZ+tzElW8OwA4AOraKKi6ul1EeiWQVC++fcDkA\nnUh9Koo0Dvg9GOSHnqupzh5KwNZC8HRewii2U1MItFyp2UW2gsWdmtqeQRnWCPw2\ny61qlCuoVVEhvMc4lXcnBvmfkaUA7p1LDSr/WwIDAQABAoIBAB4aS3Y6Thy3Pf44\nGT/voQUjRgQ/uxEPsLDFJdvQNssHln+Gep4dE7M0GbPI5ie1g/vzBOY0szCkdlUa\nJHiiu7Ue075J8rtEaHrfJdbWJcGvALNNRMNb/w5U9Rv6fCzQr1AL4LkAZKgBHs/a\nG5YY+L7qBe54q5AzQDNOHQZgVOwXKUH4lfCxKId/fj391oE6uzdtP7EFWZNx5gkw\nZGOZfJlMXikGkpoiqMSwugR2sStM2Y2pwBxnED7WVG0TsZWck3yxyycTosqAvcyv\ncyno4vBs9DgjDl6bw96qnrdPt7oMJJJfstnPOXf3AFXfwVx8bVQ4oIKYAeHCq80A\nnXN6AbECgYEA2os8u0RRGDOm2IAd3CmPqntWaw7kA05XoBfM62OpJqI/dlcGEIV0\nkvKRLkpmD9A2DX10GbMshi+CtV8CaDBK0c1pskPp3Gf2KSSE/4Zcfz9dnrg9N4ez\nUF6CUEW6Mptrqv6AU5xns7Pc4XPUwK9xzaIsFgb5gYtyTHItpZalyvkCgYEAx9L3\n+WM8YOnjcAeidZBmMjVob+qPlUYWl9zEEJ9etJbS3fl0aC9QKxvUQ/s9vDrRIDQV\nxNgb5/mIkAhj1OyJe4cpwPpku/O5sEQawuzQ9J6Y5PgWiWnlZcF7eWJarlNFlcpO\ncBFG1k4GNY/1NoYiFsxKfy/YtIIaDjWjA21ePfMCgYEAx9EA8TPwdZFcXp0dMBxr\n9/MXO4F85qztnznDqgEQOnukTL4alGaBBI52QX3SvWig00q+KXVSI0ozV0OMPtjQ\nv+zxVAWWQGhpgIqcc8lUrx+vqJxJlIklYTlYKq7mJLlIAyr5B/l8M6kjLpuqjZac\nFejOKEGuRUzLb6wBomIQKnkCgYEAmB2wDDdRJW2naAdH0ztjsOEbaecj+rzqQh0b\nXJQV4l/Wkoht50ntO4Pp6P5/lqUnwd4knD7vr340SYE5jkOqvVC9plx3BuWY++g8\nfxsMTsvVFKkPbvggW4AY4OTQp1hY5pilcYaVaFrpOyklwKYHmVdXds8TpwZLk3md\naOR/E6UCgYAhdDKJURZZ7zDLNIWStBP5rVfe8kxu5ZEIEaofa1e1EMWvYyg3+GjN\nJV1oBvUFDxcNaQCVCefwFtV+IjG21eObK1pT+nlBKwKzVXuc0aHsmF1G9enzpGcc\nKtB6RykU8rNORj7CJnjUAbaUvlHHsEt97seIIuQm/BHQkV1utDUN8Q==\n-----END RSA PRIVATE KEY-----\n", "user_id": "e983a372246d47ffb9713b553fa25eeb", "name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "fingerprint": "b4:71:d3:e5:d8:2b:c0:a7:37:b1:96:8a:dd:41:6e:58"}} 2018-07-21 16:10:21,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9b861cbb-0a9b-4ba3-9a8e-c93c45a44e8a 2018-07-21 16:10:21,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.308339118958s 2018-07-21 16:10:21,344 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-9b861cbb-0a9b-4ba3-9a8e-c93c45a44e8a 2018-07-21 16:10:21,345 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqllYeoXc5QDtEgx7V+9C8KRCzsUUlwhpaC2+bjK+nESUOyULt892QHxlBHVQbcOheiriu/xQ9WkTgd5Fh+jVBYPObRoZkFC6lbzQhHWMkbhybK8OJ/S0CXmszuOdCRXb+8RNMuZ9z4C/VsmEuNaz9B1h80JBYKZ/EG4tPpv+tZci7cC63mm1rjAxl7fliVIZA+GOJLg8GEFn63MSVbw7ADgA6tooqLq6XUR6JZBUL759wOQCdSH0qijQO+D0Y5Ieeq6nOHkrA1kLwdF7CKLZTUwi0XKnZRbaCxZ2a2p5BGdYI/DbLrWqUK6hVUSG8xziVdycG+Z+RpQDunUsNKv9b Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqpZWHqF3OUA7RIMe1fvQvCkQs7FFJcIaWgtvm4yvpxElDslC\n7fPdkB8ZQR1UG3DoXoq4rv8UPVpE4HeRYfo1QWDzm0aGZBQupW80IR1jJG4cmyvD\nif0tAl5rM7jnQkV2/vETTLmfc+Av1bJhLjWs/QdYfNCQWCmfxBuLT6b/rWXIu3Au\nt5pta4wMZe35YlSGQPhjiS4PBhBZ+tzElW8OwA4AOraKKi6ul1EeiWQVC++fcDkA\nnUh9Koo0Dvg9GOSHnqupzh5KwNZC8HRewii2U1MItFyp2UW2gsWdmtqeQRnWCPw2\ny61qlCuoVVEhvMc4lXcnBvmfkaUA7p1LDSr/WwIDAQABAoIBAB4aS3Y6Thy3Pf44\nGT/voQUjRgQ/uxEPsLDFJdvQNssHln+Gep4dE7M0GbPI5ie1g/vzBOY0szCkdlUa\nJHiiu7Ue075J8rtEaHrfJdbWJcGvALNNRMNb/w5U9Rv6fCzQr1AL4LkAZKgBHs/a\nG5YY+L7qBe54q5AzQDNOHQZgVOwXKUH4lfCxKId/fj391oE6uzdtP7EFWZNx5gkw\nZGOZfJlMXikGkpoiqMSwugR2sStM2Y2pwBxnED7WVG0TsZWck3yxyycTosqAvcyv\ncyno4vBs9DgjDl6bw96qnrdPt7oMJJJfstnPOXf3AFXfwVx8bVQ4oIKYAeHCq80A\nnXN6AbECgYEA2os8u0RRGDOm2IAd3CmPqntWaw7kA05XoBfM62OpJqI/dlcGEIV0\nkvKRLkpmD9A2DX10GbMshi+CtV8CaDBK0c1pskPp3Gf2KSSE/4Zcfz9dnrg9N4ez\nUF6CUEW6Mptrqv6AU5xns7Pc4XPUwK9xzaIsFgb5gYtyTHItpZalyvkCgYEAx9L3\n+WM8YOnjcAeidZBmMjVob+qPlUYWl9zEEJ9etJbS3fl0aC9QKxvUQ/s9vDrRIDQV\nxNgb5/mIkAhj1OyJe4cpwPpku/O5sEQawuzQ9J6Y5PgWiWnlZcF7eWJarlNFlcpO\ncBFG1k4GNY/1NoYiFsxKfy/YtIIaDjWjA21ePfMCgYEAx9EA8TPwdZFcXp0dMBxr\n9/MXO4F85qztnznDqgEQOnukTL4alGaBBI52QX3SvWig00q+KXVSI0ozV0OMPtjQ\nv+zxVAWWQGhpgIqcc8lUrx+vqJxJlIklYTlYKq7mJLlIAyr5B/l8M6kjLpuqjZac\nFejOKEGuRUzLb6wBomIQKnkCgYEAmB2wDDdRJW2naAdH0ztjsOEbaecj+rzqQh0b\nXJQV4l/Wkoht50ntO4Pp6P5/lqUnwd4knD7vr340SYE5jkOqvVC9plx3BuWY++g8\nfxsMTsvVFKkPbvggW4AY4OTQp1hY5pilcYaVaFrpOyklwKYHmVdXds8TpwZLk3md\naOR/E6UCgYAhdDKJURZZ7zDLNIWStBP5rVfe8kxu5ZEIEaofa1e1EMWvYyg3+GjN\nJV1oBvUFDxcNaQCVCefwFtV+IjG21eObK1pT+nlBKwKzVXuc0aHsmF1G9enzpGcc\nKtB6RykU8rNORj7CJnjUAbaUvlHHsEt97seIIuQm/BHQkV1utDUN8Q==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'e983a372246d47ffb9713b553fa25eeb', 'name': u'vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6', 'created_at': '2018-07-21T16:10:21.345465', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08edf223c9044c028a8723285d1d0646', 'name': 'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b4:71:d3:e5:d8:2b:c0:a7:37:b1:96:8a:dd:41:6e:58', 'type': 'ssh', 'id': u'vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6'}) 2018-07-21 16:10:21,345 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAqpZWHqF3OUA7RIMe1fvQvCkQs7FFJcIaWgtvm4yvpxElDslC 7fPdkB8ZQR1UG3DoXoq4rv8UPVpE4HeRYfo1QWDzm0aGZBQupW80IR1jJG4cmyvD if0tAl5rM7jnQkV2/vETTLmfc+Av1bJhLjWs/QdYfNCQWCmfxBuLT6b/rWXIu3Au t5pta4wMZe35YlSGQPhjiS4PBhBZ+tzElW8OwA4AOraKKi6ul1EeiWQVC++fcDkA nUh9Koo0Dvg9GOSHnqupzh5KwNZC8HRewii2U1MItFyp2UW2gsWdmtqeQRnWCPw2 y61qlCuoVVEhvMc4lXcnBvmfkaUA7p1LDSr/WwIDAQABAoIBAB4aS3Y6Thy3Pf44 GT/voQUjRgQ/uxEPsLDFJdvQNssHln+Gep4dE7M0GbPI5ie1g/vzBOY0szCkdlUa JHiiu7Ue075J8rtEaHrfJdbWJcGvALNNRMNb/w5U9Rv6fCzQr1AL4LkAZKgBHs/a G5YY+L7qBe54q5AzQDNOHQZgVOwXKUH4lfCxKId/fj391oE6uzdtP7EFWZNx5gkw ZGOZfJlMXikGkpoiqMSwugR2sStM2Y2pwBxnED7WVG0TsZWck3yxyycTosqAvcyv cyno4vBs9DgjDl6bw96qnrdPt7oMJJJfstnPOXf3AFXfwVx8bVQ4oIKYAeHCq80A nXN6AbECgYEA2os8u0RRGDOm2IAd3CmPqntWaw7kA05XoBfM62OpJqI/dlcGEIV0 kvKRLkpmD9A2DX10GbMshi+CtV8CaDBK0c1pskPp3Gf2KSSE/4Zcfz9dnrg9N4ez UF6CUEW6Mptrqv6AU5xns7Pc4XPUwK9xzaIsFgb5gYtyTHItpZalyvkCgYEAx9L3 +WM8YOnjcAeidZBmMjVob+qPlUYWl9zEEJ9etJbS3fl0aC9QKxvUQ/s9vDrRIDQV xNgb5/mIkAhj1OyJe4cpwPpku/O5sEQawuzQ9J6Y5PgWiWnlZcF7eWJarlNFlcpO cBFG1k4GNY/1NoYiFsxKfy/YtIIaDjWjA21ePfMCgYEAx9EA8TPwdZFcXp0dMBxr 9/MXO4F85qztnznDqgEQOnukTL4alGaBBI52QX3SvWig00q+KXVSI0ozV0OMPtjQ v+zxVAWWQGhpgIqcc8lUrx+vqJxJlIklYTlYKq7mJLlIAyr5B/l8M6kjLpuqjZac FejOKEGuRUzLb6wBomIQKnkCgYEAmB2wDDdRJW2naAdH0ztjsOEbaecj+rzqQh0b XJQV4l/Wkoht50ntO4Pp6P5/lqUnwd4knD7vr340SYE5jkOqvVC9plx3BuWY++g8 fxsMTsvVFKkPbvggW4AY4OTQp1hY5pilcYaVaFrpOyklwKYHmVdXds8TpwZLk3md aOR/E6UCgYAhdDKJURZZ7zDLNIWStBP5rVfe8kxu5ZEIEaofa1e1EMWvYyg3+GjN JV1oBvUFDxcNaQCVCefwFtV+IjG21eObK1pT+nlBKwKzVXuc0aHsmF1G9enzpGcc KtB6RykU8rNORj7CJnjUAbaUvlHHsEt97seIIuQm/BHQkV1utDUN8Q== -----END RSA PRIVATE KEY----- 2018-07-21 16:10:21,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 16:10:21,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"security_group": {"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-07-21 16:10:21,686 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-d958cc2e-a71e-4f91-a13b-04dc6d9f43d6 Date: Sat, 21 Jul 2018 16:10:21 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:21Z", "updated_at": "2018-07-21T16:10:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "2fdb4d68-12f3-4325-b51c-e0c38fb4ed7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "d35a996f-b567-4749-ab31-230e7c18546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}} 2018-07-21 16:10:21,686 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d958cc2e-a71e-4f91-a13b-04dc6d9f43d6 2018-07-21 16:10:21,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.338082075119s 2018-07-21 16:10:21,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d958cc2e-a71e-4f91-a13b-04dc6d9f43d6 2018-07-21 16:10:21,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:10:21,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:21,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-d805f896-e40b-4729-96a4-a46b11d6289f Date: Sat, 21 Jul 2018 16:10:21 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:15Z", "updated_at": "2018-07-21T16:10:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "40d81d38-9171-4c24-a1df-5bfe396b1b35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7376d7a5-0bf0-4ea3-9244-7e998c95c78c", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7cac188a-d7c1-43ee-8e9e-becffe4de0ac", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "eb99ed75-f310-4156-9c5d-f30bbf4b571b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6133515c-277e-4362-a553-4e3bcb8baf72", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:21Z", "updated_at": "2018-07-21T16:10:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "2fdb4d68-12f3-4325-b51c-e0c38fb4ed7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "d35a996f-b567-4749-ab31-230e7c18546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:21,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d805f896-e40b-4729-96a4-a46b11d6289f 2018-07-21 16:10:21,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.104733943939s 2018-07-21 16:10:21,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-d805f896-e40b-4729-96a4-a46b11d6289f 2018-07-21 16:10:21,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:10:21,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -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": "dda510c1-c736-45b8-a5d8-5285b9e02ffe"}}' 2018-07-21 16:10:21,948 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-cb0c7055-5bfc-4e36-bba6-500befb5e786 Date: Sat, 21 Jul 2018 16:10:21 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "port_range_min": 22, "revision_number": 0, "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:21Z", "project_id": "08edf223c9044c028a8723285d1d0646", "id": "a1a178b3-4b08-451b-a5c9-358124b9f7b3"}} 2018-07-21 16:10:21,948 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-cb0c7055-5bfc-4e36-bba6-500befb5e786 2018-07-21 16:10:21,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.147253990173s 2018-07-21 16:10:21,949 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-cb0c7055-5bfc-4e36-bba6-500befb5e786 2018-07-21 16:10:21,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:10:21,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:22,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-866b03c6-0fed-4c96-9c78-cd34d17d3e29 Date: Sat, 21 Jul 2018 16:10:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:15Z", "updated_at": "2018-07-21T16:10:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "40d81d38-9171-4c24-a1df-5bfe396b1b35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7376d7a5-0bf0-4ea3-9244-7e998c95c78c", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7cac188a-d7c1-43ee-8e9e-becffe4de0ac", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "eb99ed75-f310-4156-9c5d-f30bbf4b571b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6133515c-277e-4362-a553-4e3bcb8baf72", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:21Z", "updated_at": "2018-07-21T16:10:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "2fdb4d68-12f3-4325-b51c-e0c38fb4ed7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "a1a178b3-4b08-451b-a5c9-358124b9f7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": 22, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "d35a996f-b567-4749-ab31-230e7c18546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 2, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:22,009 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-866b03c6-0fed-4c96-9c78-cd34d17d3e29 2018-07-21 16:10:22,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0563900470734s 2018-07-21 16:10:22,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-866b03c6-0fed-4c96-9c78-cd34d17d3e29 2018-07-21 16:10:22,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:10:22,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -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": "dda510c1-c736-45b8-a5d8-5285b9e02ffe"}}' 2018-07-21 16:10:22,154 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-30178c58-2c0b-4805-941e-8b166bb555de Date: Sat, 21 Jul 2018 16:10:22 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T16:10:22Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "port_range_min": null, "revision_number": 0, "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:22Z", "project_id": "08edf223c9044c028a8723285d1d0646", "id": "bca4174e-91ce-4213-b715-255b3381f49f"}} 2018-07-21 16:10:22,155 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-30178c58-2c0b-4805-941e-8b166bb555de 2018-07-21 16:10:22,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.142477989197s 2018-07-21 16:10:22,155 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-30178c58-2c0b-4805-941e-8b166bb555de 2018-07-21 16:10:22,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:22,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:22,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-96b25eef-8cc9-4c2e-b7b2-b29f9c76e4bf Date: Sat, 21 Jul 2018 16:10:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4a709c63-85b6-4deb-9517-a98319acadfa"],"updated_at":"2018-07-21T16:10:16Z","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:22,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-96b25eef-8cc9-4c2e-b7b2-b29f9c76e4bf 2018-07-21 16:10:22,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115196943283s 2018-07-21 16:10:22,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-96b25eef-8cc9-4c2e-b7b2-b29f9c76e4bf 2018-07-21 16:10:22,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:10:22,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:22,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-4e55a439-ae0f-4c3e-8034-3c2d6920b183 Date: Sat, 21 Jul 2018 16:10:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/snap", "metadata": {}}], "file": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file", "owner": "08edf223c9044c028a8723285d1d0646", "id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "size": 12716032, "self": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:10:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:10:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:10:22,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4e55a439-ae0f-4c3e-8034-3c2d6920b183 2018-07-21 16:10:22,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.035649061203s 2018-07-21 16:10:22,313 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4e55a439-ae0f-4c3e-8034-3c2d6920b183 2018-07-21 16:10:22,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:10:22,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:22,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-4743b3a1-db95-4d6b-8566-ea59e6da5c40 x-compute-request-id: req-4743b3a1-db95-4d6b-8566-ea59e6da5c40 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "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": "faee2834-5ba4-4277-b24b-5acc125ee9b2"}]} 2018-07-21 16:10:22,341 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-4743b3a1-db95-4d6b-8566-ea59e6da5c40 2018-07-21 16:10:22,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259730815887s 2018-07-21 16:10:22,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-4743b3a1-db95-4d6b-8566-ea59e6da5c40 2018-07-21 16:10:22,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:10:22,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"server": {"name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "imageRef": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "flavorRef": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ec281990-41af-44cb-9847-ff9c5731855b"}], "security_groups": [{"name": "dda510c1-c736-45b8-a5d8-5285b9e02ffe"}]}}' 2018-07-21 16:10:23,865 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:10: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-887b1e5a-45db-430a-a58b-f32b7f39cdb5 x-compute-request-id: req-887b1e5a-45db-430a-a58b-f32b7f39cdb5 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "dda510c1-c736-45b8-a5d8-5285b9e02ffe"}], "OS-DCF:diskConfig": "MANUAL", "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "adminPass": "6T4qxnQLYaac"}} 2018-07-21 16:10:23,866 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-887b1e5a-45db-430a-a58b-f32b7f39cdb5 2018-07-21 16:10:23,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.52313804626s 2018-07-21 16:10:23,866 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-887b1e5a-45db-430a-a58b-f32b7f39cdb5 2018-07-21 16:10:23,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:23,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:24,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9ff4f2c-c4cc-488c-8081-016b9408e298 x-compute-request-id: req-e9ff4f2c-c4cc-488c-8081-016b9408e298 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:24,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9ff4f2c-c4cc-488c-8081-016b9408e298 2018-07-21 16:10:24,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596129179001s 2018-07-21 16:10:24,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e9ff4f2c-c4cc-488c-8081-016b9408e298 2018-07-21 16:10:24,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:24,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:24,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0d9f6e75-ea40-46a7-afb9-8339d34adf67 Date: Sat, 21 Jul 2018 16:10:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4a709c63-85b6-4deb-9517-a98319acadfa"],"updated_at":"2018-07-21T16:10:16Z","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:24,583 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0d9f6e75-ea40-46a7-afb9-8339d34adf67 2018-07-21 16:10:24,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111746072769s 2018-07-21 16:10:24,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0d9f6e75-ea40-46a7-afb9-8339d34adf67 2018-07-21 16:10:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:10:24,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:24,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f3379440-ae9e-4782-89dd-ab469bac30d1 Date: Sat, 21 Jul 2018 16:10:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:10:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"08edf223c9044c028a8723285d1d0646","id":"4a709c63-85b6-4deb-9517-a98319acadfa","subnetpool_id":null,"name":"vping_ssh-subnet_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:24,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f3379440-ae9e-4782-89dd-ab469bac30d1 2018-07-21 16:10:24,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0714421272278s 2018-07-21 16:10:24,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f3379440-ae9e-4782-89dd-ab469bac30d1 2018-07-21 16:10:24,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:26,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:26,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:27,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8faeb6de-5f24-440d-912c-489ba38ed755 x-compute-request-id: req-8faeb6de-5f24-440d-912c-489ba38ed755 Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:26Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:27,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8faeb6de-5f24-440d-912c-489ba38ed755 2018-07-21 16:10:27,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.667911052704s 2018-07-21 16:10:27,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8faeb6de-5f24-440d-912c-489ba38ed755 2018-07-21 16:10:27,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:29,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:29,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:29,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-f91658ee-7248-48ef-a878-90903d1f38df x-compute-request-id: req-f91658ee-7248-48ef-a878-90903d1f38df Content-Encoding: gzip Content-Length: 663 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:26Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:29,878 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f91658ee-7248-48ef-a878-90903d1f38df 2018-07-21 16:10:29,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544298171997s 2018-07-21 16:10:29,879 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f91658ee-7248-48ef-a878-90903d1f38df 2018-07-21 16:10:29,883 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:31,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:31,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:32,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35e1602a-4fff-411e-a706-0f2623337d0c x-compute-request-id: req-35e1602a-4fff-411e-a706-0f2623337d0c Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:32,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-35e1602a-4fff-411e-a706-0f2623337d0c 2018-07-21 16:10:32,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388286828995s 2018-07-21 16:10:32,274 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-35e1602a-4fff-411e-a706-0f2623337d0c 2018-07-21 16:10:32,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:10:32,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=6342cf2b-91ca-4453-a15d-da96e6f907e7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:32,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-abbf6def-78d9-40b5-9be1-290f2dc4845f Date: Sat, 21 Jul 2018 16:10:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:10:30Z","binding:vnic_type":"normal","device_id":"6342cf2b-91ca-4453-a15d-da96e6f907e7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b3:fc:c9","id":"2ae10164-f6e1-42f1-937e-a82cbda6e5cb","port_security_enabled":true,"project_id":"08edf223c9044c028a8723285d1d0646","fixed_ips":[{"subnet_id":"4a709c63-85b6-4deb-9517-a98319acadfa","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["dda510c1-c736-45b8-a5d8-5285b9e02ffe"],"name":""}]} 2018-07-21 16:10:32,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6342cf2b-91ca-4453-a15d-da96e6f907e7 used request id req-abbf6def-78d9-40b5-9be1-290f2dc4845f 2018-07-21 16:10:32,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0569050312042s 2018-07-21 16:10:32,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6342cf2b-91ca-4453-a15d-da96e6f907e7 used request id req-abbf6def-78d9-40b5-9be1-290f2dc4845f 2018-07-21 16:10:32,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:10:32,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2ae10164-f6e1-42f1-937e-a82cbda6e5cb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:32,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d6b870e0-7365-4ed4-ac00-2803ea62d1eb Date: Sat, 21 Jul 2018 16:10:32 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:10:32,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2ae10164-f6e1-42f1-937e-a82cbda6e5cb used request id req-d6b870e0-7365-4ed4-ac00-2803ea62d1eb 2018-07-21 16:10:32,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0410809516907s 2018-07-21 16:10:32,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2ae10164-f6e1-42f1-937e-a82cbda6e5cb used request id req-d6b870e0-7365-4ed4-ac00-2803ea62d1eb 2018-07-21 16:10:32,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:32,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:32,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d16aa25-6221-4874-8fe7-31acb3aa6343 x-compute-request-id: req-3d16aa25-6221-4874-8fe7-31acb3aa6343 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:32,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3d16aa25-6221-4874-8fe7-31acb3aa6343 2018-07-21 16:10:32,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388822078705s 2018-07-21 16:10:32,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3d16aa25-6221-4874-8fe7-31acb3aa6343 2018-07-21 16:10:32,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:10:32,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=6342cf2b-91ca-4453-a15d-da96e6f907e7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:32,871 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d695faab-5a43-4796-88ab-e875cf5b2b43 Date: Sat, 21 Jul 2018 16:10:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:10:30Z","binding:vnic_type":"normal","device_id":"6342cf2b-91ca-4453-a15d-da96e6f907e7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b3:fc:c9","id":"2ae10164-f6e1-42f1-937e-a82cbda6e5cb","port_security_enabled":true,"project_id":"08edf223c9044c028a8723285d1d0646","fixed_ips":[{"subnet_id":"4a709c63-85b6-4deb-9517-a98319acadfa","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["dda510c1-c736-45b8-a5d8-5285b9e02ffe"],"name":""}]} 2018-07-21 16:10:32,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6342cf2b-91ca-4453-a15d-da96e6f907e7 used request id req-d695faab-5a43-4796-88ab-e875cf5b2b43 2018-07-21 16:10:32,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0958931446075s 2018-07-21 16:10:32,872 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6342cf2b-91ca-4453-a15d-da96e6f907e7 used request id req-d695faab-5a43-4796-88ab-e875cf5b2b43 2018-07-21 16:10:32,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:10:32,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2ae10164-f6e1-42f1-937e-a82cbda6e5cb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:32,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-3b71cd72-9f09-495f-a59e-fae675f22ca2 Date: Sat, 21 Jul 2018 16:10:32 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:10:32,919 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2ae10164-f6e1-42f1-937e-a82cbda6e5cb used request id req-3b71cd72-9f09-495f-a59e-fae675f22ca2 2018-07-21 16:10:32,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0427188873291s 2018-07-21 16:10:32,920 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=2ae10164-f6e1-42f1-937e-a82cbda6e5cb used request id req-3b71cd72-9f09-495f-a59e-fae675f22ca2 2018-07-21 16:10:32,920 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b3:fc:c9', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'04f10bd3-e34f-4256-a152-b566f17d7f7c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:10:30.000000', 'flavor': Munch({u'id': u'faee2834-5ba4-4277-b24b-5acc125ee9b2'}), 'az': u'nova', 'id': u'6342cf2b-91ca-4453-a15d-da96e6f907e7', 'security_groups': [Munch({u'name': u'vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e983a372246d47ffb9713b553fa25eeb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08edf223c9044c028a8723285d1d0646', 'name': 'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:10:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:10:30Z', 'hostId': u'383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:10:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'08edf223c9044c028a8723285d1d0646', 'name': u'vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6', 'adminPass': None, 'tenant_id': u'08edf223c9044c028a8723285d1d0646', 'created_at': u'2018-07-21T16:10:23Z', 'created': u'2018-07-21T16:10:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:10:32,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:32,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:33,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c9795db9-0470-4b1a-8bd9-df2885f0dff7 Date: Sat, 21 Jul 2018 16:10:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4a709c63-85b6-4deb-9517-a98319acadfa"],"updated_at":"2018-07-21T16:10:16Z","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:33,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c9795db9-0470-4b1a-8bd9-df2885f0dff7 2018-07-21 16:10:33,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108049154282s 2018-07-21 16:10:33,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c9795db9-0470-4b1a-8bd9-df2885f0dff7 2018-07-21 16:10:33,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:10:33,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:33,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-b8e16dc2-9e6d-44c0-a3c6-8801efb01107 Date: Sat, 21 Jul 2018 16:10:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/snap", "metadata": {}}], "file": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file", "owner": "08edf223c9044c028a8723285d1d0646", "id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "size": 12716032, "self": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:10:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:10:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:10:33,075 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b8e16dc2-9e6d-44c0-a3c6-8801efb01107 2018-07-21 16:10:33,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0400650501251s 2018-07-21 16:10:33,075 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b8e16dc2-9e6d-44c0-a3c6-8801efb01107 2018-07-21 16:10:33,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:10:33,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:33,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-026c5913-53f3-422c-9b14-c3d49797e451 x-compute-request-id: req-026c5913-53f3-422c-9b14-c3d49797e451 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "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": "faee2834-5ba4-4277-b24b-5acc125ee9b2"}]} 2018-07-21 16:10:33,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-026c5913-53f3-422c-9b14-c3d49797e451 2018-07-21 16:10:33,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.105518817902s 2018-07-21 16:10:33,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-026c5913-53f3-422c-9b14-c3d49797e451 2018-07-21 16:10:33,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:10:33,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"server": {"name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "imageRef": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "flavorRef": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ec281990-41af-44cb-9847-ff9c5731855b"}], "security_groups": [{"name": "dda510c1-c736-45b8-a5d8-5285b9e02ffe"}]}}' 2018-07-21 16:10:34,492 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:10:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bafefe3b-b9e9-4639-94f8-d68da87b0399 x-compute-request-id: req-bafefe3b-b9e9-4639-94f8-d68da87b0399 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "dda510c1-c736-45b8-a5d8-5285b9e02ffe"}], "OS-DCF:diskConfig": "MANUAL", "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "adminPass": "dNWP7zKfHVKq"}} 2018-07-21 16:10:34,493 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bafefe3b-b9e9-4639-94f8-d68da87b0399 2018-07-21 16:10:34,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.30881309509s 2018-07-21 16:10:34,493 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-bafefe3b-b9e9-4639-94f8-d68da87b0399 2018-07-21 16:10:34,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:34,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:34,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f57d2d4-d975-4052-b4a9-1ca87bde129f x-compute-request-id: req-3f57d2d4-d975-4052-b4a9-1ca87bde129f Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:34,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f57d2d4-d975-4052-b4a9-1ca87bde129f 2018-07-21 16:10:34,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19454908371s 2018-07-21 16:10:34,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f57d2d4-d975-4052-b4a9-1ca87bde129f 2018-07-21 16:10:34,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:36,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:36,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:37,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e1b8e9a-056c-4325-8ad2-7eb97246d86c x-compute-request-id: req-4e1b8e9a-056c-4325-8ad2-7eb97246d86c Content-Encoding: gzip Content-Length: 849 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:37,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e1b8e9a-056c-4325-8ad2-7eb97246d86c 2018-07-21 16:10:37,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27525210381s 2018-07-21 16:10:37,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4e1b8e9a-056c-4325-8ad2-7eb97246d86c 2018-07-21 16:10:37,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:39,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:39,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:40,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fe484038-357a-4e2e-87d6-db4f327e1b9a x-compute-request-id: req-fe484038-357a-4e2e-87d6-db4f327e1b9a Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:37Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:40,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fe484038-357a-4e2e-87d6-db4f327e1b9a 2018-07-21 16:10:40,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370054006577s 2018-07-21 16:10:40,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fe484038-357a-4e2e-87d6-db4f327e1b9a 2018-07-21 16:10:40,357 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:42,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:42,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:42,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-900b26f7-18e8-4ee9-8ffd-74514405f113 x-compute-request-id: req-900b26f7-18e8-4ee9-8ffd-74514405f113 Content-Encoding: gzip Content-Length: 887 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:10:37Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:42,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-900b26f7-18e8-4ee9-8ffd-74514405f113 2018-07-21 16:10:42,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410351991653s 2018-07-21 16:10:42,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-900b26f7-18e8-4ee9-8ffd-74514405f113 2018-07-21 16:10:42,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:44,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:44,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-67f03be2-9b20-45fb-881e-32f50dfc3a8d x-compute-request-id: req-67f03be2-9b20-45fb-881e-32f50dfc3a8d Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:42.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:42Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:45,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-67f03be2-9b20-45fb-881e-32f50dfc3a8d 2018-07-21 16:10:45,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373272180557s 2018-07-21 16:10:45,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-67f03be2-9b20-45fb-881e-32f50dfc3a8d 2018-07-21 16:10:45,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:10:45,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-21aa60ec-046a-49bb-bf9c-1c9ad5d9f1b0 Date: Sat, 21 Jul 2018 16:10:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:38Z","admin_state_up":true,"updated_at":"2018-07-21T16:10:42Z","binding:vnic_type":"normal","device_id":"5611f007-145a-4e3d-b30c-f84c267c661e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7a:71:26","id":"c16747b4-605c-49e7-8ef3-6a038fcef7b7","port_security_enabled":true,"project_id":"08edf223c9044c028a8723285d1d0646","fixed_ips":[{"subnet_id":"4a709c63-85b6-4deb-9517-a98319acadfa","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["dda510c1-c736-45b8-a5d8-5285b9e02ffe"],"name":""}]} 2018-07-21 16:10:45,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e used request id req-21aa60ec-046a-49bb-bf9c-1c9ad5d9f1b0 2018-07-21 16:10:45,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0564959049225s 2018-07-21 16:10:45,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e used request id req-21aa60ec-046a-49bb-bf9c-1c9ad5d9f1b0 2018-07-21 16:10:45,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:10:45,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c16747b4-605c-49e7-8ef3-6a038fcef7b7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1676d3a4-facf-483d-84e2-3f477f432c2a Date: Sat, 21 Jul 2018 16:10:45 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:10:45,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c16747b4-605c-49e7-8ef3-6a038fcef7b7 used request id req-1676d3a4-facf-483d-84e2-3f477f432c2a 2018-07-21 16:10:45,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0498239994049s 2018-07-21 16:10:45,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c16747b4-605c-49e7-8ef3-6a038fcef7b7 used request id req-1676d3a4-facf-483d-84e2-3f477f432c2a 2018-07-21 16:10:45,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:45,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-f3924a7f-fe38-49b7-888d-d4fb96ff77b2 x-compute-request-id: req-f3924a7f-fe38-49b7-888d-d4fb96ff77b2 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:42.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:42Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:30Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:45,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3924a7f-fe38-49b7-888d-d4fb96ff77b2 2018-07-21 16:10:45,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340745925903s 2018-07-21 16:10:45,610 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f3924a7f-fe38-49b7-888d-d4fb96ff77b2 2018-07-21 16:10:45,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:10:45,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-e1fde2af-20c7-4997-98c2-e5b8e87359e6 Date: Sat, 21 Jul 2018 16:10:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:38Z","admin_state_up":true,"updated_at":"2018-07-21T16:10:42Z","binding:vnic_type":"normal","device_id":"5611f007-145a-4e3d-b30c-f84c267c661e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7a:71:26","id":"c16747b4-605c-49e7-8ef3-6a038fcef7b7","port_security_enabled":true,"project_id":"08edf223c9044c028a8723285d1d0646","fixed_ips":[{"subnet_id":"4a709c63-85b6-4deb-9517-a98319acadfa","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["dda510c1-c736-45b8-a5d8-5285b9e02ffe"],"name":""}]} 2018-07-21 16:10:45,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e used request id req-e1fde2af-20c7-4997-98c2-e5b8e87359e6 2018-07-21 16:10:45,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0565600395203s 2018-07-21 16:10:45,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e used request id req-e1fde2af-20c7-4997-98c2-e5b8e87359e6 2018-07-21 16:10:45,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:10:45,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c16747b4-605c-49e7-8ef3-6a038fcef7b7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8b4bd6a4-a03a-4bdd-98ee-e05a784aa66b Date: Sat, 21 Jul 2018 16:10:45 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:10:45,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c16747b4-605c-49e7-8ef3-6a038fcef7b7 used request id req-8b4bd6a4-a03a-4bdd-98ee-e05a784aa66b 2018-07-21 16:10:45,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0462460517883s 2018-07-21 16:10:45,723 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=c16747b4-605c-49e7-8ef3-6a038fcef7b7 used request id req-8b4bd6a4-a03a-4bdd-98ee-e05a784aa66b 2018-07-21 16:10:45,723 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7a:71:26', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'04f10bd3-e34f-4256-a152-b566f17d7f7c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:10:42.000000', 'flavor': Munch({u'id': u'faee2834-5ba4-4277-b24b-5acc125ee9b2'}), 'az': u'nova', 'id': u'5611f007-145a-4e3d-b30c-f84c267c661e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e983a372246d47ffb9713b553fa25eeb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08edf223c9044c028a8723285d1d0646', 'name': 'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:10:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:10:42Z', 'hostId': u'ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:10:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'08edf223c9044c028a8723285d1d0646', 'name': u'vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6', 'adminPass': None, 'tenant_id': u'08edf223c9044c028a8723285d1d0646', 'created_at': u'2018-07-21T16:10:34Z', 'created': u'2018-07-21T16:10:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:10:45,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:10:45,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-7837f6d7-a65c-4a54-a252-72b2e1c76156 Date: Sat, 21 Jul 2018 16:10:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["4a709c63-85b6-4deb-9517-a98319acadfa"],"updated_at":"2018-07-21T16:10:16Z","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:45,853 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7837f6d7-a65c-4a54-a252-72b2e1c76156 2018-07-21 16:10:45,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126004934311s 2018-07-21 16:10:45,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-7837f6d7-a65c-4a54-a252-72b2e1c76156 2018-07-21 16:10:45,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:10:45,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:45,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6f500ba6-185d-4a5f-af6f-3ad1e07c6a6d Date: Sat, 21 Jul 2018 16:10:45 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:38Z","admin_state_up":true,"updated_at":"2018-07-21T16:10:42Z","binding:vnic_type":"normal","device_id":"5611f007-145a-4e3d-b30c-f84c267c661e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7a:71:26","id":"c16747b4-605c-49e7-8ef3-6a038fcef7b7","port_security_enabled":true,"project_id":"08edf223c9044c028a8723285d1d0646","fixed_ips":[{"subnet_id":"4a709c63-85b6-4deb-9517-a98319acadfa","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["dda510c1-c736-45b8-a5d8-5285b9e02ffe"],"name":""}]} 2018-07-21 16:10:45,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e used request id req-6f500ba6-185d-4a5f-af6f-3ad1e07c6a6d 2018-07-21 16:10:45,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0916521549225s 2018-07-21 16:10:45,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=5611f007-145a-4e3d-b30c-f84c267c661e used request id req-6f500ba6-185d-4a5f-af6f-3ad1e07c6a6d 2018-07-21 16:10:45,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-21 16:10:45,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"floatingip": {"floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "port_id": "c16747b4-605c-49e7-8ef3-6a038fcef7b7"}}' 2018-07-21 16:10:47,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-87ba3f36-be29-44ee-8fd8-368587ebdc60 Date: Sat, 21 Jul 2018 16:10:47 GMT RESP BODY: {"floatingip": {"router_id": "6cc5942f-ad4e-4507-b55d-f6dd03383ab9", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:10:46Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.208", "revision_number": 0, "port_id": "c16747b4-605c-49e7-8ef3-6a038fcef7b7", "id": "c0e067fe-68cf-44f2-ad88-9bda95bce1ac", "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:46Z", "project_id": "08edf223c9044c028a8723285d1d0646"}} 2018-07-21 16:10:47,886 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-87ba3f36-be29-44ee-8fd8-368587ebdc60 2018-07-21 16:10:47,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.93935608864s 2018-07-21 16:10:47,887 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-87ba3f36-be29-44ee-8fd8-368587ebdc60 2018-07-21 16:10:47,890 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6cc5942f-ad4e-4507-b55d-f6dd03383ab9', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'08edf223c9044c028a8723285d1d0646', 'created_at': u'2018-07-21T16:10:46Z', 'attached': True, 'updated_at': u'2018-07-21T16:10:46Z', 'id': u'c0e067fe-68cf-44f2-ad88-9bda95bce1ac', 'floating_network_id': u'8562b425-f304-4a61-9f95-61d480219689', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.208', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'08edf223c9044c028a8723285d1d0646', 'name': 'vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6cc5942f-ad4e-4507-b55d-f6dd03383ab9', 'project_id': u'08edf223c9044c028a8723285d1d0646', 'port_id': u'c16747b4-605c-49e7-8ef3-6a038fcef7b7', 'port': u'c16747b4-605c-49e7-8ef3-6a038fcef7b7', 'network': u'8562b425-f304-4a61-9f95-61d480219689'}) 2018-07-21 16:10:47,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 16:10:47,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e/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}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 16:10:48,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52c8bf48-d5dd-4326-a919-218ebd358a5f x-compute-request-id: req-52c8bf48-d5dd-4326-a919-218ebd358a5f Content-Encoding: gzip Content-Length: 9567 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 464880057 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.141419] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143165] pid_max: default: 32768 minimum: 301\n[ 0.144117] ACPI: Core revision 20150930\n[ 0.145553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146948] Security Framework initialized\n[ 0.147827] Yama: becoming mindful.\n[ 0.148628] AppArmor: AppArmor initialized\n[ 0.149538] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150945] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152303] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153591] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155090] Initializing cgroup subsys io\n[ 0.155958] Initializing cgroup subsys memory\n[ 0.156883] Initializing cgroup subsys devices\n[ 0.157809] Initializing cgroup subsys freezer\n[ 0.158732] Initializing cgroup subsys net_cls\n[ 0.159657] Initializing cgroup subsys perf_event\n[ 0.160642] Initializing cgroup subsys net_prio\n[ 0.161585] Initializing cgroup subsys hugetlb\n[ 0.162504] Initializing cgroup subsys pids\n[ 0.163426] CPU: Physical Processor ID: 0\n[ 0.164997] mce: CPU supports 10 MCE banks\n[ 0.165898] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.166958] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183376] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189519] ftrace: allocating 31920 entries in 125 pages\n[ 0.214480] smpboot: Max logical packages: 1\n[ 0.215384] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216818] x2apic enabled\n[ 0.217659] Switched APIC routing to physical x2apic.\n[ 0.219446] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222846] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224758] KVM setup paravirtual spinlock\n[ 0.226103] x86: Booted up 1 node, 1 CPUs\n[ 0.226960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228432] devtmpfs: initialized\n[ 0.230182] evm: security.selinux\n[ 0.230920] evm: security.SMACK64\n[ 0.231654] evm: security.SMACK64EXEC\n[ 0.232441] evm: security.SMACK64TRANSMUTE\n[ 0.233304] evm: security.SMACK64MMAP\n[ 0.234087] evm: security.ima\n[ 0.234763] evm: security.capability\n[ 0.235616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.237595] pinctrl core: initialized pinctrl subsystem\n[ 0.238760] RTC time: 16:10:43, date: 07/21/18\n[ 0.239779] NET: Registered protocol family 16\n[ 0.240829] cpuidle: using governor ladder\n[ 0.241713] cpuidle: using governor menu\n[ 0.242556] PCCT header not found.\n[ 0.243356] ACPI: bus type PCI registered\n[ 0.244200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.245521] PCI: Using configuration type 1 for base access\n[ 0.247372] ACPI: Added _OSI(Module Device)\n[ 0.248266] ACPI: Added _OSI(Processor Device)\n[ 0.249178] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250134] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252031] ACPI: Interpreter enabled\n[ 0.252844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.254794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.256752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.258715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260676] ACPI: (supports S0 S5)\n[ 0.261420] ACPI: Using IOAPIC for interrupt routing\n[ 0.262422] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265645] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266866] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269466] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271828] acpiphp: Slot [3] registered\n[ 0.272686] acpiphp: Slot [4] registered\n[ 0.273546] acpiphp: Slot [5] registered\n[ 0.274395] acpiphp: Slot [6] registered\n[ 0.275239] acpiphp: Slot [7] registered\n[ 0.276092] acpiphp: Slot [8] registered\n[ 0.276950] acpiphp: Slot [9] registered\n[ 0.277799] acpiphp: Slot [10] registered\n[ 0.278659] acpiphp: Slot [11] registered\n[ 0.279524] acpiphp: Slot [12] registered\n[ 0.280383] acpiphp: Slot [13] registered\n[ 0.281235] acpiphp: Slot [14] registered\n[ 0.282096] acpiphp: Slot [15] registered\n[ 0.293177] acpiphp: Slot [16] registered\n[ 0.294047] acpiphp: Slot [17] registered\n[ 0.294909] acpiphp: Slot [18] registered\n[ 0.295764] acpiphp: Slot [19] registered\n[ 0.296621] acpiphp: Slot [20] registered\n[ 0.297498] acpiphp: Slot [21] registered\n[ 0.298355] acpiphp: Slot [22] registered\n[ 0.299209] acpiphp: Slot [23] registered\n[ 0.300068] acpiphp: Slot [24] registered\n[ 0.300927] acpiphp: Slot [25] registered\n[ 0.301784] acpiphp: Slot [26] registered\n[ 0.302713] acpiphp: Slot [27] registered\n[ 0.303575] acpiphp: Slot [28] registered\n[ 0.304433] acpiphp: Slot [29] registered\n[ 0.305286] acpiphp: Slot [30] registered\n[ 0.306141] acpiphp: Slot [31] registered\n[ 0.306998] PCI host bridge to bus 0000:00\n[ 0.307858] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309147] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310451] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.311980] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313515] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315079] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.319941] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321191] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326209] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347460] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349756] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351273] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352773] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354253] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355598] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356967] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358093] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359736] vgaarb: loaded\n[ 0.360369] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361655] SCSI subsystem initialized\n[ 0.362609] ACPI: bus type USB registered\n[ 0.363489] usbcore: registered new interface driver usbfs\n[ 0.364589] usbcore: registered new interface driver hub\n[ 0.365675] usbcore: registered new device driver usb\n[ 0.366842] PCI: Using ACPI for IRQ routing\n[ 0.368012] NetLabel: Initializing\n[ 0.368782] NetLabel: domain hash size = 128\n[ 0.369702] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370740] NetLabel: unlabeled traffic allowed by default\n[ 0.371966] clocksource: Switched to clocksource kvm-clock\n[ 0.380158] AppArmor: AppArmor Filesystem Enabled\n[ 0.381197] pnp: PnP ACPI init\n[ 0.382188] pnp: PnP ACPI: found 5 devices\n[ 0.388640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390468] NET: Registered protocol family 2\n[ 0.391573] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392960] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394249] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.395529] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.396697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397960] NET: Registered protocol family 1\n[ 0.398902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400082] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401241] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429544] Trying to unpack rootfs image as initramfs...\n[ 0.486665] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488446] Scanning for low memory corruption every 60 seconds\n[ 0.489896] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.491137] audit: initializing netlink subsys (disabled)\n[ 0.492273] audit: type=2000 audit(1532189443.580:1): initialized\n[ 0.493686] Initialise system trusted keyring\n[ 0.494693] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495936] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498140] zbud: loaded\n[ 0.498912] VFS: Disk quotas dquot_6.6.0\n[ 0.499787] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.501479] fuse init (API version 7.23)\n[ 0.502437] Key type big_key registered\n[ 0.503289] Allocating IMA MOK and blacklist keyrings.\n[ 0.504588] Key type asymmetric registered\n[ 0.505463] Asymmetric key parser 'x509' registered\n[ 0.506483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508072] io scheduler noop registered\n[ 0.508914] io scheduler deadline registered (default)\n[ 0.509974] io scheduler cfq registered\n[ 0.510872] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513359] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.514894] ACPI: Power Button [PWRF]\n[ 0.515808] GHES: HEST is not enabled!\n[ 0.529549] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557614] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585943] Linux agpgart interface v0.103\n[ 0.588711] brd: module loaded\n[ 0.590470] loop: module loaded\n[ 0.594226] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595773] GPT:90111 != 2097151\n[ 0.596510] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597695] GPT:90111 != 2097151\n[ 0.600234] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601488] vda: vda1 vda15\n[ 0.603791] scsi host0: ata_piix\n[ 0.604667] scsi host1: ata_piix\n[ 0.605455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.606787] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.608423] libphy: Fixed MDIO Bus: probed\n[ 0.609329] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613184] PPP generic driver version 2.4.2\n[ 0.614190] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615525] ehci-pci: EHCI PCI platform driver\n[ 0.616493] ehci-platform: EHCI generic platform driver\n[ 0.617586] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.618832] ohci-pci: OHCI PCI platform driver\n[ 0.619787] ohci-platform: OHCI generic platform driver\n[ 0.620889] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635328] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636429] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638029] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639144] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.640405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.641753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.643290] usb usb1: Product: UHCI Host Controller\n[ 0.644291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.645542] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.646625] hub 1-0:1.0: USB hub found\n[ 0.647489] hub 1-0:1.0: 2 ports detected\n[ 0.648527] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.650834] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.651887] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653030] mousedev: PS/2 mouse device common for all mice\n[ 0.654618] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.656637] rtc_cmos 00:00: RTC can wake from S4\n[ 0.657858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659158] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660465] i2c /dev entries driver\n[ 0.661317] device-mapper: uevent: version 1.0.3\n[ 0.662380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664175] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.665761] NET: Registered protocol family 10\n[ 0.666985] NET: Registered protocol family 17\n[ 0.667989] Key type dns_resolver registered\n[ 0.669084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670296] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672243] registered taskstats version 1\n[ 0.673155] Loading compiled-in X.509 certificates\n[ 0.674712] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676756] zswap: loaded using pool lzo/zbud\n[ 0.678542] Key type trusted registered\n[ 0.680471] Key type encrypted registered\n[ 0.681369] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682508] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683683] evm: HMAC attrs: 0x1\n[ 0.684769] Magic number: 10:896:186\n[ 0.685722] rtc_cmos 00:00: setting system clock to 2018-07-21 16:10:43 UTC (1532189443)\n[ 0.687486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688709] EDD information not available.\n[ 0.765415] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.777384] Write protecting the kernel read-only data: 14336k\n[ 0.779599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781548] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827573] 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC84L/qW933EP2KtQf/ynO1PYHk0r8TP7i3Wz9ELOJflWya9IeqpEftQsAURAAgq7JGXjJGx8RY2l4SCuX2+7I2KfJJLTat72A/4yoWxoPffcWgQPVnysL/9DUYoEnk35qyaA5bxFBYwY0VzXMI09wswEhFmE8VnZe0QCbB8ylqEpfKPRRwDljkrzbLoDomj9hmVuRWD4oxf3vwus5PQyI7oXGsSak4p3x/1+MjHu1YXZFpEVxv2bl4w5yCgf+Q03TxR/+91QA/fj8m9JRN5IcB6fujc4Qr5qDuYGxp637+pD5sdPgliWLy7JGsr3Oag3hkb25INxlOkG4Skj761KpP root@vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6\nssh-dss AAAAB3NzaC1kc3MAAACBAIiTwBorOyRnwRoPvp99CIXMvQOEgSW7TdhlEXMe8m1iGM1wjisIIOguBUk6Mfks1rj0T9Gwfucy0b86qxLIQJEKOjpMQGPi/QfEx/+2Tp38TJI7Oz99dCoizYJOPjuIwR6eTfSjMbuvnJM34Em/Du3w1neDJwsgDls7t/z4+t9jAAAAFQDZ8aMN2vEkpKFp6DwxthA8DrdfsQAAAIAHXpvZm5nO9DsYjcMxO+F8DFi2EdkbQB8Xbwy+IeVBryq4b7Sqy8f+h8RHPC2YB1h0GYK8+2l6d6R+OWJA4ULHs+vglRbJdKuTPlnHX5OSY0PR9ea1+LlDrosrQaN9lY1kRSb4L3RmnmhIm1Sb/XVkA2/pPLwaPHwfydt+YfMU8wAAAIAK1eA4EJxxJOg2kyBJa8wlLFGMjdLGIQ0EGPfZv+axbiKAW0rmTKNB1Ps0BJtYMkX/Ge9X69cA9fErr7atwDgCw4Ja/w15iz9vFMZqlVgzgyMod+6kAn0MjsD+OJI3ZXotDUq2kkUiNf0eGHcBdnem8WhOM4hRQdEX52Z7WegqMA== root@vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6\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.8,24,fe80::f816:3eff:fe7a:7126/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.19 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6 login: "} 2018-07-21 16:10:48,566 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e/action used request id req-52c8bf48-d5dd-4326-a919-218ebd358a5f 2018-07-21 16:10:48,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.675597190857s 2018-07-21 16:10:48,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e/action used request id req-52c8bf48-d5dd-4326-a919-218ebd358a5f 2018-07-21 16:10:48,567 - 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 464880057 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.141419] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.143165] pid_max: default: 32768 minimum: 301 [ 0.144117] ACPI: Core revision 20150930 [ 0.145553] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146948] Security Framework initialized [ 0.147827] Yama: becoming mindful. [ 0.148628] AppArmor: AppArmor initialized [ 0.149538] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.150945] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152303] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153591] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155090] Initializing cgroup subsys io [ 0.155958] Initializing cgroup subsys memory [ 0.156883] Initializing cgroup subsys devices [ 0.157809] Initializing cgroup subsys freezer [ 0.158732] Initializing cgroup subsys net_cls [ 0.159657] Initializing cgroup subsys perf_event [ 0.160642] Initializing cgroup subsys net_prio [ 0.161585] Initializing cgroup subsys hugetlb [ 0.162504] Initializing cgroup subsys pids [ 0.163426] CPU: Physical Processor ID: 0 [ 0.164997] mce: CPU supports 10 MCE banks [ 0.165898] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.166958] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183376] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189519] ftrace: allocating 31920 entries in 125 pages [ 0.214480] smpboot: Max logical packages: 1 [ 0.215384] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216818] x2apic enabled [ 0.217659] Switched APIC routing to physical x2apic. [ 0.219446] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220644] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222846] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224758] KVM setup paravirtual spinlock [ 0.226103] x86: Booted up 1 node, 1 CPUs [ 0.226960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228432] devtmpfs: initialized [ 0.230182] evm: security.selinux [ 0.230920] evm: security.SMACK64 [ 0.231654] evm: security.SMACK64EXEC [ 0.232441] evm: security.SMACK64TRANSMUTE [ 0.233304] evm: security.SMACK64MMAP [ 0.234087] evm: security.ima [ 0.234763] evm: security.capability [ 0.235616] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237595] pinctrl core: initialized pinctrl subsystem [ 0.238760] RTC time: 16:10:43, date: 07/21/18 [ 0.239779] NET: Registered protocol family 16 [ 0.240829] cpuidle: using governor ladder [ 0.241713] cpuidle: using governor menu [ 0.242556] PCCT header not found. [ 0.243356] ACPI: bus type PCI registered [ 0.244200] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245521] PCI: Using configuration type 1 for base access [ 0.247372] ACPI: Added _OSI(Module Device) [ 0.248266] ACPI: Added _OSI(Processor Device) [ 0.249178] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250134] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252031] ACPI: Interpreter enabled [ 0.252844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.254794] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.256752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.258715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260676] ACPI: (supports S0 S5) [ 0.261420] ACPI: Using IOAPIC for interrupt routing [ 0.262422] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265645] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266866] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.268196] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269466] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271828] acpiphp: Slot [3] registered [ 0.272686] acpiphp: Slot [4] registered [ 0.273546] acpiphp: Slot [5] registered [ 0.274395] acpiphp: Slot [6] registered [ 0.275239] acpiphp: Slot [7] registered [ 0.276092] acpiphp: Slot [8] registered [ 0.276950] acpiphp: Slot [9] registered [ 0.277799] acpiphp: Slot [10] registered [ 0.278659] acpiphp: Slot [11] registered [ 0.279524] acpiphp: Slot [12] registered [ 0.280383] acpiphp: Slot [13] registered [ 0.281235] acpiphp: Slot [14] registered [ 0.282096] acpiphp: Slot [15] registered [ 0.293177] acpiphp: Slot [16] registered [ 0.294047] acpiphp: Slot [17] registered [ 0.294909] acpiphp: Slot [18] registered [ 0.295764] acpiphp: Slot [19] registered [ 0.296621] acpiphp: Slot [20] registered [ 0.297498] acpiphp: Slot [21] registered [ 0.298355] acpiphp: Slot [22] registered [ 0.299209] acpiphp: Slot [23] registered [ 0.300068] acpiphp: Slot [24] registered [ 0.300927] acpiphp: Slot [25] registered [ 0.301784] acpiphp: Slot [26] registered [ 0.302713] acpiphp: Slot [27] registered [ 0.303575] acpiphp: Slot [28] registered [ 0.304433] acpiphp: Slot [29] registered [ 0.305286] acpiphp: Slot [30] registered [ 0.306141] acpiphp: Slot [31] registered [ 0.306998] PCI host bridge to bus 0000:00 [ 0.307858] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.309147] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.310451] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311980] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313515] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315079] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318578] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.319941] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321191] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.322540] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.326209] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328032] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.347460] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349756] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351273] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.352773] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354253] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355598] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.356967] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358093] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.359736] vgaarb: loaded [ 0.360369] vgaarb: bridge control possible 0000:00:02.0 [ 0.361655] SCSI subsystem initialized [ 0.362609] ACPI: bus type USB registered [ 0.363489] usbcore: registered new interface driver usbfs [ 0.364589] usbcore: registered new interface driver hub [ 0.365675] usbcore: registered new device driver usb [ 0.366842] PCI: Using ACPI for IRQ routing [ 0.368012] NetLabel: Initializing [ 0.368782] NetLabel: domain hash size = 128 [ 0.369702] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.370740] NetLabel: unlabeled traffic allowed by default [ 0.371966] clocksource: Switched to clocksource kvm-clock [ 0.380158] AppArmor: AppArmor Filesystem Enabled [ 0.381197] pnp: PnP ACPI init [ 0.382188] pnp: PnP ACPI: found 5 devices [ 0.388640] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.390468] NET: Registered protocol family 2 [ 0.391573] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.392960] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394249] TCP: Hash tables configured (established 4096 bind 4096) [ 0.395529] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.396697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.397960] NET: Registered protocol family 1 [ 0.398902] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400082] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401241] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415359] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.429544] Trying to unpack rootfs image as initramfs... [ 0.486665] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488446] Scanning for low memory corruption every 60 seconds [ 0.489896] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491137] audit: initializing netlink subsys (disabled) [ 0.492273] audit: type=2000 audit(1532189443.580:1): initialized [ 0.493686] Initialise system trusted keyring [ 0.494693] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495936] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498140] zbud: loaded [ 0.498912] VFS: Disk quotas dquot_6.6.0 [ 0.499787] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501479] fuse init (API version 7.23) [ 0.502437] Key type big_key registered [ 0.503289] Allocating IMA MOK and blacklist keyrings. [ 0.504588] Key type asymmetric registered [ 0.505463] Asymmetric key parser 'x509' registered [ 0.506483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.508072] io scheduler noop registered [ 0.508914] io scheduler deadline registered (default) [ 0.509974] io scheduler cfq registered [ 0.510872] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512002] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513359] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514894] ACPI: Power Button [PWRF] [ 0.515808] GHES: HEST is not enabled! [ 0.529549] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557614] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559821] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.585943] Linux agpgart interface v0.103 [ 0.588711] brd: module loaded [ 0.590470] loop: module loaded [ 0.594226] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595773] GPT:90111 != 2097151 [ 0.596510] GPT:Alternate GPT header not at the end of the disk. [ 0.597695] GPT:90111 != 2097151 [ 0.600234] GPT: Use GNU Parted to correct GPT errors. [ 0.601488] vda: vda1 vda15 [ 0.603791] scsi host0: ata_piix [ 0.604667] scsi host1: ata_piix [ 0.605455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.606787] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.608423] libphy: Fixed MDIO Bus: probed [ 0.609329] tun: Universal TUN/TAP device driver, 1.6 [ 0.610374] tun: (C) 1999-2004 Max Krasnyansky [ 0.613184] PPP generic driver version 2.4.2 [ 0.614190] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615525] ehci-pci: EHCI PCI platform driver [ 0.616493] ehci-platform: EHCI generic platform driver [ 0.617586] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.618832] ohci-pci: OHCI PCI platform driver [ 0.619787] ohci-platform: OHCI generic platform driver [ 0.620889] uhci_hcd: USB Universal Host Controller Interface driver [ 0.635328] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.636429] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.638029] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.639144] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.640405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.641753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.643290] usb usb1: Product: UHCI Host Controller [ 0.644291] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.645542] usb usb1: SerialNumber: 0000:00:01.2 [ 0.646625] hub 1-0:1.0: USB hub found [ 0.647489] hub 1-0:1.0: 2 ports detected [ 0.648527] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.650834] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.651887] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.653030] mousedev: PS/2 mouse device common for all mice [ 0.654618] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.656637] rtc_cmos 00:00: RTC can wake from S4 [ 0.657858] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.659158] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.660465] i2c /dev entries driver [ 0.661317] device-mapper: uevent: version 1.0.3 [ 0.662380] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.664175] ledtrig-cpu: registered to indicate activity on CPUs [ 0.665761] NET: Registered protocol family 10 [ 0.666985] NET: Registered protocol family 17 [ 0.667989] Key type dns_resolver registered [ 0.669084] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.670296] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.672243] registered taskstats version 1 [ 0.673155] Loading compiled-in X.509 certificates [ 0.674712] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.676756] zswap: loaded using pool lzo/zbud [ 0.678542] Key type trusted registered [ 0.680471] Key type encrypted registered [ 0.681369] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682508] ima: No TPM chip found, activating TPM-bypass! [ 0.683683] evm: HMAC attrs: 0x1 [ 0.684769] Magic number: 10:896:186 [ 0.685722] rtc_cmos 00:00: setting system clock to 2018-07-21 16:10:43 UTC (1532189443) [ 0.687486] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688709] EDD information not available. [ 0.765415] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.777384] Write protecting the kernel read-only data: 14336k [ 0.779599] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.781548] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827573] 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.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000004 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC84L/qW933EP2KtQf/ynO1PYHk0r8TP7i3Wz9ELOJflWya9IeqpEftQsAURAAgq7JGXjJGx8RY2l4SCuX2+7I2KfJJLTat72A/4yoWxoPffcWgQPVnysL/9DUYoEnk35qyaA5bxFBYwY0VzXMI09wswEhFmE8VnZe0QCbB8ylqEpfKPRRwDljkrzbLoDomj9hmVuRWD4oxf3vwus5PQyI7oXGsSak4p3x/1+MjHu1YXZFpEVxv2bl4w5yCgf+Q03TxR/+91QA/fj8m9JRN5IcB6fujc4Qr5qDuYGxp637+pD5sdPgliWLy7JGsr3Oag3hkb25INxlOkG4Skj761KpP root@vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6 ssh-dss AAAAB3NzaC1kc3MAAACBAIiTwBorOyRnwRoPvp99CIXMvQOEgSW7TdhlEXMe8m1iGM1wjisIIOguBUk6Mfks1rj0T9Gwfucy0b86qxLIQJEKOjpMQGPi/QfEx/+2Tp38TJI7Oz99dCoizYJOPjuIwR6eTfSjMbuvnJM34Em/Du3w1neDJwsgDls7t/z4+t9jAAAAFQDZ8aMN2vEkpKFp6DwxthA8DrdfsQAAAIAHXpvZm5nO9DsYjcMxO+F8DFi2EdkbQB8Xbwy+IeVBryq4b7Sqy8f+h8RHPC2YB1h0GYK8+2l6d6R+OWJA4ULHs+vglRbJdKuTPlnHX5OSY0PR9ea1+LlDrosrQaN9lY1kRSb4L3RmnmhIm1Sb/XVkA2/pPLwaPHwfydt+YfMU8wAAAIAK1eA4EJxxJOg2kyBJa8wlLFGMjdLGIQ0EGPfZv+axbiKAW0rmTKNB1Ps0BJtYMkX/Ge9X69cA9fErr7atwDgCw4Ja/w15iz9vFMZqlVgzgyMod+6kAn0MjsD+OJI3ZXotDUq2kkUiNf0eGHcBdnem8WhOM4hRQdEX52Z7WegqMA== root@vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6 -----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.8,24,fe80::f816:3eff:fe7a:7126/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.19 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-944b06ee-64ab-4602-ab77-3f78680a75e6 login: 2018-07-21 16:10:49,569 - paramiko.transport - DEBUG - starting thread (client mode): 0xac604810L 2018-07-21 16:10:49,569 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 16:10:49,569 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-21 16:10:49,570 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-21 16:10:49,571 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 16:10:49,571 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 16:10:49,571 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-21 16:10:49,571 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 16:10:49,571 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 16:10:49,571 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 16:10:49,589 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 16:10:49,590 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 16:10:49,601 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.208: 227cea71ebb098e48b2cabcd1a7157f5 2018-07-21 16:10:49,602 - paramiko.transport - DEBUG - Trying discovered key b471d3e5d82bc0a737b1968add416e58 in /tmp/tmp4nmHNj 2018-07-21 16:10:49,628 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 16:10:49,634 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-21 16:10:49,635 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-21 16:10:49,636 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-21 16:10:49,636 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-21 16:10:49,637 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-21 16:10:49,641 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-21 16:10:49,641 - functest.opnfv_tests.openstack.vping.vping_ssh - DEBUG - output: PING 192.168.120.3 (192.168.120.3): 56 data bytes 64 bytes from 192.168.120.3: seq=0 ttl=64 time=1.648 ms --- 192.168.120.3 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.648/1.648/1.648 ms 2018-07-21 16:10:49,646 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-21 16:10:49,758 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:10:49,758 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:10:49,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:10:49,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:49,911 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:10: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-fa11486a-6698-4aa5-84c7-85e60839b110 x-compute-request-id: req-fa11486a-6698-4aa5-84c7-85e60839b110 Content-Type: application/json 2018-07-21 16:10:49,912 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7 used request id req-fa11486a-6698-4aa5-84c7-85e60839b110 2018-07-21 16:10:49,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.147567987442s 2018-07-21 16:10:49,912 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7 used request id req-fa11486a-6698-4aa5-84c7-85e60839b110 2018-07-21 16:10:49,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:49,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:50,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-990b7a08-da76-4047-930d-307c287eacfa x-compute-request-id: req-990b7a08-da76-4047-930d-307c287eacfa Content-Encoding: gzip Content-Length: 898 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:42.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:42Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fc:c9", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6342cf2b-91ca-4453-a15d-da96e6f907e7", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:30.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "6342cf2b-91ca-4453-a15d-da96e6f907e7", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:49Z", "hostId": "383ff3f3622f3332e92aea26310333d5a9789a640a4885dcb040fc60", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:23Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:50,165 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-990b7a08-da76-4047-930d-307c287eacfa 2018-07-21 16:10:50,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.252722978592s 2018-07-21 16:10:50,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-990b7a08-da76-4047-930d-307c287eacfa 2018-07-21 16:10:50,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:52,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:52,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:52,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-fbeb221f-ace0-44d1-9c51-aa4890661326 x-compute-request-id: req-fbeb221f-ace0-44d1-9c51-aa4890661326 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:42.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:42Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:52,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fbeb221f-ace0-44d1-9c51-aa4890661326 2018-07-21 16:10:52,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.332842826843s 2018-07-21 16:10:52,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fbeb221f-ace0-44d1-9c51-aa4890661326 2018-07-21 16:10:52,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-21 16:10:52,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c0e067fe-68cf-44f2-ad88-9bda95bce1ac.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:53,494 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6cdc6f5e-ef6c-453a-952c-3afb79cce1e5 Content-Length: 0 Date: Sat, 21 Jul 2018 16:10:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:53,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c0e067fe-68cf-44f2-ad88-9bda95bce1ac.json used request id req-6cdc6f5e-ef6c-453a-952c-3afb79cce1e5 2018-07-21 16:10:53,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.987049818039s 2018-07-21 16:10:53,495 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c0e067fe-68cf-44f2-ad88-9bda95bce1ac.json used request id req-6cdc6f5e-ef6c-453a-952c-3afb79cce1e5 2018-07-21 16:10:53,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:10:53,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:53,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8907d633-e837-41d7-bb9c-a46a42e09d8e Date: Sat, 21 Jul 2018 16:10:53 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:10:53,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8907d633-e837-41d7-bb9c-a46a42e09d8e 2018-07-21 16:10:53,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0472548007965s 2018-07-21 16:10:53,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-8907d633-e837-41d7-bb9c-a46a42e09d8e 2018-07-21 16:10:53,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:10:53,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:53,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:10:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-657547ac-533b-4194-a228-fb6fc29ca5d0 x-compute-request-id: req-657547ac-533b-4194-a228-fb6fc29ca5d0 Content-Type: application/json 2018-07-21 16:10:53,714 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e used request id req-657547ac-533b-4194-a228-fb6fc29ca5d0 2018-07-21 16:10:53,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.165867090225s 2018-07-21 16:10:53,715 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e used request id req-657547ac-533b-4194-a228-fb6fc29ca5d0 2018-07-21 16:10:53,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:53,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:54,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-4f72b9b6-4672-4388-87ee-c5c678d428a2 x-compute-request-id: req-4f72b9b6-4672-4388-87ee-c5c678d428a2 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:71:26", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/5611f007-145a-4e3d-b30c-f84c267c661e", "rel": "bookmark"}], "image": {"id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "links": [{"href": "http://172.30.9.23:8774/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:10:42.000000", "flavor": {"id": "faee2834-5ba4-4277-b24b-5acc125ee9b2", "links": [{"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "bookmark"}]}, "id": "5611f007-145a-4e3d-b30c-f84c267c661e", "security_groups": [{"name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}], "user_id": "e983a372246d47ffb9713b553fa25eeb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:10:53Z", "hostId": "ccf9eadada7cabca7fcf25e64a4f2b6351922b4161e5b7a9a6510b44", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6", "name": "vping_ssh-vm_944b06ee-64ab-4602-ab77-3f78680a75e6", "created": "2018-07-21T16:10:34Z", "tenant_id": "08edf223c9044c028a8723285d1d0646", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:10:54,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4f72b9b6-4672-4388-87ee-c5c678d428a2 2018-07-21 16:10:54,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364849090576s 2018-07-21 16:10:54,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4f72b9b6-4672-4388-87ee-c5c678d428a2 2018-07-21 16:10:54,082 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:10:56,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:10:56,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:56,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:10: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-fdea6656-e40f-4e98-aaf0-1bb8dcb16a8d x-compute-request-id: req-fdea6656-e40f-4e98-aaf0-1bb8dcb16a8d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 16:10:56,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fdea6656-e40f-4e98-aaf0-1bb8dcb16a8d 2018-07-21 16:10:56,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0814309120178s 2018-07-21 16:10:56,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fdea6656-e40f-4e98-aaf0-1bb8dcb16a8d 2018-07-21 16:10:56,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:10:56,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:56,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-9f327cd1-b640-414f-b0e0-c5d27a318ba5 Date: Sat, 21 Jul 2018 16:10:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:15Z", "updated_at": "2018-07-21T16:10:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "40d81d38-9171-4c24-a1df-5bfe396b1b35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7376d7a5-0bf0-4ea3-9244-7e998c95c78c", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7cac188a-d7c1-43ee-8e9e-becffe4de0ac", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "eb99ed75-f310-4156-9c5d-f30bbf4b571b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6133515c-277e-4362-a553-4e3bcb8baf72", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:21Z", "updated_at": "2018-07-21T16:10:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "2fdb4d68-12f3-4325-b51c-e0c38fb4ed7e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "a1a178b3-4b08-451b-a5c9-358124b9f7b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": 22, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:22Z", "revision_number": 0, "id": "bca4174e-91ce-4213-b715-255b3381f49f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:22Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:21Z", "revision_number": 0, "id": "d35a996f-b567-4749-ab31-230e7c18546e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:21Z", "security_group_id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 3, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "dda510c1-c736-45b8-a5d8-5285b9e02ffe", "name": "vping_ssh-sg_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:56,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9f327cd1-b640-414f-b0e0-c5d27a318ba5 2018-07-21 16:10:56,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.05424284935s 2018-07-21 16:10:56,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9f327cd1-b640-414f-b0e0-c5d27a318ba5 2018-07-21 16:10:56,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 16:10:56,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/dda510c1-c736-45b8-a5d8-5285b9e02ffe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:56,420 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d509b4da-7187-4471-a0ed-ee6b956c5c96 Content-Length: 0 Date: Sat, 21 Jul 2018 16:10:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:56,420 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dda510c1-c736-45b8-a5d8-5285b9e02ffe.json used request id req-d509b4da-7187-4471-a0ed-ee6b956c5c96 2018-07-21 16:10:56,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.192192792892s 2018-07-21 16:10:56,420 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/dda510c1-c736-45b8-a5d8-5285b9e02ffe.json used request id req-d509b4da-7187-4471-a0ed-ee6b956c5c96 2018-07-21 16:10:56,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 16:10:56,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:56,455 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:10: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-4b09457f-cad5-4257-ab6c-c1411297e689 x-compute-request-id: req-4b09457f-cad5-4257-ab6c-c1411297e689 Content-Length: 0 Content-Type: application/json 2018-07-21 16:10:56,455 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6 used request id req-4b09457f-cad5-4257-ab6c-c1411297e689 2018-07-21 16:10:56,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0348041057587s 2018-07-21 16:10:56,456 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vping_ssh-kp_944b06ee-64ab-4602-ab77-3f78680a75e6 used request id req-4b09457f-cad5-4257-ab6c-c1411297e689 2018-07-21 16:10:56,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:10:56,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9/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}e4269219c8f402b90e544b337f92c51c7b807d6a" -d '{"subnet_id": "4a709c63-85b6-4deb-9517-a98319acadfa"}' 2018-07-21 16:10:58,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-15161983-552a-4976-a28b-e0cb34c53e60 Date: Sat, 21 Jul 2018 16:10:58 GMT RESP BODY: {"network_id": "ec281990-41af-44cb-9847-ff9c5731855b", "tenant_id": "08edf223c9044c028a8723285d1d0646", "subnet_id": "4a709c63-85b6-4deb-9517-a98319acadfa", "subnet_ids": ["4a709c63-85b6-4deb-9517-a98319acadfa"], "port_id": "da5832ec-bd18-4e1d-a70d-3217991c6eea", "id": "6cc5942f-ad4e-4507-b55d-f6dd03383ab9"} 2018-07-21 16:10:58,198 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9/remove_router_interface.json used request id req-15161983-552a-4976-a28b-e0cb34c53e60 2018-07-21 16:10:58,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.74193787575s 2018-07-21 16:10:58,199 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9/remove_router_interface.json used request id req-15161983-552a-4976-a28b-e0cb34c53e60 returning object 6cc5942f-ad4e-4507-b55d-f6dd03383ab9 2018-07-21 16:10:58,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:10:58,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:58,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-316b9729-74a7-497f-8bbc-e76025c6b106 Date: Sat, 21 Jul 2018 16:10:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:16Z", "admin_state_up": true, "updated_at": "2018-07-21T16:10:57Z", "revision_number": 4, "routes": [], "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6cc5942f-ad4e-4507-b55d-f6dd03383ab9", "name": "vping_ssh-router_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:58,313 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-316b9729-74a7-497f-8bbc-e76025c6b106 2018-07-21 16:10:58,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113847970963s 2018-07-21 16:10:58,313 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-316b9729-74a7-497f-8bbc-e76025c6b106 2018-07-21 16:10:58,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:10:58,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:59,632 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03c1dfbd-5858-4770-a5af-7338d0ea3121 Content-Length: 0 Date: Sat, 21 Jul 2018 16:10:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:10:59,633 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9.json used request id req-03c1dfbd-5858-4770-a5af-7338d0ea3121 2018-07-21 16:10:59,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31792593002s 2018-07-21 16:10:59,633 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/6cc5942f-ad4e-4507-b55d-f6dd03383ab9.json used request id req-03c1dfbd-5858-4770-a5af-7338d0ea3121 2018-07-21 16:10:59,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:10:59,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:10:59,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8ff36bc9-e8b6-4202-8fb4-f863266f11a4 Date: Sat, 21 Jul 2018 16:10:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ec281990-41af-44cb-9847-ff9c5731855b","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:10:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"08edf223c9044c028a8723285d1d0646","id":"4a709c63-85b6-4deb-9517-a98319acadfa","subnetpool_id":null,"name":"vping_ssh-subnet_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:10:59,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-8ff36bc9-e8b6-4202-8fb4-f863266f11a4 2018-07-21 16:10:59,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.050125837326s 2018-07-21 16:10:59,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-8ff36bc9-e8b6-4202-8fb4-f863266f11a4 2018-07-21 16:10:59,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:10:59,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/4a709c63-85b6-4deb-9517-a98319acadfa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:11:00,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d5d051df-fff3-4cd0-b4b2-e89a9d5bae2f Date: Sat, 21 Jul 2018 16:11:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:11:00,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4a709c63-85b6-4deb-9517-a98319acadfa.json used request id req-d5d051df-fff3-4cd0-b4b2-e89a9d5bae2f 2018-07-21 16:11:00,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.14048194885s 2018-07-21 16:11:00,826 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4a709c63-85b6-4deb-9517-a98319acadfa.json used request id req-d5d051df-fff3-4cd0-b4b2-e89a9d5bae2f 2018-07-21 16:11:00,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:00,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:11:00,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-e2a8d5bc-5d45-4bac-a558-01de21b7674f Date: Sat, 21 Jul 2018 16:11:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:11:00Z","tenant_id":"08edf223c9044c028a8723285d1d0646","created_at":"2018-07-21T16:10:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"08edf223c9044c028a8723285d1d0646","id":"ec281990-41af-44cb-9847-ff9c5731855b","name":"vping_ssh-net_944b06ee-64ab-4602-ab77-3f78680a75e6"}]} 2018-07-21 16:11:00,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e2a8d5bc-5d45-4bac-a558-01de21b7674f 2018-07-21 16:11:00,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.118637084961s 2018-07-21 16:11:00,946 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e2a8d5bc-5d45-4bac-a558-01de21b7674f 2018-07-21 16:11:00,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:11:00,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/ec281990-41af-44cb-9847-ff9c5731855b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:11:02,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9561524-a64e-4aa7-b0be-580cec36771e Date: Sat, 21 Jul 2018 16:11:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:11:02,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ec281990-41af-44cb-9847-ff9c5731855b.json used request id req-b9561524-a64e-4aa7-b0be-580cec36771e 2018-07-21 16:11:02,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.25655913353s 2018-07-21 16:11:02,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/ec281990-41af-44cb-9847-ff9c5731855b.json used request id req-b9561524-a64e-4aa7-b0be-580cec36771e 2018-07-21 16:11:02,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:02,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:11:02,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-cf79b6eb-bf72-472f-afa1-7cedf55399d2 Date: Sat, 21 Jul 2018 16:11:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/snap", "metadata": {}}], "file": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/file", "owner": "08edf223c9044c028a8723285d1d0646", "id": "04f10bd3-e34f-4256-a152-b566f17d7f7c", "size": 12716032, "self": "/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/04f10bd3-e34f-4256-a152-b566f17d7f7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:10:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_944b06ee-64ab-4602-ab77-3f78680a75e6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:10:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:02,887 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cf79b6eb-bf72-472f-afa1-7cedf55399d2 2018-07-21 16:11:02,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.678906917572s 2018-07-21 16:11:02,887 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-cf79b6eb-bf72-472f-afa1-7cedf55399d2 2018-07-21 16:11:02,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:11:02,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e4269219c8f402b90e544b337f92c51c7b807d6a" 2018-07-21 16:11:03,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cbf5abca-085c-44e3-bec6-cae3a41fc8f9 Date: Sat, 21 Jul 2018 16:11:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:11:03,477 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c used request id req-cbf5abca-085c-44e3-bec6-cae3a41fc8f9 2018-07-21 16:11:03,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.588620901108s 2018-07-21 16:11:03,478 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/04f10bd3-e34f-4256-a152-b566f17d7f7c used request id req-cbf5abca-085c-44e3-bec6-cae3a41fc8f9 2018-07-21 16:11:03,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:11:03,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:03,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03a39673-e547-4da5-a7d3-75cda8939ea9 x-compute-request-id: req-03a39673-e547-4da5-a7d3-75cda8939ea9 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2", "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": "faee2834-5ba4-4277-b24b-5acc125ee9b2"}]} 2018-07-21 16:11:03,505 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-03a39673-e547-4da5-a7d3-75cda8939ea9 2018-07-21 16:11:03,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263240337372s 2018-07-21 16:11:03,505 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-03a39673-e547-4da5-a7d3-75cda8939ea9 2018-07-21 16:11:03,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:11:03,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:03,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:11: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-f34652bb-b2d7-4182-a905-c174fc48d8ec x-compute-request-id: req-f34652bb-b2d7-4182-a905-c174fc48d8ec Content-Length: 0 Content-Type: application/json 2018-07-21 16:11:03,535 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2 used request id req-f34652bb-b2d7-4182-a905-c174fc48d8ec 2018-07-21 16:11:03,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0285108089447s 2018-07-21 16:11:03,535 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/faee2834-5ba4-4277-b24b-5acc125ee9b2 used request id req-f34652bb-b2d7-4182-a905-c174fc48d8ec 2018-07-21 16:11:03,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:11:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:03,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30b7e5a4-b321-4a5b-856a-b23fa7c3f662 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": {"self": "http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e983a372246d47ffb9713b553fa25eeb", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:11:03,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-30b7e5a4-b321-4a5b-856a-b23fa7c3f662 2018-07-21 16:11:03,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115657091141s 2018-07-21 16:11:03,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-30b7e5a4-b321-4a5b-856a-b23fa7c3f662 2018-07-21 16:11:03,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:11:03,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:03,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15687f6d-d052-4c66-b3ac-ea497a852684 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_944b06ee-64ab-4602-ab77-3f78680a75e6", "links": {"self": "http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e983a372246d47ffb9713b553fa25eeb", "description": null}} 2018-07-21 16:11:03,768 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb used request id req-15687f6d-d052-4c66-b3ac-ea497a852684 2018-07-21 16:11:03,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110486984253s 2018-07-21 16:11:03,769 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb used request id req-15687f6d-d052-4c66-b3ac-ea497a852684 2018-07-21 16:11:03,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 16:11:03,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:03,952 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8820458f-cc89-4081-9c9c-f1f3f15438b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:11:03,952 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb used request id req-8820458f-cc89-4081-9c9c-f1f3f15438b7 2018-07-21 16:11:03,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.182648897171s 2018-07-21 16:11:03,953 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/e983a372246d47ffb9713b553fa25eeb used request id req-8820458f-cc89-4081-9c9c-f1f3f15438b7 2018-07-21 16:11:03,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:11:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:04,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7312baaf-27eb-4490-a13c-99582b64e7ba Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646"}, "tags": [], "enabled": true, "id": "08edf223c9044c028a8723285d1d0646", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_944b06ee-64ab-4602-ab77-3f78680a75e6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 16:11:04,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-7312baaf-27eb-4490-a13c-99582b64e7ba 2018-07-21 16:11:04,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104058980942s 2018-07-21 16:11:04,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-7312baaf-27eb-4490-a13c-99582b64e7ba 2018-07-21 16:11:04,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 16:11:04,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}809bf2e43f12d7d726c7866177390cbc3a2c5551" 2018-07-21 16:11:04,225 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ed5ecb1-0896-4f16-99c4-5fb0977319b2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:11:04,225 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646 used request id req-0ed5ecb1-0896-4f16-99c4-5fb0977319b2 2018-07-21 16:11:04,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157361984253s 2018-07-21 16:11:04,225 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646 used request id req-0ed5ecb1-0896-4f16-99c4-5fb0977319b2 2018-07-21 16:11:04,278 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:11:04,319 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:11:04,320 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:11:04,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:04,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3cea9063-3b80-43e6-a50b-580ef8f27123 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:11:04,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3cea9063-3b80-43e6-a50b-580ef8f27123 2018-07-21 16:11:04,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:11:04,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:11:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["nu0Fj_C-R1y7P1L4EDRcNQ"], "issued_at": "2018-07-21T16:11:04.000000Z"}} 2018-07-21 16:11:04,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:04,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:04,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f4d9157a-e74d-4814-b5a4-418c4e7a50fb Date: Sat, 21 Jul 2018 16:11:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:11:04,996 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f4d9157a-e74d-4814-b5a4-418c4e7a50fb 2018-07-21 16:11:04,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274021863937s 2018-07-21 16:11:04,997 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f4d9157a-e74d-4814-b5a4-418c4e7a50fb 2018-07-21 16:11:05,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:05,005 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-164279d3-7d05-4b44-bd56-2ad62d53d614 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:11:05,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-164279d3-7d05-4b44-bd56-2ad62d53d614 2018-07-21 16:11:05,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:11:05,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:05,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e51884dd-e663-428c-8919-6c607d12d261 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:11:05,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e51884dd-e663-428c-8919-6c607d12d261 2018-07-21 16:11:05,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0921549797058s 2018-07-21 16:11:05,098 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e51884dd-e663-428c-8919-6c607d12d261 2018-07-21 16:11:05,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 16:11:05,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}}' 2018-07-21 16:11:05,240 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e94667d-681c-4fee-afab-6a0411b6f051 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039"}, "tags": [], "enabled": true, "id": "3bb5403b2f224f0cb1a92270712d4039", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}} 2018-07-21 16:11:05,240 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1e94667d-681c-4fee-afab-6a0411b6f051 2018-07-21 16:11:05,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134728908539s 2018-07-21 16:11:05,240 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-1e94667d-681c-4fee-afab-6a0411b6f051 2018-07-21 16:11:05,241 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'3bb5403b2f224f0cb1a92270712d4039', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da'}) 2018-07-21 16:11:05,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 16:11:05,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0a019637-3d2a-430b-8d73-6ba3fba91c3e", "email": null, "name": "vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}}' 2018-07-21 16:11:05,615 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87733900-6c9a-47f4-8d3b-c7ab94e79ea6 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": {"self": "http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac7424b4b6ae4cb6a8a993e732338e7d", "domain_id": "default", "password_expires_at": null}} 2018-07-21 16:11:05,615 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-87733900-6c9a-47f4-8d3b-c7ab94e79ea6 2018-07-21 16:11:05,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.367832899094s 2018-07-21 16:11:05,615 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-87733900-6c9a-47f4-8d3b-c7ab94e79ea6 2018-07-21 16:11:05,616 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ac7424b4b6ae4cb6a8a993e732338e7d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da'}) 2018-07-21 16:11:05,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:11:05,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:05,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df3959cb-f98a-450a-a551-3e28f970eda3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:11:05,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-df3959cb-f98a-450a-a551-3e28f970eda3 2018-07-21 16:11:05,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101785898209s 2018-07-21 16:11:05,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-df3959cb-f98a-450a-a551-3e28f970eda3 2018-07-21 16:11:05,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:11:05,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:05,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-470998c6-5c0e-40bc-9ec2-d375d9b310c1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:11:05,828 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-470998c6-5c0e-40bc-9ec2-d375d9b310c1 2018-07-21 16:11:05,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102204084396s 2018-07-21 16:11:05,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-470998c6-5c0e-40bc-9ec2-d375d9b310c1 2018-07-21 16:11:05,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:11:05,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:05,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb63212c-90a6-44af-aafd-c1271a1c2d86 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:11:05,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fb63212c-90a6-44af-aafd-c1271a1c2d86 2018-07-21 16:11:05,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0997171401978s 2018-07-21 16:11:05,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-fb63212c-90a6-44af-aafd-c1271a1c2d86 2018-07-21 16:11:05,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:11:05,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:06,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3598e2a-1171-4d98-b7f6-2c0d3987fac6 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 16:11:06,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a3598e2a-1171-4d98-b7f6-2c0d3987fac6 2018-07-21 16:11:06,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102210044861s 2018-07-21 16:11:06,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a3598e2a-1171-4d98-b7f6-2c0d3987fac6 2018-07-21 16:11:06,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:11:06,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:06,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fa32a6e-1a26-4daa-969b-1d1dd635b91e Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": {"self": "http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac7424b4b6ae4cb6a8a993e732338e7d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:11:06,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6fa32a6e-1a26-4daa-969b-1d1dd635b91e 2018-07-21 16:11:06,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111397027969s 2018-07-21 16:11:06,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-6fa32a6e-1a26-4daa-969b-1d1dd635b91e 2018-07-21 16:11:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:11:06,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:06,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79900d53-26c2-4b5b-989c-013c67140ec2 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039"}, "tags": [], "enabled": true, "id": "3bb5403b2f224f0cb1a92270712d4039", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}]} 2018-07-21 16:11:06,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-79900d53-26c2-4b5b-989c-013c67140ec2 2018-07-21 16:11:06,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0949311256409s 2018-07-21 16:11:06,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-79900d53-26c2-4b5b-989c-013c67140ec2 2018-07-21 16:11:06,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:11:06,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=ac7424b4b6ae4cb6a8a993e732338e7d&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=3bb5403b2f224f0cb1a92270712d4039" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:06,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a97c19-3712-446c-8f72-37e28f386d47 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=ac7424b4b6ae4cb6a8a993e732338e7d&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=3bb5403b2f224f0cb1a92270712d4039", "previous": null, "next": null}} 2018-07-21 16:11:06,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ac7424b4b6ae4cb6a8a993e732338e7d&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=3bb5403b2f224f0cb1a92270712d4039 used request id req-b5a97c19-3712-446c-8f72-37e28f386d47 2018-07-21 16:11:06,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0942831039429s 2018-07-21 16:11:06,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=ac7424b4b6ae4cb6a8a993e732338e7d&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=3bb5403b2f224f0cb1a92270712d4039 used request id req-b5a97c19-3712-446c-8f72-37e28f386d47 2018-07-21 16:11:06,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 16:11:06,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039/users/ac7424b4b6ae4cb6a8a993e732338e7d/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:06,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e895ff7d-f749-4e62-868b-8bd3775c4533 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:11:06,489 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039/users/ac7424b4b6ae4cb6a8a993e732338e7d/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-e895ff7d-f749-4e62-868b-8bd3775c4533 2018-07-21 16:11:06,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.123892068863s 2018-07-21 16:11:06,490 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039/users/ac7424b4b6ae4cb6a8a993e732338e7d/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-e895ff7d-f749-4e62-868b-8bd3775c4533 2018-07-21 16:11:06,490 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 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'3bb5403b2f224f0cb1a92270712d4039', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '0a019637-3d2a-430b-8d73-6ba3fba91c3e', 'username': u'vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 16:11:06,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:11:06,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:11:06,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:11:06,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:11:06,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:11:06,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:11:06,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:11:06,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:11:06,496 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'password': '0a019637-3d2a-430b-8d73-6ba3fba91c3e', 'project_name': 'vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '3bb5403b2f224f0cb1a92270712d4039', 'project_domain_name': 'Default'} 2018-07-21 16:11:06,496 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-07-21 16:11:06,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:06,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84174838-6766-429a-8751-6b2fb1282354 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:11:06,504 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-84174838-6766-429a-8751-6b2fb1282354 2018-07-21 16:11:06,505 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:11:06,906 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:11:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3bb5403b2f224f0cb1a92270712d4039", "name": "vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/3bb5403b2f224f0cb1a92270712d4039", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/3bb5403b2f224f0cb1a92270712d4039", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/3bb5403b2f224f0cb1a92270712d4039", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_3bb5403b2f224f0cb1a92270712d4039", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_3bb5403b2f224f0cb1a92270712d4039", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/3bb5403b2f224f0cb1a92270712d4039", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/3bb5403b2f224f0cb1a92270712d4039", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/3bb5403b2f224f0cb1a92270712d4039", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/3bb5403b2f224f0cb1a92270712d4039", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/3bb5403b2f224f0cb1a92270712d4039", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/3bb5403b2f224f0cb1a92270712d4039", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/3bb5403b2f224f0cb1a92270712d4039", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/3bb5403b2f224f0cb1a92270712d4039", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/3bb5403b2f224f0cb1a92270712d4039", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "id": "ac7424b4b6ae4cb6a8a993e732338e7d"}, "audit_ids": ["a5IUeOeJQn6kz4UnNVE3cg"], "issued_at": "2018-07-21T16:11:06.000000Z"}} 2018-07-21 16:11:06,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:11:06,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"network": {"name": "vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "admin_state_up": true}}' 2018-07-21 16:11:07,642 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-04a4c4ec-017e-4fc3-a217-786d46a10692 Date: Sat, 21 Jul 2018 16:11:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T16:11:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"3bb5403b2f224f0cb1a92270712d4039","id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","name":"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}} 2018-07-21 16:11:07,642 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-04a4c4ec-017e-4fc3-a217-786d46a10692 2018-07-21 16:11:07,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.733209848404s 2018-07-21 16:11:07,642 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-04a4c4ec-017e-4fc3-a217-786d46a10692 2018-07-21 16:11:07,643 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:11:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'7b2448c1-bf2c-47f2-b368-47d24ab211b9', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', u'admin_state_up': True, u'tenant_id': u'3bb5403b2f224f0cb1a92270712d4039', u'created_at': u'2018-07-21T16:11:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'3bb5403b2f224f0cb1a92270712d4039'}) 2018-07-21 16:11:07,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:07,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:07,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-9c9f40e7-abbd-4edb-a28b-365732f30655 Date: Sat, 21 Jul 2018 16:11:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:11:07Z","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"3bb5403b2f224f0cb1a92270712d4039","id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","name":"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:11:07,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9c9f40e7-abbd-4edb-a28b-365732f30655 2018-07-21 16:11:07,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.156320810318s 2018-07-21 16:11:07,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9c9f40e7-abbd-4edb-a28b-365732f30655 2018-07-21 16:11:07,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:11:07,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"subnet": {"name": "vping_userdata-subnet_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "enable_dhcp": true, "network_id": "7b2448c1-bf2c-47f2-b368-47d24ab211b9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:11:08,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-7b9a7cb5-01e5-4e90-b4b5-539752f6f652 Date: Sat, 21 Jul 2018 16:11:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:11:08Z","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":"3bb5403b2f224f0cb1a92270712d4039","id":"a973453b-8313-48cd-a6ce-052ae075f27c","subnetpool_id":null,"name":"vping_userdata-subnet_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}} 2018-07-21 16:11:08,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7b9a7cb5-01e5-4e90-b4b5-539752f6f652 2018-07-21 16:11:08,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.04043507576s 2018-07-21 16:11:08,843 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-7b9a7cb5-01e5-4e90-b4b5-539752f6f652 2018-07-21 16:11:08,843 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:11:08Z', 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'a973453b-8313-48cd-a6ce-052ae075f27c', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', u'enable_dhcp': True, u'network_id': u'7b2448c1-bf2c-47f2-b368-47d24ab211b9', u'tenant_id': u'3bb5403b2f224f0cb1a92270712d4039', u'created_at': u'2018-07-21T16:11:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'3bb5403b2f224f0cb1a92270712d4039'}) 2018-07-21 16:11:08,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:11:08,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "vping_userdata-router_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "admin_state_up": true}}' 2018-07-21 16:11:10,115 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0bb64fd0-aca3-416b-a5da-c1afa16d1406 Date: Sat, 21 Jul 2018 16:11:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "created_at": "2018-07-21T16:11:08Z", "admin_state_up": true, "updated_at": "2018-07-21T16:11:09Z", "revision_number": 2, "routes": [], "project_id": "3bb5403b2f224f0cb1a92270712d4039", "id": "41ef8402-c8ae-476b-9caf-5d4bb2a03ff2", "name": "vping_userdata-router_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}} 2018-07-21 16:11:10,115 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0bb64fd0-aca3-416b-a5da-c1afa16d1406 2018-07-21 16:11:10,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27138996124s 2018-07-21 16:11:10,115 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-0bb64fd0-aca3-416b-a5da-c1afa16d1406 2018-07-21 16:11:10,116 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'3bb5403b2f224f0cb1a92270712d4039', u'created_at': u'2018-07-21T16:11:08Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T16:11:09Z', u'revision_number': 2, u'routes': [], u'project_id': u'3bb5403b2f224f0cb1a92270712d4039', u'id': u'41ef8402-c8ae-476b-9caf-5d4bb2a03ff2', u'name': u'vping_userdata-router_7c7ce57d-c49c-4af0-ade2-b10c2fb264da'}) 2018-07-21 16:11:10,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:11:10,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2/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}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"subnet_id": "a973453b-8313-48cd-a6ce-052ae075f27c"}' 2018-07-21 16:11:12,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e67c564e-969b-455a-9c46-ff5e0f1529da Date: Sat, 21 Jul 2018 16:11:12 GMT RESP BODY: {"network_id": "7b2448c1-bf2c-47f2-b368-47d24ab211b9", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "subnet_id": "a973453b-8313-48cd-a6ce-052ae075f27c", "subnet_ids": ["a973453b-8313-48cd-a6ce-052ae075f27c"], "port_id": "4ee53f7c-2a44-4d84-90a1-092f3527d80c", "id": "41ef8402-c8ae-476b-9caf-5d4bb2a03ff2"} 2018-07-21 16:11:12,186 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2/add_router_interface.json used request id req-e67c564e-969b-455a-9c46-ff5e0f1529da 2018-07-21 16:11:12,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.06992816925s 2018-07-21 16:11:12,187 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2/add_router_interface.json used request id req-e67c564e-969b-455a-9c46-ff5e0f1529da returning object 41ef8402-c8ae-476b-9caf-5d4bb2a03ff2 2018-07-21 16:11:12,187 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:11:12,319 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:11:12,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:12,325 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:11:12 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:11:12,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:12,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:12,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5d96cc16-0e33-449e-b443-e0d3960802a8 Date: Sat, 21 Jul 2018 16:11:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:12,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5d96cc16-0e33-449e-b443-e0d3960802a8 2018-07-21 16:11:12,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.1986079216s 2018-07-21 16:11:12,526 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5d96cc16-0e33-449e-b443-e0d3960802a8 2018-07-21 16:11:12,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:11:12,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}' 2018-07-21 16:11:12,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a0048c2c-aa33-4f2a-8e3a-c13d5407b418 Date: Sat, 21 Jul 2018 16:11:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file", "owner": "3bb5403b2f224f0cb1a92270712d4039", "id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "size": null, "self": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:12Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "checksum": null, "created_at": "2018-07-21T16:11:12Z", "protected": false} 2018-07-21 16:11:12,596 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a0048c2c-aa33-4f2a-8e3a-c13d5407b418 2018-07-21 16:11:12,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0636301040649s 2018-07-21 16:11:12,597 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a0048c2c-aa33-4f2a-8e3a-c13d5407b418 returning object a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c 2018-07-21 16:11:12,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:11:12,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/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}609acf9d94f3f520fb232b48d078b5394f53a837" -d '' 2018-07-21 16:11:13,382 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3f9c7db2-0b5d-4a6b-9699-ec02d532e360 Date: Sat, 21 Jul 2018 16:11:13 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:11:13,382 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file used request id req-3f9c7db2-0b5d-4a6b-9699-ec02d532e360 2018-07-21 16:11:13,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.784838914871s 2018-07-21 16:11:13,383 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file used request id req-3f9c7db2-0b5d-4a6b-9699-ec02d532e360 2018-07-21 16:11:13,383 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:11:12Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file', u'owner': u'3bb5403b2f224f0cb1a92270712d4039', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c', u'size': None, u'name': u'vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', u'checksum': None, u'self': u'/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:11:12Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:11:13,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:11:13,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:11:13,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9a3aa9c5-366a-4a8b-a9f6-435c5afd415e x-compute-request-id: req-9a3aa9c5-366a-4a8b-a9f6-435c5afd415e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "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": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b"}} 2018-07-21 16:11:13,648 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9a3aa9c5-366a-4a8b-a9f6-435c5afd415e 2018-07-21 16:11:13,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.264498949051s 2018-07-21 16:11:13,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9a3aa9c5-366a-4a8b-a9f6-435c5afd415e 2018-07-21 16:11:13,650 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', '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'a6906d7d21744bd98421510fc029622a', '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'9f5ba077-5b6e-426a-b3c7-70a711e3ec3b', 'swap': 0}) 2018-07-21 16:11:13,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:11:13,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b/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}5d40cb79382a1cb3a589492913a893afe11bc573" -d '{"extra_specs": {}}' 2018-07-21 16:11:13,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11: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-ca7f98d3-da1c-497d-902c-8278f20ebbb1 x-compute-request-id: req-ca7f98d3-da1c-497d-902c-8278f20ebbb1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:11:13,677 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b/os-extra_specs used request id req-ca7f98d3-da1c-497d-902c-8278f20ebbb1 2018-07-21 16:11:13,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0268018245697s 2018-07-21 16:11:13,678 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b/os-extra_specs used request id req-ca7f98d3-da1c-497d-902c-8278f20ebbb1 2018-07-21 16:11:13,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:13,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:13,792 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-9fffdf52-9001-49e6-ba55-de7dbaca7d8a Date: Sat, 21 Jul 2018 16:11:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a973453b-8313-48cd-a6ce-052ae075f27c"],"updated_at":"2018-07-21T16:11:08Z","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3bb5403b2f224f0cb1a92270712d4039","id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","name":"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:11:13,792 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9fffdf52-9001-49e6-ba55-de7dbaca7d8a 2018-07-21 16:11:13,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114215135574s 2018-07-21 16:11:13,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-9fffdf52-9001-49e6-ba55-de7dbaca7d8a 2018-07-21 16:11:13,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:13,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:13,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-86d509e4-2265-4d59-8e74-e7f03d0edb6f Date: Sat, 21 Jul 2018 16:11:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/snap", "metadata": {}}], "file": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file", "owner": "3bb5403b2f224f0cb1a92270712d4039", "id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "size": 12716032, "self": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:11:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:13,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-86d509e4-2265-4d59-8e74-e7f03d0edb6f 2018-07-21 16:11:13,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.11320400238s 2018-07-21 16:11:13,911 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-86d509e4-2265-4d59-8e74-e7f03d0edb6f 2018-07-21 16:11:13,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:11:13,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:14,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-adaee98e-fe10-4619-96f9-49db1ab92762 x-compute-request-id: req-adaee98e-fe10-4619-96f9-49db1ab92762 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "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": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b"}]} 2018-07-21 16:11:14,107 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-adaee98e-fe10-4619-96f9-49db1ab92762 2018-07-21 16:11:14,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.19454407692s 2018-07-21 16:11:14,108 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-adaee98e-fe10-4619-96f9-49db1ab92762 2018-07-21 16:11:14,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:11:14,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"server": {"name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "imageRef": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "flavorRef": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7b2448c1-bf2c-47f2-b368-47d24ab211b9"}]}}' 2018-07-21 16:11:15,123 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:11: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-7680b08c-2877-4558-8bad-395f6ce0917b x-compute-request-id: req-7680b08c-2877-4558-8bad-395f6ce0917b Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "adminPass": "DS9PZ3W2SjAw"}} 2018-07-21 16:11:15,123 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7680b08c-2877-4558-8bad-395f6ce0917b 2018-07-21 16:11:15,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.01340007782s 2018-07-21 16:11:15,123 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-7680b08c-2877-4558-8bad-395f6ce0917b 2018-07-21 16:11:15,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:15,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:15,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a70fc570-d56f-4c2e-814a-6c757e7adaa4 x-compute-request-id: req-a70fc570-d56f-4c2e-814a-6c757e7adaa4 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:15,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a70fc570-d56f-4c2e-814a-6c757e7adaa4 2018-07-21 16:11:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.310163974762s 2018-07-21 16:11:15,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a70fc570-d56f-4c2e-814a-6c757e7adaa4 2018-07-21 16:11:15,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:15,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:15,547 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-4d7587ed-b17c-483f-ac6b-ec182d17f098 Date: Sat, 21 Jul 2018 16:11:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a973453b-8313-48cd-a6ce-052ae075f27c"],"updated_at":"2018-07-21T16:11:08Z","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3bb5403b2f224f0cb1a92270712d4039","id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","name":"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:11:15,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4d7587ed-b17c-483f-ac6b-ec182d17f098 2018-07-21 16:11:15,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106210947037s 2018-07-21 16:11:15,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4d7587ed-b17c-483f-ac6b-ec182d17f098 2018-07-21 16:11:15,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:11:15,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:15,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ecfb63ed-6323-4777-a7ed-1c46b585c769 Date: Sat, 21 Jul 2018 16:11:15 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:11:08Z","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":"3bb5403b2f224f0cb1a92270712d4039","id":"a973453b-8313-48cd-a6ce-052ae075f27c","subnetpool_id":null,"name":"vping_userdata-subnet_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}]} 2018-07-21 16:11:15,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ecfb63ed-6323-4777-a7ed-1c46b585c769 2018-07-21 16:11:15,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0899000167847s 2018-07-21 16:11:15,639 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ecfb63ed-6323-4777-a7ed-1c46b585c769 2018-07-21 16:11:15,639 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:17,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:17,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:18,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-809118fa-1d6b-4418-bbfa-b07defc92449 x-compute-request-id: req-809118fa-1d6b-4418-bbfa-b07defc92449 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:18,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-809118fa-1d6b-4418-bbfa-b07defc92449 2018-07-21 16:11:18,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421411037445s 2018-07-21 16:11:18,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-809118fa-1d6b-4418-bbfa-b07defc92449 2018-07-21 16:11:18,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:20,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:20,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:20,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ec38c3f-da1a-434b-94bb-11e2295c2dde x-compute-request-id: req-7ec38c3f-da1a-434b-94bb-11e2295c2dde Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:18Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:20,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7ec38c3f-da1a-434b-94bb-11e2295c2dde 2018-07-21 16:11:20,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571787118912s 2018-07-21 16:11:20,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7ec38c3f-da1a-434b-94bb-11e2295c2dde 2018-07-21 16:11:20,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:22,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:22,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11: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-ae0a5396-66ec-4e41-9a08-efde8b9e75ba x-compute-request-id: req-ae0a5396-66ec-4e41-9a08-efde8b9e75ba Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:23,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae0a5396-66ec-4e41-9a08-efde8b9e75ba 2018-07-21 16:11:23,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555950164795s 2018-07-21 16:11:23,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae0a5396-66ec-4e41-9a08-efde8b9e75ba 2018-07-21 16:11:23,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:11:23,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=510a3ff1-e12e-43a5-927a-5ea8ec68104b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-4de6068c-8121-461a-a617-9bb1f5beecf1 Date: Sat, 21 Jul 2018 16:11:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:18Z","admin_state_up":true,"updated_at":"2018-07-21T16:11:22Z","binding:vnic_type":"normal","device_id":"510a3ff1-e12e-43a5-927a-5ea8ec68104b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:05:0b:dd","id":"cd830ae1-320f-4030-82a2-11f33933ad8e","port_security_enabled":true,"project_id":"3bb5403b2f224f0cb1a92270712d4039","fixed_ips":[{"subnet_id":"a973453b-8313-48cd-a6ce-052ae075f27c","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["cd1db1e6-e02e-443f-b181-2e27e82cdc10"],"name":""}]} 2018-07-21 16:11:23,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=510a3ff1-e12e-43a5-927a-5ea8ec68104b used request id req-4de6068c-8121-461a-a617-9bb1f5beecf1 2018-07-21 16:11:23,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0936279296875s 2018-07-21 16:11:23,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=510a3ff1-e12e-43a5-927a-5ea8ec68104b used request id req-4de6068c-8121-461a-a617-9bb1f5beecf1 2018-07-21 16:11:23,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:11:23,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=cd830ae1-320f-4030-82a2-11f33933ad8e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2865871e-a189-4f3a-9283-fbce3906bff7 Date: Sat, 21 Jul 2018 16:11:23 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:11:23,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=cd830ae1-320f-4030-82a2-11f33933ad8e used request id req-2865871e-a189-4f3a-9283-fbce3906bff7 2018-07-21 16:11:23,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0505590438843s 2018-07-21 16:11:23,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=cd830ae1-320f-4030-82a2-11f33933ad8e used request id req-2865871e-a189-4f3a-9283-fbce3906bff7 2018-07-21 16:11:23,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:23,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b646c61d-489a-4c23-88e6-0986dbd6adc5 x-compute-request-id: req-b646c61d-489a-4c23-88e6-0986dbd6adc5 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:23,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b646c61d-489a-4c23-88e6-0986dbd6adc5 2018-07-21 16:11:23,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363476991653s 2018-07-21 16:11:23,723 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b646c61d-489a-4c23-88e6-0986dbd6adc5 2018-07-21 16:11:23,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:11:23,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=510a3ff1-e12e-43a5-927a-5ea8ec68104b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-0cfa6419-df26-47e3-a235-53880c37537d Date: Sat, 21 Jul 2018 16:11:23 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:18Z","admin_state_up":true,"updated_at":"2018-07-21T16:11:22Z","binding:vnic_type":"normal","device_id":"510a3ff1-e12e-43a5-927a-5ea8ec68104b","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:05:0b:dd","id":"cd830ae1-320f-4030-82a2-11f33933ad8e","port_security_enabled":true,"project_id":"3bb5403b2f224f0cb1a92270712d4039","fixed_ips":[{"subnet_id":"a973453b-8313-48cd-a6ce-052ae075f27c","ip_address":"192.168.120.7"}],"extra_dhcp_opts":[],"security_groups":["cd1db1e6-e02e-443f-b181-2e27e82cdc10"],"name":""}]} 2018-07-21 16:11:23,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=510a3ff1-e12e-43a5-927a-5ea8ec68104b used request id req-0cfa6419-df26-47e3-a235-53880c37537d 2018-07-21 16:11:23,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0585770606995s 2018-07-21 16:11:23,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=510a3ff1-e12e-43a5-927a-5ea8ec68104b used request id req-0cfa6419-df26-47e3-a235-53880c37537d 2018-07-21 16:11:23,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:11:23,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=cd830ae1-320f-4030-82a2-11f33933ad8e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-baedcfc7-5045-48f1-be5f-6b57039a33eb Date: Sat, 21 Jul 2018 16:11:23 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:11:23,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=cd830ae1-320f-4030-82a2-11f33933ad8e used request id req-baedcfc7-5045-48f1-be5f-6b57039a33eb 2018-07-21 16:11:23,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0449061393738s 2018-07-21 16:11:23,836 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=cd830ae1-320f-4030-82a2-11f33933ad8e used request id req-baedcfc7-5045-48f1-be5f-6b57039a33eb 2018-07-21 16:11:23,837 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:05:0b:dd', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:11:22.000000', 'flavor': Munch({u'id': u'9f5ba077-5b6e-426a-b3c7-70a711e3ec3b'}), 'az': u'nova', 'id': u'510a3ff1-e12e-43a5-927a-5ea8ec68104b', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ac7424b4b6ae4cb6a8a993e732338e7d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3bb5403b2f224f0cb1a92270712d4039', 'name': 'vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:11:22.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:11:22Z', 'hostId': u'57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:11:22.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3bb5403b2f224f0cb1a92270712d4039', 'name': u'vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'adminPass': None, 'tenant_id': u'3bb5403b2f224f0cb1a92270712d4039', 'created_at': u'2018-07-21T16:11:15Z', 'created': u'2018-07-21T16:11:15Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:11:23,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:23,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-e093600c-47b9-4d10-b399-25bbb87d0918 Date: Sat, 21 Jul 2018 16:11:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a973453b-8313-48cd-a6ce-052ae075f27c"],"updated_at":"2018-07-21T16:11:08Z","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"3bb5403b2f224f0cb1a92270712d4039","id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","name":"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:11:23,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e093600c-47b9-4d10-b399-25bbb87d0918 2018-07-21 16:11:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116627931595s 2018-07-21 16:11:23,955 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-e093600c-47b9-4d10-b399-25bbb87d0918 2018-07-21 16:11:23,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:23,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:23,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-fc9db323-54ed-4718-81e2-09b75dd5fdeb Date: Sat, 21 Jul 2018 16:11:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/snap", "metadata": {}}], "file": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file", "owner": "3bb5403b2f224f0cb1a92270712d4039", "id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "size": 12716032, "self": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:11:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:23,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fc9db323-54ed-4718-81e2-09b75dd5fdeb 2018-07-21 16:11:23,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0361549854279s 2018-07-21 16:11:23,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-fc9db323-54ed-4718-81e2-09b75dd5fdeb 2018-07-21 16:11:23,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:11:23,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:24,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-482d9011-6c06-4153-bf90-58c897714c4b x-compute-request-id: req-482d9011-6c06-4153-bf90-58c897714c4b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "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": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b"}]} 2018-07-21 16:11:24,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-482d9011-6c06-4153-bf90-58c897714c4b 2018-07-21 16:11:24,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262310504913s 2018-07-21 16:11:24,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-482d9011-6c06-4153-bf90-58c897714c4b 2018-07-21 16:11:24,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:11:24,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"server": {"name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "imageRef": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "flavorRef": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjcgMj4mMSA+L2Rldi9udWxsCiBSRVM9JD8KIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICBlY2hvICd2UGluZyBPSycKICBicmVhawogZWxzZQogIGVjaG8gJ3ZQaW5nIEtPJwogZmkKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "7b2448c1-bf2c-47f2-b368-47d24ab211b9"}]}}' 2018-07-21 16:11:24,530 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6d0f1430-f5a5-456e-8006-293d07fefb3a x-compute-request-id: req-6d0f1430-f5a5-456e-8006-293d07fefb3a Content-Length: 374 location: http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "adminPass": "6Dqv6oeHn7cx"}} 2018-07-21 16:11:24,530 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6d0f1430-f5a5-456e-8006-293d07fefb3a 2018-07-21 16:11:24,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.505749940872s 2018-07-21 16:11:24,531 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-6d0f1430-f5a5-456e-8006-293d07fefb3a 2018-07-21 16:11:24,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:24,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:24,815 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7369f834-ab12-48c6-aa9c-94d34d50c363 x-compute-request-id: req-7369f834-ab12-48c6-aa9c-94d34d50c363 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:24Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:24,815 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7369f834-ab12-48c6-aa9c-94d34d50c363 2018-07-21 16:11:24,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.283798933029s 2018-07-21 16:11:24,816 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7369f834-ab12-48c6-aa9c-94d34d50c363 2018-07-21 16:11:24,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:26,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:26,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:27,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68d27cc3-754d-4368-8cf8-ccabca42d065 x-compute-request-id: req-68d27cc3-754d-4368-8cf8-ccabca42d065 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:26Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:27,044 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-68d27cc3-754d-4368-8cf8-ccabca42d065 2018-07-21 16:11:27,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221987009048s 2018-07-21 16:11:27,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-68d27cc3-754d-4368-8cf8-ccabca42d065 2018-07-21 16:11:27,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:29,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:29,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:29,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11: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-f6a6723d-5a01-45b5-8327-14756ec79f85 x-compute-request-id: req-f6a6723d-5a01-45b5-8327-14756ec79f85 Content-Encoding: gzip Content-Length: 879 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:26Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:29,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f6a6723d-5a01-45b5-8327-14756ec79f85 2018-07-21 16:11:29,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.461406946182s 2018-07-21 16:11:29,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f6a6723d-5a01-45b5-8327-14756ec79f85 2018-07-21 16:11:29,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:31,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:31,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:31,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dea26dc8-2940-49bf-a70a-6f8caa5aca99 x-compute-request-id: req-dea26dc8-2940-49bf-a70a-6f8caa5aca99 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:30Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:31,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dea26dc8-2940-49bf-a70a-6f8caa5aca99 2018-07-21 16:11:31,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229467153549s 2018-07-21 16:11:31,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dea26dc8-2940-49bf-a70a-6f8caa5aca99 2018-07-21 16:11:31,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:11:31,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:31,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-06bc2c38-9d97-4cad-8d72-0373ec4d66b4 Date: Sat, 21 Jul 2018 16:11:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:11:30Z","binding:vnic_type":"normal","device_id":"fa52682b-2c9a-40da-bd66-7478da981cb2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:53:b8","id":"ea3f975e-a7d7-4725-9ed0-617ab5d3a485","port_security_enabled":true,"project_id":"3bb5403b2f224f0cb1a92270712d4039","fixed_ips":[{"subnet_id":"a973453b-8313-48cd-a6ce-052ae075f27c","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["cd1db1e6-e02e-443f-b181-2e27e82cdc10"],"name":""}]} 2018-07-21 16:11:31,814 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-06bc2c38-9d97-4cad-8d72-0373ec4d66b4 2018-07-21 16:11:31,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0586929321289s 2018-07-21 16:11:31,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-06bc2c38-9d97-4cad-8d72-0373ec4d66b4 2018-07-21 16:11:31,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:11:31,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:31,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-df80a232-a6af-4fb2-922a-6f2c99ecf2bd Date: Sat, 21 Jul 2018 16:11:31 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:11:31,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485 used request id req-df80a232-a6af-4fb2-922a-6f2c99ecf2bd 2018-07-21 16:11:31,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.043839931488s 2018-07-21 16:11:31,864 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485 used request id req-df80a232-a6af-4fb2-922a-6f2c99ecf2bd 2018-07-21 16:11:31,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:31,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:32,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb044e9a-1ce8-4adc-a6a2-87451ddd397f x-compute-request-id: req-cb044e9a-1ce8-4adc-a6a2-87451ddd397f Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:30Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:32,175 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cb044e9a-1ce8-4adc-a6a2-87451ddd397f 2018-07-21 16:11:32,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.309947967529s 2018-07-21 16:11:32,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cb044e9a-1ce8-4adc-a6a2-87451ddd397f 2018-07-21 16:11:32,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:11:32,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:32,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7ecb481b-c69b-4fca-b2f2-e81e8fd8b3ca Date: Sat, 21 Jul 2018 16:11:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:11:30Z","binding:vnic_type":"normal","device_id":"fa52682b-2c9a-40da-bd66-7478da981cb2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:53:b8","id":"ea3f975e-a7d7-4725-9ed0-617ab5d3a485","port_security_enabled":true,"project_id":"3bb5403b2f224f0cb1a92270712d4039","fixed_ips":[{"subnet_id":"a973453b-8313-48cd-a6ce-052ae075f27c","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["cd1db1e6-e02e-443f-b181-2e27e82cdc10"],"name":""}]} 2018-07-21 16:11:32,241 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-7ecb481b-c69b-4fca-b2f2-e81e8fd8b3ca 2018-07-21 16:11:32,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0615170001984s 2018-07-21 16:11:32,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-7ecb481b-c69b-4fca-b2f2-e81e8fd8b3ca 2018-07-21 16:11:32,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:11:32,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:32,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a5e6d033-60bb-4738-bed4-acaba1f1e73d Date: Sat, 21 Jul 2018 16:11:32 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:11:32,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485 used request id req-a5e6d033-60bb-4738-bed4-acaba1f1e73d 2018-07-21 16:11:32,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0433781147003s 2018-07-21 16:11:32,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485 used request id req-a5e6d033-60bb-4738-bed4-acaba1f1e73d 2018-07-21 16:11:32,291 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ee:53:b8', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:11:30.000000', 'flavor': Munch({u'id': u'9f5ba077-5b6e-426a-b3c7-70a711e3ec3b'}), 'az': u'nova', 'id': u'fa52682b-2c9a-40da-bd66-7478da981cb2', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'ac7424b4b6ae4cb6a8a993e732338e7d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'3bb5403b2f224f0cb1a92270712d4039', 'name': 'vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:11:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:11:30Z', 'hostId': u'28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:11:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'3bb5403b2f224f0cb1a92270712d4039', 'name': u'vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da', 'adminPass': None, 'tenant_id': u'3bb5403b2f224f0cb1a92270712d4039', 'created_at': u'2018-07-21T16:11:24Z', 'created': u'2018-07-21T16:11:24Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:11:32,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:32,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:32,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5c82a30-bd64-4cf4-8ee4-e567312a983b x-compute-request-id: req-d5c82a30-bd64-4cf4-8ee4-e567312a983b Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:30Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:32,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5c82a30-bd64-4cf4-8ee4-e567312a983b 2018-07-21 16:11:32,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.209656953812s 2018-07-21 16:11:32,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5c82a30-bd64-4cf4-8ee4-e567312a983b 2018-07-21 16:11:32,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:11:32,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:32,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-710ee845-212f-4b6a-bcdf-726d2609fd1d Date: Sat, 21 Jul 2018 16:11:32 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:11:30Z","binding:vnic_type":"normal","device_id":"fa52682b-2c9a-40da-bd66-7478da981cb2","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:ee:53:b8","id":"ea3f975e-a7d7-4725-9ed0-617ab5d3a485","port_security_enabled":true,"project_id":"3bb5403b2f224f0cb1a92270712d4039","fixed_ips":[{"subnet_id":"a973453b-8313-48cd-a6ce-052ae075f27c","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["cd1db1e6-e02e-443f-b181-2e27e82cdc10"],"name":""}]} 2018-07-21 16:11:32,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-710ee845-212f-4b6a-bcdf-726d2609fd1d 2018-07-21 16:11:32,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0602550506592s 2018-07-21 16:11:32,568 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-710ee845-212f-4b6a-bcdf-726d2609fd1d 2018-07-21 16:11:32,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:11:32,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:32,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0e8d6a41-1a33-4dd0-ac1e-f1169f90cb88 Date: Sat, 21 Jul 2018 16:11:32 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:11:32,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485 used request id req-0e8d6a41-1a33-4dd0-ac1e-f1169f90cb88 2018-07-21 16:11:32,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0448939800262s 2018-07-21 16:11:32,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=ea3f975e-a7d7-4725-9ed0-617ab5d3a485 used request id req-0e8d6a41-1a33-4dd0-ac1e-f1169f90cb88 2018-07-21 16:11:32,619 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-07-21 16:11:33,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:33,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:33,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e148b9fd-719a-4ac6-8d2f-a3c984d59c16 x-compute-request-id: req-e148b9fd-719a-4ac6-8d2f-a3c984d59c16 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:30Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:22Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:33,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e148b9fd-719a-4ac6-8d2f-a3c984d59c16 2018-07-21 16:11:33,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.311713933945s 2018-07-21 16:11:33,933 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e148b9fd-719a-4ac6-8d2f-a3c984d59c16 2018-07-21 16:11:33,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 16:11:33,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2/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}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 16:11:34,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4021d556-6a47-4cc0-a267-33eb335e72ef x-compute-request-id: req-4021d556-6a47-4cc0-a267-33eb335e72ef Content-Encoding: gzip Content-Length: 8586 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 451795779 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.154856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156511] pid_max: default: 32768 minimum: 301\n[ 0.157408] ACPI: Core revision 20150930\n[ 0.158817] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160135] Security Framework initialized\n[ 0.160948] Yama: becoming mindful.\n[ 0.161682] AppArmor: AppArmor initialized\n[ 0.162551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.163876] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165149] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.166361] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167786] Initializing cgroup subsys io\n[ 0.168621] Initializing cgroup subsys memory\n[ 0.169480] Initializing cgroup subsys devices\n[ 0.170362] Initializing cgroup subsys freezer\n[ 0.171228] Initializing cgroup subsys net_cls\n[ 0.172099] Initializing cgroup subsys perf_event\n[ 0.173012] Initializing cgroup subsys net_prio\n[ 0.173908] Initializing cgroup subsys hugetlb\n[ 0.174777] Initializing cgroup subsys pids\n[ 0.175647] CPU: Physical Processor ID: 0\n[ 0.177141] mce: CPU supports 10 MCE banks\n[ 0.177995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.179012] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199694] ftrace: allocating 31920 entries in 125 pages\n[ 0.225141] smpboot: Max logical packages: 1\n[ 0.226040] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.227413] x2apic enabled\n[ 0.228213] Switched APIC routing to physical x2apic.\n[ 0.229966] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.231085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233166] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234966] KVM setup paravirtual spinlock\n[ 0.236302] x86: Booted up 1 node, 1 CPUs\n[ 0.237114] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238516] devtmpfs: initialized\n[ 0.240255] evm: security.selinux\n[ 0.240963] evm: security.SMACK64\n[ 0.241662] evm: security.SMACK64EXEC\n[ 0.242407] evm: security.SMACK64TRANSMUTE\n[ 0.243209] evm: security.SMACK64MMAP\n[ 0.243956] evm: security.ima\n[ 0.244599] evm: security.capability\n[ 0.245408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247261] pinctrl core: initialized pinctrl subsystem\n[ 0.248374] RTC time: 16:11:30, date: 07/21/18\n[ 0.249363] NET: Registered protocol family 16\n[ 0.250359] cpuidle: using governor ladder\n[ 0.251174] cpuidle: using governor menu\n[ 0.251964] PCCT header not found.\n[ 0.252723] ACPI: bus type PCI registered\n[ 0.253527] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254772] PCI: Using configuration type 1 for base access\n[ 0.256556] ACPI: Added _OSI(Module Device)\n[ 0.257399] ACPI: Added _OSI(Processor Device)\n[ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259175] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260929] ACPI: Interpreter enabled\n[ 0.261707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269092] ACPI: (supports S0 S5)\n[ 0.269805] ACPI: Using IOAPIC for interrupt routing\n[ 0.270752] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275005] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279700] acpiphp: Slot [3] registered\n[ 0.280505] acpiphp: Slot [4] registered\n[ 0.281304] acpiphp: Slot [5] registered\n[ 0.282105] acpiphp: Slot [6] registered\n[ 0.282905] acpiphp: Slot [7] registered\n[ 0.283713] acpiphp: Slot [8] registered\n[ 0.284522] acpiphp: Slot [9] registered\n[ 0.285322] acpiphp: Slot [10] registered\n[ 0.286150] acpiphp: Slot [11] registered\n[ 0.286972] acpiphp: Slot [12] registered\n[ 0.287792] acpiphp: Slot [13] registered\n[ 0.288610] acpiphp: Slot [14] registered\n[ 0.289441] acpiphp: Slot [15] registered\n[ 0.300164] acpiphp: Slot [16] registered\n[ 0.300985] acpiphp: Slot [17] registered\n[ 0.301800] acpiphp: Slot [18] registered\n[ 0.302616] acpiphp: Slot [19] registered\n[ 0.303431] acpiphp: Slot [20] registered\n[ 0.304245] acpiphp: Slot [21] registered\n[ 0.305069] acpiphp: Slot [22] registered\n[ 0.305884] acpiphp: Slot [23] registered\n[ 0.306698] acpiphp: Slot [24] registered\n[ 0.307511] acpiphp: Slot [25] registered\n[ 0.308329] acpiphp: Slot [26] registered\n[ 0.309144] acpiphp: Slot [27] registered\n[ 0.309979] acpiphp: Slot [28] registered\n[ 0.310799] acpiphp: Slot [29] registered\n[ 0.311655] acpiphp: Slot [30] registered\n[ 0.312473] acpiphp: Slot [31] registered\n[ 0.313283] PCI host bridge to bus 0000:00\n[ 0.314097] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315313] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.317983] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.319435] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.320925] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.325636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.326822] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328096] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351879] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353369] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356572] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.357964] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359238] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360585] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361753] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363315] vgaarb: loaded\n[ 0.363916] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365166] SCSI subsystem initialized\n[ 0.366099] ACPI: bus type USB registered\n[ 0.366939] usbcore: registered new interface driver usbfs\n[ 0.367979] usbcore: registered new interface driver hub\n[ 0.368998] usbcore: registered new device driver usb\n[ 0.370136] PCI: Using ACPI for IRQ routing\n[ 0.371273] NetLabel: Initializing\n[ 0.371997] NetLabel: domain hash size = 128\n[ 0.372851] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373822] NetLabel: unlabeled traffic allowed by default\n[ 0.375001] clocksource: Switched to clocksource kvm-clock\n[ 0.383429] AppArmor: AppArmor Filesystem Enabled\n[ 0.384405] pnp: PnP ACPI init\n[ 0.385355] pnp: PnP ACPI: found 5 devices\n[ 0.391695] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393432] NET: Registered protocol family 2\n[ 0.394498] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395797] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397007] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398220] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399322] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400528] NET: Registered protocol family 1\n[ 0.401420] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403612] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.417663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.431810] Trying to unpack rootfs image as initramfs...\n[ 0.488518] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490197] Scanning for low memory corruption every 60 seconds\n[ 0.491624] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492805] audit: initializing netlink subsys (disabled)\n[ 0.493842] audit: type=2000 audit(1532189491.387:1): initialized\n[ 0.495228] Initialise system trusted keyring\n[ 0.496195] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497360] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499495] zbud: loaded\n[ 0.500227] VFS: Disk quotas dquot_6.6.0\n[ 0.501058] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502666] fuse init (API version 7.23)\n[ 0.503622] Key type big_key registered\n[ 0.504438] Allocating IMA MOK and blacklist keyrings.\n[ 0.505665] Key type asymmetric registered\n[ 0.506490] Asymmetric key parser 'x509' registered\n[ 0.507466] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508942] io scheduler noop registered\n[ 0.509738] io scheduler deadline registered (default)\n[ 0.510744] io scheduler cfq registered\n[ 0.511628] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.513966] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.515442] ACPI: Power Button [PWRF]\n[ 0.516315] GHES: HEST is not enabled!\n[ 0.530011] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557777] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.583874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586144] Linux agpgart interface v0.103\n[ 0.588760] brd: module loaded\n[ 0.590430] loop: module loaded\n[ 0.594095] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.595581] GPT:90111 != 2097151\n[ 0.596269] GPT:Alternate GPT header not at the end of the disk.\n[ 0.597383] GPT:90111 != 2097151\n[ 0.598066] GPT: Use GNU Parted to correct GPT errors.\n[ 0.599055] vda: vda1 vda15\n[ 0.600300] scsi host0: ata_piix\n[ 0.601098] scsi host1: ata_piix\n[ 0.601836] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.603107] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.604668] libphy: Fixed MDIO Bus: probed\n[ 0.605499] tun: Universal TUN/TAP device driver, 1.6\n[ 0.606466] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.608714] PPP generic driver version 2.4.2\n[ 0.609800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611047] ehci-pci: EHCI PCI platform driver\n[ 0.611957] ehci-platform: EHCI generic platform driver\n[ 0.612988] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616540] ohci-pci: OHCI PCI platform driver\n[ 0.617731] ohci-platform: OHCI generic platform driver\n[ 0.618826] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633842] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634916] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.636435] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.637523] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.638768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.640041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.641485] usb usb1: Product: UHCI Host Controller\n[ 0.642428] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.643589] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.644768] hub 1-0:1.0: USB hub found\n[ 0.645569] hub 1-0:1.0: 2 ports detected\n[ 0.646654] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.648952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.649924] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.651260] mousedev: PS/2 mouse device common for all mice\n[ 0.652619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.654554] rtc_cmos 00:00: RTC can wake from S4\n[ 0.655741] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.656956] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.658166] i2c /dev entries driver\n[ 0.659018] device-mapper: uevent: version 1.0.3\n[ 0.660041] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663673] NET: Registered protocol family 10\n[ 0.665148] NET: Registered protocol family 17\n[ 0.666098] Key type dns_resolver registered\n[ 0.667336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668474] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670367] registered taskstats version 1\n[ 0.671252] Loading compiled-in X.509 certificates\n[ 0.672825] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674724] zswap: loaded using pool lzo/zbud\n[ 0.676579] Key type trusted registered\n[ 0.678396] Key type encrypted registered\n[ 0.679250] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.680330] ima: No TPM chip found, activating TPM-bypass!\n[ 0.681410] evm: HMAC attrs: 0x1\n[ 0.682493] Magic number: 10:896:186\n[ 0.683434] rtc_cmos 00:00: setting system clock to 2018-07-21 16:11:30 UTC (1532189490)\n[ 0.685133] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.686275] EDD information not available.\n[ 0.764573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.776325] Write protecting the kernel read-only data: 14336k\n[ 0.779903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.781956] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.827442] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL78muLiGM/ZIPRaBVhNcbnUcnyVwsnspcn2NC/mqoVT7eFT76vl2XPa2r0/T/oU5XzVeWAF9PtqUDTkq7bTxYPoFhjV6lTh6w4o/+2zdyl9AaUbt6A8m1/ls5EH1gUEN4DCMPvuoQCbCApDsMs3Nd80uEO8/VHKBrkqdqYeLuw+pZsV3X19TS2hrsPvZ5yzFwZ23keuXCHGSYIEpGcNuyrODVj0Ic8TmpbPla4j1NVUHtEz2Te4aEDUD7/shOI883KSGKBWUk4Ergq+5DD+pCImETUAXNfQ3valsxIf1vPcXNze/fDmiWA2e/2EJM5E/pC4C4S07C6ef80gWLKcaSF root@vping-userdata"} 2018-07-21 16:11:34,031 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2/action used request id req-4021d556-6a47-4cc0-a267-33eb335e72ef 2018-07-21 16:11:34,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0958578586578s 2018-07-21 16:11:34,032 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2/action used request id req-4021d556-6a47-4cc0-a267-33eb335e72ef 2018-07-21 16:11:34,032 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 451795779 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.154856] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.156511] pid_max: default: 32768 minimum: 301 [ 0.157408] ACPI: Core revision 20150930 [ 0.158817] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.160135] Security Framework initialized [ 0.160948] Yama: becoming mindful. [ 0.161682] AppArmor: AppArmor initialized [ 0.162551] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.163876] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.165149] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166361] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.167786] Initializing cgroup subsys io [ 0.168621] Initializing cgroup subsys memory [ 0.169480] Initializing cgroup subsys devices [ 0.170362] Initializing cgroup subsys freezer [ 0.171228] Initializing cgroup subsys net_cls [ 0.172099] Initializing cgroup subsys perf_event [ 0.173012] Initializing cgroup subsys net_prio [ 0.173908] Initializing cgroup subsys hugetlb [ 0.174777] Initializing cgroup subsys pids [ 0.175647] CPU: Physical Processor ID: 0 [ 0.177141] mce: CPU supports 10 MCE banks [ 0.177995] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.179012] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.193556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.199694] ftrace: allocating 31920 entries in 125 pages [ 0.225141] smpboot: Max logical packages: 1 [ 0.226040] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.227413] x2apic enabled [ 0.228213] Switched APIC routing to physical x2apic. [ 0.229966] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.231085] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.233166] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234966] KVM setup paravirtual spinlock [ 0.236302] x86: Booted up 1 node, 1 CPUs [ 0.237114] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.238516] devtmpfs: initialized [ 0.240255] evm: security.selinux [ 0.240963] evm: security.SMACK64 [ 0.241662] evm: security.SMACK64EXEC [ 0.242407] evm: security.SMACK64TRANSMUTE [ 0.243209] evm: security.SMACK64MMAP [ 0.243956] evm: security.ima [ 0.244599] evm: security.capability [ 0.245408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.247261] pinctrl core: initialized pinctrl subsystem [ 0.248374] RTC time: 16:11:30, date: 07/21/18 [ 0.249363] NET: Registered protocol family 16 [ 0.250359] cpuidle: using governor ladder [ 0.251174] cpuidle: using governor menu [ 0.251964] PCCT header not found. [ 0.252723] ACPI: bus type PCI registered [ 0.253527] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254772] PCI: Using configuration type 1 for base access [ 0.256556] ACPI: Added _OSI(Module Device) [ 0.257399] ACPI: Added _OSI(Processor Device) [ 0.258261] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.259175] ACPI: Added _OSI(Processor Aggregator Device) [ 0.260929] ACPI: Interpreter enabled [ 0.261707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.263552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.265391] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.267240] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.269092] ACPI: (supports S0 S5) [ 0.269805] ACPI: Using IOAPIC for interrupt routing [ 0.270752] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273859] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275005] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276241] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279700] acpiphp: Slot [3] registered [ 0.280505] acpiphp: Slot [4] registered [ 0.281304] acpiphp: Slot [5] registered [ 0.282105] acpiphp: Slot [6] registered [ 0.282905] acpiphp: Slot [7] registered [ 0.283713] acpiphp: Slot [8] registered [ 0.284522] acpiphp: Slot [9] registered [ 0.285322] acpiphp: Slot [10] registered [ 0.286150] acpiphp: Slot [11] registered [ 0.286972] acpiphp: Slot [12] registered [ 0.287792] acpiphp: Slot [13] registered [ 0.288610] acpiphp: Slot [14] registered [ 0.289441] acpiphp: Slot [15] registered [ 0.300164] acpiphp: Slot [16] registered [ 0.300985] acpiphp: Slot [17] registered [ 0.301800] acpiphp: Slot [18] registered [ 0.302616] acpiphp: Slot [19] registered [ 0.303431] acpiphp: Slot [20] registered [ 0.304245] acpiphp: Slot [21] registered [ 0.305069] acpiphp: Slot [22] registered [ 0.305884] acpiphp: Slot [23] registered [ 0.306698] acpiphp: Slot [24] registered [ 0.307511] acpiphp: Slot [25] registered [ 0.308329] acpiphp: Slot [26] registered [ 0.309144] acpiphp: Slot [27] registered [ 0.309979] acpiphp: Slot [28] registered [ 0.310799] acpiphp: Slot [29] registered [ 0.311655] acpiphp: Slot [30] registered [ 0.312473] acpiphp: Slot [31] registered [ 0.313283] PCI host bridge to bus 0000:00 [ 0.314097] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.315313] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.316530] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.317983] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.319435] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.320925] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.324353] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.325636] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.326822] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.328096] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.331665] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.333199] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351879] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.353369] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.355145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356572] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357964] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.359238] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360585] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361753] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363315] vgaarb: loaded [ 0.363916] vgaarb: bridge control possible 0000:00:02.0 [ 0.365166] SCSI subsystem initialized [ 0.366099] ACPI: bus type USB registered [ 0.366939] usbcore: registered new interface driver usbfs [ 0.367979] usbcore: registered new interface driver hub [ 0.368998] usbcore: registered new device driver usb [ 0.370136] PCI: Using ACPI for IRQ routing [ 0.371273] NetLabel: Initializing [ 0.371997] NetLabel: domain hash size = 128 [ 0.372851] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.373822] NetLabel: unlabeled traffic allowed by default [ 0.375001] clocksource: Switched to clocksource kvm-clock [ 0.383429] AppArmor: AppArmor Filesystem Enabled [ 0.384405] pnp: PnP ACPI init [ 0.385355] pnp: PnP ACPI: found 5 devices [ 0.391695] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.393432] NET: Registered protocol family 2 [ 0.394498] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.395797] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.397007] TCP: Hash tables configured (established 4096 bind 4096) [ 0.398220] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.399322] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.400528] NET: Registered protocol family 1 [ 0.401420] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.402525] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.403612] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.417663] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.431810] Trying to unpack rootfs image as initramfs... [ 0.488518] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.490197] Scanning for low memory corruption every 60 seconds [ 0.491624] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492805] audit: initializing netlink subsys (disabled) [ 0.493842] audit: type=2000 audit(1532189491.387:1): initialized [ 0.495228] Initialise system trusted keyring [ 0.496195] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497360] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499495] zbud: loaded [ 0.500227] VFS: Disk quotas dquot_6.6.0 [ 0.501058] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502666] fuse init (API version 7.23) [ 0.503622] Key type big_key registered [ 0.504438] Allocating IMA MOK and blacklist keyrings. [ 0.505665] Key type asymmetric registered [ 0.506490] Asymmetric key parser 'x509' registered [ 0.507466] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.508942] io scheduler noop registered [ 0.509738] io scheduler deadline registered (default) [ 0.510744] io scheduler cfq registered [ 0.511628] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512684] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.513966] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.515442] ACPI: Power Button [PWRF] [ 0.516315] GHES: HEST is not enabled! [ 0.530011] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.557777] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.559901] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.583874] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586144] Linux agpgart interface v0.103 [ 0.588760] brd: module loaded [ 0.590430] loop: module loaded [ 0.594095] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.595581] GPT:90111 != 2097151 [ 0.596269] GPT:Alternate GPT header not at the end of the disk. [ 0.597383] GPT:90111 != 2097151 [ 0.598066] GPT: Use GNU Parted to correct GPT errors. [ 0.599055] vda: vda1 vda15 [ 0.600300] scsi host0: ata_piix [ 0.601098] scsi host1: ata_piix [ 0.601836] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.603107] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.604668] libphy: Fixed MDIO Bus: probed [ 0.605499] tun: Universal TUN/TAP device driver, 1.6 [ 0.606466] tun: (C) 1999-2004 Max Krasnyansky [ 0.608714] PPP generic driver version 2.4.2 [ 0.609800] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611047] ehci-pci: EHCI PCI platform driver [ 0.611957] ehci-platform: EHCI generic platform driver [ 0.612988] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.616540] ohci-pci: OHCI PCI platform driver [ 0.617731] ohci-platform: OHCI generic platform driver [ 0.618826] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633842] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634916] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.636435] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.637523] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.640041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.641485] usb usb1: Product: UHCI Host Controller [ 0.642428] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.643589] usb usb1: SerialNumber: 0000:00:01.2 [ 0.644768] hub 1-0:1.0: USB hub found [ 0.645569] hub 1-0:1.0: 2 ports detected [ 0.646654] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.648952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.649924] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.651260] mousedev: PS/2 mouse device common for all mice [ 0.652619] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.654554] rtc_cmos 00:00: RTC can wake from S4 [ 0.655741] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.656956] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.658166] i2c /dev entries driver [ 0.659018] device-mapper: uevent: version 1.0.3 [ 0.660041] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661785] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663673] NET: Registered protocol family 10 [ 0.665148] NET: Registered protocol family 17 [ 0.666098] Key type dns_resolver registered [ 0.667336] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668474] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.670367] registered taskstats version 1 [ 0.671252] Loading compiled-in X.509 certificates [ 0.672825] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.674724] zswap: loaded using pool lzo/zbud [ 0.676579] Key type trusted registered [ 0.678396] Key type encrypted registered [ 0.679250] AppArmor: AppArmor sha1 policy hashing enabled [ 0.680330] ima: No TPM chip found, activating TPM-bypass! [ 0.681410] evm: HMAC attrs: 0x1 [ 0.682493] Magic number: 10:896:186 [ 0.683434] rtc_cmos 00:00: setting system clock to 2018-07-21 16:11:30 UTC (1532189490) [ 0.685133] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.686275] EDD information not available. [ 0.764573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.776325] Write protecting the kernel read-only data: 14336k [ 0.779903] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.781956] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.827442] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.81. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL78muLiGM/ZIPRaBVhNcbnUcnyVwsnspcn2NC/mqoVT7eFT76vl2XPa2r0/T/oU5XzVeWAF9PtqUDTkq7bTxYPoFhjV6lTh6w4o/+2zdyl9AaUbt6A8m1/ls5EH1gUEN4DCMPvuoQCbCApDsMs3Nd80uEO8/VHKBrkqdqYeLuw+pZsV3X19TS2hrsPvZ5yzFwZ23keuXCHGSYIEpGcNuyrODVj0Ic8TmpbPla4j1NVUHtEz2Te4aEDUD7/shOI883KSGKBWUk4Ergq+5DD+pCImETUAXNfQ3valsxIf1vPcXNze/fDmiWA2e/2EJM5E/pC4C4S07C6ef80gWLKcaSF root@vping-userdata 2018-07-21 16:11:34,033 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-07-21 16:11:34,148 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:11:34,149 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:28 | PASS | +------------------------+------------------+------------------+----------------+ 2018-07-21 16:11:34,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:11:34,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:34,301 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e9c18426-aef1-4bc6-98e4-3a601e743457 x-compute-request-id: req-e9c18426-aef1-4bc6-98e4-3a601e743457 Content-Type: application/json 2018-07-21 16:11:34,301 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b used request id req-e9c18426-aef1-4bc6-98e4-3a601e743457 2018-07-21 16:11:34,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.147714138031s 2018-07-21 16:11:34,301 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b used request id req-e9c18426-aef1-4bc6-98e4-3a601e743457 2018-07-21 16:11:34,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:34,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:34,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb7874b7-7c72-4c60-9de1-9064460934d9 x-compute-request-id: req-eb7874b7-7c72-4c60-9de1-9064460934d9 Content-Encoding: gzip Content-Length: 871 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:30Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:0b:dd", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/510a3ff1-e12e-43a5-927a-5ea8ec68104b", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:22.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "510a3ff1-e12e-43a5-927a-5ea8ec68104b", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:34Z", "hostId": "57752d7ce0e2081df1f2dc695e4c4c33111a0cf19cc13204e9802296", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:15Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:34,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eb7874b7-7c72-4c60-9de1-9064460934d9 2018-07-21 16:11:34,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.241270065308s 2018-07-21 16:11:34,544 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eb7874b7-7c72-4c60-9de1-9064460934d9 2018-07-21 16:11:34,546 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:36,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:36,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:36,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b30cf667-90d7-41a9-89e8-3d4c98035720 x-compute-request-id: req-b30cf667-90d7-41a9-89e8-3d4c98035720 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:30Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:36,744 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b30cf667-90d7-41a9-89e8-3d4c98035720 2018-07-21 16:11:36,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195046901703s 2018-07-21 16:11:36,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b30cf667-90d7-41a9-89e8-3d4c98035720 2018-07-21 16:11:36,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:11:36,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:36,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-756a5ab6-e6b5-4861-986b-adaf81353926 x-compute-request-id: req-756a5ab6-e6b5-4861-986b-adaf81353926 Content-Type: application/json 2018-07-21 16:11:36,891 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-756a5ab6-e6b5-4861-986b-adaf81353926 2018-07-21 16:11:36,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145055055618s 2018-07-21 16:11:36,891 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2 used request id req-756a5ab6-e6b5-4861-986b-adaf81353926 2018-07-21 16:11:36,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:36,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:37,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f50beead-c35b-452b-8167-6812633feb5b x-compute-request-id: req-f50beead-c35b-452b-8167-6812633feb5b Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:53:b8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/fa52682b-2c9a-40da-bd66-7478da981cb2", "rel": "bookmark"}], "image": {"id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "links": [{"href": "http://172.30.9.23:8774/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:11:30.000000", "flavor": {"id": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "links": [{"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "bookmark"}]}, "id": "fa52682b-2c9a-40da-bd66-7478da981cb2", "security_groups": [{"name": "default"}], "user_id": "ac7424b4b6ae4cb6a8a993e732338e7d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:11:36Z", "hostId": "28cfb8e63986cdc668c5e228f52eb06b3884bd46cd944ef7995b7423", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "created": "2018-07-21T16:11:24Z", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:37,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f50beead-c35b-452b-8167-6812633feb5b 2018-07-21 16:11:37,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698239803314s 2018-07-21 16:11:37,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f50beead-c35b-452b-8167-6812633feb5b 2018-07-21 16:11:37,592 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:11:39,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:39,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:39,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8d7bd480-595e-4e54-b940-11262ad64a59 x-compute-request-id: req-8d7bd480-595e-4e54-b940-11262ad64a59 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 16:11:39,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d7bd480-595e-4e54-b940-11262ad64a59 2018-07-21 16:11:39,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0902009010315s 2018-07-21 16:11:39,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8d7bd480-595e-4e54-b940-11262ad64a59 2018-07-21 16:11:39,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:11:39,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2/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}609acf9d94f3f520fb232b48d078b5394f53a837" -d '{"subnet_id": "a973453b-8313-48cd-a6ce-052ae075f27c"}' 2018-07-21 16:11:41,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7a0641d5-d1e4-4db2-b017-6bfb475df9ab Date: Sat, 21 Jul 2018 16:11:41 GMT RESP BODY: {"network_id": "7b2448c1-bf2c-47f2-b368-47d24ab211b9", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "subnet_id": "a973453b-8313-48cd-a6ce-052ae075f27c", "subnet_ids": ["a973453b-8313-48cd-a6ce-052ae075f27c"], "port_id": "4ee53f7c-2a44-4d84-90a1-092f3527d80c", "id": "41ef8402-c8ae-476b-9caf-5d4bb2a03ff2"} 2018-07-21 16:11:41,374 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2/remove_router_interface.json used request id req-7a0641d5-d1e4-4db2-b017-6bfb475df9ab 2018-07-21 16:11:41,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68782997131s 2018-07-21 16:11:41,374 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2/remove_router_interface.json used request id req-7a0641d5-d1e4-4db2-b017-6bfb475df9ab returning object 41ef8402-c8ae-476b-9caf-5d4bb2a03ff2 2018-07-21 16:11:41,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:11:41,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:41,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-65aadf1c-a908-4f7b-869d-bfbb5553fe38 Date: Sat, 21 Jul 2018 16:11:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "created_at": "2018-07-21T16:11:08Z", "admin_state_up": true, "updated_at": "2018-07-21T16:11:40Z", "revision_number": 4, "routes": [], "project_id": "3bb5403b2f224f0cb1a92270712d4039", "id": "41ef8402-c8ae-476b-9caf-5d4bb2a03ff2", "name": "vping_userdata-router_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}]} 2018-07-21 16:11:41,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-65aadf1c-a908-4f7b-869d-bfbb5553fe38 2018-07-21 16:11:41,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.128609895706s 2018-07-21 16:11:41,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-65aadf1c-a908-4f7b-869d-bfbb5553fe38 2018-07-21 16:11:41,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:11:41,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:42,778 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3e5826a8-c8a8-4c60-b1cc-15e3b55816df Content-Length: 0 Date: Sat, 21 Jul 2018 16:11:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:11:42,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2.json used request id req-3e5826a8-c8a8-4c60-b1cc-15e3b55816df 2018-07-21 16:11:42,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27316689491s 2018-07-21 16:11:42,779 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/41ef8402-c8ae-476b-9caf-5d4bb2a03ff2.json used request id req-3e5826a8-c8a8-4c60-b1cc-15e3b55816df 2018-07-21 16:11:42,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:11:42,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:42,831 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4404d824-65a1-474b-be7c-41b986191de6 Date: Sat, 21 Jul 2018 16:11:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:11:08Z","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":"3bb5403b2f224f0cb1a92270712d4039","id":"a973453b-8313-48cd-a6ce-052ae075f27c","subnetpool_id":null,"name":"vping_userdata-subnet_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}]} 2018-07-21 16:11:42,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4404d824-65a1-474b-be7c-41b986191de6 2018-07-21 16:11:42,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0521371364594s 2018-07-21 16:11:42,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4404d824-65a1-474b-be7c-41b986191de6 2018-07-21 16:11:42,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:11:42,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/a973453b-8313-48cd-a6ce-052ae075f27c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:43,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e5a168c-ea71-463f-87ba-8537ec80753f Date: Sat, 21 Jul 2018 16:11:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:11:43,956 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a973453b-8313-48cd-a6ce-052ae075f27c.json used request id req-4e5a168c-ea71-463f-87ba-8537ec80753f 2018-07-21 16:11:43,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.1237680912s 2018-07-21 16:11:43,957 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/a973453b-8313-48cd-a6ce-052ae075f27c.json used request id req-4e5a168c-ea71-463f-87ba-8537ec80753f 2018-07-21 16:11:43,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:43,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:44,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-f8e1162d-2245-42f6-bc6e-3f9b053c9d49 Date: Sat, 21 Jul 2018 16:11:44 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:11:43Z","tenant_id":"3bb5403b2f224f0cb1a92270712d4039","created_at":"2018-07-21T16:11:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"3bb5403b2f224f0cb1a92270712d4039","id":"7b2448c1-bf2c-47f2-b368-47d24ab211b9","name":"vping_userdata-net_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 16:11:44,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f8e1162d-2245-42f6-bc6e-3f9b053c9d49 2018-07-21 16:11:44,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.125156879425s 2018-07-21 16:11:44,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f8e1162d-2245-42f6-bc6e-3f9b053c9d49 2018-07-21 16:11:44,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:11:44,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/7b2448c1-bf2c-47f2-b368-47d24ab211b9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:45,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a7fdeb68-9218-48ad-9e26-3ea153db2d4c Date: Sat, 21 Jul 2018 16:11:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:11:45,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7b2448c1-bf2c-47f2-b368-47d24ab211b9.json used request id req-a7fdeb68-9218-48ad-9e26-3ea153db2d4c 2018-07-21 16:11:45,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20732688904s 2018-07-21 16:11:45,292 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/7b2448c1-bf2c-47f2-b368-47d24ab211b9.json used request id req-a7fdeb68-9218-48ad-9e26-3ea153db2d4c 2018-07-21 16:11:45,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:45,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:45,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-b0babeb7-a477-4f5c-9b68-0256cf7df22a Date: Sat, 21 Jul 2018 16:11:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/snap", "metadata": {}}], "file": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/file", "owner": "3bb5403b2f224f0cb1a92270712d4039", "id": "a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "size": 12716032, "self": "/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:11:12Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:45,955 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b0babeb7-a477-4f5c-9b68-0256cf7df22a 2018-07-21 16:11:45,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.659103870392s 2018-07-21 16:11:45,956 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b0babeb7-a477-4f5c-9b68-0256cf7df22a 2018-07-21 16:11:45,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:11:45,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}609acf9d94f3f520fb232b48d078b5394f53a837" 2018-07-21 16:11:46,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f3c9a54c-9935-43fb-8208-5860058ca36c Date: Sat, 21 Jul 2018 16:11:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:11:46,321 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c used request id req-f3c9a54c-9935-43fb-8208-5860058ca36c 2018-07-21 16:11:46,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.363520145416s 2018-07-21 16:11:46,321 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a3326a43-0ee9-4bd7-8fe0-dd2298ad8a2c used request id req-f3c9a54c-9935-43fb-8208-5860058ca36c 2018-07-21 16:11:46,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:11:46,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:46,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c564002-8d8f-4a04-aae6-4e3802307068 x-compute-request-id: req-1c564002-8d8f-4a04-aae6-4e3802307068 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b", "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": "9f5ba077-5b6e-426a-b3c7-70a711e3ec3b"}]} 2018-07-21 16:11:46,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1c564002-8d8f-4a04-aae6-4e3802307068 2018-07-21 16:11:46,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275411605835s 2018-07-21 16:11:46,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1c564002-8d8f-4a04-aae6-4e3802307068 2018-07-21 16:11:46,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:11:46,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:46,383 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:11: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-49f585a7-0969-439f-b9ca-6c7eeb2e7e9b x-compute-request-id: req-49f585a7-0969-439f-b9ca-6c7eeb2e7e9b Content-Length: 0 Content-Type: application/json 2018-07-21 16:11:46,383 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b used request id req-49f585a7-0969-439f-b9ca-6c7eeb2e7e9b 2018-07-21 16:11:46,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0317549705505s 2018-07-21 16:11:46,383 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/9f5ba077-5b6e-426a-b3c7-70a711e3ec3b used request id req-49f585a7-0969-439f-b9ca-6c7eeb2e7e9b 2018-07-21 16:11:46,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:11:46,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:46,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74824797-e17b-49e3-942e-e1ac6a3ef45f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": {"self": "http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac7424b4b6ae4cb6a8a993e732338e7d", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:11:46,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-74824797-e17b-49e3-942e-e1ac6a3ef45f 2018-07-21 16:11:46,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123296976089s 2018-07-21 16:11:46,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-74824797-e17b-49e3-942e-e1ac6a3ef45f 2018-07-21 16:11:46,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:11:46,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:46,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4701b0ef-88fa-4a11-8407-42f2e279362e Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_7c7ce57d-c49c-4af0-ade2-b10c2fb264da", "links": {"self": "http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ac7424b4b6ae4cb6a8a993e732338e7d", "description": null}} 2018-07-21 16:11:46,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d used request id req-4701b0ef-88fa-4a11-8407-42f2e279362e 2018-07-21 16:11:46,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120855093002s 2018-07-21 16:11:46,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d used request id req-4701b0ef-88fa-4a11-8407-42f2e279362e 2018-07-21 16:11:46,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 16:11:46,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:46,904 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-420b8468-8c55-4a64-bd32-a83872e7f3c2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:11:46,904 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d used request id req-420b8468-8c55-4a64-bd32-a83872e7f3c2 2018-07-21 16:11:46,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.269569158554s 2018-07-21 16:11:46,904 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/ac7424b4b6ae4cb6a8a993e732338e7d used request id req-420b8468-8c55-4a64-bd32-a83872e7f3c2 2018-07-21 16:11:46,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:11:46,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:47,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae464d28-8886-4322-b56e-ea1ee7a44dc3 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039"}, "tags": [], "enabled": true, "id": "3bb5403b2f224f0cb1a92270712d4039", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_7c7ce57d-c49c-4af0-ade2-b10c2fb264da"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 16:11:47,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-ae464d28-8886-4322-b56e-ea1ee7a44dc3 2018-07-21 16:11:47,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0891268253326s 2018-07-21 16:11:47,000 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-ae464d28-8886-4322-b56e-ea1ee7a44dc3 2018-07-21 16:11:47,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 16:11:47,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5d40cb79382a1cb3a589492913a893afe11bc573" 2018-07-21 16:11:47,162 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5846eddf-0523-4893-b44c-206b3e385868 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:11:47,162 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039 used request id req-5846eddf-0523-4893-b44c-206b3e385868 2018-07-21 16:11:47,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.157552957535s 2018-07-21 16:11:47,163 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039 used request id req-5846eddf-0523-4893-b44c-206b3e385868 2018-07-21 16:11:47,215 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-07-21 16:11:47,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:11:47,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:11:47,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:11:47,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:11:47,257 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:11:47,258 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:11:47,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:11:47,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:11:47,259 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:11:47,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:47,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aae8ddca-9f43-4db8-a897-8a1b6bc89ade Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:11:47,265 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-aae8ddca-9f43-4db8-a897-8a1b6bc89ade 2018-07-21 16:11:47,265 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:11:47,655 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:11:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["n4Cab7s6RSuOJGvUdCtd_g"], "issued_at": "2018-07-21T16:11:47.000000Z"}} 2018-07-21 16:11:47,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:47,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:48,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7be266ea-086d-4517-aef6-e3e77cd6db6f Date: Sat, 21 Jul 2018 16:11:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:11:48,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7be266ea-086d-4517-aef6-e3e77cd6db6f 2018-07-21 16:11:48,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.602036952972s 2018-07-21 16:11:48,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7be266ea-086d-4517-aef6-e3e77cd6db6f 2018-07-21 16:11:48,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:48,270 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:11:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b9d190a-c46b-4dc9-8e19-61fd8b0f18fa Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:11:48,270 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-8b9d190a-c46b-4dc9-8e19-61fd8b0f18fa 2018-07-21 16:11:48,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:11:48,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:48,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62b8c00d-f1cb-48e3-aeb4-c4430022c670 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 16:11:48,367 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-62b8c00d-f1cb-48e3-aeb4-c4430022c670 2018-07-21 16:11:48,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0964198112488s 2018-07-21 16:11:48,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-62b8c00d-f1cb-48e3-aeb4-c4430022c670 2018-07-21 16:11:48,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 16:11:48,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d"}}' 2018-07-21 16:11:48,497 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:11:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a6ef57d-fcfd-45b3-9b2a-485dd29d1948 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7"}, "tags": [], "enabled": true, "id": "a62cafcbd1fa48e9878c2c1de9e975a7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d"}} 2018-07-21 16:11:48,498 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4a6ef57d-fcfd-45b3-9b2a-485dd29d1948 2018-07-21 16:11:48,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.123458862305s 2018-07-21 16:11:48,498 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-4a6ef57d-fcfd-45b3-9b2a-485dd29d1948 2018-07-21 16:11:48,498 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d'}) 2018-07-21 16:11:48,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 16:11:48,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ff2bb13f-3a21-413e-ad0f-aaca96938e8a", "email": null, "name": "cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d"}}' 2018-07-21 16:11:48,874 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 16:11:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a69006c0-c95c-4e72-b422-89ed79f6ae6b Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": {"self": "http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0a4e8e8147d4109a35c20ada58a6806", "domain_id": "default", "password_expires_at": null}} 2018-07-21 16:11:48,874 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-a69006c0-c95c-4e72-b422-89ed79f6ae6b 2018-07-21 16:11:48,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.370224952698s 2018-07-21 16:11:48,875 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-a69006c0-c95c-4e72-b422-89ed79f6ae6b 2018-07-21 16:11:48,875 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c0a4e8e8147d4109a35c20ada58a6806', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d'}) 2018-07-21 16:11:48,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:11:48,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:48,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5d3569-1c69-4622-84ab-942a35a7f373 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:11:48,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f5d3569-1c69-4622-84ab-942a35a7f373 2018-07-21 16:11:48,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102782011032s 2018-07-21 16:11:48,982 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-2f5d3569-1c69-4622-84ab-942a35a7f373 2018-07-21 16:11:48,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:11:48,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bdaa350-9662-4f77-a17d-c1e6c42b28f3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:11:49,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9bdaa350-9662-4f77-a17d-c1e6c42b28f3 2018-07-21 16:11:49,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0182859897614s 2018-07-21 16:11:49,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-9bdaa350-9662-4f77-a17d-c1e6c42b28f3 2018-07-21 16:11:49,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:11:49,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594c241c-f5fa-441d-83b3-4d0cf864d91c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:11:49,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-594c241c-f5fa-441d-83b3-4d0cf864d91c 2018-07-21 16:11:49,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975041389465s 2018-07-21 16:11:49,107 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-594c241c-f5fa-441d-83b3-4d0cf864d91c 2018-07-21 16:11:49,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 16:11:49,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c7b0510-ebbe-44de-895e-25c747971eee Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 16:11:49,197 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5c7b0510-ebbe-44de-895e-25c747971eee 2018-07-21 16:11:49,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0850069522858s 2018-07-21 16:11:49,198 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-5c7b0510-ebbe-44de-895e-25c747971eee 2018-07-21 16:11:49,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:11:49,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5fe9b70-8dd8-4eaf-99f7-80d211ab34f2 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": {"self": "http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0a4e8e8147d4109a35c20ada58a6806", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:11:49,312 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5fe9b70-8dd8-4eaf-99f7-80d211ab34f2 2018-07-21 16:11:49,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113340854645s 2018-07-21 16:11:49,312 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-e5fe9b70-8dd8-4eaf-99f7-80d211ab34f2 2018-07-21 16:11:49,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:11:49,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2947888-754c-4c4f-9b5e-5139ebb0f1f8 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7"}, "tags": [], "enabled": true, "id": "a62cafcbd1fa48e9878c2c1de9e975a7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-21 16:11:49,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e2947888-754c-4c4f-9b5e-5139ebb0f1f8 2018-07-21 16:11:49,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0998449325562s 2018-07-21 16:11:49,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-e2947888-754c-4c4f-9b5e-5139ebb0f1f8 2018-07-21 16:11:49,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 16:11:49,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=c0a4e8e8147d4109a35c20ada58a6806&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=a62cafcbd1fa48e9878c2c1de9e975a7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cfa5c9c2-b08a-41c9-a100-274f0b1c38fb Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=c0a4e8e8147d4109a35c20ada58a6806&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=a62cafcbd1fa48e9878c2c1de9e975a7", "previous": null, "next": null}} 2018-07-21 16:11:49,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c0a4e8e8147d4109a35c20ada58a6806&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=a62cafcbd1fa48e9878c2c1de9e975a7 used request id req-cfa5c9c2-b08a-41c9-a100-274f0b1c38fb 2018-07-21 16:11:49,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.096088886261s 2018-07-21 16:11:49,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=c0a4e8e8147d4109a35c20ada58a6806&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=a62cafcbd1fa48e9878c2c1de9e975a7 used request id req-cfa5c9c2-b08a-41c9-a100-274f0b1c38fb 2018-07-21 16:11:49,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 16:11:49,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7/users/c0a4e8e8147d4109a35c20ada58a6806/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:11:49,667 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-774ad0d4-7b99-4352-ad90-b50135842973 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:11:49,667 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7/users/c0a4e8e8147d4109a35c20ada58a6806/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-774ad0d4-7b99-4352-ad90-b50135842973 2018-07-21 16:11:49,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136936903s 2018-07-21 16:11:49,668 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7/users/c0a4e8e8147d4109a35c20ada58a6806/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-774ad0d4-7b99-4352-ad90-b50135842973 2018-07-21 16:11:49,669 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 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'a62cafcbd1fa48e9878c2c1de9e975a7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'ff2bb13f-3a21-413e-ad0f-aaca96938e8a', 'username': u'cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:11:49,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:11:49,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:11:49,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:11:49,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:11:49,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:11:49,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:11:49,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:11:49,673 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'password': 'ff2bb13f-3a21-413e-ad0f-aaca96938e8a', 'project_name': 'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': 'a62cafcbd1fa48e9878c2c1de9e975a7', 'project_domain_name': 'Default'} 2018-07-21 16:11:49,674 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-07-21 16:11:49,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:49,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8122a0e5-900b-48c6-b805-fdacc5f4e511 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:11:49,681 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-8122a0e5-900b-48c6-b805-fdacc5f4e511 2018-07-21 16:11:49,681 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:11:50,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a62cafcbd1fa48e9878c2c1de9e975a7", "name": "cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a62cafcbd1fa48e9878c2c1de9e975a7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d", "id": "c0a4e8e8147d4109a35c20ada58a6806"}, "audit_ids": ["GVLUpCiGRsWYKJ00k-mgtA"], "issued_at": "2018-07-21T16:11:50.000000Z"}} 2018-07-21 16:11:50,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:11:50,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"network": {"name": "cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d", "admin_state_up": true}}' 2018-07-21 16:11:50,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-db25ea6c-e2c7-44b4-b23e-5780cb6124fc Date: Sat, 21 Jul 2018 16:11:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T16:11:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}} 2018-07-21 16:11:50,952 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-db25ea6c-e2c7-44b4-b23e-5780cb6124fc 2018-07-21 16:11:50,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.885350942612s 2018-07-21 16:11:50,952 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-db25ea6c-e2c7-44b4-b23e-5780cb6124fc 2018-07-21 16:11:50,953 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:11:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd595ea2a-475a-40da-bd2a-c86592af185b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d', u'admin_state_up': True, u'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', u'created_at': u'2018-07-21T16:11:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7'}) 2018-07-21 16:11:50,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:50,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:51,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-5efc3640-f51e-4b56-b1c0-920576bc256f Date: Sat, 21 Jul 2018 16:11:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:11:50Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:11:51,126 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5efc3640-f51e-4b56-b1c0-920576bc256f 2018-07-21 16:11:51,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.172428131104s 2018-07-21 16:11:51,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-5efc3640-f51e-4b56-b1c0-920576bc256f 2018-07-21 16:11:51,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:11:51,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"subnet": {"name": "cinder_test-subnet_87bab1d6-3aab-4323-97a9-aa55be8a445d", "enable_dhcp": true, "network_id": "d595ea2a-475a-40da-bd2a-c86592af185b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:11:51,880 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-b2a57433-d0b5-4a14-90ef-1f9bdac84167 Date: Sat, 21 Jul 2018 16:11:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:11:51Z","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":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","subnetpool_id":null,"name":"cinder_test-subnet_87bab1d6-3aab-4323-97a9-aa55be8a445d"}} 2018-07-21 16:11:51,880 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b2a57433-d0b5-4a14-90ef-1f9bdac84167 2018-07-21 16:11:51,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.752803087234s 2018-07-21 16:11:51,881 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b2a57433-d0b5-4a14-90ef-1f9bdac84167 2018-07-21 16:11:51,881 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:11:51Z', 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'3afa32a4-2c98-43e8-9850-c8527b3982d5', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_87bab1d6-3aab-4323-97a9-aa55be8a445d', u'enable_dhcp': True, u'network_id': u'd595ea2a-475a-40da-bd2a-c86592af185b', u'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', u'created_at': u'2018-07-21T16:11:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7'}) 2018-07-21 16:11:51,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:11:51,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "cinder_test-router_87bab1d6-3aab-4323-97a9-aa55be8a445d", "admin_state_up": true}}' 2018-07-21 16:11:52,978 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-d90fe457-6ae5-4e32-a320-97faebcf4c76 Date: Sat, 21 Jul 2018 16:11:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:51Z", "admin_state_up": true, "updated_at": "2018-07-21T16:11:52Z", "revision_number": 2, "routes": [], "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254", "name": "cinder_test-router_87bab1d6-3aab-4323-97a9-aa55be8a445d"}} 2018-07-21 16:11:52,978 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d90fe457-6ae5-4e32-a320-97faebcf4c76 2018-07-21 16:11:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.09649085999s 2018-07-21 16:11:52,979 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d90fe457-6ae5-4e32-a320-97faebcf4c76 2018-07-21 16:11:52,979 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', u'created_at': u'2018-07-21T16:11:51Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T16:11:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', u'id': u'd782938e-f1b8-46b8-a97d-1bc11e0ba254', u'name': u'cinder_test-router_87bab1d6-3aab-4323-97a9-aa55be8a445d'}) 2018-07-21 16:11:52,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:11:52,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254/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}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"subnet_id": "3afa32a4-2c98-43e8-9850-c8527b3982d5"}' 2018-07-21 16:11:54,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-27e30b04-1384-414d-835f-1b36838c627e Date: Sat, 21 Jul 2018 16:11:54 GMT RESP BODY: {"network_id": "d595ea2a-475a-40da-bd2a-c86592af185b", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "subnet_id": "3afa32a4-2c98-43e8-9850-c8527b3982d5", "subnet_ids": ["3afa32a4-2c98-43e8-9850-c8527b3982d5"], "port_id": "ca99b9af-683c-468d-906f-f6511ba6c992", "id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254"} 2018-07-21 16:11:54,722 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254/add_router_interface.json used request id req-27e30b04-1384-414d-835f-1b36838c627e 2018-07-21 16:11:54,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.74299001694s 2018-07-21 16:11:54,723 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254/add_router_interface.json used request id req-27e30b04-1384-414d-835f-1b36838c627e returning object d782938e-f1b8-46b8-a97d-1bc11e0ba254 2018-07-21 16:11:54,723 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:11:54,856 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:11:54,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:11:54,862 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:11:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:11:54,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:54,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:55,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5480d5a4-a613-4d98-90fe-e8caecc8fc20 Date: Sat, 21 Jul 2018 16:11:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:55,052 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5480d5a4-a613-4d98-90fe-e8caecc8fc20 2018-07-21 16:11:55,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.187618970871s 2018-07-21 16:11:55,052 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5480d5a4-a613-4d98-90fe-e8caecc8fc20 2018-07-21 16:11:55,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:11:55,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d"}' 2018-07-21 16:11:55,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d8ccb586-adac-4946-8620-f48b8fd3ae23 Date: Sat, 21 Jul 2018 16:11:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file", "owner": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "size": null, "self": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:55Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "checksum": null, "created_at": "2018-07-21T16:11:55Z", "protected": false} 2018-07-21 16:11:55,123 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d8ccb586-adac-4946-8620-f48b8fd3ae23 2018-07-21 16:11:55,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0627081394196s 2018-07-21 16:11:55,124 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-d8ccb586-adac-4946-8620-f48b8fd3ae23 returning object 697573ff-e14a-49d5-9a69-e0fce4efde7e 2018-07-21 16:11:55,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:11:55,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/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}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '' 2018-07-21 16:11:55,639 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-242666a9-6c3b-4640-ab9a-55bd00280c7a Date: Sat, 21 Jul 2018 16:11:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:11:55,639 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file used request id req-242666a9-6c3b-4640-ab9a-55bd00280c7a 2018-07-21 16:11:55,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.514518022537s 2018-07-21 16:11:55,639 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file used request id req-242666a9-6c3b-4640-ab9a-55bd00280c7a 2018-07-21 16:11:55,639 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:11:55Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file', u'owner': u'a62cafcbd1fa48e9878c2c1de9e975a7', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'697573ff-e14a-49d5-9a69-e0fce4efde7e', u'size': None, u'name': u'cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d', u'checksum': None, u'self': u'/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:11:55Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:11:55,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:11:55,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_87bab1d6-3aab-4323-97a9-aa55be8a445d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:11:56,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cba39a28-57b1-4a28-ae03-9cec77fb0534 x-compute-request-id: req-cba39a28-57b1-4a28-ae03-9cec77fb0534 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "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": "c9d380ae-4109-4693-9261-358ff2225d36"}} 2018-07-21 16:11:56,006 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cba39a28-57b1-4a28-ae03-9cec77fb0534 2018-07-21 16:11:56,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.365796089172s 2018-07-21 16:11:56,006 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-cba39a28-57b1-4a28-ae03-9cec77fb0534 2018-07-21 16:11:56,007 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_87bab1d6-3aab-4323-97a9-aa55be8a445d', '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'a6906d7d21744bd98421510fc029622a', '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'c9d380ae-4109-4693-9261-358ff2225d36', 'swap': 0}) 2018-07-21 16:11:56,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:11:56,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36/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}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" -d '{"extra_specs": {}}' 2018-07-21 16:11:56,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11: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-10cd335e-8e23-4a35-b0e1-8f6336cd0317 x-compute-request-id: req-10cd335e-8e23-4a35-b0e1-8f6336cd0317 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:11:56,053 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36/os-extra_specs used request id req-10cd335e-8e23-4a35-b0e1-8f6336cd0317 2018-07-21 16:11:56,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0451049804688s 2018-07-21 16:11:56,054 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36/os-extra_specs used request id req-10cd335e-8e23-4a35-b0e1-8f6336cd0317 2018-07-21 16:11:56,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 16:11:56,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"keypair": {"name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d"}}' 2018-07-21 16:11:56,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11: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-fdc91038-c1ec-4dbc-81d2-6692673eadeb x-compute-request-id: req-fdc91038-c1ec-4dbc-81d2-6692673eadeb Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+00Tthj94KJaeUpBimCHy6xQjrpx5OHzQxGmUeaG6aZ+PKaTcsvCY23IiWZy4qLuAyM6CI02Ha6z0eww6A2S0b5IFwyUKGRNkrlV902vtyi7y77uT2VdTjv5NekeA02zwBWw3O+vcmTsLZdDvJQJFmsrsiHtm7aumWcRK02KqA1KBROVh47m9YkWxEq+DXtvQc5Ta6CINcpedoMFzKxCsBY9J1+bxSXeWngVwXoXAYD7za1X8C73OGvEe3OjnxmOph/4In8DQAYEcoFg4c2ZvpTMr+0prWqM2CQcEJLVzvIVFCuk7iX24H5ZgIQtCLIn0Rvs0XqckkP5M1EieM2w7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvtNE7YY/eCiWnlKQYpgh8usUI66ceTh80MRplHmhummfjymk\n3LLwmNtyIlmcuKi7gMjOgiNNh2us9HsMOgNktG+SBcMlChkTZK5VfdNr7cou8u+7\nk9lXU47+TXpHgNNs8AVsNzvr3Jk7C2XQ7yUCRZrK7Ih7Zu2rplnEStNiqgNSgUTl\nYeO5vWJFsRKvg17b0HOU2ugiDXKXnaDBcysQrAWPSdfm8Ul3lp4FcF6FwGA+82tV\n/Au9zhrxHtzo58ZjqYf+CJ/A0AGBHKBYOHNmb6UzK/tKa1qjNgkHBCS1c7yFRQrp\nO4l9uB+WYCELQiyJ9Eb7NF6nJJD+TNRInjNsOwIDAQABAoIBAQCz96xaFvJk8GKc\njmF9mtzprKshu9v2tz9/5L1uOgg9NsA01KGXQ2uFvfC2VK1pujicDMY2FfVYckR7\njlDJpcmkIlUk+hZEn8GagpA+StbPPI9qro3JsoCZXZKYn2owJTXoaDTXIrwfIKR+\n61dRMyYhXwtiaJV5TU1FZgOqThIPI9EkYGbXgVIR1m8HKqGBYolKyEM6R0s3eLrC\nKnlzV4C14N0255l8a9eteTsXNzPkIKoEwdlMGE++O0SU7eo+uLTcTzepKtXVzkVq\nvlukrzeohi7NHn31VkQd4K4C2V+iG9ZfaNjoxUbvcnIEVjvzBBzmN19CZ5YvLMH2\nfeQcLEOBAoGBAOxiW4XcKTkxhjf7WGSzOs8f45lEcH9TlGofykBgF4Dr5WoGQ/6x\nnBaItnt+BndNUeqzoG+0pug0ppv+32fkyW2nO1D+x1pvShE9GRjbMaBTih7xPHpm\nrNAJy5aH/ARdJf8W3g7Sfs1ktNP1xd1hBYOn2gbqY478rnvC8tZ9MSXtAoGBAM6p\nE98xAIJ0f1auy69tUN61qKSylqCLVIa2NjdCUqIvL+eqzlsC4saKfOAYcIe+DfBs\nrJ9QAJXjGcvhJ/x8csYTP2fRcH47dLkhUYrmMQXUR0AnEw/R9xR/Y37I3mShtPkc\nnfDvcb1Lju/IOekelZAYyKYd0RwrlW75vpw8HJXHAoGBAM+IYxYY/tBJ3K7Vqvtu\nJ9mlA6uSXLpM5OZvVqBCPSBg+x+ktJmt0X4vNRcixAaGCb9nSRoJnugLIaOflwCd\n6wKsafVoWhnZz0tnOtuJxf4emgskfJZyApL7ppRYezhRl4RnzTlyMQWevuvAwaDl\nB3RZL6AWtKXazk22EIGjlDzZAoGAa5rF6hTNux+FnlDtZa55yTy1TuxeWcGyhWIi\n4Kr78862Ft5tDB54jgBV/Sk8jrF6+JDdYSZ655CUQgA+ncz+xfwHq7r15AR5Rlv+\n5V/ubqaVYuX1mussx9N8rutQQP2iCYPJCUbj5jiNeHS9EpEGNz1wXG5yD0TyThJk\nGV2DVMkCgYEAgJlhA/I3g53i2ZaHrGHhuMgueBiGseTtvZrPfIWqNhnIzTckkk0w\nLrlgKwQ5SQgqhxYGye+f42BteZbX8dq8ema7ELpnqT71ibq2BNGu/VgVcPMWzZwq\nQAQVeZ9N2niu9oKM0lviGMk4/U7GySBWJVpvsIAJmue+GzPDwdeirCI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "fingerprint": "f6:e0:cf:c5:c7:d9:22:bd:47:12:a8:f7:7d:64:e6:d2"}} 2018-07-21 16:11:56,341 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-fdc91038-c1ec-4dbc-81d2-6692673eadeb 2018-07-21 16:11:56,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.286924123764s 2018-07-21 16:11:56,341 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-fdc91038-c1ec-4dbc-81d2-6692673eadeb 2018-07-21 16:11:56,342 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+00Tthj94KJaeUpBimCHy6xQjrpx5OHzQxGmUeaG6aZ+PKaTcsvCY23IiWZy4qLuAyM6CI02Ha6z0eww6A2S0b5IFwyUKGRNkrlV902vtyi7y77uT2VdTjv5NekeA02zwBWw3O+vcmTsLZdDvJQJFmsrsiHtm7aumWcRK02KqA1KBROVh47m9YkWxEq+DXtvQc5Ta6CINcpedoMFzKxCsBY9J1+bxSXeWngVwXoXAYD7za1X8C73OGvEe3OjnxmOph/4In8DQAYEcoFg4c2ZvpTMr+0prWqM2CQcEJLVzvIVFCuk7iX24H5ZgIQtCLIn0Rvs0XqckkP5M1EieM2w7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAvtNE7YY/eCiWnlKQYpgh8usUI66ceTh80MRplHmhummfjymk\n3LLwmNtyIlmcuKi7gMjOgiNNh2us9HsMOgNktG+SBcMlChkTZK5VfdNr7cou8u+7\nk9lXU47+TXpHgNNs8AVsNzvr3Jk7C2XQ7yUCRZrK7Ih7Zu2rplnEStNiqgNSgUTl\nYeO5vWJFsRKvg17b0HOU2ugiDXKXnaDBcysQrAWPSdfm8Ul3lp4FcF6FwGA+82tV\n/Au9zhrxHtzo58ZjqYf+CJ/A0AGBHKBYOHNmb6UzK/tKa1qjNgkHBCS1c7yFRQrp\nO4l9uB+WYCELQiyJ9Eb7NF6nJJD+TNRInjNsOwIDAQABAoIBAQCz96xaFvJk8GKc\njmF9mtzprKshu9v2tz9/5L1uOgg9NsA01KGXQ2uFvfC2VK1pujicDMY2FfVYckR7\njlDJpcmkIlUk+hZEn8GagpA+StbPPI9qro3JsoCZXZKYn2owJTXoaDTXIrwfIKR+\n61dRMyYhXwtiaJV5TU1FZgOqThIPI9EkYGbXgVIR1m8HKqGBYolKyEM6R0s3eLrC\nKnlzV4C14N0255l8a9eteTsXNzPkIKoEwdlMGE++O0SU7eo+uLTcTzepKtXVzkVq\nvlukrzeohi7NHn31VkQd4K4C2V+iG9ZfaNjoxUbvcnIEVjvzBBzmN19CZ5YvLMH2\nfeQcLEOBAoGBAOxiW4XcKTkxhjf7WGSzOs8f45lEcH9TlGofykBgF4Dr5WoGQ/6x\nnBaItnt+BndNUeqzoG+0pug0ppv+32fkyW2nO1D+x1pvShE9GRjbMaBTih7xPHpm\nrNAJy5aH/ARdJf8W3g7Sfs1ktNP1xd1hBYOn2gbqY478rnvC8tZ9MSXtAoGBAM6p\nE98xAIJ0f1auy69tUN61qKSylqCLVIa2NjdCUqIvL+eqzlsC4saKfOAYcIe+DfBs\nrJ9QAJXjGcvhJ/x8csYTP2fRcH47dLkhUYrmMQXUR0AnEw/R9xR/Y37I3mShtPkc\nnfDvcb1Lju/IOekelZAYyKYd0RwrlW75vpw8HJXHAoGBAM+IYxYY/tBJ3K7Vqvtu\nJ9mlA6uSXLpM5OZvVqBCPSBg+x+ktJmt0X4vNRcixAaGCb9nSRoJnugLIaOflwCd\n6wKsafVoWhnZz0tnOtuJxf4emgskfJZyApL7ppRYezhRl4RnzTlyMQWevuvAwaDl\nB3RZL6AWtKXazk22EIGjlDzZAoGAa5rF6hTNux+FnlDtZa55yTy1TuxeWcGyhWIi\n4Kr78862Ft5tDB54jgBV/Sk8jrF6+JDdYSZ655CUQgA+ncz+xfwHq7r15AR5Rlv+\n5V/ubqaVYuX1mussx9N8rutQQP2iCYPJCUbj5jiNeHS9EpEGNz1wXG5yD0TyThJk\nGV2DVMkCgYEAgJlhA/I3g53i2ZaHrGHhuMgueBiGseTtvZrPfIWqNhnIzTckkk0w\nLrlgKwQ5SQgqhxYGye+f42BteZbX8dq8ema7ELpnqT71ibq2BNGu/VgVcPMWzZwq\nQAQVeZ9N2niu9oKM0lviGMk4/U7GySBWJVpvsIAJmue+GzPDwdeirCI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c0a4e8e8147d4109a35c20ada58a6806', 'name': u'cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'created_at': '2018-07-21T16:11:56.342575', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': 'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f6:e0:cf:c5:c7:d9:22:bd:47:12:a8:f7:7d:64:e6:d2', 'type': 'ssh', 'id': u'cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d'}) 2018-07-21 16:11:56,343 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAvtNE7YY/eCiWnlKQYpgh8usUI66ceTh80MRplHmhummfjymk 3LLwmNtyIlmcuKi7gMjOgiNNh2us9HsMOgNktG+SBcMlChkTZK5VfdNr7cou8u+7 k9lXU47+TXpHgNNs8AVsNzvr3Jk7C2XQ7yUCRZrK7Ih7Zu2rplnEStNiqgNSgUTl YeO5vWJFsRKvg17b0HOU2ugiDXKXnaDBcysQrAWPSdfm8Ul3lp4FcF6FwGA+82tV /Au9zhrxHtzo58ZjqYf+CJ/A0AGBHKBYOHNmb6UzK/tKa1qjNgkHBCS1c7yFRQrp O4l9uB+WYCELQiyJ9Eb7NF6nJJD+TNRInjNsOwIDAQABAoIBAQCz96xaFvJk8GKc jmF9mtzprKshu9v2tz9/5L1uOgg9NsA01KGXQ2uFvfC2VK1pujicDMY2FfVYckR7 jlDJpcmkIlUk+hZEn8GagpA+StbPPI9qro3JsoCZXZKYn2owJTXoaDTXIrwfIKR+ 61dRMyYhXwtiaJV5TU1FZgOqThIPI9EkYGbXgVIR1m8HKqGBYolKyEM6R0s3eLrC KnlzV4C14N0255l8a9eteTsXNzPkIKoEwdlMGE++O0SU7eo+uLTcTzepKtXVzkVq vlukrzeohi7NHn31VkQd4K4C2V+iG9ZfaNjoxUbvcnIEVjvzBBzmN19CZ5YvLMH2 feQcLEOBAoGBAOxiW4XcKTkxhjf7WGSzOs8f45lEcH9TlGofykBgF4Dr5WoGQ/6x nBaItnt+BndNUeqzoG+0pug0ppv+32fkyW2nO1D+x1pvShE9GRjbMaBTih7xPHpm rNAJy5aH/ARdJf8W3g7Sfs1ktNP1xd1hBYOn2gbqY478rnvC8tZ9MSXtAoGBAM6p E98xAIJ0f1auy69tUN61qKSylqCLVIa2NjdCUqIvL+eqzlsC4saKfOAYcIe+DfBs rJ9QAJXjGcvhJ/x8csYTP2fRcH47dLkhUYrmMQXUR0AnEw/R9xR/Y37I3mShtPkc nfDvcb1Lju/IOekelZAYyKYd0RwrlW75vpw8HJXHAoGBAM+IYxYY/tBJ3K7Vqvtu J9mlA6uSXLpM5OZvVqBCPSBg+x+ktJmt0X4vNRcixAaGCb9nSRoJnugLIaOflwCd 6wKsafVoWhnZz0tnOtuJxf4emgskfJZyApL7ppRYezhRl4RnzTlyMQWevuvAwaDl B3RZL6AWtKXazk22EIGjlDzZAoGAa5rF6hTNux+FnlDtZa55yTy1TuxeWcGyhWIi 4Kr78862Ft5tDB54jgBV/Sk8jrF6+JDdYSZ655CUQgA+ncz+xfwHq7r15AR5Rlv+ 5V/ubqaVYuX1mussx9N8rutQQP2iCYPJCUbj5jiNeHS9EpEGNz1wXG5yD0TyThJk GV2DVMkCgYEAgJlhA/I3g53i2ZaHrGHhuMgueBiGseTtvZrPfIWqNhnIzTckkk0w LrlgKwQ5SQgqhxYGye+f42BteZbX8dq8ema7ELpnqT71ibq2BNGu/VgVcPMWzZwq QAQVeZ9N2niu9oKM0lviGMk4/U7GySBWJVpvsIAJmue+GzPDwdeirCI= -----END RSA PRIVATE KEY----- 2018-07-21 16:11:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 16:11:56,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"security_group": {"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-07-21 16:11:56,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-015826df-231e-4970-8dc4-2391a3faaa89 Date: Sat, 21 Jul 2018 16:11:56 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:56Z", "updated_at": "2018-07-21T16:11:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "6f578636-8069-44ba-a802-5888e30e71b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "d9448805-5438-44f7-9ea6-0cca2b00942a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "7f9524dc-dec8-4785-85dc-59c81b572889", "name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}} 2018-07-21 16:11:56,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-015826df-231e-4970-8dc4-2391a3faaa89 2018-07-21 16:11:56,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.437564134598s 2018-07-21 16:11:56,784 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-015826df-231e-4970-8dc4-2391a3faaa89 2018-07-21 16:11:56,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:11:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:56,888 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-cea99570-9190-40ab-8069-8a225dc596b3 Date: Sat, 21 Jul 2018 16:11:56 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:56Z", "updated_at": "2018-07-21T16:11:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "6f578636-8069-44ba-a802-5888e30e71b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "d9448805-5438-44f7-9ea6-0cca2b00942a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "7f9524dc-dec8-4785-85dc-59c81b572889", "name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}, {"description": "Default security group", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:50Z", "updated_at": "2018-07-21T16:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1206ce59-8a3d-4b53-bc92-2ae0c196e20a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1c8b5929-f01b-41a5-83c8-0efadc9ae32a", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "350715fe-e582-47b5-8cdb-1c871a15bb9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "acd059f9-19a8-4b2a-a9c9-8497d3958747", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "name": "default"}]} 2018-07-21 16:11:56,888 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cea99570-9190-40ab-8069-8a225dc596b3 2018-07-21 16:11:56,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.100215196609s 2018-07-21 16:11:56,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cea99570-9190-40ab-8069-8a225dc596b3 2018-07-21 16:11:56,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:11:56,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -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": "7f9524dc-dec8-4785-85dc-59c81b572889"}}' 2018-07-21 16:11:57,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-81ed3872-cf97-4d8b-9a5e-72be4db2e7f1 Date: Sat, 21 Jul 2018 16:11:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T16:11:57Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "port_range_min": 22, "revision_number": 0, "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:57Z", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "e2dd57fe-7ea6-4978-afbb-1aa1c6be06c1"}} 2018-07-21 16:11:57,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-81ed3872-cf97-4d8b-9a5e-72be4db2e7f1 2018-07-21 16:11:57,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.237264871597s 2018-07-21 16:11:57,130 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-81ed3872-cf97-4d8b-9a5e-72be4db2e7f1 2018-07-21 16:11:57,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:11:57,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:57,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-c4c90af8-0e71-44ad-a953-62b696dd1d86 Date: Sat, 21 Jul 2018 16:11:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:56Z", "updated_at": "2018-07-21T16:11:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "6f578636-8069-44ba-a802-5888e30e71b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "d9448805-5438-44f7-9ea6-0cca2b00942a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:11:57Z", "revision_number": 0, "id": "e2dd57fe-7ea6-4978-afbb-1aa1c6be06c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:57Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 2, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "7f9524dc-dec8-4785-85dc-59c81b572889", "name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}, {"description": "Default security group", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:50Z", "updated_at": "2018-07-21T16:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1206ce59-8a3d-4b53-bc92-2ae0c196e20a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1c8b5929-f01b-41a5-83c8-0efadc9ae32a", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "350715fe-e582-47b5-8cdb-1c871a15bb9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "acd059f9-19a8-4b2a-a9c9-8497d3958747", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "name": "default"}]} 2018-07-21 16:11:57,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c4c90af8-0e71-44ad-a953-62b696dd1d86 2018-07-21 16:11:57,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0545618534088s 2018-07-21 16:11:57,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c4c90af8-0e71-44ad-a953-62b696dd1d86 2018-07-21 16:11:57,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 16:11:57,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -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": "7f9524dc-dec8-4785-85dc-59c81b572889"}}' 2018-07-21 16:11:57,357 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8ab9cee1-4343-4dec-9ff4-166e6c130965 Date: Sat, 21 Jul 2018 16:11:57 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T16:11:57Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "port_range_min": null, "revision_number": 0, "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:57Z", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "68bdc531-07bd-4734-82f0-956b68244845"}} 2018-07-21 16:11:57,358 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-8ab9cee1-4343-4dec-9ff4-166e6c130965 2018-07-21 16:11:57,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165338993073s 2018-07-21 16:11:57,358 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-8ab9cee1-4343-4dec-9ff4-166e6c130965 2018-07-21 16:11:57,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:57,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:57,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-15be780d-0072-4831-91b0-551350dc8f8d Date: Sat, 21 Jul 2018 16:11:57 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3afa32a4-2c98-43e8-9850-c8527b3982d5"],"updated_at":"2018-07-21T16:11:51Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:11:57,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-15be780d-0072-4831-91b0-551350dc8f8d 2018-07-21 16:11:57,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114238023758s 2018-07-21 16:11:57,474 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-15be780d-0072-4831-91b0-551350dc8f8d 2018-07-21 16:11:57,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:11:57,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:57,512 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-5edeebcf-7569-4eb1-aedd-28b5f91e7029 Date: Sat, 21 Jul 2018 16:11:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/snap", "metadata": {}}], "file": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file", "owner": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "size": 12716032, "self": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:55Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:11:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:11:57,512 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5edeebcf-7569-4eb1-aedd-28b5f91e7029 2018-07-21 16:11:57,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338361263275s 2018-07-21 16:11:57,513 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-5edeebcf-7569-4eb1-aedd-28b5f91e7029 2018-07-21 16:11:57,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:11:57,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:57,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01957a4e-14e9-45bc-8fad-4439873e16e0 x-compute-request-id: req-01957a4e-14e9-45bc-8fad-4439873e16e0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "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": "c9d380ae-4109-4693-9261-358ff2225d36"}]} 2018-07-21 16:11:57,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-01957a4e-14e9-45bc-8fad-4439873e16e0 2018-07-21 16:11:57,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283482074738s 2018-07-21 16:11:57,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-01957a4e-14e9-45bc-8fad-4439873e16e0 2018-07-21 16:11:57,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:11:57,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"server": {"name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "imageRef": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "flavorRef": "c9d380ae-4109-4693-9261-358ff2225d36", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d595ea2a-475a-40da-bd2a-c86592af185b"}], "security_groups": [{"name": "7f9524dc-dec8-4785-85dc-59c81b572889"}]}}' 2018-07-21 16:11:59,188 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:11:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0cc4300-82f0-471e-add7-2a61501a5dea x-compute-request-id: req-a0cc4300-82f0-471e-add7-2a61501a5dea Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7f9524dc-dec8-4785-85dc-59c81b572889"}], "OS-DCF:diskConfig": "MANUAL", "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "adminPass": "Z9AP5xKN7kfX"}} 2018-07-21 16:11:59,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a0cc4300-82f0-471e-add7-2a61501a5dea 2018-07-21 16:11:59,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.64364409447s 2018-07-21 16:11:59,189 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-a0cc4300-82f0-471e-add7-2a61501a5dea 2018-07-21 16:11:59,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:11:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:59,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:11: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-b7aad9b8-ce86-41dd-b193-f143caf17096 x-compute-request-id: req-b7aad9b8-ce86-41dd-b193-f143caf17096 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:11:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:11:59,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b7aad9b8-ce86-41dd-b193-f143caf17096 2018-07-21 16:11:59,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.298496007919s 2018-07-21 16:11:59,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b7aad9b8-ce86-41dd-b193-f143caf17096 2018-07-21 16:11:59,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:11:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:59,601 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-bd696954-8888-488f-a970-dac6613720e0 Date: Sat, 21 Jul 2018 16:11:59 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3afa32a4-2c98-43e8-9850-c8527b3982d5"],"updated_at":"2018-07-21T16:11:51Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:11:59,602 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd696954-8888-488f-a970-dac6613720e0 2018-07-21 16:11:59,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105576038361s 2018-07-21 16:11:59,602 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bd696954-8888-488f-a970-dac6613720e0 2018-07-21 16:11:59,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:11:59,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:11:59,673 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d334ba73-195f-4de4-b625-3b1feec207ee Date: Sat, 21 Jul 2018 16:11:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:11:51Z","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":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","subnetpool_id":null,"name":"cinder_test-subnet_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:11:59,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d334ba73-195f-4de4-b625-3b1feec207ee 2018-07-21 16:11:59,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0702750682831s 2018-07-21 16:11:59,674 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d334ba73-195f-4de4-b625-3b1feec207ee 2018-07-21 16:11:59,674 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:01,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:01,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:01,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-99b01aab-d642-4455-a726-eebbf611b8f5 x-compute-request-id: req-99b01aab-d642-4455-a726-eebbf611b8f5 Content-Encoding: gzip Content-Length: 647 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:12:01Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:01,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99b01aab-d642-4455-a726-eebbf611b8f5 2018-07-21 16:12:01,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.141633033752s 2018-07-21 16:12:01,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99b01aab-d642-4455-a726-eebbf611b8f5 2018-07-21 16:12:01,823 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:03,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:03,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:04,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb920a3f-b67f-4fbd-84c0-439f751ce9ee x-compute-request-id: req-cb920a3f-b67f-4fbd-84c0-439f751ce9ee Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:12:01Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:04,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cb920a3f-b67f-4fbd-84c0-439f751ce9ee 2018-07-21 16:12:04,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211377859116s 2018-07-21 16:12:04,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cb920a3f-b67f-4fbd-84c0-439f751ce9ee 2018-07-21 16:12:04,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:06,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:06,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:06,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-ca1fd88d-ca19-4971-aa3a-26ce06176383 x-compute-request-id: req-ca1fd88d-ca19-4971-aa3a-26ce06176383 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:06,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ca1fd88d-ca19-4971-aa3a-26ce06176383 2018-07-21 16:12:06,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548835992813s 2018-07-21 16:12:06,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ca1fd88d-ca19-4971-aa3a-26ce06176383 2018-07-21 16:12:06,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:12:06,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:06,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bd6332db-52bd-4566-ad24-81f143625a61 Date: Sat, 21 Jul 2018 16:12:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:12:01Z","admin_state_up":true,"updated_at":"2018-07-21T16:12:05Z","binding:vnic_type":"normal","device_id":"6825d3b4-bb83-49de-a362-ef18d1261e53","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:07:12:22","id":"6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d","port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","fixed_ips":[{"subnet_id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["7f9524dc-dec8-4785-85dc-59c81b572889"],"name":""}]} 2018-07-21 16:12:06,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-bd6332db-52bd-4566-ad24-81f143625a61 2018-07-21 16:12:06,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0722830295563s 2018-07-21 16:12:06,668 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-bd6332db-52bd-4566-ad24-81f143625a61 2018-07-21 16:12:06,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:12:06,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:06,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-489385ba-57bb-4613-aa14-76f88a92ac25 Date: Sat, 21 Jul 2018 16:12:06 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:12:06,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d used request id req-489385ba-57bb-4613-aa14-76f88a92ac25 2018-07-21 16:12:06,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0397660732269s 2018-07-21 16:12:06,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d used request id req-489385ba-57bb-4613-aa14-76f88a92ac25 2018-07-21 16:12:06,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:06,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:06,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-22d46fdb-fa10-49cc-86ae-cd2e5a0a8a28 x-compute-request-id: req-22d46fdb-fa10-49cc-86ae-cd2e5a0a8a28 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:06,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-22d46fdb-fa10-49cc-86ae-cd2e5a0a8a28 2018-07-21 16:12:06,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202523946762s 2018-07-21 16:12:06,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-22d46fdb-fa10-49cc-86ae-cd2e5a0a8a28 2018-07-21 16:12:06,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:12:06,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:06,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-93806eb9-949f-44cc-8874-70d47a4fcb04 Date: Sat, 21 Jul 2018 16:12:06 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:12:01Z","admin_state_up":true,"updated_at":"2018-07-21T16:12:05Z","binding:vnic_type":"normal","device_id":"6825d3b4-bb83-49de-a362-ef18d1261e53","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:07:12:22","id":"6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d","port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","fixed_ips":[{"subnet_id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["7f9524dc-dec8-4785-85dc-59c81b572889"],"name":""}]} 2018-07-21 16:12:06,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-93806eb9-949f-44cc-8874-70d47a4fcb04 2018-07-21 16:12:06,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0612800121307s 2018-07-21 16:12:06,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-93806eb9-949f-44cc-8874-70d47a4fcb04 2018-07-21 16:12:06,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:12:06,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:07,030 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ae7350f1-3720-4598-b9e4-6fb07238fa06 Date: Sat, 21 Jul 2018 16:12:07 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:12:07,030 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d used request id req-ae7350f1-3720-4598-b9e4-6fb07238fa06 2018-07-21 16:12:07,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0408711433411s 2018-07-21 16:12:07,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d used request id req-ae7350f1-3720-4598-b9e4-6fb07238fa06 2018-07-21 16:12:07,031 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:07:12:22', u'version': 4, u'addr': u'192.168.120.11', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'697573ff-e14a-49d5-9a69-e0fce4efde7e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:12:05.000000', 'flavor': Munch({u'id': u'c9d380ae-4109-4693-9261-358ff2225d36'}), 'az': u'nova', 'id': u'6825d3b4-bb83-49de-a362-ef18d1261e53', 'security_groups': [Munch({u'name': u'cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c0a4e8e8147d4109a35c20ada58a6806', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': 'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:12:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:12:05Z', 'hostId': u'53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:12:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': u'cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'adminPass': None, 'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'created_at': u'2018-07-21T16:11:59Z', 'created': u'2018-07-21T16:11:59Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:12:07,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:12:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:07,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-4fd2d0b8-bd6a-4b17-8b9d-4c9c780df3dc Date: Sat, 21 Jul 2018 16:12:07 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3afa32a4-2c98-43e8-9850-c8527b3982d5"],"updated_at":"2018-07-21T16:11:51Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:12:07,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4fd2d0b8-bd6a-4b17-8b9d-4c9c780df3dc 2018-07-21 16:12:07,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109816074371s 2018-07-21 16:12:07,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4fd2d0b8-bd6a-4b17-8b9d-4c9c780df3dc 2018-07-21 16:12:07,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:12:07,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:07,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f1fb1547-5db5-461e-9b54-4b5416826bbe Date: Sat, 21 Jul 2018 16:12:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:12:01Z","admin_state_up":true,"updated_at":"2018-07-21T16:12:05Z","binding:vnic_type":"normal","device_id":"6825d3b4-bb83-49de-a362-ef18d1261e53","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:07:12:22","id":"6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d","port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","fixed_ips":[{"subnet_id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["7f9524dc-dec8-4785-85dc-59c81b572889"],"name":""}]} 2018-07-21 16:12:07,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-f1fb1547-5db5-461e-9b54-4b5416826bbe 2018-07-21 16:12:07,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0598378181458s 2018-07-21 16:12:07,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-f1fb1547-5db5-461e-9b54-4b5416826bbe 2018-07-21 16:12:07,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-21 16:12:07,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"floatingip": {"floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.11", "port_id": "6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d"}}' 2018-07-21 16:12:09,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b788202e-0303-4af5-9e80-a767e8a63b22 Date: Sat, 21 Jul 2018 16:12:09 GMT RESP BODY: {"floatingip": {"router_id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:12:08Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d", "id": "404a3677-e234-4f4e-ae88-2edb4ccad42f", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:12:08Z", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}} 2018-07-21 16:12:09,086 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b788202e-0303-4af5-9e80-a767e8a63b22 2018-07-21 16:12:09,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.87960481644s 2018-07-21 16:12:09,086 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b788202e-0303-4af5-9e80-a767e8a63b22 2018-07-21 16:12:09,089 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd782938e-f1b8-46b8-a97d-1bc11e0ba254', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'created_at': u'2018-07-21T16:12:08Z', 'attached': True, 'updated_at': u'2018-07-21T16:12:08Z', 'id': u'404a3677-e234-4f4e-ae88-2edb4ccad42f', 'floating_network_id': u'8562b425-f304-4a61-9f95-61d480219689', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': 'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd782938e-f1b8-46b8-a97d-1bc11e0ba254', 'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'port_id': u'6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d', 'port': u'6389c9fc-4dfe-4daa-bdc1-d2eae6aa203d', 'network': u'8562b425-f304-4a61-9f95-61d480219689'}) 2018-07-21 16:12:09,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 16:12:09,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/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}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 16:12:09,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-123ee228-6859-46a1-89e5-15b6acd1e921 x-compute-request-id: req-123ee228-6859-46a1-89e5-15b6acd1e921 Content-Encoding: gzip Content-Length: 7936 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 456221687 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.142747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144422] pid_max: default: 32768 minimum: 301\n[ 0.145328] ACPI: Core revision 20150930\n[ 0.146718] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148046] Security Framework initialized\n[ 0.148867] Yama: becoming mindful.\n[ 0.149599] AppArmor: AppArmor initialized\n[ 0.150478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151827] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154342] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155771] Initializing cgroup subsys io\n[ 0.156591] Initializing cgroup subsys memory\n[ 0.157461] Initializing cgroup subsys devices\n[ 0.158352] Initializing cgroup subsys freezer\n[ 0.159234] Initializing cgroup subsys net_cls\n[ 0.160115] Initializing cgroup subsys perf_event\n[ 0.161037] Initializing cgroup subsys net_prio\n[ 0.161941] Initializing cgroup subsys hugetlb\n[ 0.162817] Initializing cgroup subsys pids\n[ 0.163692] CPU: Physical Processor ID: 0\n[ 0.165190] mce: CPU supports 10 MCE banks\n[ 0.166063] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167081] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.181502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.187534] ftrace: allocating 31920 entries in 125 pages\n[ 0.212603] smpboot: Max logical packages: 1\n[ 0.213472] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214838] x2apic enabled\n[ 0.215654] Switched APIC routing to physical x2apic.\n[ 0.217384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.218521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.220622] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.222438] KVM setup paravirtual spinlock\n[ 0.223828] x86: Booted up 1 node, 1 CPUs\n[ 0.224648] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.226051] devtmpfs: initialized\n[ 0.227782] evm: security.selinux\n[ 0.228489] evm: security.SMACK64\n[ 0.229194] evm: security.SMACK64EXEC\n[ 0.229948] evm: security.SMACK64TRANSMUTE\n[ 0.230762] evm: security.SMACK64MMAP\n[ 0.231514] evm: security.ima\n[ 0.232167] evm: security.capability\n[ 0.232987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.234875] pinctrl core: initialized pinctrl subsystem\n[ 0.235993] RTC time: 16:12:05, date: 07/21/18\n[ 0.236971] NET: Registered protocol family 16\n[ 0.237972] cpuidle: using governor ladder\n[ 0.238807] cpuidle: using governor menu\n[ 0.239597] PCCT header not found.\n[ 0.240374] ACPI: bus type PCI registered\n[ 0.241190] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242455] PCI: Using configuration type 1 for base access\n[ 0.244245] ACPI: Added _OSI(Module Device)\n[ 0.245103] ACPI: Added _OSI(Processor Device)\n[ 0.246067] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.246982] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.248753] ACPI: Interpreter enabled\n[ 0.249542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.251441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.253317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.255205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257086] ACPI: (supports S0 S5)\n[ 0.257807] ACPI: Using IOAPIC for interrupt routing\n[ 0.258776] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.261922] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263095] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264358] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.265580] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.267849] acpiphp: Slot [3] registered\n[ 0.268679] acpiphp: Slot [4] registered\n[ 0.269494] acpiphp: Slot [5] registered\n[ 0.270311] acpiphp: Slot [6] registered\n[ 0.271131] acpiphp: Slot [7] registered\n[ 0.271954] acpiphp: Slot [8] registered\n[ 0.272773] acpiphp: Slot [9] registered\n[ 0.273590] acpiphp: Slot [10] registered\n[ 0.274423] acpiphp: Slot [11] registered\n[ 0.275254] acpiphp: Slot [12] registered\n[ 0.276088] acpiphp: Slot [13] registered\n[ 0.276917] acpiphp: Slot [14] registered\n[ 0.277746] acpiphp: Slot [15] registered\n[ 0.288342] acpiphp: Slot [16] registered\n[ 0.289170] acpiphp: Slot [17] registered\n[ 0.290002] acpiphp: Slot [18] registered\n[ 0.290826] acpiphp: Slot [19] registered\n[ 0.291651] acpiphp: Slot [20] registered\n[ 0.292476] acpiphp: Slot [21] registered\n[ 0.293305] acpiphp: Slot [22] registered\n[ 0.294131] acpiphp: Slot [23] registered\n[ 0.294955] acpiphp: Slot [24] registered\n[ 0.295779] acpiphp: Slot [25] registered\n[ 0.296605] acpiphp: Slot [26] registered\n[ 0.297431] acpiphp: Slot [27] registered\n[ 0.298263] acpiphp: Slot [28] registered\n[ 0.299127] acpiphp: Slot [29] registered\n[ 0.299958] acpiphp: Slot [30] registered\n[ 0.300788] acpiphp: Slot [31] registered\n[ 0.301611] PCI host bridge to bus 0000:00\n[ 0.302439] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304934] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306416] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307899] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309403] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313983] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315186] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316477] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321667] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339921] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.341419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.343160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.344599] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.346028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.347309] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.348630] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.349710] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.351286] vgaarb: loaded\n[ 0.351902] vgaarb: bridge control possible 0000:00:02.0\n[ 0.353149] SCSI subsystem initialized\n[ 0.354080] ACPI: bus type USB registered\n[ 0.354928] usbcore: registered new interface driver usbfs\n[ 0.355986] usbcore: registered new interface driver hub\n[ 0.357018] usbcore: registered new device driver usb\n[ 0.358140] PCI: Using ACPI for IRQ routing\n[ 0.359270] NetLabel: Initializing\n[ 0.360004] NetLabel: domain hash size = 128\n[ 0.360869] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.361849] NetLabel: unlabeled traffic allowed by default\n[ 0.363031] clocksource: Switched to clocksource kvm-clock\n[ 0.371247] AppArmor: AppArmor Filesystem Enabled\n[ 0.372242] pnp: PnP ACPI init\n[ 0.373188] pnp: PnP ACPI: found 5 devices\n[ 0.379507] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.381261] NET: Registered protocol family 2\n[ 0.382323] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.383653] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384883] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.386108] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387222] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388433] NET: Registered protocol family 1\n[ 0.389334] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.390462] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391561] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419766] Trying to unpack rootfs image as initramfs...\n[ 0.476280] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477955] Scanning for low memory corruption every 60 seconds\n[ 0.479365] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480557] audit: initializing netlink subsys (disabled)\n[ 0.481603] audit: type=2000 audit(1532189526.382:1): initialized\n[ 0.482968] Initialise system trusted keyring\n[ 0.483951] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.485146] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.487301] zbud: loaded\n[ 0.488047] VFS: Disk quotas dquot_6.6.0\n[ 0.488889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490514] fuse init (API version 7.23)\n[ 0.491448] Key type big_key registered\n[ 0.492278] Allocating IMA MOK and blacklist keyrings.\n[ 0.493530] Key type asymmetric registered\n[ 0.494376] Asymmetric key parser 'x509' registered\n[ 0.495378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.496889] io scheduler noop registered\n[ 0.497701] io scheduler deadline registered (default)\n[ 0.498719] io scheduler cfq registered\n[ 0.499590] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.500664] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.501964] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.503463] ACPI: Power Button [PWRF]\n[ 0.504333] GHES: HEST is not enabled!\n[ 0.518007] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.545821] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547972] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.571960] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.574300] Linux agpgart interface v0.103\n[ 0.576971] brd: module loaded\n[ 0.578660] loop: module loaded\n[ 0.583108] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.584605] GPT:90111 != 2097151\n[ 0.585296] GPT:Alternate GPT header not at the end of the disk.\n[ 0.586417] GPT:90111 != 2097151\n[ 0.587119] GPT: Use GNU Parted to correct GPT errors.\n[ 0.588118] vda: vda1 vda15\n[ 0.589349] scsi host0: ata_piix\n[ 0.590152] scsi host1: ata_piix\n[ 0.590893] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.592145] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.593655] libphy: Fixed MDIO Bus: probed\n[ 0.594500] tun: Universal TUN/TAP device driver, 1.6\n[ 0.595503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597741] PPP generic driver version 2.4.2\n[ 0.598686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599999] ehci-pci: EHCI PCI platform driver\n[ 0.600918] ehci-platform: EHCI generic platform driver\n[ 0.601946] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603122] ohci-pci: OHCI PCI platform driver\n[ 0.604034] ohci-platform: OHCI generic platform driver\n[ 0.605065] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.621945] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.623014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.624532] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.625626] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.626831] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.628140] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.629618] usb usb1: Product: UHCI Host Controller\n[ 0.630583] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.631774] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.632873] hub 1-0:1.0: USB hub found\n[ 0.633692] hub 1-0:1.0: 2 ports detected\n[ 0.634727] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.636993] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.637985] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.639089] mousedev: PS/2 mouse device common for all mice\n[ 0.640566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.642499] rtc_cmos 00:00: RTC can wake from S4\n[ 0.643679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.644919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646151] i2c /dev entries driver\n[ 0.646964] device-mapper: uevent: version 1.0.3\n[ 0.647980] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.649691] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651252] NET: Registered protocol family 10\n[ 0.652464] NET: Registered protocol family 17\n[ 0.653409] Key type dns_resolver registered\n[ 0.654469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655628] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657494] registered taskstats version 1\n[ 0.658390] Loading compiled-in X.509 certificates\n[ 0.659924] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661867] zswap: loaded using pool lzo/zbud\n[ 0.663582] Key type trusted registered\n[ 0.665385] Key type encrypted registered\n[ 0.666261] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667361] ima: No TPM chip found, activating TPM-bypass!\n[ 0.668463] evm: HMAC attrs: 0x1\n[ 0.669496] Magic number: 10:449:237\n[ 0.670408] rtc_cmos 00:00: setting system clock to 2018-07-21 16:12:05 UTC (1532189525)\n[ 0.672102] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.673266] EDD information not available.\n[ 0.752422] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764150] Write protecting the kernel read-only data: 14336k\n[ 0.766334] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768247] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.814258] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.11...\nLease of 192.168.120.11 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.82. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-07-21 16:12:09,197 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/action used request id req-123ee228-6859-46a1-89e5-15b6acd1e921 2018-07-21 16:12:09,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107492923737s 2018-07-21 16:12:09,198 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/action used request id req-123ee228-6859-46a1-89e5-15b6acd1e921 2018-07-21 16:12:09,199 - 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 456221687 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.142747] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.144422] pid_max: default: 32768 minimum: 301 [ 0.145328] ACPI: Core revision 20150930 [ 0.146718] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.148046] Security Framework initialized [ 0.148867] Yama: becoming mindful. [ 0.149599] AppArmor: AppArmor initialized [ 0.150478] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151827] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.153118] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154342] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155771] Initializing cgroup subsys io [ 0.156591] Initializing cgroup subsys memory [ 0.157461] Initializing cgroup subsys devices [ 0.158352] Initializing cgroup subsys freezer [ 0.159234] Initializing cgroup subsys net_cls [ 0.160115] Initializing cgroup subsys perf_event [ 0.161037] Initializing cgroup subsys net_prio [ 0.161941] Initializing cgroup subsys hugetlb [ 0.162817] Initializing cgroup subsys pids [ 0.163692] CPU: Physical Processor ID: 0 [ 0.165190] mce: CPU supports 10 MCE banks [ 0.166063] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167081] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181502] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187534] ftrace: allocating 31920 entries in 125 pages [ 0.212603] smpboot: Max logical packages: 1 [ 0.213472] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.214838] x2apic enabled [ 0.215654] Switched APIC routing to physical x2apic. [ 0.217384] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.218521] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.220622] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.222438] KVM setup paravirtual spinlock [ 0.223828] x86: Booted up 1 node, 1 CPUs [ 0.224648] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.226051] devtmpfs: initialized [ 0.227782] evm: security.selinux [ 0.228489] evm: security.SMACK64 [ 0.229194] evm: security.SMACK64EXEC [ 0.229948] evm: security.SMACK64TRANSMUTE [ 0.230762] evm: security.SMACK64MMAP [ 0.231514] evm: security.ima [ 0.232167] evm: security.capability [ 0.232987] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.234875] pinctrl core: initialized pinctrl subsystem [ 0.235993] RTC time: 16:12:05, date: 07/21/18 [ 0.236971] NET: Registered protocol family 16 [ 0.237972] cpuidle: using governor ladder [ 0.238807] cpuidle: using governor menu [ 0.239597] PCCT header not found. [ 0.240374] ACPI: bus type PCI registered [ 0.241190] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242455] PCI: Using configuration type 1 for base access [ 0.244245] ACPI: Added _OSI(Module Device) [ 0.245103] ACPI: Added _OSI(Processor Device) [ 0.246067] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.246982] ACPI: Added _OSI(Processor Aggregator Device) [ 0.248753] ACPI: Interpreter enabled [ 0.249542] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.251441] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.253317] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.255205] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257086] ACPI: (supports S0 S5) [ 0.257807] ACPI: Using IOAPIC for interrupt routing [ 0.258776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.261922] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263095] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.264358] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.265580] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.267849] acpiphp: Slot [3] registered [ 0.268679] acpiphp: Slot [4] registered [ 0.269494] acpiphp: Slot [5] registered [ 0.270311] acpiphp: Slot [6] registered [ 0.271131] acpiphp: Slot [7] registered [ 0.271954] acpiphp: Slot [8] registered [ 0.272773] acpiphp: Slot [9] registered [ 0.273590] acpiphp: Slot [10] registered [ 0.274423] acpiphp: Slot [11] registered [ 0.275254] acpiphp: Slot [12] registered [ 0.276088] acpiphp: Slot [13] registered [ 0.276917] acpiphp: Slot [14] registered [ 0.277746] acpiphp: Slot [15] registered [ 0.288342] acpiphp: Slot [16] registered [ 0.289170] acpiphp: Slot [17] registered [ 0.290002] acpiphp: Slot [18] registered [ 0.290826] acpiphp: Slot [19] registered [ 0.291651] acpiphp: Slot [20] registered [ 0.292476] acpiphp: Slot [21] registered [ 0.293305] acpiphp: Slot [22] registered [ 0.294131] acpiphp: Slot [23] registered [ 0.294955] acpiphp: Slot [24] registered [ 0.295779] acpiphp: Slot [25] registered [ 0.296605] acpiphp: Slot [26] registered [ 0.297431] acpiphp: Slot [27] registered [ 0.298263] acpiphp: Slot [28] registered [ 0.299127] acpiphp: Slot [29] registered [ 0.299958] acpiphp: Slot [30] registered [ 0.300788] acpiphp: Slot [31] registered [ 0.301611] PCI host bridge to bus 0000:00 [ 0.302439] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.303690] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.304934] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.306416] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.307899] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.309403] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312673] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.313983] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315186] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316477] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.320063] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321667] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339921] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.341419] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.343160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.344599] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.346028] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.347309] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.348630] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.349710] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.351286] vgaarb: loaded [ 0.351902] vgaarb: bridge control possible 0000:00:02.0 [ 0.353149] SCSI subsystem initialized [ 0.354080] ACPI: bus type USB registered [ 0.354928] usbcore: registered new interface driver usbfs [ 0.355986] usbcore: registered new interface driver hub [ 0.357018] usbcore: registered new device driver usb [ 0.358140] PCI: Using ACPI for IRQ routing [ 0.359270] NetLabel: Initializing [ 0.360004] NetLabel: domain hash size = 128 [ 0.360869] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.361849] NetLabel: unlabeled traffic allowed by default [ 0.363031] clocksource: Switched to clocksource kvm-clock [ 0.371247] AppArmor: AppArmor Filesystem Enabled [ 0.372242] pnp: PnP ACPI init [ 0.373188] pnp: PnP ACPI: found 5 devices [ 0.379507] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.381261] NET: Registered protocol family 2 [ 0.382323] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.383653] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.384883] TCP: Hash tables configured (established 4096 bind 4096) [ 0.386108] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.387222] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.388433] NET: Registered protocol family 1 [ 0.389334] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.390462] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.391561] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.405630] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.419766] Trying to unpack rootfs image as initramfs... [ 0.476280] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.477955] Scanning for low memory corruption every 60 seconds [ 0.479365] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.480557] audit: initializing netlink subsys (disabled) [ 0.481603] audit: type=2000 audit(1532189526.382:1): initialized [ 0.482968] Initialise system trusted keyring [ 0.483951] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.485146] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.487301] zbud: loaded [ 0.488047] VFS: Disk quotas dquot_6.6.0 [ 0.488889] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.490514] fuse init (API version 7.23) [ 0.491448] Key type big_key registered [ 0.492278] Allocating IMA MOK and blacklist keyrings. [ 0.493530] Key type asymmetric registered [ 0.494376] Asymmetric key parser 'x509' registered [ 0.495378] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.496889] io scheduler noop registered [ 0.497701] io scheduler deadline registered (default) [ 0.498719] io scheduler cfq registered [ 0.499590] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.500664] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.501964] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.503463] ACPI: Power Button [PWRF] [ 0.504333] GHES: HEST is not enabled! [ 0.518007] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.545821] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.547972] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.571960] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.574300] Linux agpgart interface v0.103 [ 0.576971] brd: module loaded [ 0.578660] loop: module loaded [ 0.583108] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.584605] GPT:90111 != 2097151 [ 0.585296] GPT:Alternate GPT header not at the end of the disk. [ 0.586417] GPT:90111 != 2097151 [ 0.587119] GPT: Use GNU Parted to correct GPT errors. [ 0.588118] vda: vda1 vda15 [ 0.589349] scsi host0: ata_piix [ 0.590152] scsi host1: ata_piix [ 0.590893] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.592145] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.593655] libphy: Fixed MDIO Bus: probed [ 0.594500] tun: Universal TUN/TAP device driver, 1.6 [ 0.595503] tun: (C) 1999-2004 Max Krasnyansky [ 0.597741] PPP generic driver version 2.4.2 [ 0.598686] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.599999] ehci-pci: EHCI PCI platform driver [ 0.600918] ehci-platform: EHCI generic platform driver [ 0.601946] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603122] ohci-pci: OHCI PCI platform driver [ 0.604034] ohci-platform: OHCI generic platform driver [ 0.605065] uhci_hcd: USB Universal Host Controller Interface driver [ 0.621945] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.623014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.624532] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.625626] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.626831] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.628140] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.629618] usb usb1: Product: UHCI Host Controller [ 0.630583] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.631774] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632873] hub 1-0:1.0: USB hub found [ 0.633692] hub 1-0:1.0: 2 ports detected [ 0.634727] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636993] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637985] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.639089] mousedev: PS/2 mouse device common for all mice [ 0.640566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.642499] rtc_cmos 00:00: RTC can wake from S4 [ 0.643679] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.644919] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.646151] i2c /dev entries driver [ 0.646964] device-mapper: uevent: version 1.0.3 [ 0.647980] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.649691] ledtrig-cpu: registered to indicate activity on CPUs [ 0.651252] NET: Registered protocol family 10 [ 0.652464] NET: Registered protocol family 17 [ 0.653409] Key type dns_resolver registered [ 0.654469] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.655628] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.657494] registered taskstats version 1 [ 0.658390] Loading compiled-in X.509 certificates [ 0.659924] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.661867] zswap: loaded using pool lzo/zbud [ 0.663582] Key type trusted registered [ 0.665385] Key type encrypted registered [ 0.666261] AppArmor: AppArmor sha1 policy hashing enabled [ 0.667361] ima: No TPM chip found, activating TPM-bypass! [ 0.668463] evm: HMAC attrs: 0x1 [ 0.669496] Magic number: 10:449:237 [ 0.670408] rtc_cmos 00:00: setting system clock to 2018-07-21 16:12:05 UTC (1532189525) [ 0.672102] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.673266] EDD information not available. [ 0.752422] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.764150] Write protecting the kernel read-only data: 14336k [ 0.766334] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.768247] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.814258] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.11... Lease of 192.168.120.11 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.82. iid=i-00000007 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-07-21 16:12:17,215 - paramiko.transport - DEBUG - starting thread (client mode): 0xac2fd290L 2018-07-21 16:12:17,216 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 16:12:17,216 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-21 16:12:17,216 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-21 16:12:17,220 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 16:12:17,220 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 16:12:17,220 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-21 16:12:17,220 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 16:12:17,220 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 16:12:17,220 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 16:12:17,237 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 16:12:17,238 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 16:12:17,250 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 3db08ab489034411ed47043cca1d0774 2018-07-21 16:12:17,251 - paramiko.transport - DEBUG - Trying discovered key f6e0cfc5c7d922bd4712a8f77d64e6d2 in /tmp/tmpNz4Hx9 2018-07-21 16:12:17,274 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 16:12:17,280 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-21 16:12:17,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-07-21 16:12:17,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"volume": {"display_name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "size": "2"}}' 2018-07-21 16:12:18,430 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:12:17 GMT Server: Apache x-compute-request-id: req-b0e1aeca-b57c-48a7-a21a-91dd2e2853e9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-b0e1aeca-b57c-48a7-a21a-91dd2e2853e9 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}} 2018-07-21 16:12:18,430 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes used request id req-b0e1aeca-b57c-48a7-a21a-91dd2e2853e9 2018-07-21 16:12:18,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.14393305779s 2018-07-21 16:12:18,430 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes used request id req-b0e1aeca-b57c-48a7-a21a-91dd2e2853e9 2018-07-21 16:12:18,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:18,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:19,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:18 GMT Server: Apache x-compute-request-id: req-66d41907-9df3-47cd-a145-79e21cc985b5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-66d41907-9df3-47cd-a145-79e21cc985b5 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:18.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:19,357 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-66d41907-9df3-47cd-a145-79e21cc985b5 2018-07-21 16:12:19,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.925483942032s 2018-07-21 16:12:19,357 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-66d41907-9df3-47cd-a145-79e21cc985b5 2018-07-21 16:12:19,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:21,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:21,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:22,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:21 GMT Server: Apache x-compute-request-id: req-c16e1da2-18b5-4063-812e-88b77b898fc7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c16e1da2-18b5-4063-812e-88b77b898fc7 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:20.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:22,295 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-c16e1da2-18b5-4063-812e-88b77b898fc7 2018-07-21 16:12:22,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.933562994003s 2018-07-21 16:12:22,295 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-c16e1da2-18b5-4063-812e-88b77b898fc7 2018-07-21 16:12:22,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:12:22,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:22,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-6e0fa04b-6c4d-4796-85f3-7047b886779d Date: Sat, 21 Jul 2018 16:12:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3afa32a4-2c98-43e8-9850-c8527b3982d5"],"updated_at":"2018-07-21T16:11:51Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:12:22,497 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6e0fa04b-6c4d-4796-85f3-7047b886779d 2018-07-21 16:12:22,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.199868917465s 2018-07-21 16:12:22,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6e0fa04b-6c4d-4796-85f3-7047b886779d 2018-07-21 16:12:22,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:12:22,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:22,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-f1d677df-beaa-4f6e-8bce-6f93808aa79b Date: Sat, 21 Jul 2018 16:12:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/snap", "metadata": {}}], "file": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file", "owner": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "size": 12716032, "self": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:55Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:11:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:12:22,605 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f1d677df-beaa-4f6e-8bce-6f93808aa79b 2018-07-21 16:12:22,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.104884147644s 2018-07-21 16:12:22,605 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f1d677df-beaa-4f6e-8bce-6f93808aa79b 2018-07-21 16:12:22,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:12:22,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:22,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-962ba598-af6e-453c-bc28-2d21b2988afb x-compute-request-id: req-962ba598-af6e-453c-bc28-2d21b2988afb Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "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": "c9d380ae-4109-4693-9261-358ff2225d36"}]} 2018-07-21 16:12:22,634 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-962ba598-af6e-453c-bc28-2d21b2988afb 2018-07-21 16:12:22,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0267899036407s 2018-07-21 16:12:22,634 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-962ba598-af6e-453c-bc28-2d21b2988afb 2018-07-21 16:12:22,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 16:12:22,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"server": {"name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "imageRef": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "flavorRef": "c9d380ae-4109-4693-9261-358ff2225d36", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d595ea2a-475a-40da-bd2a-c86592af185b"}], "security_groups": [{"name": "7f9524dc-dec8-4785-85dc-59c81b572889"}]}}' 2018-07-21 16:12:23,344 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:12: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-44430c72-32f5-4057-971c-56b5fc7c5568 x-compute-request-id: req-44430c72-32f5-4057-971c-56b5fc7c5568 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7f9524dc-dec8-4785-85dc-59c81b572889"}], "OS-DCF:diskConfig": "MANUAL", "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "adminPass": "UrdzqKL4J8px"}} 2018-07-21 16:12:23,344 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-44430c72-32f5-4057-971c-56b5fc7c5568 2018-07-21 16:12:23,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.709133863449s 2018-07-21 16:12:23,345 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-44430c72-32f5-4057-971c-56b5fc7c5568 2018-07-21 16:12:23,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:23,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:23,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fefaccc-ab46-4eab-b8d1-d439e867db91 x-compute-request-id: req-9fefaccc-ab46-4eab-b8d1-d439e867db91 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:12:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:23,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9fefaccc-ab46-4eab-b8d1-d439e867db91 2018-07-21 16:12:23,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210277080536s 2018-07-21 16:12:23,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9fefaccc-ab46-4eab-b8d1-d439e867db91 2018-07-21 16:12:23,561 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:25,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:25,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:26,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbfad5df-30d0-4266-91a4-9abb126563c2 x-compute-request-id: req-cbfad5df-30d0-4266-91a4-9abb126563c2 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:12:25Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:26,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cbfad5df-30d0-4266-91a4-9abb126563c2 2018-07-21 16:12:26,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.529314041138s 2018-07-21 16:12:26,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cbfad5df-30d0-4266-91a4-9abb126563c2 2018-07-21 16:12:26,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:28,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:28,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:28,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf6a5549-6169-41a1-b895-87e0952f1a64 x-compute-request-id: req-bf6a5549-6169-41a1-b895-87e0952f1a64 Content-Encoding: gzip Content-Length: 901 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T16:12:25Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:28,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bf6a5549-6169-41a1-b895-87e0952f1a64 2018-07-21 16:12:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675318002701s 2018-07-21 16:12:28,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bf6a5549-6169-41a1-b895-87e0952f1a64 2018-07-21 16:12:28,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:30,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:30,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-0dd909d2-d0f3-4d08-a44d-30e145209494 x-compute-request-id: req-0dd909d2-d0f3-4d08-a44d-30e145209494 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:30.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:30Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:31,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0dd909d2-d0f3-4d08-a44d-30e145209494 2018-07-21 16:12:31,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.383244991302s 2018-07-21 16:12:31,167 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0dd909d2-d0f3-4d08-a44d-30e145209494 2018-07-21 16:12:31,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:12:31,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fa6eb9c8-4fc2-4ad8-8422-482ce91ca6e2 Date: Sat, 21 Jul 2018 16:12:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:12:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:12:30Z","binding:vnic_type":"normal","device_id":"db92ad97-fa4e-44a9-88e5-34ed68034afc","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:71:32:7c","id":"8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827","port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","fixed_ips":[{"subnet_id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["7f9524dc-dec8-4785-85dc-59c81b572889"],"name":""}]} 2018-07-21 16:12:31,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-fa6eb9c8-4fc2-4ad8-8422-482ce91ca6e2 2018-07-21 16:12:31,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0584061145782s 2018-07-21 16:12:31,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-fa6eb9c8-4fc2-4ad8-8422-482ce91ca6e2 2018-07-21 16:12:31,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:12:31,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-695130b0-d0f6-4750-934d-3202c416bc6d Date: Sat, 21 Jul 2018 16:12:31 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:12:31,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827 used request id req-695130b0-d0f6-4750-934d-3202c416bc6d 2018-07-21 16:12:31,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0428781509399s 2018-07-21 16:12:31,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827 used request id req-695130b0-d0f6-4750-934d-3202c416bc6d 2018-07-21 16:12:31,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:31,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-022ffa15-da68-40b9-8c8f-5e5f68e4ae91 x-compute-request-id: req-022ffa15-da68-40b9-8c8f-5e5f68e4ae91 Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:30.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:30Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:05Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:31,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-022ffa15-da68-40b9-8c8f-5e5f68e4ae91 2018-07-21 16:12:31,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229960203171s 2018-07-21 16:12:31,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-022ffa15-da68-40b9-8c8f-5e5f68e4ae91 2018-07-21 16:12:31,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:12:31,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-99a54685-6bd2-4645-a25e-b41554c84f13 Date: Sat, 21 Jul 2018 16:12:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:12:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:12:30Z","binding:vnic_type":"normal","device_id":"db92ad97-fa4e-44a9-88e5-34ed68034afc","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:71:32:7c","id":"8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827","port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","fixed_ips":[{"subnet_id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["7f9524dc-dec8-4785-85dc-59c81b572889"],"name":""}]} 2018-07-21 16:12:31,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-99a54685-6bd2-4645-a25e-b41554c84f13 2018-07-21 16:12:31,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0553557872772s 2018-07-21 16:12:31,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-99a54685-6bd2-4645-a25e-b41554c84f13 2018-07-21 16:12:31,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:12:31,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f8878aca-e10f-4be9-892e-85074610c8c6 Date: Sat, 21 Jul 2018 16:12:31 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:12:31,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827 used request id req-f8878aca-e10f-4be9-892e-85074610c8c6 2018-07-21 16:12:31,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0435698032379s 2018-07-21 16:12:31,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827 used request id req-f8878aca-e10f-4be9-892e-85074610c8c6 2018-07-21 16:12:31,621 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:71:32:7c', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'697573ff-e14a-49d5-9a69-e0fce4efde7e'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:12:30.000000', 'flavor': Munch({u'id': u'c9d380ae-4109-4693-9261-358ff2225d36'}), 'az': u'nova', 'id': u'db92ad97-fa4e-44a9-88e5-34ed68034afc', 'security_groups': [Munch({u'name': u'cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c0a4e8e8147d4109a35c20ada58a6806', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': 'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T16:12:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T16:12:30Z', 'hostId': u'6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T16:12:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': u'cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'adminPass': None, 'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'created_at': u'2018-07-21T16:12:23Z', 'created': u'2018-07-21T16:12:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 16:12:31,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:12:31,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-0ee72e89-ddd6-47b4-bb92-b7ce3c75b43f Date: Sat, 21 Jul 2018 16:12:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3afa32a4-2c98-43e8-9850-c8527b3982d5"],"updated_at":"2018-07-21T16:11:51Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:12:31,729 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0ee72e89-ddd6-47b4-bb92-b7ce3c75b43f 2018-07-21 16:12:31,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105189085007s 2018-07-21 16:12:31,730 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0ee72e89-ddd6-47b4-bb92-b7ce3c75b43f 2018-07-21 16:12:31,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 16:12:31,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:31,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-08c07947-cc2d-488d-b5f5-bb464047ca4c Date: Sat, 21 Jul 2018 16:12:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:12:26Z","admin_state_up":true,"updated_at":"2018-07-21T16:12:30Z","binding:vnic_type":"normal","device_id":"db92ad97-fa4e-44a9-88e5-34ed68034afc","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:71:32:7c","id":"8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827","port_security_enabled":true,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","fixed_ips":[{"subnet_id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["7f9524dc-dec8-4785-85dc-59c81b572889"],"name":""}]} 2018-07-21 16:12:31,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-08c07947-cc2d-488d-b5f5-bb464047ca4c 2018-07-21 16:12:31,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0577108860016s 2018-07-21 16:12:31,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-08c07947-cc2d-488d-b5f5-bb464047ca4c 2018-07-21 16:12:31,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-21 16:12:31,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"floatingip": {"floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "port_id": "8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827"}}' 2018-07-21 16:12:33,495 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-d188811f-855a-499c-aac4-bad6d0e89380 Date: Sat, 21 Jul 2018 16:12:33 GMT RESP BODY: {"floatingip": {"router_id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:12:32Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827", "id": "9ce1bbd2-fad3-4e29-94fc-ac65fbd2dd24", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:12:32Z", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}} 2018-07-21 16:12:33,495 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d188811f-855a-499c-aac4-bad6d0e89380 2018-07-21 16:12:33,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.70576500893s 2018-07-21 16:12:33,496 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d188811f-855a-499c-aac4-bad6d0e89380 2018-07-21 16:12:33,499 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd782938e-f1b8-46b8-a97d-1bc11e0ba254', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'created_at': u'2018-07-21T16:12:32Z', 'attached': True, 'updated_at': u'2018-07-21T16:12:32Z', 'id': u'9ce1bbd2-fad3-4e29-94fc-ac65fbd2dd24', 'floating_network_id': u'8562b425-f304-4a61-9f95-61d480219689', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.211', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'name': 'cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd782938e-f1b8-46b8-a97d-1bc11e0ba254', 'project_id': u'a62cafcbd1fa48e9878c2c1de9e975a7', 'port_id': u'8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827', 'port': u'8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827', 'network': u'8562b425-f304-4a61-9f95-61d480219689'}) 2018-07-21 16:12:33,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 16:12:33,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/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}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 16:12:33,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0ea91aa-015a-4bf1-b395-6e0cbb904631 x-compute-request-id: req-a0ea91aa-015a-4bf1-b395-6e0cbb904631 Content-Encoding: gzip Content-Length: 7929 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 440503119 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.141067] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142729] pid_max: default: 32768 minimum: 301\n[ 0.143630] ACPI: Core revision 20150930\n[ 0.145014] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.146336] Security Framework initialized\n[ 0.147156] Yama: becoming mindful.\n[ 0.147886] AppArmor: AppArmor initialized\n[ 0.148754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150103] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152610] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154033] Initializing cgroup subsys io\n[ 0.154858] Initializing cgroup subsys memory\n[ 0.155726] Initializing cgroup subsys devices\n[ 0.156614] Initializing cgroup subsys freezer\n[ 0.157490] Initializing cgroup subsys net_cls\n[ 0.158363] Initializing cgroup subsys perf_event\n[ 0.159276] Initializing cgroup subsys net_prio\n[ 0.160176] Initializing cgroup subsys hugetlb\n[ 0.161049] Initializing cgroup subsys pids\n[ 0.161923] CPU: Physical Processor ID: 0\n[ 0.163420] mce: CPU supports 10 MCE banks\n[ 0.164281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165288] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185726] ftrace: allocating 31920 entries in 125 pages\n[ 0.210702] smpboot: Max logical packages: 1\n[ 0.211566] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212926] x2apic enabled\n[ 0.213740] Switched APIC routing to physical x2apic.\n[ 0.215470] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216588] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220465] KVM setup paravirtual spinlock\n[ 0.221762] x86: Booted up 1 node, 1 CPUs\n[ 0.222573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223965] devtmpfs: initialized\n[ 0.225686] evm: security.selinux\n[ 0.226394] evm: security.SMACK64\n[ 0.227085] evm: security.SMACK64EXEC\n[ 0.227829] evm: security.SMACK64TRANSMUTE\n[ 0.228637] evm: security.SMACK64MMAP\n[ 0.229386] evm: security.ima\n[ 0.230025] evm: security.capability\n[ 0.230835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232702] pinctrl core: initialized pinctrl subsystem\n[ 0.233816] RTC time: 16:12:30, date: 07/21/18\n[ 0.234789] NET: Registered protocol family 16\n[ 0.235786] cpuidle: using governor ladder\n[ 0.236615] cpuidle: using governor menu\n[ 0.237408] PCCT header not found.\n[ 0.238169] ACPI: bus type PCI registered\n[ 0.238975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240231] PCI: Using configuration type 1 for base access\n[ 0.242007] ACPI: Added _OSI(Module Device)\n[ 0.242863] ACPI: Added _OSI(Processor Device)\n[ 0.243731] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246393] ACPI: Interpreter enabled\n[ 0.247180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250892] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254606] ACPI: (supports S0 S5)\n[ 0.255315] ACPI: Using IOAPIC for interrupt routing\n[ 0.256269] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260432] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262910] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265201] acpiphp: Slot [3] registered\n[ 0.266028] acpiphp: Slot [4] registered\n[ 0.266860] acpiphp: Slot [5] registered\n[ 0.267683] acpiphp: Slot [6] registered\n[ 0.268506] acpiphp: Slot [7] registered\n[ 0.269331] acpiphp: Slot [8] registered\n[ 0.270138] acpiphp: Slot [9] registered\n[ 0.270936] acpiphp: Slot [10] registered\n[ 0.271755] acpiphp: Slot [11] registered\n[ 0.272575] acpiphp: Slot [12] registered\n[ 0.273397] acpiphp: Slot [13] registered\n[ 0.274216] acpiphp: Slot [14] registered\n[ 0.275029] acpiphp: Slot [15] registered\n[ 0.286016] acpiphp: Slot [16] registered\n[ 0.286841] acpiphp: Slot [17] registered\n[ 0.287661] acpiphp: Slot [18] registered\n[ 0.288478] acpiphp: Slot [19] registered\n[ 0.289292] acpiphp: Slot [20] registered\n[ 0.290111] acpiphp: Slot [21] registered\n[ 0.290925] acpiphp: Slot [22] registered\n[ 0.291740] acpiphp: Slot [23] registered\n[ 0.292558] acpiphp: Slot [24] registered\n[ 0.293375] acpiphp: Slot [25] registered\n[ 0.294193] acpiphp: Slot [26] registered\n[ 0.295007] acpiphp: Slot [27] registered\n[ 0.295825] acpiphp: Slot [28] registered\n[ 0.296642] acpiphp: Slot [29] registered\n[ 0.297456] acpiphp: Slot [30] registered\n[ 0.298275] acpiphp: Slot [31] registered\n[ 0.299091] PCI host bridge to bus 0000:00\n[ 0.299903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301132] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302359] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303820] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305281] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306767] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311300] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313750] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318885] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338678] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340462] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343284] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344554] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345869] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346932] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348486] vgaarb: loaded\n[ 0.349090] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350322] SCSI subsystem initialized\n[ 0.351245] ACPI: bus type USB registered\n[ 0.352086] usbcore: registered new interface driver usbfs\n[ 0.353127] usbcore: registered new interface driver hub\n[ 0.354150] usbcore: registered new device driver usb\n[ 0.355265] PCI: Using ACPI for IRQ routing\n[ 0.356390] NetLabel: Initializing\n[ 0.357117] NetLabel: domain hash size = 128\n[ 0.357972] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358942] NetLabel: unlabeled traffic allowed by default\n[ 0.360121] clocksource: Switched to clocksource kvm-clock\n[ 0.368237] AppArmor: AppArmor Filesystem Enabled\n[ 0.369214] pnp: PnP ACPI init\n[ 0.370157] pnp: PnP ACPI: found 5 devices\n[ 0.376473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378262] NET: Registered protocol family 2\n[ 0.379345] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381932] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383151] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385460] NET: Registered protocol family 1\n[ 0.386350] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387463] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388554] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402594] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416622] Trying to unpack rootfs image as initramfs...\n[ 0.473131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474791] Scanning for low memory corruption every 60 seconds\n[ 0.476180] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477364] audit: initializing netlink subsys (disabled)\n[ 0.478403] audit: type=2000 audit(1532189551.048:1): initialized\n[ 0.479755] Initialise system trusted keyring\n[ 0.480732] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481913] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484050] zbud: loaded\n[ 0.484794] VFS: Disk quotas dquot_6.6.0\n[ 0.485631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.487246] fuse init (API version 7.23)\n[ 0.488178] Key type big_key registered\n[ 0.488992] Allocating IMA MOK and blacklist keyrings.\n[ 0.490238] Key type asymmetric registered\n[ 0.491070] Asymmetric key parser 'x509' registered\n[ 0.492042] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493538] io scheduler noop registered\n[ 0.494347] io scheduler deadline registered (default)\n[ 0.495358] io scheduler cfq registered\n[ 0.496233] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.497293] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500040] ACPI: Power Button [PWRF]\n[ 0.500921] GHES: HEST is not enabled!\n[ 0.514600] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542760] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568804] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571102] Linux agpgart interface v0.103\n[ 0.573711] brd: module loaded\n[ 0.575392] loop: module loaded\n[ 0.578921] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580408] GPT:90111 != 2097151\n[ 0.581101] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582415] GPT:90111 != 2097151\n[ 0.583105] GPT: Use GNU Parted to correct GPT errors.\n[ 0.584092] vda: vda1 vda15\n[ 0.585329] scsi host0: ata_piix\n[ 0.586123] scsi host1: ata_piix\n[ 0.586854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588096] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589582] libphy: Fixed MDIO Bus: probed\n[ 0.590422] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591391] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593735] PPP generic driver version 2.4.2\n[ 0.594809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596084] ehci-pci: EHCI PCI platform driver\n[ 0.597011] ehci-platform: EHCI generic platform driver\n[ 0.598056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599359] ohci-pci: OHCI PCI platform driver\n[ 0.600281] ohci-platform: OHCI generic platform driver\n[ 0.601350] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615375] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621106] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622816] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.624815] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.628787] usb usb1: Product: UHCI Host Controller\n[ 0.630083] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.631787] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.633684] hub 1-0:1.0: USB hub found\n[ 0.634634] hub 1-0:1.0: 2 ports detected\n[ 0.636678] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639766] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641079] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642663] mousedev: PS/2 mouse device common for all mice\n[ 0.644528] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647239] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.650582] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652398] i2c /dev entries driver\n[ 0.653644] device-mapper: uevent: version 1.0.3\n[ 0.655023] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.657530] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.660154] NET: Registered protocol family 10\n[ 0.662038] NET: Registered protocol family 17\n[ 0.663405] Key type dns_resolver registered\n[ 0.664976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666636] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669402] registered taskstats version 1\n[ 0.670673] Loading compiled-in X.509 certificates\n[ 0.672695] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675521] zswap: loaded using pool lzo/zbud\n[ 0.678049] Key type trusted registered\n[ 0.680265] Key type encrypted registered\n[ 0.681476] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682870] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684420] evm: HMAC attrs: 0x1\n[ 0.685818] Magic number: 10:449:237\n[ 0.687079] rtc_cmos 00:00: setting system clock to 2018-07-21 16:12:31 UTC (1532189551)\n[ 0.689525] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.691201] EDD information not available.\n[ 0.750353] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762926] Write protecting the kernel read-only data: 14336k\n[ 0.766934] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.769645] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.927105] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: "} 2018-07-21 16:12:33,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/action used request id req-a0ea91aa-015a-4bf1-b395-6e0cbb904631 2018-07-21 16:12:33,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0896890163422s 2018-07-21 16:12:33,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/action used request id req-a0ea91aa-015a-4bf1-b395-6e0cbb904631 2018-07-21 16:12:33,591 - 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 440503119 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.141067] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142729] pid_max: default: 32768 minimum: 301 [ 0.143630] ACPI: Core revision 20150930 [ 0.145014] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.146336] Security Framework initialized [ 0.147156] Yama: becoming mindful. [ 0.147886] AppArmor: AppArmor initialized [ 0.148754] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.150103] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151392] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152610] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.154033] Initializing cgroup subsys io [ 0.154858] Initializing cgroup subsys memory [ 0.155726] Initializing cgroup subsys devices [ 0.156614] Initializing cgroup subsys freezer [ 0.157490] Initializing cgroup subsys net_cls [ 0.158363] Initializing cgroup subsys perf_event [ 0.159276] Initializing cgroup subsys net_prio [ 0.160176] Initializing cgroup subsys hugetlb [ 0.161049] Initializing cgroup subsys pids [ 0.161923] CPU: Physical Processor ID: 0 [ 0.163420] mce: CPU supports 10 MCE banks [ 0.164281] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165288] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179680] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185726] ftrace: allocating 31920 entries in 125 pages [ 0.210702] smpboot: Max logical packages: 1 [ 0.211566] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212926] x2apic enabled [ 0.213740] Switched APIC routing to physical x2apic. [ 0.215470] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216588] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218669] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220465] KVM setup paravirtual spinlock [ 0.221762] x86: Booted up 1 node, 1 CPUs [ 0.222573] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223965] devtmpfs: initialized [ 0.225686] evm: security.selinux [ 0.226394] evm: security.SMACK64 [ 0.227085] evm: security.SMACK64EXEC [ 0.227829] evm: security.SMACK64TRANSMUTE [ 0.228637] evm: security.SMACK64MMAP [ 0.229386] evm: security.ima [ 0.230025] evm: security.capability [ 0.230835] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232702] pinctrl core: initialized pinctrl subsystem [ 0.233816] RTC time: 16:12:30, date: 07/21/18 [ 0.234789] NET: Registered protocol family 16 [ 0.235786] cpuidle: using governor ladder [ 0.236615] cpuidle: using governor menu [ 0.237408] PCCT header not found. [ 0.238169] ACPI: bus type PCI registered [ 0.238975] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240231] PCI: Using configuration type 1 for base access [ 0.242007] ACPI: Added _OSI(Module Device) [ 0.242863] ACPI: Added _OSI(Processor Device) [ 0.243731] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244638] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246393] ACPI: Interpreter enabled [ 0.247180] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249042] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250892] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252752] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254606] ACPI: (supports S0 S5) [ 0.255315] ACPI: Using IOAPIC for interrupt routing [ 0.256269] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259276] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260432] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261705] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262910] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265201] acpiphp: Slot [3] registered [ 0.266028] acpiphp: Slot [4] registered [ 0.266860] acpiphp: Slot [5] registered [ 0.267683] acpiphp: Slot [6] registered [ 0.268506] acpiphp: Slot [7] registered [ 0.269331] acpiphp: Slot [8] registered [ 0.270138] acpiphp: Slot [9] registered [ 0.270936] acpiphp: Slot [10] registered [ 0.271755] acpiphp: Slot [11] registered [ 0.272575] acpiphp: Slot [12] registered [ 0.273397] acpiphp: Slot [13] registered [ 0.274216] acpiphp: Slot [14] registered [ 0.275029] acpiphp: Slot [15] registered [ 0.286016] acpiphp: Slot [16] registered [ 0.286841] acpiphp: Slot [17] registered [ 0.287661] acpiphp: Slot [18] registered [ 0.288478] acpiphp: Slot [19] registered [ 0.289292] acpiphp: Slot [20] registered [ 0.290111] acpiphp: Slot [21] registered [ 0.290925] acpiphp: Slot [22] registered [ 0.291740] acpiphp: Slot [23] registered [ 0.292558] acpiphp: Slot [24] registered [ 0.293375] acpiphp: Slot [25] registered [ 0.294193] acpiphp: Slot [26] registered [ 0.295007] acpiphp: Slot [27] registered [ 0.295825] acpiphp: Slot [28] registered [ 0.296642] acpiphp: Slot [29] registered [ 0.297456] acpiphp: Slot [30] registered [ 0.298275] acpiphp: Slot [31] registered [ 0.299091] PCI host bridge to bus 0000:00 [ 0.299903] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301132] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302359] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303820] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305281] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306767] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310009] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311300] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312479] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313750] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317302] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318885] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337193] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338678] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340462] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341885] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343284] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344554] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345869] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346932] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348486] vgaarb: loaded [ 0.349090] vgaarb: bridge control possible 0000:00:02.0 [ 0.350322] SCSI subsystem initialized [ 0.351245] ACPI: bus type USB registered [ 0.352086] usbcore: registered new interface driver usbfs [ 0.353127] usbcore: registered new interface driver hub [ 0.354150] usbcore: registered new device driver usb [ 0.355265] PCI: Using ACPI for IRQ routing [ 0.356390] NetLabel: Initializing [ 0.357117] NetLabel: domain hash size = 128 [ 0.357972] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358942] NetLabel: unlabeled traffic allowed by default [ 0.360121] clocksource: Switched to clocksource kvm-clock [ 0.368237] AppArmor: AppArmor Filesystem Enabled [ 0.369214] pnp: PnP ACPI init [ 0.370157] pnp: PnP ACPI: found 5 devices [ 0.376473] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378262] NET: Registered protocol family 2 [ 0.379345] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.380694] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381932] TCP: Hash tables configured (established 4096 bind 4096) [ 0.383151] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.384256] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385460] NET: Registered protocol family 1 [ 0.386350] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.387463] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.388554] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.402594] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416622] Trying to unpack rootfs image as initramfs... [ 0.473131] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474791] Scanning for low memory corruption every 60 seconds [ 0.476180] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477364] audit: initializing netlink subsys (disabled) [ 0.478403] audit: type=2000 audit(1532189551.048:1): initialized [ 0.479755] Initialise system trusted keyring [ 0.480732] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.481913] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484050] zbud: loaded [ 0.484794] VFS: Disk quotas dquot_6.6.0 [ 0.485631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.487246] fuse init (API version 7.23) [ 0.488178] Key type big_key registered [ 0.488992] Allocating IMA MOK and blacklist keyrings. [ 0.490238] Key type asymmetric registered [ 0.491070] Asymmetric key parser 'x509' registered [ 0.492042] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.493538] io scheduler noop registered [ 0.494347] io scheduler deadline registered (default) [ 0.495358] io scheduler cfq registered [ 0.496233] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.497293] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.498578] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.500040] ACPI: Power Button [PWRF] [ 0.500921] GHES: HEST is not enabled! [ 0.514600] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542760] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.544891] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.568804] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.571102] Linux agpgart interface v0.103 [ 0.573711] brd: module loaded [ 0.575392] loop: module loaded [ 0.578921] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.580408] GPT:90111 != 2097151 [ 0.581101] GPT:Alternate GPT header not at the end of the disk. [ 0.582415] GPT:90111 != 2097151 [ 0.583105] GPT: Use GNU Parted to correct GPT errors. [ 0.584092] vda: vda1 vda15 [ 0.585329] scsi host0: ata_piix [ 0.586123] scsi host1: ata_piix [ 0.586854] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.588096] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.589582] libphy: Fixed MDIO Bus: probed [ 0.590422] tun: Universal TUN/TAP device driver, 1.6 [ 0.591391] tun: (C) 1999-2004 Max Krasnyansky [ 0.593735] PPP generic driver version 2.4.2 [ 0.594809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596084] ehci-pci: EHCI PCI platform driver [ 0.597011] ehci-platform: EHCI generic platform driver [ 0.598056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599359] ohci-pci: OHCI PCI platform driver [ 0.600281] ohci-platform: OHCI generic platform driver [ 0.601350] uhci_hcd: USB Universal Host Controller Interface driver [ 0.615375] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.616839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.621106] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.622816] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.624815] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.626701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628787] usb usb1: Product: UHCI Host Controller [ 0.630083] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.631787] usb usb1: SerialNumber: 0000:00:01.2 [ 0.633684] hub 1-0:1.0: USB hub found [ 0.634634] hub 1-0:1.0: 2 ports detected [ 0.636678] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639766] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.641079] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.642663] mousedev: PS/2 mouse device common for all mice [ 0.644528] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.647239] rtc_cmos 00:00: RTC can wake from S4 [ 0.648854] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.650582] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652398] i2c /dev entries driver [ 0.653644] device-mapper: uevent: version 1.0.3 [ 0.655023] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.657530] ledtrig-cpu: registered to indicate activity on CPUs [ 0.660154] NET: Registered protocol family 10 [ 0.662038] NET: Registered protocol family 17 [ 0.663405] Key type dns_resolver registered [ 0.664976] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666636] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.669402] registered taskstats version 1 [ 0.670673] Loading compiled-in X.509 certificates [ 0.672695] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.675521] zswap: loaded using pool lzo/zbud [ 0.678049] Key type trusted registered [ 0.680265] Key type encrypted registered [ 0.681476] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682870] ima: No TPM chip found, activating TPM-bypass! [ 0.684420] evm: HMAC attrs: 0x1 [ 0.685818] Magic number: 10:449:237 [ 0.687079] rtc_cmos 00:00: setting system clock to 2018-07-21 16:12:31 UTC (1532189551) [ 0.689525] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.691201] EDD information not available. [ 0.750353] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.762926] Write protecting the kernel read-only data: 14336k [ 0.766934] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.769645] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.927105] random: dd urandom read with 4 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: 2018-07-21 16:12:34,597 - paramiko.transport - DEBUG - starting thread (client mode): 0xac5e0290L 2018-07-21 16:12:34,597 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 16:12:34,598 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-07-21 16:12:34,598 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-07-21 16:12:34,598 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 16:12:34,599 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 16:12:34,599 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-07-21 16:12:34,599 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 16:12:34,599 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 16:12:34,599 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 16:12:34,616 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 16:12:34,616 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 16:12:34,629 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.211: 0d843a5ea1a7980bb0c2921214de614b 2018-07-21 16:12:34,630 - paramiko.transport - DEBUG - Trying discovered key f6e0cfc5c7d922bd4712a8f77d64e6d2 in /tmp/tmpNz4Hx9 2018-07-21 16:12:34,656 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 16:12:34,662 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-21 16:12:34,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-21 16:12:34,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"volumeAttachment": {"volumeId": "2f398b9e-010d-4588-a140-f4fc86966eed"}}' 2018-07-21 16:12:36,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a44b255d-be4e-4984-9d19-ce91e4ddb1be x-compute-request-id: req-a44b255d-be4e-4984-9d19-ce91e4ddb1be Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "volumeId": "2f398b9e-010d-4588-a140-f4fc86966eed"}} 2018-07-21 16:12:36,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/os-volume_attachments used request id req-a44b255d-be4e-4984-9d19-ce91e4ddb1be 2018-07-21 16:12:36,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.67794704437s 2018-07-21 16:12:36,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/os-volume_attachments used request id req-a44b255d-be4e-4984-9d19-ce91e4ddb1be 2018-07-21 16:12:36,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:36,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:37,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:36 GMT Server: Apache x-compute-request-id: req-14e1034b-7f29-40fd-acf7-2adb7ed89a6c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-14e1034b-7f29-40fd-acf7-2adb7ed89a6c Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:36.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:37,416 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-14e1034b-7f29-40fd-acf7-2adb7ed89a6c 2018-07-21 16:12:37,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04221606255s 2018-07-21 16:12:37,416 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-14e1034b-7f29-40fd-acf7-2adb7ed89a6c 2018-07-21 16:12:37,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:39,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:39,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:40,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:39 GMT Server: Apache x-compute-request-id: req-2d1ca7d4-2eb8-4066-adc1-a185321e65c5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d1ca7d4-2eb8-4066-adc1-a185321e65c5 Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [{"server_id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "attachment_id": "0e296ae3-df0b-4fba-8ee2-9bd4ce10ae83", "attached_at": "2018-07-21T16:12:39.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "2f398b9e-010d-4588-a140-f4fc86966eed", "device": "/dev/vdb", "id": "2f398b9e-010d-4588-a140-f4fc86966eed"}], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:39.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:40,392 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-2d1ca7d4-2eb8-4066-adc1-a185321e65c5 2018-07-21 16:12:40,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.971595048904s 2018-07-21 16:12:40,393 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-2d1ca7d4-2eb8-4066-adc1-a185321e65c5 2018-07-21 16:12:40,395 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-21 16:12:40,396 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-21 16:12:40,396 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-21 16:12:40,397 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-21 16:12:40,465 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-21 16:12:40,466 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-21 16:12:40,467 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-21 16:12:40,467 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-21 16:12:40,504 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-21 16:12:40,504 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-21 16:12:40,532 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-21 16:12:41,161 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-21 16:12:41,162 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 1cee6c03-bd65-465d-8994-804d514ff041 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-07-21 16:12:41,163 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-07-21 16:12:41,163 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-07-21 16:12:41,163 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-21 16:12:41,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-21 16:12:41,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/os-volume_attachments/2f398b9e-010d-4588-a140-f4fc86966eed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:41,538 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:12:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bab7c698-ab66-4f0e-aab2-b489e6f6ab98 x-compute-request-id: req-bab7c698-ab66-4f0e-aab2-b489e6f6ab98 Content-Length: 0 Content-Type: application/json 2018-07-21 16:12:41,539 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/os-volume_attachments/2f398b9e-010d-4588-a140-f4fc86966eed used request id req-bab7c698-ab66-4f0e-aab2-b489e6f6ab98 2018-07-21 16:12:41,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.374554872513s 2018-07-21 16:12:41,539 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc/os-volume_attachments/2f398b9e-010d-4588-a140-f4fc86966eed used request id req-bab7c698-ab66-4f0e-aab2-b489e6f6ab98 2018-07-21 16:12:41,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:41,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:41,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:41 GMT Server: Apache x-compute-request-id: req-5b7acb61-6221-427d-839e-743546b89b34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5b7acb61-6221-427d-839e-743546b89b34 Content-Encoding: gzip Content-Length: 575 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [{"server_id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "attachment_id": "0e296ae3-df0b-4fba-8ee2-9bd4ce10ae83", "attached_at": "2018-07-21T16:12:39.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "2f398b9e-010d-4588-a140-f4fc86966eed", "device": "/dev/vdb", "id": "2f398b9e-010d-4588-a140-f4fc86966eed"}], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:41.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:41,605 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-5b7acb61-6221-427d-839e-743546b89b34 2018-07-21 16:12:41,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0652117729187s 2018-07-21 16:12:41,605 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-5b7acb61-6221-427d-839e-743546b89b34 2018-07-21 16:12:41,607 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:43,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:43,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:43,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:43 GMT Server: Apache x-compute-request-id: req-97c038db-48f0-4fdd-b762-eb021d92845f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-97c038db-48f0-4fdd-b762-eb021d92845f Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:42.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:43,673 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-97c038db-48f0-4fdd-b762-eb021d92845f 2018-07-21 16:12:43,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0641360282898s 2018-07-21 16:12:43,674 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-97c038db-48f0-4fdd-b762-eb021d92845f 2018-07-21 16:12:43,675 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-07-21 16:12:43,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-07-21 16:12:43,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"volumeAttachment": {"volumeId": "2f398b9e-010d-4588-a140-f4fc86966eed"}}' 2018-07-21 16:12:45,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d9f4f55-2df3-4772-8caf-d6312956c240 x-compute-request-id: req-9d9f4f55-2df3-4772-8caf-d6312956c240 Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "6825d3b4-bb83-49de-a362-ef18d1261e53", "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "volumeId": "2f398b9e-010d-4588-a140-f4fc86966eed"}} 2018-07-21 16:12:45,242 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/os-volume_attachments used request id req-9d9f4f55-2df3-4772-8caf-d6312956c240 2018-07-21 16:12:45,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.56602883339s 2018-07-21 16:12:45,242 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/os-volume_attachments used request id req-9d9f4f55-2df3-4772-8caf-d6312956c240 2018-07-21 16:12:45,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:45,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:45,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:45 GMT Server: Apache x-compute-request-id: req-7dd3b593-4b50-4f2c-b79e-cdbf546807fb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7dd3b593-4b50-4f2c-b79e-cdbf546807fb Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:45.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:45,308 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-7dd3b593-4b50-4f2c-b79e-cdbf546807fb 2018-07-21 16:12:45,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0650999546051s 2018-07-21 16:12:45,308 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-7dd3b593-4b50-4f2c-b79e-cdbf546807fb 2018-07-21 16:12:45,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:47,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:47,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:47,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:47 GMT Server: Apache x-compute-request-id: req-7e90616e-8910-4428-9223-6e3daa17395b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7e90616e-8910-4428-9223-6e3daa17395b Content-Encoding: gzip Content-Length: 574 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [{"server_id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "attachment_id": "3bdf07a9-fff4-4f37-a1df-0580983a2a95", "attached_at": "2018-07-21T16:12:46.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "2f398b9e-010d-4588-a140-f4fc86966eed", "device": "/dev/vdb", "id": "2f398b9e-010d-4588-a140-f4fc86966eed"}], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:46.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:47,379 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-7e90616e-8910-4428-9223-6e3daa17395b 2018-07-21 16:12:47,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0663402080536s 2018-07-21 16:12:47,379 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-7e90616e-8910-4428-9223-6e3daa17395b 2018-07-21 16:12:47,381 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-07-21 16:12:47,383 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-07-21 16:12:47,383 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-07-21 16:12:47,386 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-07-21 16:12:47,453 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-07-21 16:12:47,454 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-07-21 16:12:47,455 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-07-21 16:12:47,455 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-07-21 16:12:47,491 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-07-21 16:12:47,491 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-07-21 16:12:47,520 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-07-21 16:12:47,538 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-07-21 16:12:47,538 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-07-21 16:12:47,539 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-07-21 16:12:47,539 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-07-21 16:12:47,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-07-21 16:12:47,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/os-volume_attachments/2f398b9e-010d-4588-a140-f4fc86966eed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:47,544 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-07-21 16:12:48,062 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-07f1efca-f7c4-47af-9277-ba47cbb7e39e x-compute-request-id: req-07f1efca-f7c4-47af-9277-ba47cbb7e39e Content-Length: 0 Content-Type: application/json 2018-07-21 16:12:48,062 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/os-volume_attachments/2f398b9e-010d-4588-a140-f4fc86966eed used request id req-07f1efca-f7c4-47af-9277-ba47cbb7e39e 2018-07-21 16:12:48,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.52236700058s 2018-07-21 16:12:48,063 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53/os-volume_attachments/2f398b9e-010d-4588-a140-f4fc86966eed used request id req-07f1efca-f7c4-47af-9277-ba47cbb7e39e 2018-07-21 16:12:48,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:48,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:48,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:48 GMT Server: Apache x-compute-request-id: req-cd4ee938-3b3f-4342-8481-b7a10e475b18 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cd4ee938-3b3f-4342-8481-b7a10e475b18 Content-Encoding: gzip Content-Length: 576 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [{"server_id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "attachment_id": "3bdf07a9-fff4-4f37-a1df-0580983a2a95", "attached_at": "2018-07-21T16:12:46.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "2f398b9e-010d-4588-a140-f4fc86966eed", "device": "/dev/vdb", "id": "2f398b9e-010d-4588-a140-f4fc86966eed"}], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:48.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {"attached_mode": "rw"}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:48,130 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-cd4ee938-3b3f-4342-8481-b7a10e475b18 2018-07-21 16:12:48,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0664410591125s 2018-07-21 16:12:48,130 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-cd4ee938-3b3f-4342-8481-b7a10e475b18 2018-07-21 16:12:48,132 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:50,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:50,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:50,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:50 GMT Server: Apache x-compute-request-id: req-93930cb4-6dbd-49fa-b772-b0e352cbfc0a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-93930cb4-6dbd-49fa-b772-b0e352cbfc0a Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:49.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:50,193 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-93930cb4-6dbd-49fa-b772-b0e352cbfc0a 2018-07-21 16:12:50,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.06010389328s 2018-07-21 16:12:50,193 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-93930cb4-6dbd-49fa-b772-b0e352cbfc0a 2018-07-21 16:12:50,310 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:12:50,310 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:01 | PASS | +---------------------+------------------+------------------+----------------+ 2018-07-21 16:12:50,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:12:50,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:50,464 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:12:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c05a6d57-393c-440d-9f68-70384ba4672b x-compute-request-id: req-c05a6d57-393c-440d-9f68-70384ba4672b Content-Type: application/json 2018-07-21 16:12:50,464 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-c05a6d57-393c-440d-9f68-70384ba4672b 2018-07-21 16:12:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.148617982864s 2018-07-21 16:12:50,465 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53 used request id req-c05a6d57-393c-440d-9f68-70384ba4672b 2018-07-21 16:12:50,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:50,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:50,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae86f996-2387-4939-9bc3-b054cfeee5b6 x-compute-request-id: req-ae86f996-2387-4939-9bc3-b054cfeee5b6 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:30.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:30Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:12:22", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/6825d3b4-bb83-49de-a362-ef18d1261e53", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:05.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "6825d3b4-bb83-49de-a362-ef18d1261e53", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:50Z", "hostId": "53b9cab7db124325c90d38728049cf14f0eba51ea963e562be85b0fb", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm2_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:11:59Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:50,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae86f996-2387-4939-9bc3-b054cfeee5b6 2018-07-21 16:12:50,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.416857004166s 2018-07-21 16:12:50,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ae86f996-2387-4939-9bc3-b054cfeee5b6 2018-07-21 16:12:50,885 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:52,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:52,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:53,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-e2e32983-8c16-45f8-a050-ca874b15990e x-compute-request-id: req-e2e32983-8c16-45f8-a050-ca874b15990e Content-Encoding: gzip Content-Length: 760 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:30.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:30Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:53,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e2e32983-8c16-45f8-a050-ca874b15990e 2018-07-21 16:12:53,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394907951355s 2018-07-21 16:12:53,283 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e2e32983-8c16-45f8-a050-ca874b15990e 2018-07-21 16:12:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-21 16:12:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/404a3677-e234-4f4e-ae88-2edb4ccad42f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:53,825 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d9dceed0-416f-4360-b486-70616977f79a Content-Length: 0 Date: Sat, 21 Jul 2018 16:12:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:12:53,825 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/404a3677-e234-4f4e-ae88-2edb4ccad42f.json used request id req-d9dceed0-416f-4360-b486-70616977f79a 2018-07-21 16:12:53,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.537383079529s 2018-07-21 16:12:53,825 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/404a3677-e234-4f4e-ae88-2edb4ccad42f.json used request id req-d9dceed0-416f-4360-b486-70616977f79a 2018-07-21 16:12:53,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:12:53,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:53,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-068382e9-29cf-4853-bd3b-6afa52cb41ee Date: Sat, 21 Jul 2018 16:12:53 GMT RESP BODY: {"floatingips": [{"router_id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:12:32Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.211", "revision_number": 0, "port_id": "8d8fa7b3-6da5-45b6-8e2f-c8cb078a1827", "id": "9ce1bbd2-fad3-4e29-94fc-ac65fbd2dd24", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:12:32Z", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}]} 2018-07-21 16:12:53,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-068382e9-29cf-4853-bd3b-6afa52cb41ee 2018-07-21 16:12:53,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.064948797226s 2018-07-21 16:12:53,896 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-068382e9-29cf-4853-bd3b-6afa52cb41ee 2018-07-21 16:12:53,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:53,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:53,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:53 GMT Server: Apache x-compute-request-id: req-8046ec63-341a-496c-8d48-da31f0e945d8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8046ec63-341a-496c-8d48-da31f0e945d8 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:49.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:53,960 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-8046ec63-341a-496c-8d48-da31f0e945d8 2018-07-21 16:12:53,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.059690952301s 2018-07-21 16:12:53,960 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-8046ec63-341a-496c-8d48-da31f0e945d8 2018-07-21 16:12:53,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-07-21 16:12:53,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:54,057 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:12:53 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-c959312b-3212-472c-a127-310cb64e399c Content-Length: 0 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:12:54,057 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed used request id req-c959312b-3212-472c-a127-310cb64e399c 2018-07-21 16:12:54,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0949020385742s 2018-07-21 16:12:54,057 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed used request id req-c959312b-3212-472c-a127-310cb64e399c 2018-07-21 16:12:54,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:54,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:54,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:54 GMT Server: Apache x-compute-request-id: req-22bff199-cbc2-4d8e-9478-e6ceb8de0e40 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-22bff199-cbc2-4d8e-9478-e6ceb8de0e40 Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "attachments": [], "links": [{"href": "http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "self"}, {"href": "http://172.30.9.23:8776/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/2f398b9e-010d-4588-a140-f4fc86966eed", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-07-21T16:12:18.000000", "description": null, "os-vol-tenant-attr:tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "updated_at": "2018-07-21T16:12:54.000000", "volume_type": null, "name": "cinder_test-volume_87bab1d6-3aab-4323-97a9-aa55be8a445d", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "2f398b9e-010d-4588-a140-f4fc86966eed", "size": 2}]} 2018-07-21 16:12:54,117 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-22bff199-cbc2-4d8e-9478-e6ceb8de0e40 2018-07-21 16:12:54,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0591571331024s 2018-07-21 16:12:54,117 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-22bff199-cbc2-4d8e-9478-e6ceb8de0e40 2018-07-21 16:12:54,119 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:56,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-07-21 16:12:56,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:56,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:56 GMT Server: Apache x-compute-request-id: req-39300109-96a7-4856-bcd7-ee98f1de7e4f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-39300109-96a7-4856-bcd7-ee98f1de7e4f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-07-21 16:12:56,171 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-39300109-96a7-4856-bcd7-ee98f1de7e4f 2018-07-21 16:12:56,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0491280555725s 2018-07-21 16:12:56,171 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.23:8776/v3/a62cafcbd1fa48e9878c2c1de9e975a7/volumes/detail used request id req-39300109-96a7-4856-bcd7-ee98f1de7e4f 2018-07-21 16:12:56,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-21 16:12:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/9ce1bbd2-fad3-4e29-94fc-ac65fbd2dd24.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:57,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-91914862-5b1a-4245-8a89-8796c82c6732 Content-Length: 0 Date: Sat, 21 Jul 2018 16:12:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:12:57,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9ce1bbd2-fad3-4e29-94fc-ac65fbd2dd24.json used request id req-91914862-5b1a-4245-8a89-8796c82c6732 2018-07-21 16:12:57,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.874621868134s 2018-07-21 16:12:57,049 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/9ce1bbd2-fad3-4e29-94fc-ac65fbd2dd24.json used request id req-91914862-5b1a-4245-8a89-8796c82c6732 2018-07-21 16:12:57,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 16:12:57,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:57,106 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-18f222ee-9528-4377-9efb-8dd80009e0f5 Date: Sat, 21 Jul 2018 16:12:57 GMT RESP BODY: {"floatingips": []} 2018-07-21 16:12:57,106 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-18f222ee-9528-4377-9efb-8dd80009e0f5 2018-07-21 16:12:57,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.051903963089s 2018-07-21 16:12:57,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-18f222ee-9528-4377-9efb-8dd80009e0f5 2018-07-21 16:12:57,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 16:12:57,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:57,244 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:12:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f809c8bb-321c-4812-9b29-6f8df8e937d5 x-compute-request-id: req-f809c8bb-321c-4812-9b29-6f8df8e937d5 Content-Type: application/json 2018-07-21 16:12:57,244 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-f809c8bb-321c-4812-9b29-6f8df8e937d5 2018-07-21 16:12:57,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.136336088181s 2018-07-21 16:12:57,245 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc used request id req-f809c8bb-321c-4812-9b29-6f8df8e937d5 2018-07-21 16:12:57,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:57,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:57,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-869c8673-76de-4634-a7b0-5209e95ee2cb x-compute-request-id: req-869c8673-76de-4634-a7b0-5209e95ee2cb Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:32:7c", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/db92ad97-fa4e-44a9-88e5-34ed68034afc", "rel": "bookmark"}], "image": {"id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "links": [{"href": "http://172.30.9.23:8774/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T16:12:30.000000", "flavor": {"id": "c9d380ae-4109-4693-9261-358ff2225d36", "links": [{"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "bookmark"}]}, "id": "db92ad97-fa4e-44a9-88e5-34ed68034afc", "security_groups": [{"name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}], "user_id": "c0a4e8e8147d4109a35c20ada58a6806", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T16:12:57Z", "hostId": "6e70b664b39e1421a1258f9105f4d30032a3135d9d165089192ed05c", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d", "name": "cinder_test-vm_87bab1d6-3aab-4323-97a9-aa55be8a445d", "created": "2018-07-21T16:12:23Z", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 16:12:57,482 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-869c8673-76de-4634-a7b0-5209e95ee2cb 2018-07-21 16:12:57,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.237364053726s 2018-07-21 16:12:57,483 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-869c8673-76de-4634-a7b0-5209e95ee2cb 2018-07-21 16:12:57,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 16:12:59,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 16:12:59,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:59,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:12: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-e32c1987-1c9f-4e5f-9852-dad4be79dedf x-compute-request-id: req-e32c1987-1c9f-4e5f-9852-dad4be79dedf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 16:12:59,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e32c1987-1c9f-4e5f-9852-dad4be79dedf 2018-07-21 16:12:59,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0943739414215s 2018-07-21 16:12:59,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e32c1987-1c9f-4e5f-9852-dad4be79dedf 2018-07-21 16:12:59,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 16:12:59,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:59,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-b88c1890-3539-4532-84d4-6075cb786551 Date: Sat, 21 Jul 2018 16:12:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:56Z", "updated_at": "2018-07-21T16:11:57Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:57Z", "revision_number": 0, "id": "68bdc531-07bd-4734-82f0-956b68244845", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:57Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "6f578636-8069-44ba-a802-5888e30e71b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:56Z", "revision_number": 0, "id": "d9448805-5438-44f7-9ea6-0cca2b00942a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:56Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T16:11:57Z", "revision_number": 0, "id": "e2dd57fe-7ea6-4978-afbb-1aa1c6be06c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:57Z", "security_group_id": "7f9524dc-dec8-4785-85dc-59c81b572889", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 3, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "7f9524dc-dec8-4785-85dc-59c81b572889", "name": "cinder_test-sg_87bab1d6-3aab-4323-97a9-aa55be8a445d"}, {"description": "Default security group", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:50Z", "updated_at": "2018-07-21T16:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1206ce59-8a3d-4b53-bc92-2ae0c196e20a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1c8b5929-f01b-41a5-83c8-0efadc9ae32a", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "350715fe-e582-47b5-8cdb-1c871a15bb9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "acd059f9-19a8-4b2a-a9c9-8497d3958747", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "name": "default"}]} 2018-07-21 16:12:59,776 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b88c1890-3539-4532-84d4-6075cb786551 2018-07-21 16:12:59,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.189847946167s 2018-07-21 16:12:59,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-b88c1890-3539-4532-84d4-6075cb786551 2018-07-21 16:12:59,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 16:12:59,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/7f9524dc-dec8-4785-85dc-59c81b572889.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:12:59,948 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f88f9e55-4bb2-4524-a782-798a869964d6 Content-Length: 0 Date: Sat, 21 Jul 2018 16:12:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:12:59,948 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7f9524dc-dec8-4785-85dc-59c81b572889.json used request id req-f88f9e55-4bb2-4524-a782-798a869964d6 2018-07-21 16:12:59,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.168058156967s 2018-07-21 16:12:59,948 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/7f9524dc-dec8-4785-85dc-59c81b572889.json used request id req-f88f9e55-4bb2-4524-a782-798a869964d6 2018-07-21 16:12:59,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 16:12:59,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:00,022 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:12: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-322177ab-de35-444f-9845-26748857e751 x-compute-request-id: req-322177ab-de35-444f-9845-26748857e751 Content-Length: 0 Content-Type: application/json 2018-07-21 16:13:00,023 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d used request id req-322177ab-de35-444f-9845-26748857e751 2018-07-21 16:13:00,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0738799571991s 2018-07-21 16:13:00,023 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cinder_test-kp_87bab1d6-3aab-4323-97a9-aa55be8a445d used request id req-322177ab-de35-444f-9845-26748857e751 2018-07-21 16:13:00,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:13:00,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254/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}ab4a0d3706e9255adc95513e18f8fd64d9e94912" -d '{"subnet_id": "3afa32a4-2c98-43e8-9850-c8527b3982d5"}' 2018-07-21 16:13:01,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-472ae8c1-0434-4ea0-b203-b3c4f631b10f Date: Sat, 21 Jul 2018 16:13:01 GMT RESP BODY: {"network_id": "d595ea2a-475a-40da-bd2a-c86592af185b", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "subnet_id": "3afa32a4-2c98-43e8-9850-c8527b3982d5", "subnet_ids": ["3afa32a4-2c98-43e8-9850-c8527b3982d5"], "port_id": "ca99b9af-683c-468d-906f-f6511ba6c992", "id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254"} 2018-07-21 16:13:01,407 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254/remove_router_interface.json used request id req-472ae8c1-0434-4ea0-b203-b3c4f631b10f 2018-07-21 16:13:01,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.38358902931s 2018-07-21 16:13:01,407 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254/remove_router_interface.json used request id req-472ae8c1-0434-4ea0-b203-b3c4f631b10f returning object d782938e-f1b8-46b8-a97d-1bc11e0ba254 2018-07-21 16:13:01,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:13:01,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:01,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-db304609-78eb-4411-8413-85acf71d0080 Date: Sat, 21 Jul 2018 16:13:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:51Z", "admin_state_up": true, "updated_at": "2018-07-21T16:13:00Z", "revision_number": 4, "routes": [], "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "d782938e-f1b8-46b8-a97d-1bc11e0ba254", "name": "cinder_test-router_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:13:01,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-db304609-78eb-4411-8413-85acf71d0080 2018-07-21 16:13:01,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.249359130859s 2018-07-21 16:13:01,658 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-db304609-78eb-4411-8413-85acf71d0080 2018-07-21 16:13:01,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:13:01,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:02,834 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c40d7874-6ecc-477d-9199-5d222ba8d6cc Content-Length: 0 Date: Sat, 21 Jul 2018 16:13:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:13:02,834 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254.json used request id req-c40d7874-6ecc-477d-9199-5d222ba8d6cc 2018-07-21 16:13:02,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.17521905899s 2018-07-21 16:13:02,835 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d782938e-f1b8-46b8-a97d-1bc11e0ba254.json used request id req-c40d7874-6ecc-477d-9199-5d222ba8d6cc 2018-07-21 16:13:02,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:13:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:02,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-ecb26957-7090-41ca-8806-c248f674aaf5 Date: Sat, 21 Jul 2018 16:13:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d595ea2a-475a-40da-bd2a-c86592af185b","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:11:51Z","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":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"3afa32a4-2c98-43e8-9850-c8527b3982d5","subnetpool_id":null,"name":"cinder_test-subnet_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:13:02,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ecb26957-7090-41ca-8806-c248f674aaf5 2018-07-21 16:13:02,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0496070384979s 2018-07-21 16:13:02,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ecb26957-7090-41ca-8806-c248f674aaf5 2018-07-21 16:13:02,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:13:02,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/3afa32a4-2c98-43e8-9850-c8527b3982d5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:03,978 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1c731a3-7579-43e7-a6f0-cf1b180ec0c4 Date: Sat, 21 Jul 2018 16:13:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:13:03,978 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3afa32a4-2c98-43e8-9850-c8527b3982d5.json used request id req-f1c731a3-7579-43e7-a6f0-cf1b180ec0c4 2018-07-21 16:13:03,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09182095528s 2018-07-21 16:13:03,978 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/3afa32a4-2c98-43e8-9850-c8527b3982d5.json used request id req-f1c731a3-7579-43e7-a6f0-cf1b180ec0c4 2018-07-21 16:13:03,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:13:03,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:04,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-f18f428e-4b4a-4ee6-a357-b1d5661b1db3 Date: Sat, 21 Jul 2018 16:13:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T16:13:03Z","tenant_id":"a62cafcbd1fa48e9878c2c1de9e975a7","created_at":"2018-07-21T16:11:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"a62cafcbd1fa48e9878c2c1de9e975a7","id":"d595ea2a-475a-40da-bd2a-c86592af185b","name":"cinder_test-net_87bab1d6-3aab-4323-97a9-aa55be8a445d"}]} 2018-07-21 16:13:04,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f18f428e-4b4a-4ee6-a357-b1d5661b1db3 2018-07-21 16:13:04,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120620012283s 2018-07-21 16:13:04,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f18f428e-4b4a-4ee6-a357-b1d5661b1db3 2018-07-21 16:13:04,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:13:04,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/d595ea2a-475a-40da-bd2a-c86592af185b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:05,537 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9559f35c-79b3-4664-92cc-ca2bc695e5dd Date: Sat, 21 Jul 2018 16:13:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:13:05,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d595ea2a-475a-40da-bd2a-c86592af185b.json used request id req-9559f35c-79b3-4664-92cc-ca2bc695e5dd 2018-07-21 16:13:05,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.43535804749s 2018-07-21 16:13:05,537 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/d595ea2a-475a-40da-bd2a-c86592af185b.json used request id req-9559f35c-79b3-4664-92cc-ca2bc695e5dd 2018-07-21 16:13:05,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:13:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:05,753 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-76776287-ec4f-4c45-a881-04edd6fb82f1 Date: Sat, 21 Jul 2018 16:13:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/snap", "metadata": {}}], "file": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/file", "owner": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "697573ff-e14a-49d5-9a69-e0fce4efde7e", "size": 12716032, "self": "/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/697573ff-e14a-49d5-9a69-e0fce4efde7e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:11:55Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_87bab1d6-3aab-4323-97a9-aa55be8a445d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:11:55Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:13:05,753 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-76776287-ec4f-4c45-a881-04edd6fb82f1 2018-07-21 16:13:05,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211870193481s 2018-07-21 16:13:05,753 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-76776287-ec4f-4c45-a881-04edd6fb82f1 2018-07-21 16:13:05,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:13:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ab4a0d3706e9255adc95513e18f8fd64d9e94912" 2018-07-21 16:13:06,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-daef556c-fecc-4265-b661-21d4b2ef5e53 Date: Sat, 21 Jul 2018 16:13:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:13:06,135 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e used request id req-daef556c-fecc-4265-b661-21d4b2ef5e53 2018-07-21 16:13:06,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.380043983459s 2018-07-21 16:13:06,136 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/697573ff-e14a-49d5-9a69-e0fce4efde7e used request id req-daef556c-fecc-4265-b661-21d4b2ef5e53 2018-07-21 16:13:06,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:13:06,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13: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-24fab274-cf4a-44ff-8495-3a092dcccdf0 x-compute-request-id: req-24fab274-cf4a-44ff-8495-3a092dcccdf0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/c9d380ae-4109-4693-9261-358ff2225d36", "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": "c9d380ae-4109-4693-9261-358ff2225d36"}]} 2018-07-21 16:13:06,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24fab274-cf4a-44ff-8495-3a092dcccdf0 2018-07-21 16:13:06,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240840911865s 2018-07-21 16:13:06,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-24fab274-cf4a-44ff-8495-3a092dcccdf0 2018-07-21 16:13:06,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:13:06,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,208 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:13:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cd3cd4c-ad64-4e4e-93af-422c7f219e35 x-compute-request-id: req-2cd3cd4c-ad64-4e4e-93af-422c7f219e35 Content-Length: 0 Content-Type: application/json 2018-07-21 16:13:06,209 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36 used request id req-2cd3cd4c-ad64-4e4e-93af-422c7f219e35 2018-07-21 16:13:06,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0466530323029s 2018-07-21 16:13:06,209 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/c9d380ae-4109-4693-9261-358ff2225d36 used request id req-2cd3cd4c-ad64-4e4e-93af-422c7f219e35 2018-07-21 16:13:06,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:13:06,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d68e5e2-6128-467f-bd3a-2411de6d6b87 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": {"self": "http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0a4e8e8147d4109a35c20ada58a6806", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 16:13:06,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5d68e5e2-6128-467f-bd3a-2411de6d6b87 2018-07-21 16:13:06,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113347053528s 2018-07-21 16:13:06,323 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-5d68e5e2-6128-467f-bd3a-2411de6d6b87 2018-07-21 16:13:06,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 16:13:06,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec25941-882b-4987-ab08-8f4ff13213ab Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_87bab1d6-3aab-4323-97a9-aa55be8a445d", "links": {"self": "http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c0a4e8e8147d4109a35c20ada58a6806", "description": null}} 2018-07-21 16:13:06,446 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806 used request id req-bec25941-882b-4987-ab08-8f4ff13213ab 2018-07-21 16:13:06,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116588115692s 2018-07-21 16:13:06,446 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806 used request id req-bec25941-882b-4987-ab08-8f4ff13213ab 2018-07-21 16:13:06,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 16:13:06,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,635 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e404cc05-87db-4d79-9e6e-15e630071792 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:13:06,635 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806 used request id req-e404cc05-87db-4d79-9e6e-15e630071792 2018-07-21 16:13:06,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.188725948334s 2018-07-21 16:13:06,636 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/c0a4e8e8147d4109a35c20ada58a6806 used request id req-e404cc05-87db-4d79-9e6e-15e630071792 2018-07-21 16:13:06,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 16:13:06,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0367c5b0-904f-4f39-aa86-0ad51c1417e8 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7"}, "tags": [], "enabled": true, "id": "a62cafcbd1fa48e9878c2c1de9e975a7", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_87bab1d6-3aab-4323-97a9-aa55be8a445d"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 16:13:06,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0367c5b0-904f-4f39-aa86-0ad51c1417e8 2018-07-21 16:13:06,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101338863373s 2018-07-21 16:13:06,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-0367c5b0-904f-4f39-aa86-0ad51c1417e8 2018-07-21 16:13:06,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 16:13:06,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0e1f1cbc8f1e0f2ce0d9da8213e59504febfca97" 2018-07-21 16:13:06,888 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 16:13:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3db75815-68da-4c51-be87-24f16133dc56 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 16:13:06,888 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7 used request id req-3db75815-68da-4c51-be87-24f16133dc56 2018-07-21 16:13:06,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.139012813568s 2018-07-21 16:13:06,888 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/a62cafcbd1fa48e9878c2c1de9e975a7 used request id req-3db75815-68da-4c51-be87-24f16133dc56 2018-07-21 16:13:06,941 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-07-21 16:13:07,095 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-07-21 16:13:07,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:13:07,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:13:07,097 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:13:07,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:13:07,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:13:07,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:13:07,098 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:13:07,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:13:07,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fe66952-26ac-478b-9b82-48bb7b6b8159 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:13:07,105 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3fe66952-26ac-478b-9b82-48bb7b6b8159 2018-07-21 16:13:07,105 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:13:07,585 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:13:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["7PskVIvISTm0ztCXiirvmQ"], "issued_at": "2018-07-21T16:13:07.000000Z"}} 2018-07-21 16:13:07,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:13:07,594 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c80fd94-e3ed-4a57-a584-86644a6ef1c5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:13:07,594 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-0c80fd94-e3ed-4a57-a584-86644a6ef1c5 2018-07-21 16:13:07,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-21 16:13:07,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:13:07,608 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6400df7c-b44f-4716-9276-2d3834ebd566 Content-Length: 267 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.10:35357/v3/", "rel": "self"}]}]}} 2018-07-21 16:13:07,608 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-6400df7c-b44f-4716-9276-2d3834ebd566 2018-07-21 16:13:07,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63550bf40ba3088b1c5cc6889840331d5a5127d5" 2018-07-21 16:13:07,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3596bc2-f513-42d4-8188-f361366bb43b Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/157fdeda065c460b8f0307c52ac8cf73"}, "enabled": true, "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/3ba57e55341e46ddb390cf9dc95e286d"}, "enabled": true, "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/3d41c6080c5d4d318b88a556de545bf0"}, "enabled": true, "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/492496b3104b4066bafd6333f332b25f"}, "enabled": true, "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/5694037255bf469a8198e5411303ae43"}, "enabled": true, "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/58df3b66f0ec4a94854ab793427746f7"}, "enabled": true, "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/6c1f1060a24c4e4386301667c2ff9a74"}, "enabled": true, "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/78657f135e2c4c00a32ba983c4f5b5fb"}, "enabled": true, "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/79b3386f56e344ae9071aa0af5665cf5"}, "enabled": true, "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8090b541497b405bb1fea05da4c41831"}, "enabled": true, "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/9f3607fd236e428087e5c78abb8b1599"}, "enabled": true, "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/a8fa2edafd5f4a7e946633be93987815"}, "enabled": true, "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/b1662afa20104d36bb19902dca79a45b"}, "enabled": true, "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/d8d07ba0df0e4e32879d152cd579e940"}, "enabled": true, "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/da9ebd25a8fe4c1f83c4a98a7b116e35"}, "enabled": true, "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-07-21 16:13:07,695 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-e3596bc2-f513-42d4-8188-f361366bb43b 2018-07-21 16:13:07,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0973889827728s 2018-07-21 16:13:07,696 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-e3596bc2-f513-42d4-8188-f361366bb43b 2018-07-21 16:13:07,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-21 16:13:07,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}63550bf40ba3088b1c5cc6889840331d5a5127d5" 2018-07-21 16:13:07,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc371766-a0e7-45a7-8ff7-b4a2fd2facea Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0caae147bbf74c9daba5022773c5ec25"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0eee04dec527407fb736ffeeb0de9d0f"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/106e70b9cb6448aea9c6d20e694971e1"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/150e20cf24794687b2908b7e1b6ca94c"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1eb1b8e02c4a47108dc057b6097fdbcb"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2614308a511340168e7eb1ad3f99f07d"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3963a233e5e44632bcebe5ec4c5c6243"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/401aae2a0dd04fe59684edc7b11066e6"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4346fc94df6e412dadc4c14db6b9ac55"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5694037255bf469a8198e5411303ae43", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/44398154dd0f459d94510a4854d301f2"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "44398154dd0f459d94510a4854d301f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/47066be89a064c10aed0d39cb72309a5"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5694037255bf469a8198e5411303ae43", "id": "47066be89a064c10aed0d39cb72309a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/48aae13fdfab4e55b4daa3e387b5da5d"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4d37f0e22309428d89b6153f25dafb65"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5694037255bf469a8198e5411303ae43", "id": "4d37f0e22309428d89b6153f25dafb65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/58c1fd832fc643e5b0bea792a24653af"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5a1872f0921a44d9841f724a017e0623"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "5a1872f0921a44d9841f724a017e0623"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/63917868c51540129252aab08974ddf5"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "63917868c51540129252aab08974ddf5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7f9e212267fc436690ea2f25dacc5c85"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/81d88344967d450e8234037557d626e0"}, "url": "http://12.0.0.24:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "81d88344967d450e8234037557d626e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8373228817884dc1a729028d44b38ac2"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "8373228817884dc1a729028d44b38ac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8b5795a206284724b3ba38e55294e372"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "8b5795a206284724b3ba38e55294e372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/91b406860a55485aae2f9090021e5093"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "91b406860a55485aae2f9090021e5093"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/97c3c0a50e064dce828ab6bcb99dc4dc"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9ee1d4280c6c417c9fade37c2f2f496d"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a54bf17abcc14513a6a61d5e05c059da"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a71563a6d430421cb00b2a755d920c2b"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/aab32ce47a3f459fac579052633b7215"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "aab32ce47a3f459fac579052633b7215"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ae4b317aeb6d4dac823237365b3b4d29"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8cb3060b5d442138d59bb64f7040131"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bebf3563255740859d5ae90a7a8ffe3c"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c144ec157c404087a04da0e22367dd4a"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "c144ec157c404087a04da0e22367dd4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c877d1a6742f4ba180815cb5fbbc230d"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "c877d1a6742f4ba180815cb5fbbc230d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d2dc3cabdd3644cbb87b0671e206cf24"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d307d72573684b07b9b27bc3c5870482"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "d307d72573684b07b9b27bc3c5870482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d8c3a56e28094761ae8a3df56161aa98"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e2b87ab506674996ae2affdaa0464bd1"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "e2b87ab506674996ae2affdaa0464bd1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e33af6742a574adb9df0eb23ccd82e13"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "e33af6742a574adb9df0eb23ccd82e13"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ed8b54ce5d0240d2898be14f83857aee"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "ed8b54ce5d0240d2898be14f83857aee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f0d9f81d3216415d8e1f767f349560fe"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "f0d9f81d3216415d8e1f767f349560fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f1c3b76309f8417a98e4d2e1bebb73e7"}, "url": "http://12.0.0.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f81cdb939b5d4678837d45d3125d2e68"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "f81cdb939b5d4678837d45d3125d2e68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fb57c080558d4c7c89dc7cf1cae9a30a"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fd2df22e8d7f42339ab2162f97727b26"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-21 16:13:07,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-dc371766-a0e7-45a7-8ff7-b4a2fd2facea 2018-07-21 16:13:07,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0987918376923s 2018-07-21 16:13:07,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-dc371766-a0e7-45a7-8ff7-b4a2fd2facea 2018-07-21 16:13:25,615 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Basic | PASS | 1 critical test, 1 passed, 0 failed 1 test total, 1 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | PASS | ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | PASS | ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | PASS | 3 critical tests, 3 passed, 0 failed 3 tests total, 3 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | PASS | ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | PASS | ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | PASS | ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | PASS | 4 critical tests, 4 passed, 0 failed 4 tests total, 4 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | PASS | ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | PASS | ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | PASS | 2 critical tests, 2 passed, 0 failed 2 tests total, 2 passed, 0 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | PASS | 21 critical tests, 21 passed, 0 failed 21 tests total, 21 passed, 0 failed ============================================================================== Basic & Neutron | PASS | 22 critical tests, 22 passed, 0 failed 22 tests total, 22 passed, 0 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-07-21 16:13:25,615 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-07-21 16:13:25,646 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-07-21 16:13:25,762 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:13:25,762 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:13:25,818 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-07-21 16:13:26,127 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-21 16:13:26,127 - openstack_tests - INFO - OS Credentials = > 2018-07-21 16:13:26,856 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-21 16:13:27,439 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-07-21 16:13:27,439 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:13:27,487 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-07-21 16:13:27,523 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-21 16:13:27,523 - openstack_tests - INFO - OS Credentials = > 2018-07-21 16:13:28,204 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-21 16:13:28,775 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-07-21 16:13:28,775 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-07-21 16:13:28,781 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:04 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:09 | PASS | | vmready2 | functest | healthcheck | 00:07 | PASS | | singlevm1 | functest | healthcheck | 00:29 | PASS | | singlevm2 | functest | healthcheck | 00:22 | PASS | | vping_ssh | functest | healthcheck | 00:35 | PASS | | vping_userdata | functest | healthcheck | 00:28 | PASS | | cinder_test | functest | healthcheck | 01:01 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-07-21 16:13:28,794 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-07-21 16:13:46,851 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-171 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-21 16:13:46,855 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.23,192.30.9.10 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=rjFtm632Mc0JmMDI9ptGcU2cb 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=a6906d7d21744bd98421510fc029622a export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.10 export SDN_CONTROLLER_PASSWORD=rgrI5jagbAispHWvfA4jqZMWI export OS_REGION_NAME=regionOne 2018-07-21 16:13:46,855 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-21 16:13:46,856 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+-------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+-------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke rally_sanity patrole vmtp | | | | validate the OPNFV scenarios. | shaker snaps_smoke neutron_trunk | | | | | barbican | +---------------+---------------+------------------------------------------+-------------------------------------------------+ 2018-07-21 16:13:46,883 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-07-21 16:13:47,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:13:47,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 16:13:47,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:13:47,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:13:47,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:13:47,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 16:13:47,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 16:13:47,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:13:47,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:13:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-103e35bd-c512-4f01-b709-be06050420e5 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:13:47,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-103e35bd-c512-4f01-b709-be06050420e5 2018-07-21 16:13:47,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:13:48,234 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:13:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["h71KkqcCRhC35ruIXONVXA"], "issued_at": "2018-07-21T16:13:48.000000Z"}} 2018-07-21 16:13:48,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:13:48,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:13:48,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-26fd292c-81e5-4f4a-add0-4de5f93e67a7 Date: Sat, 21 Jul 2018 16:13:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:13:48,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-26fd292c-81e5-4f4a-add0-4de5f93e67a7 2018-07-21 16:13:48,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.25824213028s 2018-07-21 16:13:48,496 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-26fd292c-81e5-4f4a-add0-4de5f93e67a7 2018-07-21 16:13:48,497 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-21 16:13:53,992 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9b2f8cbe-0aa5-4ba6-9940-b8f22785c62e | 2018-07-21T16:13:53.584061 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9b2f8cbe-0aa5-4ba6-9940-b8f22785c62e ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-21 16:13:57,715 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-21 16:13:57,716 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-21 16:14:04,347 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=f404145a-65a1-4b0c-b6af-0a78ea416688) as the default verifier for the future CLI operations. 2018-07-21 16:14:10,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-21 16:14:10,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:10,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8355 X-Openstack-Request-Id: req-282a0ffe-a3e1-441c-a930-a7155157e1b3 Date: Sat, 21 Jul 2018 16:14:10 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-21 16:14:10,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-282a0ffe-a3e1-441c-a930-a7155157e1b3 2018-07-21 16:14:10,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.200675010681s 2018-07-21 16:14:10,825 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-282a0ffe-a3e1-441c-a930-a7155157e1b3 2018-07-21 16:14:10,832 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-07-21 16:14:10,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:14:10,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"network": {"name": "tempest_smoke-net_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "admin_state_up": true}}' 2018-07-21 16:14:11,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-37bbcad3-4c0f-4506-a440-0a39857f474f Date: Sat, 21 Jul 2018 16:14:11 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9ddf91ea-c57b-4572-905c-bdc5049b4d9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:14:10Z","is_default":false,"provider:segmentation_id":98,"name":"tempest_smoke-net_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:14:10Z","mtu":1450}} 2018-07-21 16:14:11,057 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-37bbcad3-4c0f-4506-a440-0a39857f474f 2018-07-21 16:14:11,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.223920106888s 2018-07-21 16:14:11,057 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-37bbcad3-4c0f-4506-a440-0a39857f474f 2018-07-21 16:14:11,058 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:14:10Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9ddf91ea-c57b-4572-905c-bdc5049b4d9c', u'provider:segmentation_id': 98, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:14:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:14:11,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:14:11,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:11,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-eb5068a2-848a-4451-9f28-3404d0f4964a Date: Sat, 21 Jul 2018 16:14:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9ddf91ea-c57b-4572-905c-bdc5049b4d9c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:14:10Z","provider:segmentation_id":98,"name":"tempest_smoke-net_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:14:10Z","provider:network_type":"vxlan"}]} 2018-07-21 16:14:11,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-eb5068a2-848a-4451-9f28-3404d0f4964a 2018-07-21 16:14:11,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110751867294s 2018-07-21 16:14:11,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-eb5068a2-848a-4451-9f28-3404d0f4964a 2018-07-21 16:14:11,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:14:11,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"subnet": {"name": "tempest_smoke-subnet_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "enable_dhcp": true, "network_id": "9ddf91ea-c57b-4572-905c-bdc5049b4d9c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:14:11,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-b82b4df2-93bd-4b74-b176-67fd04393170 Date: Sat, 21 Jul 2018 16:14:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ddf91ea-c57b-4572-905c-bdc5049b4d9c","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:14:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:14:11Z","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":"a6906d7d21744bd98421510fc029622a","id":"7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9","subnetpool_id":null,"name":"tempest_smoke-subnet_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b"}} 2018-07-21 16:14:11,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b82b4df2-93bd-4b74-b176-67fd04393170 2018-07-21 16:14:11,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.588797092438s 2018-07-21 16:14:11,761 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-b82b4df2-93bd-4b74-b176-67fd04393170 2018-07-21 16:14:11,761 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:14:11Z', 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'7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', u'enable_dhcp': True, u'network_id': u'9ddf91ea-c57b-4572-905c-bdc5049b4d9c', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:14:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:14:11,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:14:11,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "tempest_smoke-router_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "admin_state_up": true}}' 2018-07-21 16:14:12,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-071af42f-627b-497c-ade0-144d5f2e071f Date: Sat, 21 Jul 2018 16:14:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:14:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:14:12Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "f55ff922-4007-477c-a17b-23d33a202e6d", "name": "tempest_smoke-router_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b"}} 2018-07-21 16:14:12,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-071af42f-627b-497c-ade0-144d5f2e071f 2018-07-21 16:14:12,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.966336011887s 2018-07-21 16:14:12,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-071af42f-627b-497c-ade0-144d5f2e071f 2018-07-21 16:14:12,729 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.206'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:14:11Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T16:14:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'f55ff922-4007-477c-a17b-23d33a202e6d', u'name': u'tempest_smoke-router_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b'}) 2018-07-21 16:14:12,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:14:12,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d/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}f595f3221d255b702355db509d96a52f5a66e846" -d '{"subnet_id": "7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9"}' 2018-07-21 16:14:14,422 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cf0a9275-3a8c-4b08-b7b5-946fd89a688d Date: Sat, 21 Jul 2018 16:14:14 GMT RESP BODY: {"network_id": "9ddf91ea-c57b-4572-905c-bdc5049b4d9c", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9", "subnet_ids": ["7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9"], "port_id": "6be988d4-54db-43ec-b13a-39b325482b94", "id": "f55ff922-4007-477c-a17b-23d33a202e6d"} 2018-07-21 16:14:14,422 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d/add_router_interface.json used request id req-cf0a9275-3a8c-4b08-b7b5-946fd89a688d 2018-07-21 16:14:14,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.69258213043s 2018-07-21 16:14:14,423 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d/add_router_interface.json used request id req-cf0a9275-3a8c-4b08-b7b5-946fd89a688d returning object f55ff922-4007-477c-a17b-23d33a202e6d 2018-07-21 16:14:14,423 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:14:14,550 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:14:14,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:14:14,556 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:14:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:14:14,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:14:14,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:14,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e9d31e34-ff54-4a7d-b067-82da9324923a Date: Sat, 21 Jul 2018 16:14:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:14:14,750 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e9d31e34-ff54-4a7d-b067-82da9324923a 2018-07-21 16:14:14,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.191648006439s 2018-07-21 16:14:14,751 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e9d31e34-ff54-4a7d-b067-82da9324923a 2018-07-21 16:14:14,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:14:14,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b"}' 2018-07-21 16:14:14,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-22cef488-b1ed-4332-80a3-3ad8ad809a42 Date: Sat, 21 Jul 2018 16:14:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "ec6ab963-41a5-494f-a7da-5222c976166c", "size": null, "self": "/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:14:14Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "checksum": null, "created_at": "2018-07-21T16:14:14Z", "protected": false} 2018-07-21 16:14:14,828 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-22cef488-b1ed-4332-80a3-3ad8ad809a42 2018-07-21 16:14:14,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0695869922638s 2018-07-21 16:14:14,828 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-22cef488-b1ed-4332-80a3-3ad8ad809a42 returning object ec6ab963-41a5-494f-a7da-5222c976166c 2018-07-21 16:14:14,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:14:14,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/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}f595f3221d255b702355db509d96a52f5a66e846" -d '' 2018-07-21 16:14:15,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88fc598a-bdb5-47e0-8432-3a059547ccaf Date: Sat, 21 Jul 2018 16:14:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:14:15,477 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/file used request id req-88fc598a-bdb5-47e0-8432-3a059547ccaf 2018-07-21 16:14:15,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.648694038391s 2018-07-21 16:14:15,478 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/file used request id req-88fc598a-bdb5-47e0-8432-3a059547ccaf 2018-07-21 16:14:15,478 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:14:14Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ec6ab963-41a5-494f-a7da-5222c976166c', u'size': None, u'name': u'tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', u'checksum': None, u'self': u'/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:14:14Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:14:15,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:14:15,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:14:15,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4e8d9fa5-8e79-47fc-a57d-139e52289c7c x-compute-request-id: req-4e8d9fa5-8e79-47fc-a57d-139e52289c7c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20", "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": "617f12ab-70ea-4489-85d2-2d7a432f1a20"}} 2018-07-21 16:14:15,718 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4e8d9fa5-8e79-47fc-a57d-139e52289c7c 2018-07-21 16:14:15,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.239108085632s 2018-07-21 16:14:15,718 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-4e8d9fa5-8e79-47fc-a57d-139e52289c7c 2018-07-21 16:14:15,719 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', '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'a6906d7d21744bd98421510fc029622a', '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'617f12ab-70ea-4489-85d2-2d7a432f1a20', 'swap': 0}) 2018-07-21 16:14:15,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:14:15,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20/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}f595f3221d255b702355db509d96a52f5a66e846" -d '{"extra_specs": {}}' 2018-07-21 16:14:15,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a780338-9e3b-4805-9310-ef1a212775f3 x-compute-request-id: req-8a780338-9e3b-4805-9310-ef1a212775f3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:14:15,743 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20/os-extra_specs used request id req-8a780338-9e3b-4805-9310-ef1a212775f3 2018-07-21 16:14:15,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022784948349s 2018-07-21 16:14:15,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20/os-extra_specs used request id req-8a780338-9e3b-4805-9310-ef1a212775f3 2018-07-21 16:14:15,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:14:15,752 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:14:15 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cb56f20-51d4-4898-b7a0-cc18eceacf4f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:14:15,753 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-9cb56f20-51d4-4898-b7a0-cc18eceacf4f 2018-07-21 16:14:15,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:14:15,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:15,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a70f5bc-b8a7-4b5e-839c-2f1faf26f725 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:14:15,852 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7a70f5bc-b8a7-4b5e-839c-2f1faf26f725 2018-07-21 16:14:15,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0967121124268s 2018-07-21 16:14:15,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7a70f5bc-b8a7-4b5e-839c-2f1faf26f725 2018-07-21 16:14:15,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:14:15,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:16,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b08f5d85-a82f-4135-8ab1-bdd94cadac95 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:14:16,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b08f5d85-a82f-4135-8ab1-bdd94cadac95 2018-07-21 16:14:16,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.146667003632s 2018-07-21 16:14:16,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b08f5d85-a82f-4135-8ab1-bdd94cadac95 2018-07-21 16:14:16,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-21 16:14:16,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:16,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec094eb1-0ab1-426b-9ea1-027bde9bc560 x-compute-request-id: req-ec094eb1-0ab1-426b-9ea1-027bde9bc560 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-21 16:14:16,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ec094eb1-0ab1-426b-9ea1-027bde9bc560 2018-07-21 16:14:16,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0485420227051s 2018-07-21 16:14:16,057 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-ec094eb1-0ab1-426b-9ea1-027bde9bc560 2018-07-21 16:14:16,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:14:16,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:14:16,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-b3d5244d-7caa-448a-a0a3-17c35664c068 Date: Sat, 21 Jul 2018 16:14:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ec6ab963-41a5-494f-a7da-5222c976166c/snap", "metadata": {}}], "file": "/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "ec6ab963-41a5-494f-a7da-5222c976166c", "size": 12716032, "self": "/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ec6ab963-41a5-494f-a7da-5222c976166c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:14:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:14:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:14:16,086 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b3d5244d-7caa-448a-a0a3-17c35664c068 2018-07-21 16:14:16,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0249490737915s 2018-07-21 16:14:16,087 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-b3d5244d-7caa-448a-a0a3-17c35664c068 2018-07-21 16:14:16,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:14:16,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b"}' 2018-07-21 16:14:16,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0da637c3-b1b0-4ad5-845d-521ce4357817 Date: Sat, 21 Jul 2018 16:14:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "944d6fe1-91fc-4cbe-93ef-17907ed8adee", "size": null, "self": "/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:14:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "checksum": null, "created_at": "2018-07-21T16:14:16Z", "protected": false} 2018-07-21 16:14:16,131 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0da637c3-b1b0-4ad5-845d-521ce4357817 2018-07-21 16:14:16,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0365869998932s 2018-07-21 16:14:16,132 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0da637c3-b1b0-4ad5-845d-521ce4357817 returning object 944d6fe1-91fc-4cbe-93ef-17907ed8adee 2018-07-21 16:14:16,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:14:16,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/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}f595f3221d255b702355db509d96a52f5a66e846" -d '' 2018-07-21 16:14:16,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91a2daee-f0f5-474b-aad1-5dee710e520c Date: Sat, 21 Jul 2018 16:14:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:14:16,521 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/file used request id req-91a2daee-f0f5-474b-aad1-5dee710e520c 2018-07-21 16:14:16,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.388538837433s 2018-07-21 16:14:16,521 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/file used request id req-91a2daee-f0f5-474b-aad1-5dee710e520c 2018-07-21 16:14:16,521 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:14:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'944d6fe1-91fc-4cbe-93ef-17907ed8adee', u'size': None, u'name': u'tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', u'checksum': None, u'self': u'/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:14:16Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:14:16,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:14:16,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:14:16,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de3a707f-94ac-4f90-8919-cd584532d43a x-compute-request-id: req-de3a707f-94ac-4f90-8919-cd584532d43a Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb", "rel": "bookmark"}], "ram": 1024, "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": "f89e1faa-9769-4c4c-b3c1-95abe55a15bb"}} 2018-07-21 16:14:16,558 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-de3a707f-94ac-4f90-8919-cd584532d43a 2018-07-21 16:14:16,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0358550548553s 2018-07-21 16:14:16,558 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-de3a707f-94ac-4f90-8919-cd584532d43a 2018-07-21 16:14:16,559 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'f89e1faa-9769-4c4c-b3c1-95abe55a15bb', 'swap': 0}) 2018-07-21 16:14:16,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:14:16,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb/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}f595f3221d255b702355db509d96a52f5a66e846" -d '{"extra_specs": {}}' 2018-07-21 16:14:16,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:14: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-c4bc7643-1dd8-4dc4-b8bb-22382cb9d3c8 x-compute-request-id: req-c4bc7643-1dd8-4dc4-b8bb-22382cb9d3c8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:14:16,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb/os-extra_specs used request id req-c4bc7643-1dd8-4dc4-b8bb-22382cb9d3c8 2018-07-21 16:14:16,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213439464569s 2018-07-21 16:14:16,581 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb/os-extra_specs used request id req-c4bc7643-1dd8-4dc4-b8bb-22382cb9d3c8 2018-07-21 16:14:16,581 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'f89e1faa-9769-4c4c-b3c1-95abe55a15bb', 'swap': 0}) 2018-07-21 16:14:19,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-21 16:14:19,897 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-21 16:14:19,897 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-21 16:14:19,899 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-21 16:14:19,903 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-21 16:14:23,666 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-f404145a-65a1-4b0c-b6af-0a78ea416688/repo; stestr list '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-07-21 16:14:23,666 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-21 16:14:23,668 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-21 16:14:23,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt']'. 2018-07-21 16:20:15,370 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 687bf773-cb33-42e4-ae22-5a36dd491bd0 2018-07-21 16:20:15,512 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '687bf773-cb33-42e4-ae22-5a36dd491bd0']'. 2018-07-21 16:20:16,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-21 16:20:16,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-21 16:20:16,302 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 687bf773-cb33-42e4-ae22-5a36dd491bd0 | 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-21 16:14:26 | 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-21 16:20:15 | 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:05:49 | 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-21 16:20:16,303 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: f404145a-65a1-4b0c-b6af-0a78ea416688) | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9b2f8cbe-0aa5-4ba6-9940-b8f22785c62e) | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 335.685 | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 104 | 2018-07-21 16:20:16,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 24 | 2018-07-21 16:20:16,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-21 16:20:16,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-21 16:20:16,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-07-21 16:20:16,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 16:20:16,305 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-21 16:20:16,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 97.1962616822% 2018-07-21 16:20:16,530 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:20:16,530 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:06 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-07-21 16:20:16,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:20:16,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d/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}f595f3221d255b702355db509d96a52f5a66e846" -d '{"subnet_id": "7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9"}' 2018-07-21 16:20:18,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-78aad83c-d15a-4fa6-91eb-f2047b80e016 Date: Sat, 21 Jul 2018 16:20:18 GMT RESP BODY: {"network_id": "9ddf91ea-c57b-4572-905c-bdc5049b4d9c", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9", "subnet_ids": ["7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9"], "port_id": "6be988d4-54db-43ec-b13a-39b325482b94", "id": "f55ff922-4007-477c-a17b-23d33a202e6d"} 2018-07-21 16:20:18,070 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d/remove_router_interface.json used request id req-78aad83c-d15a-4fa6-91eb-f2047b80e016 2018-07-21 16:20:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.5372800827s 2018-07-21 16:20:18,070 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d/remove_router_interface.json used request id req-78aad83c-d15a-4fa6-91eb-f2047b80e016 returning object f55ff922-4007-477c-a17b-23d33a202e6d 2018-07-21 16:20:18,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:20:18,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:18,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-4ab0442a-653a-43d1-b218-95bfa8ab9106 Date: Sat, 21 Jul 2018 16:20:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.206"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:14:11Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:20:17Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "f55ff922-4007-477c-a17b-23d33a202e6d", "name": "tempest_smoke-router_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b"}]} 2018-07-21 16:20:18,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-4ab0442a-653a-43d1-b218-95bfa8ab9106 2018-07-21 16:20:18,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.103183984756s 2018-07-21 16:20:18,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-4ab0442a-653a-43d1-b218-95bfa8ab9106 2018-07-21 16:20:18,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:20:18,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:19,380 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a3e8c73-84af-4acc-9a2c-7ddf6194ca3d Content-Length: 0 Date: Sat, 21 Jul 2018 16:20:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:20:19,380 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d.json used request id req-5a3e8c73-84af-4acc-9a2c-7ddf6194ca3d 2018-07-21 16:20:19,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.2053630352s 2018-07-21 16:20:19,380 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/f55ff922-4007-477c-a17b-23d33a202e6d.json used request id req-5a3e8c73-84af-4acc-9a2c-7ddf6194ca3d 2018-07-21 16:20:19,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:20:19,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:19,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-188a6317-fc24-4dd9-ad3f-a2f1ab5b31c6 Date: Sat, 21 Jul 2018 16:20:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ddf91ea-c57b-4572-905c-bdc5049b4d9c","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:14:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:14:11Z","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":"a6906d7d21744bd98421510fc029622a","id":"7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9","subnetpool_id":null,"name":"tempest_smoke-subnet_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b"}]} 2018-07-21 16:20:19,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-188a6317-fc24-4dd9-ad3f-a2f1ab5b31c6 2018-07-21 16:20:19,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0777769088745s 2018-07-21 16:20:19,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-188a6317-fc24-4dd9-ad3f-a2f1ab5b31c6 2018-07-21 16:20:19,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:20:19,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:20,523 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9436358a-92eb-46e3-84fb-6e84660ae9f3 Date: Sat, 21 Jul 2018 16:20:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:20:20,523 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9.json used request id req-9436358a-92eb-46e3-84fb-6e84660ae9f3 2018-07-21 16:20:20,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.06251502037s 2018-07-21 16:20:20,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/7e8fa212-e6c7-4ba4-b1f2-a76d0cc5c2e9.json used request id req-9436358a-92eb-46e3-84fb-6e84660ae9f3 2018-07-21 16:20:20,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:20:20,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:20,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-d4a8ed02-61dc-4666-923b-a61a38613a27 Date: Sat, 21 Jul 2018 16:20:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9ddf91ea-c57b-4572-905c-bdc5049b4d9c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:20:20Z","provider:segmentation_id":98,"name":"tempest_smoke-net_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:14:10Z","provider:network_type":"vxlan"}]} 2018-07-21 16:20:20,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d4a8ed02-61dc-4666-923b-a61a38613a27 2018-07-21 16:20:20,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0938677787781s 2018-07-21 16:20:20,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d4a8ed02-61dc-4666-923b-a61a38613a27 2018-07-21 16:20:20,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:20:20,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/9ddf91ea-c57b-4572-905c-bdc5049b4d9c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:22,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fe6f0af-24cb-4eb3-88a6-6c30bb96bf0c Date: Sat, 21 Jul 2018 16:20:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:20:22,104 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9ddf91ea-c57b-4572-905c-bdc5049b4d9c.json used request id req-7fe6f0af-24cb-4eb3-88a6-6c30bb96bf0c 2018-07-21 16:20:22,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.48492693901s 2018-07-21 16:20:22,105 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/9ddf91ea-c57b-4572-905c-bdc5049b4d9c.json used request id req-7fe6f0af-24cb-4eb3-88a6-6c30bb96bf0c 2018-07-21 16:20:22,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:20:22,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:22,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-d169d742-6f7a-43aa-b9f5-103bfa9268c3 Date: Sat, 21 Jul 2018 16:20:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/snap", "metadata": {}}], "file": "/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "944d6fe1-91fc-4cbe-93ef-17907ed8adee", "size": 12716032, "self": "/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:14:16Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:14:16Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ec6ab963-41a5-494f-a7da-5222c976166c/snap", "metadata": {}}], "file": "/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "ec6ab963-41a5-494f-a7da-5222c976166c", "size": 12716032, "self": "/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ec6ab963-41a5-494f-a7da-5222c976166c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:14:15Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:14:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:20:22,320 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d169d742-6f7a-43aa-b9f5-103bfa9268c3 2018-07-21 16:20:22,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211199998856s 2018-07-21 16:20:22,321 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d169d742-6f7a-43aa-b9f5-103bfa9268c3 2018-07-21 16:20:22,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:20:22,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:22,626 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dbafd9ac-cec9-4228-b9b4-0223f27f0908 Date: Sat, 21 Jul 2018 16:20:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:20:22,627 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c used request id req-dbafd9ac-cec9-4228-b9b4-0223f27f0908 2018-07-21 16:20:22,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.303251981735s 2018-07-21 16:20:22,627 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ec6ab963-41a5-494f-a7da-5222c976166c used request id req-dbafd9ac-cec9-4228-b9b4-0223f27f0908 2018-07-21 16:20:22,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:20:22,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:22,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c57e885-6420-47d2-be72-9f07ec388222 x-compute-request-id: req-8c57e885-6420-47d2-be72-9f07ec388222 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20", "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": "617f12ab-70ea-4489-85d2-2d7a432f1a20"}, {"name": "tempest_smoke-flavor_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb", "rel": "bookmark"}], "ram": 1024, "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": "f89e1faa-9769-4c4c-b3c1-95abe55a15bb"}]} 2018-07-21 16:20:22,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-8c57e885-6420-47d2-be72-9f07ec388222 2018-07-21 16:20:22,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.212166070938s 2018-07-21 16:20:22,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-8c57e885-6420-47d2-be72-9f07ec388222 2018-07-21 16:20:22,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:20:22,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:22,877 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:20:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-efe3ccb7-92d5-4629-9ab8-62dde8b1fe0d x-compute-request-id: req-efe3ccb7-92d5-4629-9ab8-62dde8b1fe0d Content-Length: 0 Content-Type: application/json 2018-07-21 16:20:22,878 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20 used request id req-efe3ccb7-92d5-4629-9ab8-62dde8b1fe0d 2018-07-21 16:20:22,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0351078510284s 2018-07-21 16:20:22,878 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/617f12ab-70ea-4489-85d2-2d7a432f1a20 used request id req-efe3ccb7-92d5-4629-9ab8-62dde8b1fe0d 2018-07-21 16:20:22,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:20:22,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:23,731 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4590d486-67b4-45e6-81ae-8db44bb7082f Date: Sat, 21 Jul 2018 16:20:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:20:23,732 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee used request id req-4590d486-67b4-45e6-81ae-8db44bb7082f 2018-07-21 16:20:23,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.853250026703s 2018-07-21 16:20:23,732 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/944d6fe1-91fc-4cbe-93ef-17907ed8adee used request id req-4590d486-67b4-45e6-81ae-8db44bb7082f 2018-07-21 16:20:23,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:20:23,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:23,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-227c3126-a767-45fe-970b-2350ed17cf7e x-compute-request-id: req-227c3126-a767-45fe-970b-2350ed17cf7e Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_cc71cc6a-4656-4dcc-bad5-32ef567f0f5b", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb", "rel": "bookmark"}], "ram": 1024, "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": "f89e1faa-9769-4c4c-b3c1-95abe55a15bb"}]} 2018-07-21 16:20:23,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-227c3126-a767-45fe-970b-2350ed17cf7e 2018-07-21 16:20:23,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276629924774s 2018-07-21 16:20:23,761 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-227c3126-a767-45fe-970b-2350ed17cf7e 2018-07-21 16:20:23,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:20:23,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f595f3221d255b702355db509d96a52f5a66e846" 2018-07-21 16:20:23,800 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:20:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b1c5c7b-f49b-4aae-b681-8c344db9d79e x-compute-request-id: req-5b1c5c7b-f49b-4aae-b681-8c344db9d79e Content-Length: 0 Content-Type: application/json 2018-07-21 16:20:23,800 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb used request id req-5b1c5c7b-f49b-4aae-b681-8c344db9d79e 2018-07-21 16:20:23,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0376279354095s 2018-07-21 16:20:23,800 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/f89e1faa-9769-4c4c-b3c1-95abe55a15bb used request id req-5b1c5c7b-f49b-4aae-b681-8c344db9d79e 2018-07-21 16:20:23,801 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-07-21 16:20:23,841 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:20:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:20:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 16:20:23,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 16:20:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:20:23,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d014b7e6-053b-463a-a797-dca611ed20c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:20:23,885 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-d014b7e6-053b-463a-a797-dca611ed20c3 2018-07-21 16:20:23,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:20:24,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:20:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["gsHAzk5kQ1-L1rTGI_xVEQ"], "issued_at": "2018-07-21T16:20:24.000000Z"}} 2018-07-21 16:20:24,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:20:24,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:20:24,540 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-85869cb9-1771-490f-a385-0779e985fac3 Date: Sat, 21 Jul 2018 16:20:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:20:24,540 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-85869cb9-1771-490f-a385-0779e985fac3 2018-07-21 16:20:24,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.268131971359s 2018-07-21 16:20:24,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-85869cb9-1771-490f-a385-0779e985fac3 2018-07-21 16:20:24,541 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-07-21 16:20:24,910 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-07-21 16:20:24,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:20:24,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"network": {"shared": true, "name": "rally_sanity-net_5dbf76d3-b496-4f60-877f-a85d7c72558c", "admin_state_up": true}}' 2018-07-21 16:20:25,175 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-556f477b-4288-431d-8f3a-425ba85beb82 Date: Sat, 21 Jul 2018 16:20:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"12e26f48-9398-41b6-b395-330597bcb790","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:20:25Z","is_default":false,"provider:segmentation_id":74,"name":"rally_sanity-net_5dbf76d3-b496-4f60-877f-a85d7c72558c","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:20:24Z","mtu":1450}} 2018-07-21 16:20:25,175 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-556f477b-4288-431d-8f3a-425ba85beb82 2018-07-21 16:20:25,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.264959096909s 2018-07-21 16:20:25,176 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-556f477b-4288-431d-8f3a-425ba85beb82 2018-07-21 16:20:25,176 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:20:25Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'12e26f48-9398-41b6-b395-330597bcb790', u'provider:segmentation_id': 74, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_5dbf76d3-b496-4f60-877f-a85d7c72558c', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:20:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:20:25,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:20:25,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:20:25,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-c8b6d173-21c3-4ab5-92e7-4cfead40e649 Date: Sat, 21 Jul 2018 16:20:25 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"12e26f48-9398-41b6-b395-330597bcb790","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:20:25Z","provider:segmentation_id":74,"name":"rally_sanity-net_5dbf76d3-b496-4f60-877f-a85d7c72558c","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:20:25,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c8b6d173-21c3-4ab5-92e7-4cfead40e649 2018-07-21 16:20:25,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106992959976s 2018-07-21 16:20:25,284 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c8b6d173-21c3-4ab5-92e7-4cfead40e649 2018-07-21 16:20:25,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:20:25,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"subnet": {"name": "rally_sanity-subnet_5dbf76d3-b496-4f60-877f-a85d7c72558c", "enable_dhcp": true, "network_id": "12e26f48-9398-41b6-b395-330597bcb790", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:20:25,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f3a08b1c-1d88-49a5-9187-425fdb32eb2f Date: Sat, 21 Jul 2018 16:20:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12e26f48-9398-41b6-b395-330597bcb790","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:20:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:20:25Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"366611b7-e464-42fa-b852-f37ec674c6eb","subnetpool_id":null,"name":"rally_sanity-subnet_5dbf76d3-b496-4f60-877f-a85d7c72558c"}} 2018-07-21 16:20:25,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f3a08b1c-1d88-49a5-9187-425fdb32eb2f 2018-07-21 16:20:25,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.597374200821s 2018-07-21 16:20:25,884 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-f3a08b1c-1d88-49a5-9187-425fdb32eb2f 2018-07-21 16:20:25,884 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:20:25Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'366611b7-e464-42fa-b852-f37ec674c6eb', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_5dbf76d3-b496-4f60-877f-a85d7c72558c', u'enable_dhcp': True, u'network_id': u'12e26f48-9398-41b6-b395-330597bcb790', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:20:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:20:25,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:20:25,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "rally_sanity-router_5dbf76d3-b496-4f60-877f-a85d7c72558c", "admin_state_up": true}}' 2018-07-21 16:20:26,885 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b3d78a3a-fc1f-40cc-88a6-ab536dd44ff5 Date: Sat, 21 Jul 2018 16:20:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:20:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:20:26Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "0230e46b-0243-4d27-845c-0362cf08085e", "name": "rally_sanity-router_5dbf76d3-b496-4f60-877f-a85d7c72558c"}} 2018-07-21 16:20:26,885 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b3d78a3a-fc1f-40cc-88a6-ab536dd44ff5 2018-07-21 16:20:26,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.00059199333s 2018-07-21 16:20:26,886 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b3d78a3a-fc1f-40cc-88a6-ab536dd44ff5 2018-07-21 16:20:26,886 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:20:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T16:20:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'0230e46b-0243-4d27-845c-0362cf08085e', u'name': u'rally_sanity-router_5dbf76d3-b496-4f60-877f-a85d7c72558c'}) 2018-07-21 16:20:26,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:20:26,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e/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}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"subnet_id": "366611b7-e464-42fa-b852-f37ec674c6eb"}' 2018-07-21 16:20:28,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a770633c-3bd9-4782-96d8-5dae39808d9d Date: Sat, 21 Jul 2018 16:20:28 GMT RESP BODY: {"network_id": "12e26f48-9398-41b6-b395-330597bcb790", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "366611b7-e464-42fa-b852-f37ec674c6eb", "subnet_ids": ["366611b7-e464-42fa-b852-f37ec674c6eb"], "port_id": "4347dee4-19d5-4d13-8c5b-b47064d0ab84", "id": "0230e46b-0243-4d27-845c-0362cf08085e"} 2018-07-21 16:20:28,724 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e/add_router_interface.json used request id req-a770633c-3bd9-4782-96d8-5dae39808d9d 2018-07-21 16:20:28,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83778691292s 2018-07-21 16:20:28,725 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e/add_router_interface.json used request id req-a770633c-3bd9-4782-96d8-5dae39808d9d returning object 0230e46b-0243-4d27-845c-0362cf08085e 2018-07-21 16:20:28,726 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:20:28,857 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:20:28,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:20:28,863 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:20:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:20:28,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:20:28,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:20:29,046 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ed295e56-9995-40d9-97f4-99ec77f8fd27 Date: Sat, 21 Jul 2018 16:20:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:20:29,046 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ed295e56-9995-40d9-97f4-99ec77f8fd27 2018-07-21 16:20:29,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.181324005127s 2018-07-21 16:20:29,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ed295e56-9995-40d9-97f4-99ec77f8fd27 2018-07-21 16:20:29,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:20:29,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c"}' 2018-07-21 16:20:29,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aa929db9-25cd-4c34-abcb-eb8c43b563f4 Date: Sat, 21 Jul 2018 16:20:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "8e4e0a7a-8d94-4131-a725-792422b033f2", "size": null, "self": "/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:20:29Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c", "checksum": null, "created_at": "2018-07-21T16:20:29Z", "protected": false} 2018-07-21 16:20:29,097 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-aa929db9-25cd-4c34-abcb-eb8c43b563f4 2018-07-21 16:20:29,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0416820049286s 2018-07-21 16:20:29,097 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-aa929db9-25cd-4c34-abcb-eb8c43b563f4 returning object 8e4e0a7a-8d94-4131-a725-792422b033f2 2018-07-21 16:20:29,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:20:29,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2/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}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '' 2018-07-21 16:20:29,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d3795c9-516f-424e-83ad-8b17562e18dd Date: Sat, 21 Jul 2018 16:20:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:20:29,614 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2/file used request id req-6d3795c9-516f-424e-83ad-8b17562e18dd 2018-07-21 16:20:29,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.516466856003s 2018-07-21 16:20:29,614 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2/file used request id req-6d3795c9-516f-424e-83ad-8b17562e18dd 2018-07-21 16:20:29,614 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:20:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'8e4e0a7a-8d94-4131-a725-792422b033f2', u'size': None, u'name': u'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', u'checksum': None, u'self': u'/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:20:29Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:20:29,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:20:29,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:20:29,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-438fc725-54e9-4633-9a3e-855c855bd8f1 x-compute-request-id: req-438fc725-54e9-4633-9a3e-855c855bd8f1 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/920fc480-d883-4bba-904e-d61aee848929", "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": "920fc480-d883-4bba-904e-d61aee848929"}} 2018-07-21 16:20:29,896 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-438fc725-54e9-4633-9a3e-855c855bd8f1 2018-07-21 16:20:29,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.280861139297s 2018-07-21 16:20:29,897 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-438fc725-54e9-4633-9a3e-855c855bd8f1 2018-07-21 16:20:29,897 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', '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'a6906d7d21744bd98421510fc029622a', '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'920fc480-d883-4bba-904e-d61aee848929', 'swap': 0}) 2018-07-21 16:20:29,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:20:29,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929/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}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"extra_specs": {}}' 2018-07-21 16:20:29,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c775a300-bdee-427f-9428-2a7a262563a4 x-compute-request-id: req-c775a300-bdee-427f-9428-2a7a262563a4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:20:29,920 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929/os-extra_specs used request id req-c775a300-bdee-427f-9428-2a7a262563a4 2018-07-21 16:20:29,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223870277405s 2018-07-21 16:20:29,921 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929/os-extra_specs used request id req-c775a300-bdee-427f-9428-2a7a262563a4 2018-07-21 16:20:29,921 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-21 16:20:32,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-21 16:20:35,622 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0a638f2b-bccd-4394-b64c-66df1238bcbd | 2018-07-21T16:20:35.232926 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0a638f2b-bccd-4394-b64c-66df1238bcbd ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-21 16:20:39,279 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-21 16:20:39,280 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-07-21 16:20:39,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-21 16:20:39,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:20:39,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f3a4177c-cfae-4d55-93af-31f2c4e2e4c1 x-compute-request-id: req-f3a4177c-cfae-4d55-93af-31f2c4e2e4c1 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-21 16:20:39,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f3a4177c-cfae-4d55-93af-31f2c4e2e4c1 2018-07-21 16:20:39,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0426290035248s 2018-07-21 16:20:39,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f3a4177c-cfae-4d55-93af-31f2c4e2e4c1 2018-07-21 16:20:39,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:20:39,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:20:39,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d456f4d-5303-4888-abe3-c4dada16ea38 x-compute-request-id: req-9d456f4d-5303-4888-abe3-c4dada16ea38 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f", "rel": "bookmark"}], "ram": 1024, "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": "b607f88c-58fa-4d23-b45a-38ddc7a2bb0f"}} 2018-07-21 16:20:39,368 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9d456f4d-5303-4888-abe3-c4dada16ea38 2018-07-21 16:20:39,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0436999797821s 2018-07-21 16:20:39,369 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9d456f4d-5303-4888-abe3-c4dada16ea38 2018-07-21 16:20:39,370 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'b607f88c-58fa-4d23-b45a-38ddc7a2bb0f', 'swap': 0}) 2018-07-21 16:20:39,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:20:39,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f/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}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"extra_specs": {}}' 2018-07-21 16:20:39,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:20:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-24812869-b6ca-4da3-94ff-4f54677d4da4 x-compute-request-id: req-24812869-b6ca-4da3-94ff-4f54677d4da4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:20:39,393 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f/os-extra_specs used request id req-24812869-b6ca-4da3-94ff-4f54677d4da4 2018-07-21 16:20:39,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229299068451s 2018-07-21 16:20:39,394 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f/os-extra_specs used request id req-24812869-b6ca-4da3-94ff-4f54677d4da4 2018-07-21 16:20:39,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'b607f88c-58fa-4d23-b45a-38ddc7a2bb0f', 'swap': 0}) 2018-07-21 16:20:39,394 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-07-21 16:20:39,394 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-authenticate.yaml 2018-07-21 16:20:39,396 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:20:39,412 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:20:39,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['authenticate'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:21:48,148 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 2018-07-21 16:21:48,149 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-07-21 16:21:48,150 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '912e2c96-f443-44bf-92ab-a9a8f3e9ef15'] 2018-07-21 16:21:49,001 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.keystone | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 0.5 | 100.0% | 1 | | total | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> duration | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 0.501 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.500596 Full duration: 7.917228 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_cinder | 0.39 | 0.39 | 0.39 | 0.39 | 0.39 | 0.39 | 100.0% | 1 | | total | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> duration | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.85253 Full duration: 8.148063 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_glance | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.676811 Full duration: 8.319862 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_heat | 1.387 | 1.387 | 1.387 | 1.387 | 1.387 | 1.387 | 100.0% | 1 | | total | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | -> duration | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 1.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.81583 Full duration: 8.91032 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_neutron | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 0.405 | 100.0% | 1 | | total | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> duration | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 0.816 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.816023 Full duration: 8.045658 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | authenticate.validate_nova | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 0.228 | 100.0% | 1 | | total | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> duration | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 0.693 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.692698 Full duration: 7.88844 HINTS: * To plot HTML graphics with this data, run: rally task report 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 --out output.html * To generate a JUnit report, run: rally task export 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 912e2c96-f443-44bf-92ab-a9a8f3e9ef15 --json --out output.json 2018-07-21 16:21:49,001 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '912e2c96-f443-44bf-92ab-a9a8f3e9ef15'] 2018-07-21 16:21:51,520 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:21:51,521 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '912e2c96-f443-44bf-92ab-a9a8f3e9ef15', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-07-21 16:21:51,532 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-07-21 16:21:51,533 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-07-21 16:21:51,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-glance.yaml 2018-07-21 16:21:51,533 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:21:51,549 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:21:51,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['glance'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:23:18,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2e44681e-fbbb-40c3-bcc1-363752fa16ff 2018-07-21 16:23:18,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2e44681e-fbbb-40c3-bcc1-363752fa16ff'] 2018-07-21 16:23:19,560 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 2e44681e-fbbb-40c3-bcc1-363752fa16ff: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2e44681e-fbbb-40c3-bcc1-363752fa16ff has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 2.812 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | -> glance_v2.upload_data | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 0.388 | 100.0% | 1 | | glance_v2.delete_image | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 1.064 | 100.0% | 1 | | total | 3.876 | 3.876 | 3.876 | 3.876 | 3.876 | 3.876 | 100.0% | 1 | | -> duration | 3.876 | 3.876 | 3.876 | 3.876 | 3.876 | 3.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.876476 Full duration: 12.304309 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "container_format": "bare", "disk_format": "qcow2", "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2e44681e-fbbb-40c3-bcc1-363752fa16ff has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 2.659 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 0.345 | 100.0% | 1 | | glance_v2.list_images | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 0.035 | 100.0% | 1 | | total | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 100.0% | 1 | | -> duration | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 2.694 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.694164 Full duration: 13.4916 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2e44681e-fbbb-40c3-bcc1-363752fa16ff has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.list_images | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | -> duration | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.223317 Full duration: 8.487127 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "12e26f48-9398-41b6-b395-330597bcb790" } ], "flavor": { "name": "rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2e44681e-fbbb-40c3-bcc1-363752fa16ff has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 2.69 | 2.69 | 2.69 | 2.69 | 2.69 | 2.69 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 0.046 | 100.0% | 1 | | -> glance_v2.upload_data | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 0.363 | 100.0% | 1 | | nova.boot_servers | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 11.273 | 100.0% | 1 | | total | 13.964 | 13.964 | 13.964 | 13.964 | 13.964 | 13.964 | 100.0% | 1 | | -> duration | 12.964 | 12.964 | 12.964 | 12.964 | 12.964 | 12.964 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.964454 Full duration: 32.841889 HINTS: * To plot HTML graphics with this data, run: rally task report 2e44681e-fbbb-40c3-bcc1-363752fa16ff --out output.html * To generate a JUnit report, run: rally task export 2e44681e-fbbb-40c3-bcc1-363752fa16ff --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2e44681e-fbbb-40c3-bcc1-363752fa16ff --json --out output.json 2018-07-21 16:23:19,560 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2e44681e-fbbb-40c3-bcc1-363752fa16ff'] 2018-07-21 16:23:22,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:23:22,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2e44681e-fbbb-40c3-bcc1-363752fa16ff', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-07-21 16:23:22,065 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-07-21 16:23:22,066 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-07-21 16:23:22,066 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-cinder.yaml 2018-07-21 16:23:22,067 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:23:22,090 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:23:22,091 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:26:33,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bc6db3c6-16c6-49b4-b87f-8ef607add27d 2018-07-21 16:26:33,908 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bc6db3c6-16c6-49b4-b87f-8ef607add27d'] 2018-07-21 16:26:34,882 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_snapshot | 3.148 | 3.148 | 3.148 | 3.148 | 3.148 | 3.148 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 2.638 | 100.0% | 1 | | total | 5.786 | 5.786 | 5.786 | 5.786 | 5.786 | 5.786 | 100.0% | 1 | | -> duration | 5.786 | 5.786 | 5.786 | 5.786 | 5.786 | 5.786 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.785786 Full duration: 22.4925 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 3.235 | 100.0% | 1 | | cinder_v2.delete_volume | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 0.453 | 100.0% | 1 | | total | 3.688 | 3.688 | 3.688 | 3.688 | 3.688 | 3.688 | 100.0% | 1 | | -> duration | 3.688 | 3.688 | 3.688 | 3.688 | 3.688 | 3.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.687993 Full duration: 14.282869 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.578 | 3.578 | 3.578 | 3.578 | 3.578 | 3.578 | 100.0% | 1 | | cinder_v2.delete_volume | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 0.45 | 100.0% | 1 | | total | 4.028 | 4.028 | 4.028 | 4.028 | 4.028 | 4.028 | 100.0% | 1 | | -> duration | 4.028 | 4.028 | 4.028 | 4.028 | 4.028 | 4.028 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.027782 Full duration: 15.158409 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.404 | 3.404 | 3.404 | 3.404 | 3.404 | 3.404 | 100.0% | 1 | | cinder_v2.delete_volume | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | total | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 100.0% | 1 | | -> duration | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 4.084 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.084351 Full duration: 14.255363 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.206 | 3.206 | 3.206 | 3.206 | 3.206 | 3.206 | 100.0% | 1 | | cinder_v2.extend_volume | 2.54 | 2.54 | 2.54 | 2.54 | 2.54 | 2.54 | 100.0% | 1 | | cinder_v2.delete_volume | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 2.332 | 100.0% | 1 | | total | 8.078 | 8.078 | 8.078 | 8.078 | 8.078 | 8.078 | 100.0% | 1 | | -> duration | 8.078 | 8.078 | 8.078 | 8.078 | 8.078 | 8.078 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.077913 Full duration: 18.571636 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 3.382 | 100.0% | 1 | | cinder_v2.delete_volume | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 2.672 | 100.0% | 1 | | total | 6.055 | 6.055 | 6.055 | 6.055 | 6.055 | 6.055 | 100.0% | 1 | | -> duration | 6.055 | 6.055 | 6.055 | 6.055 | 6.055 | 6.055 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.054884 Full duration: 22.485657 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | cinder_v2.list_qos | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> duration | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 0.86 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.8597 Full duration: 13.170881 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_qos | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 0.65 | 100.0% | 1 | | cinder_v2.set_qos | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> duration | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.877195 Full duration: 13.132012 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 0.666 | 100.0% | 1 | | cinder_v2.list_types | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | total | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> duration | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 0.865 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.864648 Full duration: 12.500679 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bc6db3c6-16c6-49b4-b87f-8ef607add27d has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume_type | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> duration | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 0.876 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.876319 Full duration: 13.121473 HINTS: * To plot HTML graphics with this data, run: rally task report bc6db3c6-16c6-49b4-b87f-8ef607add27d --out output.html * To generate a JUnit report, run: rally task export bc6db3c6-16c6-49b4-b87f-8ef607add27d --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bc6db3c6-16c6-49b4-b87f-8ef607add27d --json --out output.json 2018-07-21 16:26:34,883 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bc6db3c6-16c6-49b4-b87f-8ef607add27d'] 2018-07-21 16:26:37,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:26:37,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bc6db3c6-16c6-49b4-b87f-8ef607add27d', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-07-21 16:26:37,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-07-21 16:26:37,500 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-07-21 16:26:37,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-07-21 16:26:37,501 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:26:37,515 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:26:37,516 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:28:33,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 2018-07-21 16:28:33,939 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '4eee30b4-4b7a-4ace-94ef-67c66bbc3510'] 2018-07-21 16:28:34,857 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | total | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | -> duration | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.593971 Full duration: 7.96249 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.637701 Full duration: 7.757013 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | total | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> duration | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 0.612 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.612045 Full duration: 8.007655 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 0.72 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> duration | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.930152 Full duration: 8.695529 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> duration | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.61774 Full duration: 7.514422 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 0.625 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829026 Full duration: 8.286801 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 0.61 | 100.0% | 1 | | total | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> duration | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.610565 Full duration: 7.695323 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 0.417 | 100.0% | 1 | | total | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 100.0% | 1 | | -> duration | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 1.627 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.627012 Full duration: 9.306003 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> duration | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.592304 Full duration: 7.5216 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | gnocchi.delete_metric | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 0.21 | 100.0% | 1 | | total | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> duration | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.994885 Full duration: 8.680163 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 0.626 | 100.0% | 1 | | gnocchi.delete_resource | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 0.209 | 100.0% | 1 | | total | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> duration | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 0.835 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.835429 Full duration: 8.493816 HINTS: * To plot HTML graphics with this data, run: rally task report 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 --out output.html * To generate a JUnit report, run: rally task export 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 4eee30b4-4b7a-4ace-94ef-67c66bbc3510 --json --out output.json 2018-07-21 16:28:34,857 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '4eee30b4-4b7a-4ace-94ef-67c66bbc3510'] 2018-07-21 16:28:37,253 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:28:37,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '4eee30b4-4b7a-4ace-94ef-67c66bbc3510', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-07-21 16:28:37,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-07-21 16:28:37,273 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-07-21 16:28:37,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-07-21 16:28:37,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:28:37,290 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:28:37,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['heat'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:30:05,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 719a45c6-a551-4ebb-9290-14c3ff322a8a 2018-07-21 16:30:05,179 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '719a45c6-a551-4ebb-9290-14c3ff322a8a'] 2018-07-21 16:30:06,020 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 719a45c6-a551-4ebb-9290-14c3ff322a8a: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/autoscaling_policy.yaml.template", "updated_template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 719a45c6-a551-4ebb-9290-14c3ff322a8a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.876 | 6.876 | 6.876 | 6.876 | 6.876 | 6.876 | 100.0% | 1 | | heat.update_stack | 4.36 | 4.36 | 4.36 | 4.36 | 4.36 | 4.36 | 100.0% | 1 | | heat.delete_stack | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | total | 13.631 | 13.631 | 13.631 | 13.631 | 13.631 | 13.631 | 100.0% | 1 | | -> duration | 9.631 | 9.631 | 9.631 | 9.631 | 9.631 | 9.631 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.630816 Full duration: 22.925171 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 719a45c6-a551-4ebb-9290-14c3ff322a8a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.593 | 4.593 | 4.593 | 4.593 | 4.593 | 4.593 | 100.0% | 1 | | heat.check_stack | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 0.725 | 100.0% | 1 | | heat.delete_stack | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | total | 6.837 | 6.837 | 6.837 | 6.837 | 6.837 | 6.837 | 100.0% | 1 | | -> duration | 4.837 | 4.837 | 4.837 | 4.837 | 4.837 | 4.837 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.837278 Full duration: 15.672505 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": { "template_path": "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates/random_strings.yaml.template" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 719a45c6-a551-4ebb-9290-14c3ff322a8a has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.091 | 5.091 | 5.091 | 5.091 | 5.091 | 5.091 | 100.0% | 1 | | heat.suspend_stack | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 0.757 | 100.0% | 1 | | heat.resume_stack | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 0.36 | 100.0% | 1 | | heat.delete_stack | 1.557 | 1.557 | 1.557 | 1.557 | 1.557 | 1.557 | 100.0% | 1 | | total | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 7.765 | 100.0% | 1 | | -> duration | 5.765 | 5.765 | 5.765 | 5.765 | 5.765 | 5.765 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.765234 Full duration: 16.680884 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 719a45c6-a551-4ebb-9290-14c3ff322a8a has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.list_stacks | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> duration | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 0.604 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603567 Full duration: 8.803349 HINTS: * To plot HTML graphics with this data, run: rally task report 719a45c6-a551-4ebb-9290-14c3ff322a8a --out output.html * To generate a JUnit report, run: rally task export 719a45c6-a551-4ebb-9290-14c3ff322a8a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 719a45c6-a551-4ebb-9290-14c3ff322a8a --json --out output.json 2018-07-21 16:30:06,021 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '719a45c6-a551-4ebb-9290-14c3ff322a8a'] 2018-07-21 16:30:08,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:30:08,537 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '719a45c6-a551-4ebb-9290-14c3ff322a8a', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-07-21 16:30:08,549 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-07-21 16:30:08,550 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-07-21 16:30:08,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-keystone.yaml 2018-07-21 16:30:08,550 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:30:08,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:30:08,567 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['keystone'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:33:33,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0e15395e-2747-475a-8a4e-bf1e53300340 2018-07-21 16:33:33,120 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0e15395e-2747-475a-8a4e-bf1e53300340'] 2018-07-21 16:33:34,110 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 0.591 | 100.0% | 1 | | keystone_v3.add_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | keystone_v3.revoke_role | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> duration | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 0.851 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.85076 Full duration: 15.452022 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 0.538 | 100.0% | 1 | | keystone_v3.add_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.list_roles | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 0.118 | 100.0% | 1 | | total | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> duration | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.784807 Full duration: 15.373041 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 0.894 | 100.0% | 1 | | keystone_v3.list_projects | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> duration | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 0.998 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.99842 Full duration: 15.648968 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_role | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 0.597 | 100.0% | 1 | | keystone_v3.delete_role | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> duration | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.710381 Full duration: 13.221569 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_service | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 0.615 | 100.0% | 1 | | keystone_v3.delete_service | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.760542 Full duration: 13.491844 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 0.801 | 100.0% | 1 | | keystone_v3.create_user | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 0.56 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | -> keystone_v3.add_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.create_role | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 0.109 | 100.0% | 1 | | keystone_v3.get_project | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_user | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | keystone_v3.get_role | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 0.093 | 100.0% | 1 | | keystone_v3.list_services | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 0.097 | 100.0% | 1 | | keystone_v3.get_services | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | total | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> duration | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 2.088 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.087581 Full duration: 21.063363 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 0.819 | 100.0% | 1 | | keystone_v3.update_project | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 0.138 | 100.0% | 1 | | keystone_v3.delete_project | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | total | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | -> duration | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 1.181 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.180845 Full duration: 13.578128 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 0.911 | 100.0% | 1 | | total | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> duration | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.017312 Full duration: 16.163797 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | total | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> duration | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 0.731 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73086 Full duration: 15.128421 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 0.74 | 100.0% | 1 | | keystone_v3.list_users | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> duration | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 0.959 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.958997 Full duration: 15.225101 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 0e15395e-2747-475a-8a4e-bf1e53300340 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | keystone_v3.create_users | 5.549 | 5.549 | 5.549 | 5.549 | 5.549 | 5.549 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.548 | 5.548 | 5.548 | 5.548 | 5.548 | 5.548 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 1.376 | 100.0% | 1 | | total | 7.528 | 7.528 | 7.528 | 7.528 | 7.528 | 7.528 | 100.0% | 1 | | -> duration | 7.528 | 7.528 | 7.528 | 7.528 | 7.528 | 7.528 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.527823 Full duration: 26.715421 HINTS: * To plot HTML graphics with this data, run: rally task report 0e15395e-2747-475a-8a4e-bf1e53300340 --out output.html * To generate a JUnit report, run: rally task export 0e15395e-2747-475a-8a4e-bf1e53300340 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0e15395e-2747-475a-8a4e-bf1e53300340 --json --out output.json 2018-07-21 16:33:34,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0e15395e-2747-475a-8a4e-bf1e53300340'] 2018-07-21 16:33:36,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:33:36,651 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0e15395e-2747-475a-8a4e-bf1e53300340', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-07-21 16:33:36,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-07-21 16:33:36,672 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-07-21 16:33:36,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-neutron.yaml 2018-07-21 16:33:36,673 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:33:36,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:33:36,689 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['neutron'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:38:44,578 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 75dba853-8b9f-4422-9f41-be89aeb01445 2018-07-21 16:38:44,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '75dba853-8b9f-4422-9f41-be89aeb01445'] 2018-07-21 16:38:45,495 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 0.985 | 100.0% | 1 | | neutron.delete_network | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | total | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | -> duration | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 1.906 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.906323 Full duration: 15.614453 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 1.322 | 100.0% | 1 | | neutron.delete_port | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 0.71 | 100.0% | 1 | | total | 2.032 | 2.032 | 2.032 | 2.032 | 2.032 | 2.032 | 100.0% | 1 | | -> duration | 2.032 | 2.032 | 2.032 | 2.032 | 2.032 | 2.032 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.031698 Full duration: 27.726321 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 0.906 | 100.0% | 1 | | neutron.create_subnet | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 0.841 | 100.0% | 1 | | neutron.create_router | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 0.162 | 100.0% | 1 | | neutron.add_interface_router | 1.707 | 1.707 | 1.707 | 1.707 | 1.707 | 1.707 | 100.0% | 1 | | neutron.remove_interface_router | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 1.395 | 100.0% | 1 | | neutron.delete_router | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 5.59 | 5.59 | 5.59 | 5.59 | 5.59 | 5.59 | 100.0% | 1 | | -> duration | 5.59 | 5.59 | 5.59 | 5.59 | 5.59 | 5.59 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.590079 Full duration: 34.988725 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_subnet | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 1.393 | 100.0% | 1 | | neutron.delete_subnet | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 0.659 | 100.0% | 1 | | total | 2.053 | 2.053 | 2.053 | 2.053 | 2.053 | 2.053 | 100.0% | 1 | | -> duration | 2.053 | 2.053 | 2.053 | 2.053 | 2.053 | 2.053 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.05262 Full duration: 27.251208 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 0.971 | 100.0% | 1 | | neutron.list_networks | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 0.174 | 100.0% | 1 | | total | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | -> duration | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 1.145 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.144971 Full duration: 17.2652 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_port | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 1.418 | 100.0% | 1 | | neutron.list_ports | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 100.0% | 1 | | -> duration | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 1.532 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.531726 Full duration: 28.25253 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 0.814 | 100.0% | 1 | | neutron.create_subnet | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 0.515 | 100.0% | 1 | | neutron.create_router | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | neutron.add_interface_router | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 1.668 | 100.0% | 1 | | neutron.list_routers | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 0.283 | 100.0% | 1 | | total | 3.403 | 3.403 | 3.403 | 3.403 | 3.403 | 3.403 | 100.0% | 1 | | -> duration | 3.403 | 3.403 | 3.403 | 3.403 | 3.403 | 3.403 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.403245 Full duration: 38.327118 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | neutron.create_subnet | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 0.534 | 100.0% | 1 | | neutron.list_subnets | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 0.075 | 100.0% | 1 | | total | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 100.0% | 1 | | -> duration | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 1.491 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.491307 Full duration: 30.885642 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | neutron.delete_security_group | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | total | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> duration | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 1.041 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.040544 Full duration: 14.714431 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 0.877 | 100.0% | 1 | | neutron.create_security_group_rule | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 0.199 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | neutron.delete_security_group | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 0.322 | 100.0% | 1 | | total | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 100.0% | 1 | | -> duration | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 1.504 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.503761 Full duration: 15.240527 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 75dba853-8b9f-4422-9f41-be89aeb01445 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 0.996 | 100.0% | 1 | | neutron.create_router | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 0.134 | 100.0% | 1 | | neutron.add_gateway_router | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 1.147 | 100.0% | 1 | | neutron.remove_gateway_router | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 100.0% | 1 | | total | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 100.0% | 1 | | -> duration | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 3.425 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.425284 Full duration: 26.47764 HINTS: * To plot HTML graphics with this data, run: rally task report 75dba853-8b9f-4422-9f41-be89aeb01445 --out output.html * To generate a JUnit report, run: rally task export 75dba853-8b9f-4422-9f41-be89aeb01445 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 75dba853-8b9f-4422-9f41-be89aeb01445 --json --out output.json 2018-07-21 16:38:45,496 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '75dba853-8b9f-4422-9f41-be89aeb01445'] 2018-07-21 16:38:48,060 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:38:48,061 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '75dba853-8b9f-4422-9f41-be89aeb01445', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-07-21 16:38:48,084 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-07-21 16:38:48,085 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-07-21 16:38:48,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-nova.yaml 2018-07-21 16:38:48,085 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:38:48,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:38:48,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:39:51,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fe3b5a2b-57b2-490d-91b3-0a48fa604802 2018-07-21 16:39:51,132 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'fe3b5a2b-57b2-490d-91b3-0a48fa604802'] 2018-07-21 16:39:51,980 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task fe3b5a2b-57b2-490d-91b3-0a48fa604802: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c" }, "image": { "name": "rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c" }, "nics": [ { "net-id": "12e26f48-9398-41b6-b395-330597bcb790" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task fe3b5a2b-57b2-490d-91b3-0a48fa604802 has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 8.194 | 8.194 | 8.194 | 8.194 | 8.194 | 8.194 | 100.0% | 1 | | nova.live_migrate | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 8.108 | 0.0% | 1 | | total | 16.303 | 16.303 | 16.303 | 16.303 | 16.303 | 16.303 | 0.0% | 1 | | -> duration | 15.303 | 15.303 | 15.303 | 15.303 | 15.303 | 15.303 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 15.302551 Full duration: 31.192978 HINTS: * To plot HTML graphics with this data, run: rally task report fe3b5a2b-57b2-490d-91b3-0a48fa604802 --out output.html * To generate a JUnit report, run: rally task export fe3b5a2b-57b2-490d-91b3-0a48fa604802 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fe3b5a2b-57b2-490d-91b3-0a48fa604802 --json --out output.json At least one workload did not pass SLA criteria. 2018-07-21 16:39:51,980 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'fe3b5a2b-57b2-490d-91b3-0a48fa604802'] 2018-07-21 16:39:54,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:39:54,458 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'fe3b5a2b-57b2-490d-91b3-0a48fa604802', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-07-21 16:39:54,466 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-07-21 16:39:54,466 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-07-21 16:39:54,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/opnfv-quotas.yaml 2018-07-21 16:39:54,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-07-21 16:39:54,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-07-21 16:39:54,483 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['quotas'], 'concurrency': 4, 'netid': '12e26f48-9398-41b6-b395-330597bcb790', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'flavor_name': 'rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'glance_image_location': '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img', 'use_existing_users': False, 'flavor_alt_name': 'rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c', 'iterations': 10, 'users_amount': 2, 'sup_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/support', 'glance_image_format': 'qcow2'}"] 2018-07-21 16:40:48,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 53361809-c5a8-4ef6-b0f2-276375346dad 2018-07-21 16:40:48,531 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '53361809-c5a8-4ef6-b0f2-276375346dad'] 2018-07-21 16:40:49,462 - functest.opnfv_tests.openstack.rally.rally - INFO - -------------------------------------------------------------------------------- Task 53361809-c5a8-4ef6-b0f2-276375346dad: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 53361809-c5a8-4ef6-b0f2-276375346dad has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 0.744 | 100.0% | 1 | | quotas.delete_quotas | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 0.202 | 100.0% | 1 | | total | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> duration | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 0.946 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.945928 Full duration: 9.381508 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 53361809-c5a8-4ef6-b0f2-276375346dad has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | total | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> duration | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 0.713 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.712883 Full duration: 9.708101 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 53361809-c5a8-4ef6-b0f2-276375346dad has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 0.343 | 100.0% | 1 | | total | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> duration | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.761367 Full duration: 8.75199 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 53361809-c5a8-4ef6-b0f2-276375346dad has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | quotas.update_quotas | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | total | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | -> duration | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 1.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.18398 Full duration: 9.58805 HINTS: * To plot HTML graphics with this data, run: rally task report 53361809-c5a8-4ef6-b0f2-276375346dad --out output.html * To generate a JUnit report, run: rally task export 53361809-c5a8-4ef6-b0f2-276375346dad --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 53361809-c5a8-4ef6-b0f2-276375346dad --json --out output.json 2018-07-21 16:40:49,463 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '53361809-c5a8-4ef6-b0f2-276375346dad'] 2018-07-21 16:40:52,028 - functest.opnfv_tests.openstack.rally.rally - DEBUG - saving json file 2018-07-21 16:40:52,029 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '53361809-c5a8-4ef6-b0f2-276375346dad', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-07-21 16:40:52,039 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-07-21 16:40:52,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:49 | 6 | 100.00% | | glance | 01:07 | 4 | 100.00% | | cinder | 02:39 | 10 | 100.00% | | gnocchi | 01:29 | 11 | 100.00% | | heat | 01:04 | 4 | 100.00% | | keystone | 03:01 | 11 | 100.00% | | neutron | 04:36 | 11 | 100.00% | | nova | 00:31 | 1 | 0.00% | | quotas | 00:37 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:55 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-07-21 16:40:52,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-07-21 16:40:52,164 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:40:52,165 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:27 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-07-21 16:40:52,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:40:52,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e/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}3f7018f38187ef68909da48b2e34cf9e0b512746" -d '{"subnet_id": "366611b7-e464-42fa-b852-f37ec674c6eb"}' 2018-07-21 16:40:53,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-226b09fa-83e9-4182-b4a2-ae1c6b2de17a Date: Sat, 21 Jul 2018 16:40:53 GMT RESP BODY: {"network_id": "12e26f48-9398-41b6-b395-330597bcb790", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "366611b7-e464-42fa-b852-f37ec674c6eb", "subnet_ids": ["366611b7-e464-42fa-b852-f37ec674c6eb"], "port_id": "4347dee4-19d5-4d13-8c5b-b47064d0ab84", "id": "0230e46b-0243-4d27-845c-0362cf08085e"} 2018-07-21 16:40:53,851 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e/remove_router_interface.json used request id req-226b09fa-83e9-4182-b4a2-ae1c6b2de17a 2018-07-21 16:40:53,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.68144011497s 2018-07-21 16:40:53,852 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e/remove_router_interface.json used request id req-226b09fa-83e9-4182-b4a2-ae1c6b2de17a returning object 0230e46b-0243-4d27-845c-0362cf08085e 2018-07-21 16:40:53,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:40:53,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:53,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-92d88203-84dc-4686-a057-1e077b0e1391 Date: Sat, 21 Jul 2018 16:40:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:20:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:40:53Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "0230e46b-0243-4d27-845c-0362cf08085e", "name": "rally_sanity-router_5dbf76d3-b496-4f60-877f-a85d7c72558c"}]} 2018-07-21 16:40:53,977 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-92d88203-84dc-4686-a057-1e077b0e1391 2018-07-21 16:40:53,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119822978973s 2018-07-21 16:40:53,978 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-92d88203-84dc-4686-a057-1e077b0e1391 2018-07-21 16:40:53,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:40:53,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:55,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e082ca66-bf06-4b69-8eb4-a3b7b23463d9 Content-Length: 0 Date: Sat, 21 Jul 2018 16:40:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:40:55,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e.json used request id req-e082ca66-bf06-4b69-8eb4-a3b7b23463d9 2018-07-21 16:40:55,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.37875914574s 2018-07-21 16:40:55,359 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/0230e46b-0243-4d27-845c-0362cf08085e.json used request id req-e082ca66-bf06-4b69-8eb4-a3b7b23463d9 2018-07-21 16:40:55,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:40:55,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:55,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-21ffaf72-22a1-4500-a15a-cf4a74f7be10 Date: Sat, 21 Jul 2018 16:40:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"12e26f48-9398-41b6-b395-330597bcb790","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:20:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:20:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"366611b7-e464-42fa-b852-f37ec674c6eb","subnetpool_id":null,"name":"rally_sanity-subnet_5dbf76d3-b496-4f60-877f-a85d7c72558c"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 16:40:55,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-21ffaf72-22a1-4500-a15a-cf4a74f7be10 2018-07-21 16:40:55,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0552010536194s 2018-07-21 16:40:55,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-21ffaf72-22a1-4500-a15a-cf4a74f7be10 2018-07-21 16:40:55,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:40:55,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/366611b7-e464-42fa-b852-f37ec674c6eb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:56,527 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ac131dbe-d7c1-4786-b226-958c3db4b0ff Date: Sat, 21 Jul 2018 16:40:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:40:56,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/366611b7-e464-42fa-b852-f37ec674c6eb.json used request id req-ac131dbe-d7c1-4786-b226-958c3db4b0ff 2018-07-21 16:40:56,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11061406136s 2018-07-21 16:40:56,527 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/366611b7-e464-42fa-b852-f37ec674c6eb.json used request id req-ac131dbe-d7c1-4786-b226-958c3db4b0ff 2018-07-21 16:40:56,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:40:56,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:56,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-c0838d62-d275-4f52-b7e1-1cccbd4c5f13 Date: Sat, 21 Jul 2018 16:40:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"12e26f48-9398-41b6-b395-330597bcb790","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:40:56Z","provider:segmentation_id":74,"name":"rally_sanity-net_5dbf76d3-b496-4f60-877f-a85d7c72558c","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:20:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:40:56,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c0838d62-d275-4f52-b7e1-1cccbd4c5f13 2018-07-21 16:40:56,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0921649932861s 2018-07-21 16:40:56,621 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-c0838d62-d275-4f52-b7e1-1cccbd4c5f13 2018-07-21 16:40:56,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:40:56,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/12e26f48-9398-41b6-b395-330597bcb790.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e2e55979-33f9-4b99-b16a-cbff70b95686 Date: Sat, 21 Jul 2018 16:40:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:40:58,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/12e26f48-9398-41b6-b395-330597bcb790.json used request id req-e2e55979-33f9-4b99-b16a-cbff70b95686 2018-07-21 16:40:58,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.50777602196s 2018-07-21 16:40:58,130 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/12e26f48-9398-41b6-b395-330597bcb790.json used request id req-e2e55979-33f9-4b99-b16a-cbff70b95686 2018-07-21 16:40:58,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:40:58,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0d046f71-fb71-4ca3-b687-56facfbb9a86 Date: Sat, 21 Jul 2018 16:40:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/8e4e0a7a-8d94-4131-a725-792422b033f2/snap", "metadata": {}}], "file": "/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "8e4e0a7a-8d94-4131-a725-792422b033f2", "size": 12716032, "self": "/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/8e4e0a7a-8d94-4131-a725-792422b033f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:20:29Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_5dbf76d3-b496-4f60-877f-a85d7c72558c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:20:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:40:58,345 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0d046f71-fb71-4ca3-b687-56facfbb9a86 2018-07-21 16:40:58,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209376096725s 2018-07-21 16:40:58,346 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0d046f71-fb71-4ca3-b687-56facfbb9a86 2018-07-21 16:40:58,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:40:58,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,676 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df218f47-41f8-4bea-b1d3-6398fd503877 Date: Sat, 21 Jul 2018 16:40:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:40:58,676 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2 used request id req-df218f47-41f8-4bea-b1d3-6398fd503877 2018-07-21 16:40:58,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.32830786705s 2018-07-21 16:40:58,677 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/8e4e0a7a-8d94-4131-a725-792422b033f2 used request id req-df218f47-41f8-4bea-b1d3-6398fd503877 2018-07-21 16:40:58,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:40:58,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d34e1b40-97be-40d6-be58-263365bdf59e x-compute-request-id: req-d34e1b40-97be-40d6-be58-263365bdf59e Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_5dbf76d3-b496-4f60-877f-a85d7c72558c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/920fc480-d883-4bba-904e-d61aee848929", "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": "920fc480-d883-4bba-904e-d61aee848929"}, {"name": "rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f", "rel": "bookmark"}], "ram": 1024, "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": "b607f88c-58fa-4d23-b45a-38ddc7a2bb0f"}]} 2018-07-21 16:40:58,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d34e1b40-97be-40d6-be58-263365bdf59e 2018-07-21 16:40:58,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.204683065414s 2018-07-21 16:40:58,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-d34e1b40-97be-40d6-be58-263365bdf59e 2018-07-21 16:40:58,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:40:58,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,915 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e3a6aad-7450-4065-9f0c-20d9ff600805 x-compute-request-id: req-7e3a6aad-7450-4065-9f0c-20d9ff600805 Content-Length: 0 Content-Type: application/json 2018-07-21 16:40:58,915 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929 used request id req-7e3a6aad-7450-4065-9f0c-20d9ff600805 2018-07-21 16:40:58,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0308010578156s 2018-07-21 16:40:58,916 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/920fc480-d883-4bba-904e-d61aee848929 used request id req-7e3a6aad-7450-4065-9f0c-20d9ff600805 2018-07-21 16:40:58,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:40:58,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c508a913-8b23-4b19-8f82-b21e40340c26 x-compute-request-id: req-c508a913-8b23-4b19-8f82-b21e40340c26 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_5dbf76d3-b496-4f60-877f-a85d7c72558c", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f", "rel": "bookmark"}], "ram": 1024, "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": "b607f88c-58fa-4d23-b45a-38ddc7a2bb0f"}]} 2018-07-21 16:40:58,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c508a913-8b23-4b19-8f82-b21e40340c26 2018-07-21 16:40:58,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0290758609772s 2018-07-21 16:40:58,946 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-c508a913-8b23-4b19-8f82-b21e40340c26 2018-07-21 16:40:58,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:40:58,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3f7018f38187ef68909da48b2e34cf9e0b512746" 2018-07-21 16:40:58,988 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:40:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-46338422-8355-468d-9e03-1303552d6e3f x-compute-request-id: req-46338422-8355-468d-9e03-1303552d6e3f Content-Length: 0 Content-Type: application/json 2018-07-21 16:40:58,988 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f used request id req-46338422-8355-468d-9e03-1303552d6e3f 2018-07-21 16:40:58,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0403490066528s 2018-07-21 16:40:58,988 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/b607f88c-58fa-4d23-b45a-38ddc7a2bb0f used request id req-46338422-8355-468d-9e03-1303552d6e3f 2018-07-21 16:40:58,989 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-07-21 16:40:59,035 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-07-21 16:40:59,071 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:40:59,072 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:40:59,073 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:40:59,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:40:59,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 16:40:59,074 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 16:40:59,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:40:59,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:40:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1cff8b1d-5392-455b-8186-dcad01f97e64 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:40:59,085 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1cff8b1d-5392-455b-8186-dcad01f97e64 2018-07-21 16:40:59,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:40:59,469 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:40:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["diSOlXT1TlqH03umlRyixQ"], "issued_at": "2018-07-21T16:40:59.000000Z"}} 2018-07-21 16:40:59,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:40:59,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:40:59,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8b05f523-58ac-465f-a64a-11e5e72a9b9f Date: Sat, 21 Jul 2018 16:40:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:40:59,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b05f523-58ac-465f-a64a-11e5e72a9b9f 2018-07-21 16:40:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249591112137s 2018-07-21 16:40:59,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8b05f523-58ac-465f-a64a-11e5e72a9b9f 2018-07-21 16:40:59,723 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-21 16:41:02,543 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-21 16:41:05,414 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | e1a9933f-a005-4cf3-8f49-c75927d2c1a1 | 2018-07-21T16:41:04.948095 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: e1a9933f-a005-4cf3-8f49-c75927d2c1a1 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-21 16:41:09,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-21 16:41:09,054 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-21 16:41:11,750 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-21 16:41:15,482 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=a3c63d27-4b39-428a-b74a-0b732ab0260a) as the default verifier for the future CLI operations. 2018-07-21 16:41:18,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-21 16:41:18,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:18,837 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8355 X-Openstack-Request-Id: req-25cbb4ac-5617-4cda-a026-307908d1b67f Date: Sat, 21 Jul 2018 16:41:18 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-21 16:41:18,837 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-25cbb4ac-5617-4cda-a026-307908d1b67f 2018-07-21 16:41:18,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.193111896515s 2018-07-21 16:41:18,838 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-25cbb4ac-5617-4cda-a026-307908d1b67f 2018-07-21 16:41:18,845 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-07-21 16:41:18,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 16:41:18,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"network": {"name": "patrole-net_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "admin_state_up": true}}' 2018-07-21 16:41:19,343 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8a759212-2dec-45b2-9b47-14771f0d84cc Date: Sat, 21 Jul 2018 16:41:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"61150419-b4aa-4aa8-ad3a-9a6b42775085","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:41:19Z","is_default":false,"provider:segmentation_id":4,"name":"patrole-net_9e6c8698-4f63-4fcc-81d1-744b9bb98063","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:41:18Z","mtu":1450}} 2018-07-21 16:41:19,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8a759212-2dec-45b2-9b47-14771f0d84cc 2018-07-21 16:41:19,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.497576951981s 2018-07-21 16:41:19,344 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8a759212-2dec-45b2-9b47-14771f0d84cc 2018-07-21 16:41:19,345 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T16:41:19Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'61150419-b4aa-4aa8-ad3a-9a6b42775085', u'provider:segmentation_id': 4, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_9e6c8698-4f63-4fcc-81d1-744b9bb98063', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:41:18Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:41:19,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:41:19,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:19,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-acd2e518-47a0-492e-a38a-8a441d6fd599 Date: Sat, 21 Jul 2018 16:41:19 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"61150419-b4aa-4aa8-ad3a-9a6b42775085","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:41:19Z","provider:segmentation_id":4,"name":"patrole-net_9e6c8698-4f63-4fcc-81d1-744b9bb98063","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:41:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:41:19,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-acd2e518-47a0-492e-a38a-8a441d6fd599 2018-07-21 16:41:19,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103582859039s 2018-07-21 16:41:19,449 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-acd2e518-47a0-492e-a38a-8a441d6fd599 2018-07-21 16:41:19,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 16:41:19,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"subnet": {"name": "patrole-subnet_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "enable_dhcp": true, "network_id": "61150419-b4aa-4aa8-ad3a-9a6b42775085", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 16:41:19,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-4cf382fe-5229-400d-bb31-733910eccd3f Date: Sat, 21 Jul 2018 16:41:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61150419-b4aa-4aa8-ad3a-9a6b42775085","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:41:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:41:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"621b0689-5a4b-49d5-bbb1-52093baa8702","subnetpool_id":null,"name":"patrole-subnet_9e6c8698-4f63-4fcc-81d1-744b9bb98063"}} 2018-07-21 16:41:19,896 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4cf382fe-5229-400d-bb31-733910eccd3f 2018-07-21 16:41:19,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.444044113159s 2018-07-21 16:41:19,896 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-4cf382fe-5229-400d-bb31-733910eccd3f 2018-07-21 16:41:19,896 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T16:41:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'621b0689-5a4b-49d5-bbb1-52093baa8702', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_9e6c8698-4f63-4fcc-81d1-744b9bb98063', u'enable_dhcp': True, u'network_id': u'61150419-b4aa-4aa8-ad3a-9a6b42775085', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:41:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 16:41:19,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 16:41:19,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "patrole-router_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "admin_state_up": true}}' 2018-07-21 16:41:20,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-bd0e7c12-0b20-4ac5-8385-276c7bc584ba Date: Sat, 21 Jul 2018 16:41:20 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:41:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:41:20Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "c8f80058-8a8c-49c0-b84f-2c21f004c9ef", "name": "patrole-router_9e6c8698-4f63-4fcc-81d1-744b9bb98063"}} 2018-07-21 16:41:20,961 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-bd0e7c12-0b20-4ac5-8385-276c7bc584ba 2018-07-21 16:41:20,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.06363797188s 2018-07-21 16:41:20,961 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-bd0e7c12-0b20-4ac5-8385-276c7bc584ba 2018-07-21 16:41:20,962 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T16:41:19Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T16:41:20Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'c8f80058-8a8c-49c0-b84f-2c21f004c9ef', u'name': u'patrole-router_9e6c8698-4f63-4fcc-81d1-744b9bb98063'}) 2018-07-21 16:41:20,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 16:41:20,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef/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}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"subnet_id": "621b0689-5a4b-49d5-bbb1-52093baa8702"}' 2018-07-21 16:41:22,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2fd1474d-dcb4-4242-8e86-ba109e5714e9 Date: Sat, 21 Jul 2018 16:41:22 GMT RESP BODY: {"network_id": "61150419-b4aa-4aa8-ad3a-9a6b42775085", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "621b0689-5a4b-49d5-bbb1-52093baa8702", "subnet_ids": ["621b0689-5a4b-49d5-bbb1-52093baa8702"], "port_id": "1f6cd846-73e0-4853-8be7-4c2f999f5576", "id": "c8f80058-8a8c-49c0-b84f-2c21f004c9ef"} 2018-07-21 16:41:22,725 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef/add_router_interface.json used request id req-2fd1474d-dcb4-4242-8e86-ba109e5714e9 2018-07-21 16:41:22,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.76240515709s 2018-07-21 16:41:22,725 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef/add_router_interface.json used request id req-2fd1474d-dcb4-4242-8e86-ba109e5714e9 returning object c8f80058-8a8c-49c0-b84f-2c21f004c9ef 2018-07-21 16:41:22,726 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 16:41:22,852 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 16:41:22,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:41:22,858 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:41:22 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:41:22,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:41:22,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:23,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-767e8b36-075b-4645-ad11-8e50661f8c04 Date: Sat, 21 Jul 2018 16:41:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:41:23,050 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-767e8b36-075b-4645-ad11-8e50661f8c04 2018-07-21 16:41:23,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189965009689s 2018-07-21 16:41:23,051 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-767e8b36-075b-4645-ad11-8e50661f8c04 2018-07-21 16:41:23,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:41:23,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063"}' 2018-07-21 16:41:23,121 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4e50108a-6862-4d4a-b87f-880a13fa0ec0 Date: Sat, 21 Jul 2018 16:41:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "c7f5056d-ed0d-4c39-a95e-2059d2a0188b", "size": null, "self": "/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:41:23Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "checksum": null, "created_at": "2018-07-21T16:41:23Z", "protected": false} 2018-07-21 16:41:23,122 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4e50108a-6862-4d4a-b87f-880a13fa0ec0 2018-07-21 16:41:23,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0632128715515s 2018-07-21 16:41:23,122 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-4e50108a-6862-4d4a-b87f-880a13fa0ec0 returning object c7f5056d-ed0d-4c39-a95e-2059d2a0188b 2018-07-21 16:41:23,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:41:23,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/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}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '' 2018-07-21 16:41:24,120 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b7f99cfb-c74d-43e1-9307-8a87fe64e81d Date: Sat, 21 Jul 2018 16:41:24 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:41:24,120 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/file used request id req-b7f99cfb-c74d-43e1-9307-8a87fe64e81d 2018-07-21 16:41:24,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.997383117676s 2018-07-21 16:41:24,120 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/file used request id req-b7f99cfb-c74d-43e1-9307-8a87fe64e81d 2018-07-21 16:41:24,121 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:41:23Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'c7f5056d-ed0d-4c39-a95e-2059d2a0188b', u'size': None, u'name': u'patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063', u'checksum': None, u'self': u'/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:41:23Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:41:24,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:41:24,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:41:24,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f4affd2-bcd4-4348-8717-c1b648f4ee98 x-compute-request-id: req-2f4affd2-bcd4-4348-8717-c1b648f4ee98 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2", "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": "fbf6bb4b-0503-488c-8c67-6087f6f22af2"}} 2018-07-21 16:41:24,447 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f4affd2-bcd4-4348-8717-c1b648f4ee98 2018-07-21 16:41:24,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.325096130371s 2018-07-21 16:41:24,447 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-2f4affd2-bcd4-4348-8717-c1b648f4ee98 2018-07-21 16:41:24,448 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_9e6c8698-4f63-4fcc-81d1-744b9bb98063', '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'a6906d7d21744bd98421510fc029622a', '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'fbf6bb4b-0503-488c-8c67-6087f6f22af2', 'swap': 0}) 2018-07-21 16:41:24,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:41:24,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2/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}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"extra_specs": {}}' 2018-07-21 16:41:24,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aaff1ed8-048d-47d7-adf4-af2e820ea34b x-compute-request-id: req-aaff1ed8-048d-47d7-adf4-af2e820ea34b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:41:24,478 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2/os-extra_specs used request id req-aaff1ed8-048d-47d7-adf4-af2e820ea34b 2018-07-21 16:41:24,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0299820899963s 2018-07-21 16:41:24,479 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2/os-extra_specs used request id req-aaff1ed8-048d-47d7-adf4-af2e820ea34b 2018-07-21 16:41:24,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:41:24,489 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 16:41:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18bb081b-a3c3-4c5c-87c7-8adbe4980100 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 16:41:24,489 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-18bb081b-a3c3-4c5c-87c7-8adbe4980100 2018-07-21 16:41:24,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:41:24,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:24,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7af41d-b0e8-4f7d-aa6e-3613c52f4d8f Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:41:24,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b7af41d-b0e8-4f7d-aa6e-3613c52f4d8f 2018-07-21 16:41:24,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0934870243073s 2018-07-21 16:41:24,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-1b7af41d-b0e8-4f7d-aa6e-3613c52f4d8f 2018-07-21 16:41:24,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 16:41:24,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:24,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed438cc4-acde-4a45-9730-ccb36c307198 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 16:41:24,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ed438cc4-acde-4a45-9730-ccb36c307198 2018-07-21 16:41:24,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0932440757751s 2018-07-21 16:41:24,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ed438cc4-acde-4a45-9730-ccb36c307198 2018-07-21 16:41:24,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-21 16:41:24,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:24,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f798126b-ae4d-4974-9247-d8c6dd2be049 x-compute-request-id: req-f798126b-ae4d-4974-9247-d8c6dd2be049 Content-Encoding: gzip Content-Length: 729 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 28, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-21 16:41:24,732 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f798126b-ae4d-4974-9247-d8c6dd2be049 2018-07-21 16:41:24,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.043802022934s 2018-07-21 16:41:24,732 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-f798126b-ae4d-4974-9247-d8c6dd2be049 2018-07-21 16:41:24,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:41:24,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:41:24,761 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-2c061cea-62e1-4654-be5f-b18fde0f76c8 Date: Sat, 21 Jul 2018 16:41:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/snap", "metadata": {}}], "file": "/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "c7f5056d-ed0d-4c39-a95e-2059d2a0188b", "size": 12716032, "self": "/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:41:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:41:23Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:41:24,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2c061cea-62e1-4654-be5f-b18fde0f76c8 2018-07-21 16:41:24,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253121852875s 2018-07-21 16:41:24,762 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-2c061cea-62e1-4654-be5f-b18fde0f76c8 2018-07-21 16:41:24,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:41:24,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063"}' 2018-07-21 16:41:24,907 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0e3f09de-6281-41d6-9cf3-e0d415d2e42b Date: Sat, 21 Jul 2018 16:41:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a", "size": null, "self": "/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:41:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "checksum": null, "created_at": "2018-07-21T16:41:24Z", "protected": false} 2018-07-21 16:41:24,907 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0e3f09de-6281-41d6-9cf3-e0d415d2e42b 2018-07-21 16:41:24,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.137507915497s 2018-07-21 16:41:24,908 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0e3f09de-6281-41d6-9cf3-e0d415d2e42b returning object 0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a 2018-07-21 16:41:24,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:41:24,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/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}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '' 2018-07-21 16:41:26,188 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a17cc841-4874-47e1-914d-bae8b20a950e Date: Sat, 21 Jul 2018 16:41:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:41:26,188 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/file used request id req-a17cc841-4874-47e1-914d-bae8b20a950e 2018-07-21 16:41:26,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.28023695946s 2018-07-21 16:41:26,189 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/file used request id req-a17cc841-4874-47e1-914d-bae8b20a950e 2018-07-21 16:41:26,189 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:41:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a', u'size': None, u'name': u'patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063', u'checksum': None, u'self': u'/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:41:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:41:26,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:41:26,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 16:41:26,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afbd53ef-b543-484c-b82b-63a12ebb4eb5 x-compute-request-id: req-afbd53ef-b543-484c-b82b-63a12ebb4eb5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85", "rel": "bookmark"}], "ram": 1024, "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": "2faecbe5-3a1a-4a40-be6e-c5b065c72f85"}} 2018-07-21 16:41:26,245 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-afbd53ef-b543-484c-b82b-63a12ebb4eb5 2018-07-21 16:41:26,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0554440021515s 2018-07-21 16:41:26,245 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-afbd53ef-b543-484c-b82b-63a12ebb4eb5 2018-07-21 16:41:26,246 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'2faecbe5-3a1a-4a40-be6e-c5b065c72f85', 'swap': 0}) 2018-07-21 16:41:26,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:41:26,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85/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}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"extra_specs": {}}' 2018-07-21 16:41:26,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1a85b40b-059b-49b2-bd34-3ccc62a4bbeb x-compute-request-id: req-1a85b40b-059b-49b2-bd34-3ccc62a4bbeb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:41:26,278 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85/os-extra_specs used request id req-1a85b40b-059b-49b2-bd34-3ccc62a4bbeb 2018-07-21 16:41:26,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0309860706329s 2018-07-21 16:41:26,278 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85/os-extra_specs used request id req-1a85b40b-059b-49b2-bd34-3ccc62a4bbeb 2018-07-21 16:41:26,278 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'2faecbe5-3a1a-4a40-be6e-c5b065c72f85', 'swap': 0}) 2018-07-21 16:41:29,813 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-21 16:41:29,814 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-21 16:41:29,814 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-21 16:41:29,817 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-21 16:41:29,830 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-21 16:41:33,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-a3c63d27-4b39-428a-b74a-0b732ab0260a/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-07-21 16:41:33,368 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-21 16:41:33,371 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-21 16:41:33,371 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/patrole/test_list.txt']'. 2018-07-21 16:43:12,340 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ad9c215e-a662-4fa2-8bf3-01f916209ff0 2018-07-21 16:43:12,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ad9c215e-a662-4fa2-8bf3-01f916209ff0']'. 2018-07-21 16:43:13,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ad9c215e-a662-4fa2-8bf3-01f916209ff0 | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-21 16:41:36 | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-21 16:43:12 | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:36 | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-21 16:43:13,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: a3c63d27-4b39-428a-b74a-0b732ab0260a) | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: e1a9933f-a005-4cf3-8f49-c75927d2c1a1) | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 75.391 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 16:43:13,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-21 16:43:13,334 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-07-21 16:43:13,511 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 16:43:13,511 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 01:54 | PASS | +-------------------+------------------+------------------+----------------+ 2018-07-21 16:43:13,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 16:43:13,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef/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}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" -d '{"subnet_id": "621b0689-5a4b-49d5-bbb1-52093baa8702"}' 2018-07-21 16:43:15,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3c5e4bba-04ac-4f92-9ea5-b18c0623841f Date: Sat, 21 Jul 2018 16:43:15 GMT RESP BODY: {"network_id": "61150419-b4aa-4aa8-ad3a-9a6b42775085", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "621b0689-5a4b-49d5-bbb1-52093baa8702", "subnet_ids": ["621b0689-5a4b-49d5-bbb1-52093baa8702"], "port_id": "1f6cd846-73e0-4853-8be7-4c2f999f5576", "id": "c8f80058-8a8c-49c0-b84f-2c21f004c9ef"} 2018-07-21 16:43:15,059 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef/remove_router_interface.json used request id req-3c5e4bba-04ac-4f92-9ea5-b18c0623841f 2018-07-21 16:43:15,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.54133701324s 2018-07-21 16:43:15,060 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef/remove_router_interface.json used request id req-3c5e4bba-04ac-4f92-9ea5-b18c0623841f returning object c8f80058-8a8c-49c0-b84f-2c21f004c9ef 2018-07-21 16:43:15,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 16:43:15,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:15,328 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-a3f636dd-dbd9-4f84-b59b-e21c4a46048f Date: Sat, 21 Jul 2018 16:43:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:41:19Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:43:14Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "c8f80058-8a8c-49c0-b84f-2c21f004c9ef", "name": "patrole-router_9e6c8698-4f63-4fcc-81d1-744b9bb98063"}]} 2018-07-21 16:43:15,328 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a3f636dd-dbd9-4f84-b59b-e21c4a46048f 2018-07-21 16:43:15,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.268113851547s 2018-07-21 16:43:15,329 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-a3f636dd-dbd9-4f84-b59b-e21c4a46048f 2018-07-21 16:43:15,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 16:43:15,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:16,609 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6972df0-810a-4ba5-ac49-181169acc579 Content-Length: 0 Date: Sat, 21 Jul 2018 16:43:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:43:16,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef.json used request id req-c6972df0-810a-4ba5-ac49-181169acc579 2018-07-21 16:43:16,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.27876806259s 2018-07-21 16:43:16,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/c8f80058-8a8c-49c0-b84f-2c21f004c9ef.json used request id req-c6972df0-810a-4ba5-ac49-181169acc579 2018-07-21 16:43:16,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 16:43:16,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:16,654 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-24219086-45fb-4407-9c48-04a904fad718 Date: Sat, 21 Jul 2018 16:43:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"61150419-b4aa-4aa8-ad3a-9a6b42775085","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:41:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:41:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"621b0689-5a4b-49d5-bbb1-52093baa8702","subnetpool_id":null,"name":"patrole-subnet_9e6c8698-4f63-4fcc-81d1-744b9bb98063"}]} 2018-07-21 16:43:16,654 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-24219086-45fb-4407-9c48-04a904fad718 2018-07-21 16:43:16,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0440309047699s 2018-07-21 16:43:16,654 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-24219086-45fb-4407-9c48-04a904fad718 2018-07-21 16:43:16,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 16:43:16,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/621b0689-5a4b-49d5-bbb1-52093baa8702.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:17,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9554606f-0126-41d3-8a23-4afe61decf57 Date: Sat, 21 Jul 2018 16:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:43:17,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/621b0689-5a4b-49d5-bbb1-52093baa8702.json used request id req-9554606f-0126-41d3-8a23-4afe61decf57 2018-07-21 16:43:17,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0069129467s 2018-07-21 16:43:17,663 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/621b0689-5a4b-49d5-bbb1-52093baa8702.json used request id req-9554606f-0126-41d3-8a23-4afe61decf57 2018-07-21 16:43:17,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:43:17,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:17,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-66b81610-ea04-4b8c-bab6-65972448a364 Date: Sat, 21 Jul 2018 16:43:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"61150419-b4aa-4aa8-ad3a-9a6b42775085","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T16:43:17Z","provider:segmentation_id":4,"name":"patrole-net_9e6c8698-4f63-4fcc-81d1-744b9bb98063","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:41:18Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:43:17,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-66b81610-ea04-4b8c-bab6-65972448a364 2018-07-21 16:43:17,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0938289165497s 2018-07-21 16:43:17,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-66b81610-ea04-4b8c-bab6-65972448a364 2018-07-21 16:43:17,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 16:43:17,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/61150419-b4aa-4aa8-ad3a-9a6b42775085.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:19,227 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bd0aee3d-e3cd-4c4f-898f-4a9d23a4f9b4 Date: Sat, 21 Jul 2018 16:43:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 16:43:19,228 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/61150419-b4aa-4aa8-ad3a-9a6b42775085.json used request id req-bd0aee3d-e3cd-4c4f-898f-4a9d23a4f9b4 2018-07-21 16:43:19,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46860289574s 2018-07-21 16:43:19,228 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/61150419-b4aa-4aa8-ad3a-9a6b42775085.json used request id req-bd0aee3d-e3cd-4c4f-898f-4a9d23a4f9b4 2018-07-21 16:43:19,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:43:19,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:19,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-f65d194b-9a7b-4c2c-80a8-40bfc3c7f3a1 Date: Sat, 21 Jul 2018 16:43:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/snap", "metadata": {}}], "file": "/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a", "size": 12716032, "self": "/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:41:26Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:41:24Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/snap", "metadata": {}}], "file": "/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "c7f5056d-ed0d-4c39-a95e-2059d2a0188b", "size": 12716032, "self": "/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T16:41:24Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T16:41:23Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:43:19,445 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f65d194b-9a7b-4c2c-80a8-40bfc3c7f3a1 2018-07-21 16:43:19,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.213638067245s 2018-07-21 16:43:19,446 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f65d194b-9a7b-4c2c-80a8-40bfc3c7f3a1 2018-07-21 16:43:19,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:43:19,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:20,236 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1a49148a-15c6-4382-97b0-78abd7c44dbe Date: Sat, 21 Jul 2018 16:43:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:43:20,236 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b used request id req-1a49148a-15c6-4382-97b0-78abd7c44dbe 2018-07-21 16:43:20,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.787691116333s 2018-07-21 16:43:20,237 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c7f5056d-ed0d-4c39-a95e-2059d2a0188b used request id req-1a49148a-15c6-4382-97b0-78abd7c44dbe 2018-07-21 16:43:20,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:43:20,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:20,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:43:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0b9c60d-acb5-409b-a6f2-c3a146b4fd88 x-compute-request-id: req-a0b9c60d-acb5-409b-a6f2-c3a146b4fd88 Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85", "rel": "bookmark"}], "ram": 1024, "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": "2faecbe5-3a1a-4a40-be6e-c5b065c72f85"}, {"name": "patrole-flavor_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2", "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": "fbf6bb4b-0503-488c-8c67-6087f6f22af2"}]} 2018-07-21 16:43:20,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a0b9c60d-acb5-409b-a6f2-c3a146b4fd88 2018-07-21 16:43:20,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031788110733s 2018-07-21 16:43:20,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-a0b9c60d-acb5-409b-a6f2-c3a146b4fd88 2018-07-21 16:43:20,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:43:20,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:20,338 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:43:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc0e5ca5-c43f-4872-bcc5-6ede975120a4 x-compute-request-id: req-dc0e5ca5-c43f-4872-bcc5-6ede975120a4 Content-Length: 0 Content-Type: application/json 2018-07-21 16:43:20,338 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2 used request id req-dc0e5ca5-c43f-4872-bcc5-6ede975120a4 2018-07-21 16:43:20,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0663619041443s 2018-07-21 16:43:20,338 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/fbf6bb4b-0503-488c-8c67-6087f6f22af2 used request id req-dc0e5ca5-c43f-4872-bcc5-6ede975120a4 2018-07-21 16:43:20,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 16:43:20,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:21,314 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9bd496b6-980b-4a75-9456-dbc355d1c5fe Date: Sat, 21 Jul 2018 16:43:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:43:21,314 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a used request id req-9bd496b6-980b-4a75-9456-dbc355d1c5fe 2018-07-21 16:43:21,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.975277900696s 2018-07-21 16:43:21,314 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0ab2fbaf-d3d4-4570-b0f1-f79ca77fd62a used request id req-9bd496b6-980b-4a75-9456-dbc355d1c5fe 2018-07-21 16:43:21,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 16:43:21,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:21,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48c0a1a2-4e51-4ec0-be6d-79f89955692f x-compute-request-id: req-48c0a1a2-4e51-4ec0-be6d-79f89955692f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_9e6c8698-4f63-4fcc-81d1-744b9bb98063", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85", "rel": "bookmark"}], "ram": 1024, "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": "2faecbe5-3a1a-4a40-be6e-c5b065c72f85"}]} 2018-07-21 16:43:21,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-48c0a1a2-4e51-4ec0-be6d-79f89955692f 2018-07-21 16:43:21,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0250639915466s 2018-07-21 16:43:21,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-48c0a1a2-4e51-4ec0-be6d-79f89955692f 2018-07-21 16:43:21,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 16:43:21,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7a7f1e354cd823f50d00d4a1a4a545ab7533d020" 2018-07-21 16:43:21,372 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:43:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e0847ef2-7cac-409e-a047-1980d2fde0d8 x-compute-request-id: req-e0847ef2-7cac-409e-a047-1980d2fde0d8 Content-Length: 0 Content-Type: application/json 2018-07-21 16:43:21,372 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85 used request id req-e0847ef2-7cac-409e-a047-1980d2fde0d8 2018-07-21 16:43:21,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0306949615479s 2018-07-21 16:43:21,373 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/2faecbe5-3a1a-4a40-be6e-c5b065c72f85 used request id req-e0847ef2-7cac-409e-a047-1980d2fde0d8 2018-07-21 16:43:21,409 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-07-21 16:43:21,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 16:43:21,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 16:43:21,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 16:43:21,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 16:43:21,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 16:43:21,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 16:43:21,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 16:43:21,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 16:43:21,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 16:43:21,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 16:43:21,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 16:43:21,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:43:21,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa794daf-ae9e-4250-9a8e-cee62b23edd9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 16:43:21,448 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fa794daf-ae9e-4250-9a8e-cee62b23edd9 2018-07-21 16:43:21,448 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 16:43:21,850 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T17:43:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["46HuF5tUSuWxUXwvFdUkGw"], "issued_at": "2018-07-21T16:43:21.000000Z"}} 2018-07-21 16:43:21,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 16:43:21,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" 2018-07-21 16:43:22,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2f898187-135f-4fac-a1ed-d5b5a8cc75d0 Date: Sat, 21 Jul 2018 16:43:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 16:43:22,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2f898187-135f-4fac-a1ed-d5b5a8cc75d0 2018-07-21 16:43:22,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.287518978119s 2018-07-21 16:43:22,140 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2f898187-135f-4fac-a1ed-d5b5a8cc75d0 2018-07-21 16:43:22,145 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-07-21 16:43:22,146 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-21 16:43:23,781 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:06d561ab1ae8723493b484c1effc2790 sha256:98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98 2018-07-21 16:43:23,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 16:43:23,787 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 16:43:23 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 16:43:23,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 16:43:23,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" 2018-07-21 16:43:23,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8b513780-2942-4ea7-a4de-5c553b21b898 Date: Sat, 21 Jul 2018 16:43:23 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 16:43:23,978 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8b513780-2942-4ea7-a4de-5c553b21b898 2018-07-21 16:43:23,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.189155101776s 2018-07-21 16:43:23,978 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-8b513780-2942-4ea7-a4de-5c553b21b898 2018-07-21 16:43:23,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 16:43:23,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" -d '{"owner_specified.shade.md5": "06d561ab1ae8723493b484c1effc2790", "owner_specified.shade.sha256": "98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98", "owner_specified.shade.object": "images/vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2"}' 2018-07-21 16:43:24,053 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cfada277-2313-4c34-99ec-45ea07851445 Date: Sat, 21 Jul 2018 16:43:24 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "16927457-d759-444d-ba2f-cb16cbcdf044", "size": null, "self": "/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98", "updated_at": "2018-07-21T16:43:24Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "06d561ab1ae8723493b484c1effc2790", "name": "vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "checksum": null, "created_at": "2018-07-21T16:43:24Z", "protected": false} 2018-07-21 16:43:24,053 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cfada277-2313-4c34-99ec-45ea07851445 2018-07-21 16:43:24,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0683341026306s 2018-07-21 16:43:24,053 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-cfada277-2313-4c34-99ec-45ea07851445 returning object 16927457-d759-444d-ba2f-cb16cbcdf044 2018-07-21 16:43:24,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 16:43:24,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044/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}c11f7268e1e11df2794b30114b6e5264c0f1c60c" -d '' 2018-07-21 16:43:28,245 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ea48af25-fdf9-4c64-8b9d-d302adea4889 Date: Sat, 21 Jul 2018 16:43:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 16:43:28,245 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044/file used request id req-ea48af25-fdf9-4c64-8b9d-d302adea4889 2018-07-21 16:43:28,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.19112205505s 2018-07-21 16:43:28,245 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044/file used request id req-ea48af25-fdf9-4c64-8b9d-d302adea4889 2018-07-21 16:43:28,246 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T16:43:24Z', u'owner_specified.shade.sha256': u'98087fed614aef8f63d5d2e3fcd1f6d82f1faa547a78915b63717f62410bcc98', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'06d561ab1ae8723493b484c1effc2790', u'id': u'16927457-d759-444d-ba2f-cb16cbcdf044', u'size': None, u'name': u'vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2', u'checksum': None, u'self': u'/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T16:43:24Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 16:43:28,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 16:43:28,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-07-21 16:43:28,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83e67e55-28b8-4f58-ad42-7f407c5a03c4 x-compute-request-id: req-83e67e55-28b8-4f58-ad42-7f407c5a03c4 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}} 2018-07-21 16:43:28,481 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-83e67e55-28b8-4f58-ad42-7f407c5a03c4 2018-07-21 16:43:28,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.234746932983s 2018-07-21 16:43:28,482 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-83e67e55-28b8-4f58-ad42-7f407c5a03c4 2018-07-21 16:43:28,482 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2', 'ephemeral': 0, 'ram': 2048, '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'a6906d7d21744bd98421510fc029622a', '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': 0, 'id': u'cfecbba9-7186-4bf1-a970-fe70d70cb413', 'swap': 0}) 2018-07-21 16:43:28,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 16:43:28,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413/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}c11f7268e1e11df2794b30114b6e5264c0f1c60c" -d '{"extra_specs": {}}' 2018-07-21 16:43:28,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6648e9c5-a56e-4802-8d22-713020667c0f x-compute-request-id: req-6648e9c5-a56e-4802-8d22-713020667c0f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 16:43:28,507 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413/os-extra_specs used request id req-6648e9c5-a56e-4802-8d22-713020667c0f 2018-07-21 16:43:28,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236580371857s 2018-07-21 16:43:28,507 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413/os-extra_specs used request id req-6648e9c5-a56e-4802-8d22-713020667c0f 2018-07-21 16:43:28,507 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2' 2018-07-21 16:43:28,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 16:43:28,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" -d '{"keypair": {"name": "vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2"}}' 2018-07-21 16:43:28,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 16:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d4136060-3f78-47c9-8a96-e8688ff3005a x-compute-request-id: req-d4136060-3f78-47c9-8a96-e8688ff3005a Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpmsL9uW7Vg1G3YGg7WHEylbFtUs2lM1Rw16C3aN50WMGlevbrSgdXDlQmTXo2PxOf8FdYZwSXgD7gQOOmfJ/SxluzJP8XwF50wmF/siJ45wNQQZoMPwjlqfy0/PUp4EfB6/DsueEUYasvYuhl4AwlCbgNWLpU+y6zqzeQfCqfknonHQsHAI6dkOdmu15Uw0dVxrPtieqK7h7Z2kdXktsEWfC7Se3VrBP44UN5laiW/ztkXXAqvlXcjHDHk7HsCeSoUdq5YQ6BlDcdCXBqIyEhYcmfxbYUj5Pg+NOhUSyifblgP4vYQSx/rI4ZJ+dpX9Lf5ErD1YkZ56+VmlnIwl29 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6ZrC/blu1YNRt2BoO1hxMpWxbVLNpTNUcNegt2jedFjBpXr2\n60oHVw5UJk16Nj8Tn/BXWGcEl4A+4EDjpnyf0sZbsyT/F8BedMJhf7IieOcDUEGa\nDD8I5an8tPz1KeBHwevw7LnhFGGrL2LoZeAMJQm4DVi6VPsus6s3kHwqn5J6Jx0L\nBwCOnZDnZrteVMNHVcaz7Ynqiu4e2dpHV5LbBFnwu0nt1awT+OFDeZWolv87ZF1w\nKr5V3Ixwx5Ox7AnkqFHauWEOgZQ3HQlwaiMhIWHJn8W2FI+T4PjToVEson25YD+L\n2EEsf6yOGSfnaV/S3+RKw9WJGeevlZpZyMJdvQIDAQABAoIBAQC3LKhrhcT33UHt\nVcZFiqMwdBqtS7l/KZGz7hDS4INWneYyWQpXEzRQOicX5bbH5IwB5NbItfbuyRwE\ngj0/5gb4optzDLaOLESkr2r+U3MedJ6vhtFBewgB9ln2nUesb3Y1BEplhZeNgMxX\nmun6QEWloUpWBNYPHurO7ZnjTMmrVxOijoKgNq77kxaEUSEGLSmu0X1Yb5/yWflo\nfk9h0hY5Z0DZcMk58YAnCvfHIMOzp66ZUF5k1EUN17XDdW4PshXndsvKDSPAEryo\npNoPAsRH1eEdncm0xW3qd4zfXHfZAEFxp6i/aPMOz7eT8Y2MLIT9khM3TlS8wWAx\nueslMBUhAoGBAPm7C/UzSwfKwbFhJ7BAggu/KTAwoP4EPkNgPxMTp+Pd43c91kQb\nlMAqP1hpeDcUQlz02ijnwr6ZhxJr6qdeUZssP72l+dMDBYBE6etB2S1xa+GOXHc4\n4FX/VquEUkfZct/+GGhqaPp1nnrL3aODn5lcvnqK+00BIBi+JGG+0XZJAoGBAO94\nE6FExSr9vZcyMF/3R+TVbC5PBAMT9z//IoAW+fRyoRYEzdJkpdxZtBob2p2uOGgW\nZZ1Epz4o/4rErTuvxLkf8oOSvRJPcachXX4sgRJtBZlNIZLQv81aL6NCVg0IznW4\nxIPz0kt/GqHRSYVAqPMi+jXcKCv9pjPleTj391vVAoGBAO1gfYpSelRqx1hrKEWh\n27t8tpMG9lDeCa0TlID2oxS2+puCnOPab7eFsPbCMjHwwPAJEkHlorh3yOuaxs7W\nma1tDx2e4exQp+74En279sr6T/hz0LLGzn8QGfso6OlA6a++oMbHtwezu7Ovivr9\nhzxI6woih6L3meHLA1wh/Ip5AoGAf+rkkYDq0cw5OkrVDG5LOTHIV/RdcEd6C/V9\nuG6Nlsakxd5LE9gvwUUpr8ixPwmRmAhev2Os8sdzuezVnMyHiVxHb4Ey/lTxoRVx\nm7SqPe1+0CUjigl4a3mBePQ2gz/xCXFpiBL2gt2inE3vt/6SQU6t2ZeA3f7giVhL\nKONMfwECgYA1IxtlZWW0UJG/Q3+U3QqaJbvECptolXk1U70Wqis3EJbAmDWejHb5\n0blpLNxbxHM1OOr2mqCFW1Vclpvcde8S0mm4YN5Iug7u/STl3Ot1Oel5/NkL/pjQ\npVatZRfmvht/5KB6qYspEoeff/lr+59V0y1joC3etxhjjyMDIpwi4w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "2a2432a175e24e539f898da0a66c9eae", "name": "vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "fingerprint": "1c:44:b0:f4:15:45:2a:f0:4b:82:f5:da:0e:21:30:91"}} 2018-07-21 16:43:28,617 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-d4136060-3f78-47c9-8a96-e8688ff3005a 2018-07-21 16:43:28,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.109844923019s 2018-07-21 16:43:28,618 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-d4136060-3f78-47c9-8a96-e8688ff3005a 2018-07-21 16:43:28,619 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpmsL9uW7Vg1G3YGg7WHEylbFtUs2lM1Rw16C3aN50WMGlevbrSgdXDlQmTXo2PxOf8FdYZwSXgD7gQOOmfJ/SxluzJP8XwF50wmF/siJ45wNQQZoMPwjlqfy0/PUp4EfB6/DsueEUYasvYuhl4AwlCbgNWLpU+y6zqzeQfCqfknonHQsHAI6dkOdmu15Uw0dVxrPtieqK7h7Z2kdXktsEWfC7Se3VrBP44UN5laiW/ztkXXAqvlXcjHDHk7HsCeSoUdq5YQ6BlDcdCXBqIyEhYcmfxbYUj5Pg+NOhUSyifblgP4vYQSx/rI4ZJ+dpX9Lf5ErD1YkZ56+VmlnIwl29 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6ZrC/blu1YNRt2BoO1hxMpWxbVLNpTNUcNegt2jedFjBpXr2\n60oHVw5UJk16Nj8Tn/BXWGcEl4A+4EDjpnyf0sZbsyT/F8BedMJhf7IieOcDUEGa\nDD8I5an8tPz1KeBHwevw7LnhFGGrL2LoZeAMJQm4DVi6VPsus6s3kHwqn5J6Jx0L\nBwCOnZDnZrteVMNHVcaz7Ynqiu4e2dpHV5LbBFnwu0nt1awT+OFDeZWolv87ZF1w\nKr5V3Ixwx5Ox7AnkqFHauWEOgZQ3HQlwaiMhIWHJn8W2FI+T4PjToVEson25YD+L\n2EEsf6yOGSfnaV/S3+RKw9WJGeevlZpZyMJdvQIDAQABAoIBAQC3LKhrhcT33UHt\nVcZFiqMwdBqtS7l/KZGz7hDS4INWneYyWQpXEzRQOicX5bbH5IwB5NbItfbuyRwE\ngj0/5gb4optzDLaOLESkr2r+U3MedJ6vhtFBewgB9ln2nUesb3Y1BEplhZeNgMxX\nmun6QEWloUpWBNYPHurO7ZnjTMmrVxOijoKgNq77kxaEUSEGLSmu0X1Yb5/yWflo\nfk9h0hY5Z0DZcMk58YAnCvfHIMOzp66ZUF5k1EUN17XDdW4PshXndsvKDSPAEryo\npNoPAsRH1eEdncm0xW3qd4zfXHfZAEFxp6i/aPMOz7eT8Y2MLIT9khM3TlS8wWAx\nueslMBUhAoGBAPm7C/UzSwfKwbFhJ7BAggu/KTAwoP4EPkNgPxMTp+Pd43c91kQb\nlMAqP1hpeDcUQlz02ijnwr6ZhxJr6qdeUZssP72l+dMDBYBE6etB2S1xa+GOXHc4\n4FX/VquEUkfZct/+GGhqaPp1nnrL3aODn5lcvnqK+00BIBi+JGG+0XZJAoGBAO94\nE6FExSr9vZcyMF/3R+TVbC5PBAMT9z//IoAW+fRyoRYEzdJkpdxZtBob2p2uOGgW\nZZ1Epz4o/4rErTuvxLkf8oOSvRJPcachXX4sgRJtBZlNIZLQv81aL6NCVg0IznW4\nxIPz0kt/GqHRSYVAqPMi+jXcKCv9pjPleTj391vVAoGBAO1gfYpSelRqx1hrKEWh\n27t8tpMG9lDeCa0TlID2oxS2+puCnOPab7eFsPbCMjHwwPAJEkHlorh3yOuaxs7W\nma1tDx2e4exQp+74En279sr6T/hz0LLGzn8QGfso6OlA6a++oMbHtwezu7Ovivr9\nhzxI6woih6L3meHLA1wh/Ip5AoGAf+rkkYDq0cw5OkrVDG5LOTHIV/RdcEd6C/V9\nuG6Nlsakxd5LE9gvwUUpr8ixPwmRmAhev2Os8sdzuezVnMyHiVxHb4Ey/lTxoRVx\nm7SqPe1+0CUjigl4a3mBePQ2gz/xCXFpiBL2gt2inE3vt/6SQU6t2ZeA3f7giVhL\nKONMfwECgYA1IxtlZWW0UJG/Q3+U3QqaJbvECptolXk1U70Wqis3EJbAmDWejHb5\n0blpLNxbxHM1OOr2mqCFW1Vclpvcde8S0mm4YN5Iug7u/STl3Ot1Oel5/NkL/pjQ\npVatZRfmvht/5KB6qYspEoeff/lr+59V0y1joC3etxhjjyMDIpwi4w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2a2432a175e24e539f898da0a66c9eae', 'name': u'vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2', 'created_at': '2018-07-21T16:43:28.619059', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6906d7d21744bd98421510fc029622a', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1c:44:b0:f4:15:45:2a:f0:4b:82:f5:da:0e:21:30:91', 'type': 'ssh', 'id': u'vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2'}) 2018-07-21 16:43:28,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 16:43:28,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" 2018-07-21 16:43:28,662 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 16:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f567e802-e86d-47db-8694-33fbe32e9436 x-compute-request-id: req-f567e802-e86d-47db-8694-33fbe32e9436 Content-Length: 0 Content-Type: application/json 2018-07-21 16:43:28,662 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2 used request id req-f567e802-e86d-47db-8694-33fbe32e9436 2018-07-21 16:43:28,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0423271656036s 2018-07-21 16:43:28,662 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/vmtp_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2 used request id req-f567e802-e86d-47db-8694-33fbe32e9436 2018-07-21 16:43:29,482 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-07-21 17:23:33,882 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-07-21 16:43:30,318 INFO Using http://172.30.9.23:5000/v3 2018-07-21 16:43:30,319 INFO VM public key: /tmp/tmpwNB2Qj 2018-07-21 16:43:30,319 INFO VM private key: /tmp/tmptC3LDs 2018-07-21 16:43:31,839 INFO Found image vmtp-img_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2 to launch VM, will continue 2018-07-21 16:43:32,133 INFO Using external network: external. 2018-07-21 16:43:33,165 INFO Created ext router pns_router_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2. 2018-07-21 16:43:33,955 INFO Created internal network: pns-internal-net_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2. 2018-07-21 16:43:34,571 INFO Created internal network: pns-internal-net2_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2. 2018-07-21 16:43:36,353 DEBUG Ext router associated to pns-internal-net_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2 2018-07-21 16:43:37,907 DEBUG Ext router associated to pns-internal-net2_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2 2018-07-21 16:43:37,945 INFO OpenStack agent: Unknown agent 2018-07-21 16:43:37,945 INFO OpenStack network type: vxlan 2018-07-21 16:43:38,868 INFO [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Creating server VM... 2018-07-21 16:43:38,869 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-21 16:43:40,217 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 1 of 50... 2018-07-21 16:43:42,882 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 2 of 50... 2018-07-21 16:43:45,234 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 3 of 50... 2018-07-21 16:43:47,386 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 4 of 50... 2018-07-21 16:43:49,579 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 5 of 50... 2018-07-21 16:43:52,068 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 6 of 50... 2018-07-21 16:43:54,389 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 7 of 50... 2018-07-21 16:43:56,907 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 8 of 50... 2018-07-21 16:43:59,241 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 9 of 50... 2018-07-21 16:44:01,570 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 10 of 50... 2018-07-21 16:44:03,733 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 11 of 50... 2018-07-21 16:44:05,895 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 12 of 50... 2018-07-21 16:44:08,071 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 13 of 50... 2018-07-21 16:44:10,386 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 14 of 50... 2018-07-21 16:44:12,546 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 15 of 50... 2018-07-21 16:44:14,878 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 16 of 50... 2018-07-21 16:44:17,051 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 17 of 50... 2018-07-21 16:44:19,213 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 18 of 50... 2018-07-21 16:44:21,717 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 19 of 50... 2018-07-21 16:44:24,056 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 20 of 50... 2018-07-21 16:44:26,227 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 21 of 50... 2018-07-21 16:44:28,735 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 22 of 50... 2018-07-21 16:44:30,898 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 23 of 50... 2018-07-21 16:44:33,057 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 24 of 50... 2018-07-21 16:44:35,386 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 25 of 50... 2018-07-21 16:44:37,542 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 26 of 50... 2018-07-21 16:44:39,704 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 27 of 50... 2018-07-21 16:44:42,040 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 28 of 50... 2018-07-21 16:44:44,201 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 29 of 50... 2018-07-21 16:44:46,536 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 30 of 50... 2018-07-21 16:44:48,697 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 31 of 50... 2018-07-21 16:44:51,022 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 32 of 50... 2018-07-21 16:44:53,375 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 33 of 50... 2018-07-21 16:44:55,711 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 34 of 50... 2018-07-21 16:44:57,866 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 35 of 50... 2018-07-21 16:45:00,018 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 36 of 50... 2018-07-21 16:45:02,173 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 37 of 50... 2018-07-21 16:45:04,942 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 38 of 50... 2018-07-21 16:45:07,349 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 39 of 50... 2018-07-21 16:45:09,507 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 40 of 50... 2018-07-21 16:45:11,841 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 41 of 50... 2018-07-21 16:45:14,349 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 42 of 50... 2018-07-21 16:45:16,850 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 43 of 50... 2018-07-21 16:45:19,018 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 44 of 50... 2018-07-21 16:45:23,701 INFO [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Internal network IP: 192.168.1.7 2018-07-21 16:45:23,701 INFO [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] SSH IP: 172.30.9.209 2018-07-21 16:45:23,701 INFO [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Setup SSH for ubuntu@172.30.9.209 2018-07-21 16:46:59,187 INFO [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Installing nuttcp-8.1.4... 2018-07-21 16:46:59,255 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Copying nuttcp-8.1.4 to target... 2018-07-21 16:46:59,462 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Starting nuttcp-8.1.4 server... 2018-07-21 16:46:59,504 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] 2018-07-21 16:46:59,550 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Creating client VM... 2018-07-21 16:46:59,550 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-21 16:47:00,782 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 1 of 50... 2018-07-21 16:47:03,232 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 2 of 50... 2018-07-21 16:47:05,757 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 3 of 50... 2018-07-21 16:47:08,087 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 4 of 50... 2018-07-21 16:47:10,248 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] VM status=BUILD, retrying 5 of 50... 2018-07-21 16:47:14,640 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Internal network IP: 192.168.1.4 2018-07-21 16:47:14,640 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] SSH IP: 172.30.9.211 2018-07-21 16:47:14,641 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Setup SSH for ubuntu@172.30.9.211 2018-07-21 16:47:24,358 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Installing nuttcp-8.1.4... 2018-07-21 16:47:24,403 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Copying nuttcp-8.1.4 to target... 2018-07-21 16:47:24,566 INFO ============================================================ 2018-07-21 16:47:24,566 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-07-21 16:47:33,612 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] PING 192.168.1.7 (192.168.1.7) 64(92) bytes of data. 72 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.993 ms 72 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.411 ms 72 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.130 ms 72 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.130 ms 72 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.201 ms 72 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.162 ms 72 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.141 ms 72 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.139 ms 72 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.121 ms 72 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.141 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9563ms rtt min/avg/max/mdev = 0.121/0.256/0.993/0.259 ms 2018-07-21 16:47:42,657 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] PING 192.168.1.7 (192.168.1.7) 391(419) bytes of data. 399 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.140 ms 399 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.180 ms 399 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.159 ms 399 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.152 ms 399 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.143 ms 399 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.144 ms 399 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.114 ms 399 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.105 ms 399 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.124 ms 399 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.115 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.105/0.137/0.180/0.025 ms 2018-07-21 16:47:51,701 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] PING 192.168.1.7 (192.168.1.7) 1500(1528) bytes of data. 1508 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.480 ms 1508 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.263 ms 1508 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.320 ms 1508 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.210 ms 1508 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.160 ms 1508 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.134 ms 1508 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.168 ms 1508 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.194 ms 1508 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.219 ms 1508 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.389 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.134/0.253/0.480/0.107 ms 2018-07-21 16:47:51,702 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Measuring TCP Throughput (packet size=65536)... 2018-07-21 16:47:51,703 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:01,826 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=21061.1929 real_seconds=10.00 rate_Mbps=17663.7368 tx_cpu=37 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.25 2018-07-21 16:48:01,828 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:11,924 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=21088.3750 real_seconds=10.00 rate_Mbps=17688.4830 tx_cpu=38 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.29 2018-07-21 16:48:11,924 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:22,021 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=20262.8672 real_seconds=10.00 rate_Mbps=16994.0934 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.32 2018-07-21 16:48:22,021 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Measuring UDP Throughput (packet size=128)... 2018-07-21 16:48:22,022 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:25,349 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=28.2701 real_seconds=1.00 rate_Mbps=236.8501 tx_cpu=19 rx_cpu=37 drop=0 pkt=231589 data_loss=0.00000 2018-07-21 16:48:25,351 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=1<242534/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:48:25,351 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R727602K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:28,703 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=28.4524 real_seconds=1.00 rate_Mbps=238.4271 tx_cpu=18 rx_cpu=39 drop=265 pkt=233347 data_loss=0.11339 2018-07-21 16:48:28,703 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=1<244149/727602<727602 Kbps loss-rate=0 2018-07-21 16:48:28,704 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R485875K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:32,029 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=27.5300 real_seconds=1.00 rate_Mbps=230.6372 tx_cpu=19 rx_cpu=35 drop=306 pkt=225831 data_loss=0.13531 2018-07-21 16:48:32,029 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=1<236172/485875<485875 Kbps loss-rate=0 2018-07-21 16:48:32,030 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R361023K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:35,358 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=28.6302 real_seconds=1.00 rate_Mbps=239.7635 tx_cpu=20 rx_cpu=37 drop=0 pkt=234539 data_loss=0.00000 2018-07-21 16:48:35,358 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=1<245517/361023<361023 Kbps loss-rate=0 2018-07-21 16:48:35,359 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R303270K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:38,684 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=29.0944 real_seconds=1.00 rate_Mbps=243.7329 tx_cpu=20 rx_cpu=39 drop=0 pkt=238341 data_loss=0.00000 2018-07-21 16:48:38,685 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=1<249582/303270<303270 Kbps loss-rate=0 2018-07-21 16:48:38,685 DEBUG undershot, min=249582 kbps=276426 max=303270 2018-07-21 16:48:38,685 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R276426K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:42,037 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=29.8888 real_seconds=1.00 rate_Mbps=250.3596 tx_cpu=21 rx_cpu=34 drop=0 pkt=244849 data_loss=0.00000 2018-07-21 16:48:42,037 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=249582<256368/276426<303270 Kbps loss-rate=0 2018-07-21 16:48:42,037 DEBUG undershot, min=256368 kbps=279819 max=303270 2018-07-21 16:48:42,038 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R279819K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:45,366 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=28.3982 real_seconds=1.00 rate_Mbps=237.8664 tx_cpu=19 rx_cpu=38 drop=688 pkt=233326 data_loss=0.29492 2018-07-21 16:48:45,366 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=256368<243575/279819<303270 Kbps loss-rate=0 2018-07-21 16:48:45,366 DEBUG undershot, min=279819 kbps=291544 max=303270 2018-07-21 16:48:45,367 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291544K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:48,693 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=28.8090 real_seconds=1.00 rate_Mbps=241.4059 tx_cpu=20 rx_cpu=32 drop=0 pkt=236003 data_loss=0.00000 2018-07-21 16:48:48,694 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=128 throughput=279819<247199/291544<303270 Kbps loss-rate=0 2018-07-21 16:48:48,694 DEBUG undershot, min=291544 kbps=297407 max=303270 2018-07-21 16:48:48,694 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Measuring UDP Throughput (packet size=1024)... 2018-07-21 16:48:48,694 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:52,046 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=228.8037 real_seconds=1.00 rate_Mbps=1918.8688 tx_cpu=31 rx_cpu=38 drop=0 pkt=234295 data_loss=0.00000 2018-07-21 16:48:52,047 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=1<1964921/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:48:52,047 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3482460K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:55,373 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=230.0068 real_seconds=1.00 rate_Mbps=1927.6714 tx_cpu=30 rx_cpu=34 drop=0 pkt=235527 data_loss=0.00000 2018-07-21 16:48:55,373 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=1<1973935/3482460<3482460 Kbps loss-rate=0 2018-07-21 16:48:55,373 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2728197K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:48:58,697 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=218.7510 real_seconds=1.00 rate_Mbps=1834.1358 tx_cpu=40 rx_cpu=33 drop=0 pkt=224001 data_loss=0.00000 2018-07-21 16:48:58,697 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=1<1878155/2728197<2728197 Kbps loss-rate=0 2018-07-21 16:48:58,697 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2303176K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:02,020 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=229.2451 real_seconds=1.00 rate_Mbps=1920.6658 tx_cpu=40 rx_cpu=41 drop=0 pkt=234747 data_loss=0.00000 2018-07-21 16:49:02,021 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=1<1966761/2303176<2303176 Kbps loss-rate=0 2018-07-21 16:49:02,021 DEBUG undershot, min=1966761 kbps=2134968 max=2303176 2018-07-21 16:49:02,021 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2134968K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:05,372 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=229.1318 real_seconds=1.00 rate_Mbps=1921.2345 tx_cpu=44 rx_cpu=40 drop=0 pkt=234631 data_loss=0.00000 2018-07-21 16:49:05,373 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=1966761<1967344/2134968<2303176 Kbps loss-rate=0 2018-07-21 16:49:05,373 DEBUG undershot, min=1967344 kbps=2135260 max=2303176 2018-07-21 16:49:05,373 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2135260K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:08,724 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=220.3311 real_seconds=1.00 rate_Mbps=1846.8691 tx_cpu=34 rx_cpu=39 drop=854 pkt=226473 data_loss=0.37705 2018-07-21 16:49:08,724 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=1967344<1891193/2135260<2303176 Kbps loss-rate=0 2018-07-21 16:49:08,725 DEBUG undershot, min=2135260 kbps=2219218 max=2303176 2018-07-21 16:49:08,725 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2219218K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:12,076 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=210.2529 real_seconds=1.00 rate_Mbps=1762.3477 tx_cpu=37 rx_cpu=34 drop=0 pkt=215299 data_loss=0.00000 2018-07-21 16:49:12,076 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=1024 throughput=2135260<1804644/2219218<2303176 Kbps loss-rate=0 2018-07-21 16:49:12,077 DEBUG undershot, min=2219218 kbps=2261197 max=2303176 2018-07-21 16:49:12,077 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Measuring UDP Throughput (packet size=8192)... 2018-07-21 16:49:12,077 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:15,428 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=595.6562 real_seconds=1.00 rate_Mbps=4997.3165 tx_cpu=99 rx_cpu=19 drop=50 pkt=76294 data_loss=0.06555 2018-07-21 16:49:15,429 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=8192 throughput=1<5117252/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:49:15,429 DEBUG undershot, min=5117252 kbps=7558626 max=10000000 2018-07-21 16:49:15,430 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7558626K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:18,754 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=900.9297 real_seconds=1.00 rate_Mbps=7557.9390 tx_cpu=99 rx_cpu=27 drop=17 pkt=115336 data_loss=0.01474 2018-07-21 16:49:18,754 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=8192 throughput=5117252<7739329/7558626<10000000 Kbps loss-rate=0 2018-07-21 16:49:18,754 DEBUG undershot, min=7739329 kbps=8869664 max=10000000 2018-07-21 16:49:18,755 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8869664K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:22,081 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=1056.3125 real_seconds=1.00 rate_Mbps=8861.2928 tx_cpu=99 rx_cpu=30 drop=132 pkt=135340 data_loss=0.09754 2018-07-21 16:49:22,081 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=8192 throughput=7739329<9073963/8869664<10000000 Kbps loss-rate=0 2018-07-21 16:49:22,082 DEBUG undershot, min=9073963 kbps=9536981 max=10000000 2018-07-21 16:49:22,082 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9536981K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:49:25,405 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] megabytes=1135.3359 real_seconds=1.00 rate_Mbps=9524.4691 tx_cpu=58 rx_cpu=32 drop=200 pkt=145523 data_loss=0.13744 2018-07-21 16:49:25,406 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] pkt-size=8192 throughput=9073963<9753056/9536981<10000000 Kbps loss-rate=0 2018-07-21 16:49:25,406 DEBUG undershot, min=9753056 kbps=9876528 max=10000000 2018-07-21 16:49:25,417 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.4', 'ip_to': u'192.168.1.7', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 18087666, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.29, 'throughput_kbps': 18113006, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.32, 'throughput_kbps': 17401951, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 247199, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1804644, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.14, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9753056, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.256', 'rtt_max_ms': '0.993', 'rtt_min_ms': '0.121', 'rtt_stddev': '0.259', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.137', 'rtt_max_ms': '0.180', 'rtt_min_ms': '0.105', 'rtt_stddev': '0.025', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.253', 'rtt_max_ms': '0.480', 'rtt_min_ms': '0.134', 'rtt_stddev': '0.107', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-07-21 16:49:25,418 INFO Deleting floating ip be00b214-a30b-4649-98bf-d17aadd86aa5 2018-07-21 16:49:26,515 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Floating IP 172.30.9.211 deleted 2018-07-21 16:49:26,848 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Instance deleted 2018-07-21 16:49:26,962 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Creating client VM... 2018-07-21 16:49:26,962 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-07-21 16:49:28,375 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] VM status=BUILD, retrying 1 of 50... 2018-07-21 16:49:30,675 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] VM status=BUILD, retrying 2 of 50... 2018-07-21 16:49:33,194 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] VM status=BUILD, retrying 3 of 50... 2018-07-21 16:49:35,353 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] VM status=BUILD, retrying 4 of 50... 2018-07-21 16:49:37,690 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] VM status=BUILD, retrying 5 of 50... 2018-07-21 16:49:42,054 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Internal network IP: 192.168.2.3 2018-07-21 16:49:42,054 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] SSH IP: 172.30.9.201 2018-07-21 16:49:42,054 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Setup SSH for ubuntu@172.30.9.201 2018-07-21 16:51:19,526 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Installing nuttcp-8.1.4... 2018-07-21 16:51:19,569 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Copying nuttcp-8.1.4 to target... 2018-07-21 16:51:19,737 INFO ============================================================ 2018-07-21 16:51:19,738 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-07-21 16:51:28,780 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] PING 192.168.1.7 (192.168.1.7) 64(92) bytes of data. 72 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.869 ms 72 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.369 ms 72 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.237 ms 72 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.121 ms 72 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.111 ms 72 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.114 ms 72 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.128 ms 72 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.129 ms 72 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.121 ms 72 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.147 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.111/0.234/0.869/0.225 ms 2018-07-21 16:51:37,820 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] PING 192.168.1.7 (192.168.1.7) 391(419) bytes of data. 399 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.132 ms 399 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.120 ms 399 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.300 ms 399 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.280 ms 399 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.131 ms 399 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.218 ms 399 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.109 ms 399 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.195 ms 399 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.190 ms 399 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.274 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.109/0.194/0.300/0.070 ms 2018-07-21 16:51:46,860 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] PING 192.168.1.7 (192.168.1.7) 1500(1528) bytes of data. 1508 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.386 ms 1508 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.232 ms 1508 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.245 ms 1508 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.203 ms 1508 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.315 ms 1508 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.188 ms 1508 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.420 ms 1508 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.238 ms 1508 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.273 ms 1508 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.195 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.188/0.269/0.420/0.077 ms 2018-07-21 16:51:46,861 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring TCP Throughput (packet size=65536)... 2018-07-21 16:51:46,862 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:51:56,987 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=19359.9258 real_seconds=10.00 rate_Mbps=16236.7952 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.30 2018-07-21 16:51:56,987 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:07,085 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=19109.8857 real_seconds=10.00 rate_Mbps=16027.1186 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.36 2018-07-21 16:52:07,086 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:17,184 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=20317.2465 real_seconds=10.00 rate_Mbps=17039.4396 tx_cpu=36 rx_cpu=53 retrans=0 cwnd=3137 rtt_ms=0.16 2018-07-21 16:52:17,185 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring UDP Throughput (packet size=128)... 2018-07-21 16:52:17,185 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:20,510 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=25.9692 real_seconds=1.00 rate_Mbps=217.9888 tx_cpu=16 rx_cpu=34 drop=109 pkt=212849 data_loss=0.05119 2018-07-21 16:52:20,511 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<223220/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:52:20,511 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R669660K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:23,838 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=27.4562 real_seconds=1.00 rate_Mbps=229.9007 tx_cpu=18 rx_cpu=36 drop=0 pkt=224921 data_loss=0.00000 2018-07-21 16:52:23,838 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<235418/669660<669660 Kbps loss-rate=0 2018-07-21 16:52:23,839 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R452539K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:27,166 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=26.9812 real_seconds=1.00 rate_Mbps=225.9865 tx_cpu=19 rx_cpu=33 drop=0 pkt=221030 data_loss=0.00000 2018-07-21 16:52:27,166 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<231410/452539<452539 Kbps loss-rate=0 2018-07-21 16:52:27,167 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R341974K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:30,494 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=26.4696 real_seconds=1.00 rate_Mbps=221.7119 tx_cpu=17 rx_cpu=33 drop=0 pkt=216839 data_loss=0.00000 2018-07-21 16:52:30,494 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<227032/341974<341974 Kbps loss-rate=0 2018-07-21 16:52:30,495 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R284503K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:33,846 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=27.3115 real_seconds=1.00 rate_Mbps=228.6536 tx_cpu=19 rx_cpu=33 drop=0 pkt=223736 data_loss=0.00000 2018-07-21 16:52:33,846 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<234141/284503<284503 Kbps loss-rate=0 2018-07-21 16:52:33,846 DEBUG undershot, min=234141 kbps=259322 max=284503 2018-07-21 16:52:33,847 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R259322K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:37,173 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=24.9852 real_seconds=1.00 rate_Mbps=209.2201 tx_cpu=21 rx_cpu=32 drop=0 pkt=204679 data_loss=0.00000 2018-07-21 16:52:37,173 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=234141<214241/259322<284503 Kbps loss-rate=0 2018-07-21 16:52:37,173 DEBUG undershot, min=259322 kbps=271912 max=284503 2018-07-21 16:52:37,174 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R271912K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:40,501 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=27.3672 real_seconds=1.00 rate_Mbps=229.2780 tx_cpu=17 rx_cpu=35 drop=0 pkt=224192 data_loss=0.00000 2018-07-21 16:52:40,501 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=259322<234780/271912<284503 Kbps loss-rate=0 2018-07-21 16:52:40,501 DEBUG undershot, min=271912 kbps=278207 max=284503 2018-07-21 16:52:40,502 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring UDP Throughput (packet size=1024)... 2018-07-21 16:52:40,502 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:43,855 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=203.2832 real_seconds=1.00 rate_Mbps=1702.8247 tx_cpu=35 rx_cpu=34 drop=0 pkt=208162 data_loss=0.00000 2018-07-21 16:52:43,855 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1743692/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:52:43,856 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3371846K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:47,181 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=196.5781 real_seconds=1.00 rate_Mbps=1647.9078 tx_cpu=35 rx_cpu=34 drop=72 pkt=201368 data_loss=0.03575 2018-07-21 16:52:47,182 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1687457/3371846<3371846 Kbps loss-rate=0 2018-07-21 16:52:47,182 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2529651K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:50,509 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=217.1953 real_seconds=1.00 rate_Mbps=1821.1905 tx_cpu=32 rx_cpu=34 drop=0 pkt=222408 data_loss=0.00000 2018-07-21 16:52:50,510 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1864899/2529651<2529651 Kbps loss-rate=0 2018-07-21 16:52:50,510 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2197275K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:53,837 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=192.3760 real_seconds=1.00 rate_Mbps=1612.9586 tx_cpu=28 rx_cpu=32 drop=385 pkt=197378 data_loss=0.19507 2018-07-21 16:52:53,837 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1651669/2197275<2197275 Kbps loss-rate=0 2018-07-21 16:52:53,838 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1924472K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:52:57,166 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=199.9707 real_seconds=1.00 rate_Mbps=1675.7800 tx_cpu=35 rx_cpu=35 drop=0 pkt=204770 data_loss=0.00000 2018-07-21 16:52:57,166 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1715998/1924472<1924472 Kbps loss-rate=0 2018-07-21 16:52:57,167 DEBUG undershot, min=1715998 kbps=1820235 max=1924472 2018-07-21 16:52:57,167 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1820235K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:53:00,518 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=202.8936 real_seconds=1.00 rate_Mbps=1701.2681 tx_cpu=35 rx_cpu=35 drop=0 pkt=207763 data_loss=0.00000 2018-07-21 16:53:00,519 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1715998<1742098/1820235<1924472 Kbps loss-rate=0 2018-07-21 16:53:00,519 DEBUG undershot, min=1742098 kbps=1833285 max=1924472 2018-07-21 16:53:00,519 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1833285K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:53:03,846 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=213.5830 real_seconds=1.00 rate_Mbps=1790.0066 tx_cpu=56 rx_cpu=32 drop=0 pkt=218709 data_loss=0.00000 2018-07-21 16:53:03,846 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1742098<1832966/1833285<1924472 Kbps loss-rate=0 2018-07-21 16:53:03,847 DEBUG undershot, min=1832966 kbps=1878719 max=1924472 2018-07-21 16:53:03,847 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring UDP Throughput (packet size=8192)... 2018-07-21 16:53:03,847 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:53:07,198 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=596.0469 real_seconds=1.00 rate_Mbps=5000.1236 tx_cpu=99 rx_cpu=23 drop=0 pkt=76294 data_loss=0.00000 2018-07-21 16:53:07,198 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=1<5120126/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:53:07,199 DEBUG undershot, min=5120126 kbps=7560063 max=10000000 2018-07-21 16:53:07,199 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560063K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:53:10,550 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=900.5000 real_seconds=1.00 rate_Mbps=7554.9010 tx_cpu=98 rx_cpu=27 drop=93 pkt=115357 data_loss=0.08062 2018-07-21 16:53:10,551 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=5120126<7736218/7560063<10000000 Kbps loss-rate=0 2018-07-21 16:53:10,551 DEBUG undershot, min=7736218 kbps=8868109 max=10000000 2018-07-21 16:53:10,552 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8868109K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:53:13,903 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=1056.9688 real_seconds=1.00 rate_Mbps=8867.8267 tx_cpu=96 rx_cpu=30 drop=24 pkt=135316 data_loss=0.01773 2018-07-21 16:53:13,904 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=7736218<9080654/8868109<10000000 Kbps loss-rate=0 2018-07-21 16:53:13,904 DEBUG undershot, min=9080654 kbps=9540327 max=10000000 2018-07-21 16:53:13,904 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9540327K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:53:17,229 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=1136.5469 real_seconds=1.00 rate_Mbps=9534.2178 tx_cpu=98 rx_cpu=38 drop=96 pkt=145574 data_loss=0.06595 2018-07-21 16:53:17,229 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=9080654<9763039/9540327<10000000 Kbps loss-rate=0 2018-07-21 16:53:17,230 DEBUG undershot, min=9763039 kbps=9881519 max=10000000 2018-07-21 16:53:17,240 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.3', 'ip_to': u'192.168.1.7', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.3, 'throughput_kbps': 16626478, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.36, 'throughput_kbps': 16411769, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.16, 'throughput_kbps': 17448386, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 234780, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1832966, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.07, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9763039, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.234', 'rtt_max_ms': '0.869', 'rtt_min_ms': '0.111', 'rtt_stddev': '0.225', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.194', 'rtt_max_ms': '0.300', 'rtt_min_ms': '0.109', 'rtt_stddev': '0.070', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.269', 'rtt_max_ms': '0.420', 'rtt_min_ms': '0.188', 'rtt_stddev': '0.077', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-21 16:53:17,242 INFO ============================================================ 2018-07-21 16:53:17,242 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-07-21 16:53:26,310 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] PING 172.30.9.209 (172.30.9.209) 64(92) bytes of data. 72 bytes from 172.30.9.209: icmp_seq=1 ttl=64 time=0.593 ms 72 bytes from 172.30.9.209: icmp_seq=2 ttl=64 time=0.175 ms 72 bytes from 172.30.9.209: icmp_seq=3 ttl=64 time=0.123 ms 72 bytes from 172.30.9.209: icmp_seq=4 ttl=64 time=0.161 ms 72 bytes from 172.30.9.209: icmp_seq=5 ttl=64 time=0.158 ms 72 bytes from 172.30.9.209: icmp_seq=6 ttl=64 time=0.103 ms 72 bytes from 172.30.9.209: icmp_seq=7 ttl=64 time=0.108 ms 72 bytes from 172.30.9.209: icmp_seq=8 ttl=64 time=0.116 ms 72 bytes from 172.30.9.209: icmp_seq=9 ttl=64 time=0.112 ms 72 bytes from 172.30.9.209: icmp_seq=10 ttl=64 time=0.332 ms --- 172.30.9.209 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.103/0.198/0.593/0.146 ms 2018-07-21 16:53:35,358 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] PING 172.30.9.209 (172.30.9.209) 391(419) bytes of data. 399 bytes from 172.30.9.209: icmp_seq=1 ttl=64 time=0.179 ms 399 bytes from 172.30.9.209: icmp_seq=2 ttl=64 time=0.348 ms 399 bytes from 172.30.9.209: icmp_seq=3 ttl=64 time=0.224 ms 399 bytes from 172.30.9.209: icmp_seq=4 ttl=64 time=0.327 ms 399 bytes from 172.30.9.209: icmp_seq=5 ttl=64 time=0.230 ms 399 bytes from 172.30.9.209: icmp_seq=6 ttl=64 time=0.301 ms 399 bytes from 172.30.9.209: icmp_seq=7 ttl=64 time=0.121 ms 399 bytes from 172.30.9.209: icmp_seq=8 ttl=64 time=0.246 ms 399 bytes from 172.30.9.209: icmp_seq=9 ttl=64 time=0.202 ms 399 bytes from 172.30.9.209: icmp_seq=10 ttl=64 time=0.314 ms --- 172.30.9.209 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.121/0.249/0.348/0.069 ms 2018-07-21 16:53:44,403 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] PING 172.30.9.209 (172.30.9.209) 1500(1528) bytes of data. 1508 bytes from 172.30.9.209: icmp_seq=1 ttl=64 time=0.477 ms 1508 bytes from 172.30.9.209: icmp_seq=2 ttl=64 time=0.148 ms 1508 bytes from 172.30.9.209: icmp_seq=3 ttl=64 time=0.173 ms 1508 bytes from 172.30.9.209: icmp_seq=4 ttl=64 time=0.318 ms 1508 bytes from 172.30.9.209: icmp_seq=5 ttl=64 time=0.212 ms 1508 bytes from 172.30.9.209: icmp_seq=6 ttl=64 time=0.472 ms 1508 bytes from 172.30.9.209: icmp_seq=7 ttl=64 time=0.262 ms 1508 bytes from 172.30.9.209: icmp_seq=8 ttl=64 time=0.152 ms 1508 bytes from 172.30.9.209: icmp_seq=9 ttl=64 time=0.185 ms 1508 bytes from 172.30.9.209: icmp_seq=10 ttl=64 time=0.253 ms --- 172.30.9.209 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.148/0.265/0.477/0.116 ms 2018-07-21 16:53:44,403 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring TCP Throughput (packet size=65536)... 2018-07-21 16:53:44,404 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:53:54,502 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=19204.8750 real_seconds=10.00 rate_Mbps=16106.7378 tx_cpu=36 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.24 2018-07-21 16:53:54,503 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:04,602 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=19227.4218 real_seconds=10.00 rate_Mbps=16125.4184 tx_cpu=35 rx_cpu=50 retrans=0 cwnd=3135 rtt_ms=0.44 2018-07-21 16:54:04,603 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:14,701 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=20127.2014 real_seconds=10.00 rate_Mbps=16881.9957 tx_cpu=36 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.20 2018-07-21 16:54:14,702 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring UDP Throughput (packet size=128)... 2018-07-21 16:54:14,702 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:18,026 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=29.8427 real_seconds=1.00 rate_Mbps=250.5969 tx_cpu=20 rx_cpu=38 drop=300 pkt=244771 data_loss=0.12249 2018-07-21 16:54:18,027 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<256611/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:54:18,027 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R769833K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:21,356 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=31.0615 real_seconds=1.00 rate_Mbps=260.3339 tx_cpu=21 rx_cpu=36 drop=0 pkt=254456 data_loss=0.00000 2018-07-21 16:54:21,356 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<266581/769833<769833 Kbps loss-rate=0 2018-07-21 16:54:21,357 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R518207K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:24,682 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=29.5789 real_seconds=1.00 rate_Mbps=247.6762 tx_cpu=20 rx_cpu=36 drop=14 pkt=242324 data_loss=0.00575 2018-07-21 16:54:24,683 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<253620/518207<518207 Kbps loss-rate=0 2018-07-21 16:54:24,683 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R385913K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:28,010 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=30.1492 real_seconds=1.00 rate_Mbps=252.5709 tx_cpu=19 rx_cpu=38 drop=0 pkt=246982 data_loss=0.00000 2018-07-21 16:54:28,010 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<258632/385913<385913 Kbps loss-rate=0 2018-07-21 16:54:28,011 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R322272K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:31,340 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=30.8535 real_seconds=1.00 rate_Mbps=258.4640 tx_cpu=21 rx_cpu=37 drop=0 pkt=252752 data_loss=0.00000 2018-07-21 16:54:31,340 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=1<264667/322272<322272 Kbps loss-rate=0 2018-07-21 16:54:31,341 DEBUG undershot, min=264667 kbps=293469 max=322272 2018-07-21 16:54:31,341 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R293469K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:34,694 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=27.1353 real_seconds=1.00 rate_Mbps=227.3342 tx_cpu=24 rx_cpu=32 drop=87 pkt=222379 data_loss=0.03905 2018-07-21 16:54:34,694 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=128 throughput=264667<232790/293469<322272 Kbps loss-rate=0 2018-07-21 16:54:34,694 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring UDP Throughput (packet size=1024)... 2018-07-21 16:54:34,695 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:38,022 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=220.9746 real_seconds=1.00 rate_Mbps=1852.2913 tx_cpu=38 rx_cpu=35 drop=0 pkt=226278 data_loss=0.00000 2018-07-21 16:54:38,023 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1896746/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:54:38,023 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3448373K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:41,350 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=240.1162 real_seconds=1.00 rate_Mbps=2012.6106 tx_cpu=31 rx_cpu=36 drop=18 pkt=245897 data_loss=0.00733 2018-07-21 16:54:41,350 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<2060913/3448373<3448373 Kbps loss-rate=0 2018-07-21 16:54:41,351 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2754643K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:44,674 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=229.5928 real_seconds=1.00 rate_Mbps=1924.7627 tx_cpu=29 rx_cpu=33 drop=0 pkt=235103 data_loss=0.00000 2018-07-21 16:54:44,675 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1970957/2754643<2754643 Kbps loss-rate=0 2018-07-21 16:54:44,675 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2362800K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:48,027 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=232.2275 real_seconds=1.00 rate_Mbps=1946.0341 tx_cpu=38 rx_cpu=40 drop=0 pkt=237801 data_loss=0.00000 2018-07-21 16:54:48,027 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1<1992738/2362800<2362800 Kbps loss-rate=0 2018-07-21 16:54:48,028 DEBUG undershot, min=1992738 kbps=2177769 max=2362800 2018-07-21 16:54:48,028 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2177769K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:51,355 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=210.5635 real_seconds=1.00 rate_Mbps=1764.8802 tx_cpu=38 rx_cpu=34 drop=0 pkt=215617 data_loss=0.00000 2018-07-21 16:54:51,355 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=1992738<1807237/2177769<2362800 Kbps loss-rate=0 2018-07-21 16:54:51,355 DEBUG undershot, min=2177769 kbps=2270284 max=2362800 2018-07-21 16:54:51,356 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2270284K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:54,707 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=217.9121 real_seconds=1.00 rate_Mbps=1827.1296 tx_cpu=51 rx_cpu=33 drop=0 pkt=223142 data_loss=0.00000 2018-07-21 16:54:54,707 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=1024 throughput=2177769<1870980/2270284<2362800 Kbps loss-rate=0 2018-07-21 16:54:54,708 DEBUG undershot, min=2270284 kbps=2316542 max=2362800 2018-07-21 16:54:54,708 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Measuring UDP Throughput (packet size=8192)... 2018-07-21 16:54:54,708 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:54:58,059 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=596.0391 real_seconds=1.00 rate_Mbps=5000.2931 tx_cpu=99 rx_cpu=21 drop=1 pkt=76294 data_loss=0.00131 2018-07-21 16:54:58,059 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=1<5120300/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:54:58,060 DEBUG undershot, min=5120300 kbps=7560150 max=10000000 2018-07-21 16:54:58,060 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7560150K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:55:01,411 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=901.1250 real_seconds=1.00 rate_Mbps=7559.4565 tx_cpu=99 rx_cpu=29 drop=15 pkt=115359 data_loss=0.01300 2018-07-21 16:55:01,411 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=5120300<7740883/7560150<10000000 Kbps loss-rate=0 2018-07-21 16:55:01,411 DEBUG undershot, min=7740883 kbps=8870441 max=10000000 2018-07-21 16:55:01,412 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8870441K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:55:04,739 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=1047.4688 real_seconds=1.00 rate_Mbps=8787.8856 tx_cpu=94 rx_cpu=32 drop=1276 pkt=135352 data_loss=0.94272 2018-07-21 16:55:04,739 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=7740883<8998794/8870441<10000000 Kbps loss-rate=0 2018-07-21 16:55:04,740 DEBUG undershot, min=8998794 kbps=9499397 max=10000000 2018-07-21 16:55:04,740 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9499397K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:55:08,067 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=1087.7500 real_seconds=1.00 rate_Mbps=9111.9152 tx_cpu=48 rx_cpu=32 drop=89 pkt=139321 data_loss=0.06388 2018-07-21 16:55:08,068 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=8998794<9330601/9499397<10000000 Kbps loss-rate=0 2018-07-21 16:55:08,068 DEBUG undershot, min=9330601 kbps=9665300 max=10000000 2018-07-21 16:55:08,069 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9665300K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 16:55:11,420 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] megabytes=1152.1719 real_seconds=1.00 rate_Mbps=9666.4232 tx_cpu=92 rx_cpu=37 drop=3 pkt=147481 data_loss=0.00203 2018-07-21 16:55:11,420 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] pkt-size=8192 throughput=9330601<9898417/9665300<10000000 Kbps loss-rate=0 2018-07-21 16:55:11,420 DEBUG undershot, min=9898417 kbps=9949208 max=10000000 2018-07-21 16:55:11,431 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.3', 'ip_to': u'172.30.9.209', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.24, 'throughput_kbps': 16493299, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.44, 'throughput_kbps': 16512428, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.2, 'throughput_kbps': 17287163, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.04, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 232790, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1870980, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9898417, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.198', 'rtt_max_ms': '0.593', 'rtt_min_ms': '0.103', 'rtt_stddev': '0.146', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.249', 'rtt_max_ms': '0.348', 'rtt_min_ms': '0.121', 'rtt_stddev': '0.069', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.265', 'rtt_max_ms': '0.477', 'rtt_min_ms': '0.148', 'rtt_stddev': '0.116', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-21 16:55:11,432 INFO Deleting floating ip 7eb937c2-5b48-4ade-858b-1fadaa43549f 2018-07-21 16:55:12,588 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Floating IP 172.30.9.201 deleted 2018-07-21 16:55:12,936 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d22] Instance deleted 2018-07-21 16:55:12,944 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Creating client VM... 2018-07-21 16:55:12,945 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-07-21 16:55:14,661 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 1 of 50... 2018-07-21 16:55:17,216 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 2 of 50... 2018-07-21 16:55:19,719 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 3 of 50... 2018-07-21 16:55:21,880 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 4 of 50... 2018-07-21 16:55:24,221 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 5 of 50... 2018-07-21 16:55:26,376 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 6 of 50... 2018-07-21 16:55:28,864 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 7 of 50... 2018-07-21 16:55:31,294 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 8 of 50... 2018-07-21 16:55:33,805 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 9 of 50... 2018-07-21 16:55:36,149 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 10 of 50... 2018-07-21 16:55:38,310 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 11 of 50... 2018-07-21 16:55:40,648 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 12 of 50... 2018-07-21 16:55:42,900 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 13 of 50... 2018-07-21 16:55:45,224 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 14 of 50... 2018-07-21 16:55:47,432 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 15 of 50... 2018-07-21 16:55:49,787 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 16 of 50... 2018-07-21 16:55:52,138 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 17 of 50... 2018-07-21 16:55:54,472 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 18 of 50... 2018-07-21 16:55:56,787 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 19 of 50... 2018-07-21 16:55:59,250 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 20 of 50... 2018-07-21 16:56:01,420 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 21 of 50... 2018-07-21 16:56:03,581 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 22 of 50... 2018-07-21 16:56:05,943 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 23 of 50... 2018-07-21 16:56:08,452 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 24 of 50... 2018-07-21 16:56:10,775 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 25 of 50... 2018-07-21 16:56:13,089 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 26 of 50... 2018-07-21 16:56:15,244 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 27 of 50... 2018-07-21 16:56:17,421 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 28 of 50... 2018-07-21 16:56:19,757 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 29 of 50... 2018-07-21 16:56:22,143 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 30 of 50... 2018-07-21 16:56:24,297 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 31 of 50... 2018-07-21 16:56:26,463 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 32 of 50... 2018-07-21 16:56:28,829 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 33 of 50... 2018-07-21 16:56:30,984 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 34 of 50... 2018-07-21 16:56:33,503 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 35 of 50... 2018-07-21 16:56:35,837 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 36 of 50... 2018-07-21 16:56:38,296 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 37 of 50... 2018-07-21 16:56:40,613 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 38 of 50... 2018-07-21 16:56:42,772 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 39 of 50... 2018-07-21 16:56:45,113 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 40 of 50... 2018-07-21 16:56:47,286 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 41 of 50... 2018-07-21 16:56:49,607 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 42 of 50... 2018-07-21 16:56:51,773 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] VM status=BUILD, retrying 43 of 50... 2018-07-21 16:56:56,028 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Internal network IP: 192.168.1.11 2018-07-21 16:56:56,028 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] SSH IP: 172.30.9.205 2018-07-21 16:56:56,029 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Setup SSH for ubuntu@172.30.9.205 2018-07-21 16:58:33,495 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Installing nuttcp-8.1.4... 2018-07-21 16:58:33,539 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Copying nuttcp-8.1.4 to target... 2018-07-21 16:58:33,707 INFO ============================================================ 2018-07-21 16:58:33,707 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-07-21 16:58:42,754 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] PING 192.168.1.7 (192.168.1.7) 64(92) bytes of data. 72 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=1.29 ms 72 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.286 ms 72 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.144 ms 72 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.172 ms 72 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.178 ms 72 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.293 ms 72 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.180 ms 72 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.254 ms 72 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.222 ms 72 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.211 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.144/0.323/1.296/0.328 ms 2018-07-21 16:58:51,794 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] PING 192.168.1.7 (192.168.1.7) 391(419) bytes of data. 399 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.179 ms 399 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.255 ms 399 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.204 ms 399 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.268 ms 399 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.197 ms 399 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.170 ms 399 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.194 ms 399 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.160 ms 399 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.162 ms 399 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.190 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.160/0.197/0.268/0.039 ms 2018-07-21 16:59:00,838 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] PING 192.168.1.7 (192.168.1.7) 1500(1528) bytes of data. 1508 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=1.07 ms 1508 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.200 ms 1508 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.253 ms 1508 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.207 ms 1508 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.229 ms 1508 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.474 ms 1508 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.407 ms 1508 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.202 ms 1508 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.214 ms 1508 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.261 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.200/0.351/1.072/0.257 ms 2018-07-21 16:59:00,839 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Measuring TCP Throughput (packet size=65536)... 2018-07-21 16:59:00,839 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:10,964 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=7308.6267 real_seconds=10.00 rate_Mbps=6129.5321 tx_cpu=11 rx_cpu=18 retrans=7 cwnd=578 rtt_ms=0.30 2018-07-21 16:59:10,964 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:21,063 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=6910.6523 real_seconds=10.00 rate_Mbps=5795.8083 tx_cpu=11 rx_cpu=17 retrans=12 cwnd=559 rtt_ms=0.34 2018-07-21 16:59:21,064 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:31,164 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=8094.5651 real_seconds=10.00 rate_Mbps=6788.0093 tx_cpu=12 rx_cpu=20 retrans=26 cwnd=283 rtt_ms=0.45 2018-07-21 16:59:31,165 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Measuring UDP Throughput (packet size=128)... 2018-07-21 16:59:31,165 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:34,491 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=32.0208 real_seconds=1.00 rate_Mbps=269.1128 tx_cpu=21 rx_cpu=32 drop=2336 pkt=264651 data_loss=0.88281 2018-07-21 16:59:34,491 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=1<275571/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:59:34,491 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R826713K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:37,815 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=35.0051 real_seconds=1.00 rate_Mbps=293.2247 tx_cpu=24 rx_cpu=32 drop=1109 pkt=287871 data_loss=0.38531 2018-07-21 16:59:37,816 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=1<300262/826713<826713 Kbps loss-rate=0 2018-07-21 16:59:37,816 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R563487K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:41,144 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=33.6180 real_seconds=1.00 rate_Mbps=281.7375 tx_cpu=25 rx_cpu=34 drop=1956 pkt=277355 data_loss=0.70532 2018-07-21 16:59:41,144 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=1<288499/563487<563487 Kbps loss-rate=0 2018-07-21 16:59:41,144 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R425993K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:44,472 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=36.4949 real_seconds=1.00 rate_Mbps=305.3893 tx_cpu=28 rx_cpu=32 drop=5543 pkt=304509 data_loss=1.82021 2018-07-21 16:59:44,473 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=1<312718/425993<425993 Kbps loss-rate=1 2018-07-21 16:59:44,473 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R369355K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:47,800 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=36.4213 real_seconds=1.00 rate_Mbps=304.7110 tx_cpu=28 rx_cpu=33 drop=5190 pkt=303553 data_loss=1.70963 2018-07-21 16:59:47,801 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=1<312024/369355<369355 Kbps loss-rate=1 2018-07-21 16:59:47,801 DEBUG undershot, min=312024 kbps=340689 max=369355 2018-07-21 16:59:47,801 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R340689K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:51,128 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=36.0248 real_seconds=1.00 rate_Mbps=301.9532 tx_cpu=28 rx_cpu=32 drop=5267 pkt=300383 data_loss=1.75358 2018-07-21 16:59:51,128 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=312024<309200/340689<369355 Kbps loss-rate=1 2018-07-21 16:59:51,129 DEBUG undershot, min=340689 kbps=355022 max=369355 2018-07-21 16:59:51,129 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R355022K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:54,456 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=35.8234 real_seconds=1.00 rate_Mbps=299.7689 tx_cpu=26 rx_cpu=33 drop=9078 pkt=302544 data_loss=3.00068 2018-07-21 16:59:54,456 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=128 throughput=340689<306963/355022<369355 Kbps loss-rate=3 2018-07-21 16:59:54,456 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Measuring UDP Throughput (packet size=1024)... 2018-07-21 16:59:54,457 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 16:59:57,784 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=252.5781 real_seconds=1.00 rate_Mbps=2117.1423 tx_cpu=39 rx_cpu=34 drop=0 pkt=258640 data_loss=0.00000 2018-07-21 16:59:57,784 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=1024 throughput=1<2167953/5000000<10000000 Kbps loss-rate=0 2018-07-21 16:59:57,785 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3583976K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:01,112 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=257.1826 real_seconds=1.00 rate_Mbps=2156.1751 tx_cpu=43 rx_cpu=36 drop=714 pkt=264069 data_loss=0.27040 2018-07-21 17:00:01,113 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=1024 throughput=1<2207923/3583976<3583976 Kbps loss-rate=0 2018-07-21 17:00:01,113 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2895949K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:04,442 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=253.6328 real_seconds=1.00 rate_Mbps=2127.0094 tx_cpu=42 rx_cpu=34 drop=18 pkt=259738 data_loss=0.00694 2018-07-21 17:00:04,442 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=1024 throughput=1<2178057/2895949<2895949 Kbps loss-rate=0 2018-07-21 17:00:04,442 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2537003K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:07,767 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=258.3008 real_seconds=1.00 rate_Mbps=2165.7574 tx_cpu=49 rx_cpu=35 drop=62 pkt=264562 data_loss=0.02342 2018-07-21 17:00:07,768 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=1024 throughput=1<2217735/2537003<2537003 Kbps loss-rate=0 2018-07-21 17:00:07,768 DEBUG undershot, min=2217735 kbps=2377369 max=2537003 2018-07-21 17:00:07,768 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2377369K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:11,120 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=247.6729 real_seconds=1.00 rate_Mbps=2072.4225 tx_cpu=38 rx_cpu=32 drop=28417 pkt=282034 data_loss=10.07571 2018-07-21 17:00:11,120 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=1024 throughput=2217735<2122160/2377369<2537003 Kbps loss-rate=10 2018-07-21 17:00:11,121 DEBUG overshot, min=2217735 kbps=2122160 max=2377369 2018-07-21 17:00:11,121 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2122160K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:14,473 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=231.3027 real_seconds=1.00 rate_Mbps=1938.9604 tx_cpu=40 rx_cpu=33 drop=311 pkt=237165 data_loss=0.13113 2018-07-21 17:00:14,474 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=1024 throughput=2217735<1985495/2122160<2377369 Kbps loss-rate=0 2018-07-21 17:00:14,474 DEBUG undershot, min=2297552 kbps=2337460 max=2377369 2018-07-21 17:00:14,474 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Measuring UDP Throughput (packet size=8192)... 2018-07-21 17:00:14,475 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:17,826 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=357.7109 real_seconds=1.00 rate_Mbps=2996.0470 tx_cpu=99 rx_cpu=13 drop=30507 pkt=76294 data_loss=39.98612 2018-07-21 17:00:17,827 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=8192 throughput=1<3067952/5000000<10000000 Kbps loss-rate=39 2018-07-21 17:00:17,827 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4033976K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:21,153 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=362.5469 real_seconds=1.00 rate_Mbps=3036.5812 tx_cpu=99 rx_cpu=13 drop=15148 pkt=61554 data_loss=24.60928 2018-07-21 17:00:21,153 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=8192 throughput=1<3109459/4033976<4033976 Kbps loss-rate=24 2018-07-21 17:00:21,153 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3571717K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:24,481 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=351.8516 real_seconds=1.00 rate_Mbps=2947.0329 tx_cpu=99 rx_cpu=13 drop=9463 pkt=54500 data_loss=17.36328 2018-07-21 17:00:24,481 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=8192 throughput=1<3017761/3571717<3571717 Kbps loss-rate=17 2018-07-21 17:00:24,481 DEBUG overshot, min=1 kbps=3017761 max=3571717 2018-07-21 17:00:24,482 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3017761K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:27,809 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=355.1875 real_seconds=1.00 rate_Mbps=2979.9906 tx_cpu=99 rx_cpu=14 drop=583 pkt=46047 data_loss=1.26610 2018-07-21 17:00:27,809 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=8192 throughput=1<3051510/3017761<3571717 Kbps loss-rate=1 2018-07-21 17:00:27,809 DEBUG undershot, min=3051510 kbps=3311613 max=3571717 2018-07-21 17:00:27,810 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3311613K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:31,135 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=331.2344 real_seconds=1.00 rate_Mbps=2777.9758 tx_cpu=99 rx_cpu=14 drop=8133 pkt=50531 data_loss=16.09506 2018-07-21 17:00:31,136 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=8192 throughput=3051510<2844647/3311613<3571717 Kbps loss-rate=16 2018-07-21 17:00:31,136 DEBUG overshot, min=3051510 kbps=2844647 max=3311613 2018-07-21 17:00:31,136 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2844647K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:00:34,486 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] megabytes=336.0234 real_seconds=1.00 rate_Mbps=2819.1636 tx_cpu=99 rx_cpu=13 drop=395 pkt=43406 data_loss=0.91003 2018-07-21 17:00:34,486 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] pkt-size=8192 throughput=3051510<2886823/2844647<3311613 Kbps loss-rate=0 2018-07-21 17:00:34,486 DEBUG undershot, min=3181561 kbps=3246587 max=3311613 2018-07-21 17:00:34,497 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.11', 'ip_to': u'192.168.1.7', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 7, 'rtt_ms': 0.3, 'throughput_kbps': 6276640, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 12, 'rtt_ms': 0.34, 'throughput_kbps': 5934907, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 26, 'rtt_ms': 0.45, 'throughput_kbps': 6950921, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 306963, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.13, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1985495, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.91, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2886823, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.323', 'rtt_max_ms': '1.296', 'rtt_min_ms': '0.144', 'rtt_stddev': '0.328', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.197', 'rtt_max_ms': '0.268', 'rtt_min_ms': '0.160', 'rtt_stddev': '0.039', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.351', 'rtt_max_ms': '1.072', 'rtt_min_ms': '0.200', 'rtt_stddev': '0.257', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-21 17:00:34,498 INFO Deleting floating ip 11442dea-3ca0-4d0c-80eb-50e331a0f92b 2018-07-21 17:00:35,623 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Floating IP 172.30.9.205 deleted 2018-07-21 17:00:36,081 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d23] Instance deleted 2018-07-21 17:00:36,113 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Creating client VM... 2018-07-21 17:00:36,113 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-07-21 17:00:37,940 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] VM status=BUILD, retrying 1 of 50... 2018-07-21 17:00:40,551 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] VM status=BUILD, retrying 2 of 50... 2018-07-21 17:00:43,076 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] VM status=BUILD, retrying 3 of 50... 2018-07-21 17:00:45,408 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] VM status=BUILD, retrying 4 of 50... 2018-07-21 17:00:47,734 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] VM status=BUILD, retrying 5 of 50... 2018-07-21 17:00:52,069 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Internal network IP: 192.168.2.7 2018-07-21 17:00:52,069 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH IP: 172.30.9.204 2018-07-21 17:00:52,069 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Setup SSH for ubuntu@172.30.9.204 2018-07-21 17:02:29,535 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Installing nuttcp-8.1.4... 2018-07-21 17:02:29,579 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Copying nuttcp-8.1.4 to target... 2018-07-21 17:02:29,743 INFO ============================================================ 2018-07-21 17:02:29,743 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-07-21 17:02:38,789 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] PING 192.168.1.7 (192.168.1.7) 64(92) bytes of data. 72 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=1.01 ms 72 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.361 ms 72 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.189 ms 72 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.170 ms 72 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.205 ms 72 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.123 ms 72 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.155 ms 72 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.266 ms 72 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.287 ms 72 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.294 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.123/0.306/1.018/0.248 ms 2018-07-21 17:02:47,830 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] PING 192.168.1.7 (192.168.1.7) 391(419) bytes of data. 399 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.279 ms 399 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.323 ms 399 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.213 ms 399 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.302 ms 399 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.297 ms 399 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.239 ms 399 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.256 ms 399 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.258 ms 399 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.215 ms 399 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.169 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.169/0.255/0.323/0.045 ms 2018-07-21 17:02:56,875 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] PING 192.168.1.7 (192.168.1.7) 1500(1528) bytes of data. 1508 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.800 ms 1508 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.433 ms 1508 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.317 ms 1508 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.419 ms 1508 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.488 ms 1508 bytes from 192.168.1.7: icmp_seq=6 ttl=64 time=0.324 ms 1508 bytes from 192.168.1.7: icmp_seq=7 ttl=64 time=0.375 ms 1508 bytes from 192.168.1.7: icmp_seq=8 ttl=64 time=0.455 ms 1508 bytes from 192.168.1.7: icmp_seq=9 ttl=64 time=0.380 ms 1508 bytes from 192.168.1.7: icmp_seq=10 ttl=64 time=0.530 ms --- 192.168.1.7 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.317/0.452/0.800/0.132 ms 2018-07-21 17:02:56,876 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring TCP Throughput (packet size=65536)... 2018-07-21 17:02:56,876 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:07,012 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=7633.5732 real_seconds=10.00 rate_Mbps=6402.2569 tx_cpu=11 rx_cpu=19 retrans=13 cwnd=604 rtt_ms=0.59 2018-07-21 17:03:07,012 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:17,111 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=6976.2262 real_seconds=10.00 rate_Mbps=5850.7089 tx_cpu=10 rx_cpu=17 retrans=2 cwnd=535 rtt_ms=0.27 2018-07-21 17:03:17,112 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:27,210 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=7021.6549 real_seconds=10.00 rate_Mbps=5888.9072 tx_cpu=11 rx_cpu=18 retrans=15 cwnd=510 rtt_ms=0.36 2018-07-21 17:03:27,211 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring UDP Throughput (packet size=128)... 2018-07-21 17:03:27,211 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:30,540 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=34.7212 real_seconds=1.00 rate_Mbps=291.6877 tx_cpu=24 rx_cpu=31 drop=7380 pkt=291816 data_loss=2.52905 2018-07-21 17:03:30,540 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=1<298688/5000000<10000000 Kbps loss-rate=2 2018-07-21 17:03:30,541 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R896064K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:33,894 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=34.3020 real_seconds=1.00 rate_Mbps=287.3659 tx_cpu=23 rx_cpu=32 drop=752 pkt=281754 data_loss=0.26691 2018-07-21 17:03:33,894 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=1<294262/896064<896064 Kbps loss-rate=0 2018-07-21 17:03:33,895 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R595163K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:37,220 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=33.0066 real_seconds=1.00 rate_Mbps=276.4848 tx_cpu=22 rx_cpu=32 drop=0 pkt=270390 data_loss=0.00000 2018-07-21 17:03:37,221 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=1<283120/595163<595163 Kbps loss-rate=0 2018-07-21 17:03:37,221 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R439141K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:40,574 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=33.9703 real_seconds=1.00 rate_Mbps=284.6809 tx_cpu=23 rx_cpu=33 drop=267 pkt=278552 data_loss=0.09587 2018-07-21 17:03:40,574 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=1<291513/439141<439141 Kbps loss-rate=0 2018-07-21 17:03:40,575 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R365327K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:43,927 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=35.1846 real_seconds=1.00 rate_Mbps=294.7484 tx_cpu=23 rx_cpu=32 drop=2483 pkt=290715 data_loss=0.85410 2018-07-21 17:03:43,928 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=1<301822/365327<365327 Kbps loss-rate=0 2018-07-21 17:03:43,928 DEBUG undershot, min=301822 kbps=333574 max=365327 2018-07-21 17:03:43,929 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R333574K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:47,280 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=32.4264 real_seconds=1.00 rate_Mbps=271.5184 tx_cpu=22 rx_cpu=33 drop=1006 pkt=266643 data_loss=0.37728 2018-07-21 17:03:47,281 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=301822<278034/333574<365327 Kbps loss-rate=0 2018-07-21 17:03:47,281 DEBUG undershot, min=333574 kbps=349450 max=365327 2018-07-21 17:03:47,281 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R349450K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:50,633 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=35.2965 real_seconds=1.00 rate_Mbps=295.3125 tx_cpu=25 rx_cpu=31 drop=10825 pkt=299974 data_loss=3.60862 2018-07-21 17:03:50,634 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=128 throughput=333574<302400/349450<365327 Kbps loss-rate=3 2018-07-21 17:03:50,634 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring UDP Throughput (packet size=1024)... 2018-07-21 17:03:50,634 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:53,959 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=237.4336 real_seconds=1.00 rate_Mbps=1991.2555 tx_cpu=44 rx_cpu=33 drop=1226 pkt=244358 data_loss=0.50174 2018-07-21 17:03:53,959 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=1024 throughput=1<2039045/5000000<10000000 Kbps loss-rate=0 2018-07-21 17:03:53,960 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3519522K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:03:57,287 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=286.0801 real_seconds=1.00 rate_Mbps=2397.6126 tx_cpu=37 rx_cpu=34 drop=219 pkt=293165 data_loss=0.07468 2018-07-21 17:03:57,287 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=1024 throughput=1<2455155/3519522<3519522 Kbps loss-rate=0 2018-07-21 17:03:57,287 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2987338K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:00,611 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=241.0430 real_seconds=1.00 rate_Mbps=2017.4434 tx_cpu=43 rx_cpu=33 drop=555 pkt=247383 data_loss=0.22435 2018-07-21 17:04:00,612 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=1024 throughput=1<2065862/2987338<2987338 Kbps loss-rate=0 2018-07-21 17:04:00,612 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2526600K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:03,939 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=238.6660 real_seconds=1.00 rate_Mbps=2000.8791 tx_cpu=34 rx_cpu=34 drop=5125 pkt=249519 data_loss=2.05396 2018-07-21 17:04:03,940 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=1024 throughput=1<2048900/2526600<2526600 Kbps loss-rate=2 2018-07-21 17:04:03,940 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring UDP Throughput (packet size=8192)... 2018-07-21 17:04:03,941 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:07,292 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=361.6953 real_seconds=1.00 rate_Mbps=3033.5165 tx_cpu=99 rx_cpu=13 drop=29997 pkt=76294 data_loss=39.31764 2018-07-21 17:04:07,292 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=8192 throughput=1<3106320/5000000<10000000 Kbps loss-rate=39 2018-07-21 17:04:07,292 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4053160K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:10,619 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=358.6953 real_seconds=1.00 rate_Mbps=3004.3997 tx_cpu=99 rx_cpu=13 drop=15934 pkt=61847 data_loss=25.76358 2018-07-21 17:04:10,620 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=8192 throughput=1<3076505/4053160<4053160 Kbps loss-rate=25 2018-07-21 17:04:10,620 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3564832K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:13,947 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=368.4922 real_seconds=1.00 rate_Mbps=3086.3896 tx_cpu=99 rx_cpu=13 drop=7228 pkt=54395 data_loss=13.28798 2018-07-21 17:04:13,948 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=8192 throughput=1<3160462/3564832<3564832 Kbps loss-rate=13 2018-07-21 17:04:13,948 DEBUG overshot, min=1 kbps=3160462 max=3564832 2018-07-21 17:04:13,948 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3160462K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:17,276 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=376.6562 real_seconds=1.00 rate_Mbps=3159.5616 tx_cpu=99 rx_cpu=14 drop=13 pkt=48225 data_loss=0.02697 2018-07-21 17:04:17,277 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=8192 throughput=1<3235391/3160462<3564832 Kbps loss-rate=0 2018-07-21 17:04:17,277 DEBUG undershot, min=3235391 kbps=3400111 max=3564832 2018-07-21 17:04:17,278 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3400111K -p5001 -P5002 -fparse 192.168.1.7 2018-07-21 17:04:20,629 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] megabytes=394.8672 real_seconds=1.00 rate_Mbps=3309.6027 tx_cpu=99 rx_cpu=24 drop=1338 pkt=51881 data_loss=2.57897 2018-07-21 17:04:20,630 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] pkt-size=8192 throughput=3235391<3389033/3400111<3564832 Kbps loss-rate=2 2018-07-21 17:04:20,640 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.7', 'ip_to': u'192.168.1.7', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 13, 'rtt_ms': 0.59, 'throughput_kbps': 6555911, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.27, 'throughput_kbps': 5991125, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 15, 'rtt_ms': 0.36, 'throughput_kbps': 6030240, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.61, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 302400, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.05, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2048900, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.58, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3389033, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.306', 'rtt_max_ms': '1.018', 'rtt_min_ms': '0.123', 'rtt_stddev': '0.248', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.255', 'rtt_max_ms': '0.323', 'rtt_min_ms': '0.169', 'rtt_stddev': '0.045', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.452', 'rtt_max_ms': '0.800', 'rtt_min_ms': '0.317', 'rtt_stddev': '0.132', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-07-21 17:04:20,642 INFO ============================================================ 2018-07-21 17:04:20,643 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-07-21 17:04:39,712 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] ERROR cmd=ping -c 10 -s 64 172.30.9.209 2018-07-21 17:04:39,713 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] PING 172.30.9.209 (172.30.9.209) 64(92) bytes of data. --- 172.30.9.209 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 8999ms 2018-07-21 17:04:58,831 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] ERROR cmd=ping -c 10 -s 391 172.30.9.209 2018-07-21 17:04:58,832 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] PING 172.30.9.209 (172.30.9.209) 391(419) bytes of data. --- 172.30.9.209 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-07-21 17:05:17,947 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] ERROR cmd=ping -c 10 -s 1500 172.30.9.209 2018-07-21 17:05:17,947 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] PING 172.30.9.209 (172.30.9.209) 1500(1528) bytes of data. --- 172.30.9.209 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-07-21 17:05:17,948 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring TCP Throughput (packet size=65536)... 2018-07-21 17:05:17,948 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 17:05:48,020 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204 2018-07-21 17:05:48,021 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 17:06:18,058 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204 2018-07-21 17:06:18,058 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 17:06:48,094 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204 2018-07-21 17:06:48,094 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring UDP Throughput (packet size=128)... 2018-07-21 17:06:48,094 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 17:07:09,122 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204 2018-07-21 17:07:09,122 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring UDP Throughput (packet size=1024)... 2018-07-21 17:07:09,123 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 17:07:30,152 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204 2018-07-21 17:07:30,152 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Measuring UDP Throughput (packet size=8192)... 2018-07-21 17:07:30,153 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209 2018-07-21 17:07:51,178 INFO [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204 2018-07-21 17:07:51,185 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.7', 'ip_to': u'172.30.9.209', 'results': [ { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.209" on host 172.30.9.204', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'error': 'ping failed', 'packet_size': 64}, { 'error': 'ping failed', 'packet_size': 391}, { 'error': 'ping failed', 'packet_size': 1500}], 'tool': 'ping'}]} 2018-07-21 17:07:51,186 INFO Deleting floating ip 5a015eda-b78e-43dd-8078-9fa56f58e1ee 2018-07-21 17:07:52,711 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Floating IP 172.30.9.204 deleted 2018-07-21 17:07:53,443 DEBUG [TestClient_ee4a66af-271d-4a8f-b666-b4c99b5ef5d24] Instance deleted 2018-07-21 17:07:53,507 INFO Cleaning up... 2018-07-21 17:07:53,507 DEBUG [TestServer_ee4a66af-271d-4a8f-b666-b4c99b5ef5d21] Terminating nuttcp-8.1.4 2018-07-21 17:23:33,757 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-07-21 17:23:34,186 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-07-21 17:23:34,309 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 17:23:34,309 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 40:12 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-21 17:23:34,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 17:23:34,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" 2018-07-21 17:23:35,308 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b363ed73-fb81-467f-bce3-3fcec90b4a78 Date: Sat, 21 Jul 2018 17:23:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:23:35,308 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044 used request id req-b363ed73-fb81-467f-bce3-3fcec90b4a78 2018-07-21 17:23:35,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.992058992386s 2018-07-21 17:23:35,308 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/16927457-d759-444d-ba2f-cb16cbcdf044 used request id req-b363ed73-fb81-467f-bce3-3fcec90b4a78 2018-07-21 17:23:35,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:23:35,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" 2018-07-21 17:23:35,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2094 X-Openstack-Request-Id: req-b3bbcb36-8462-465c-9f5c-88368a813b9d Date: Sat, 21 Jul 2018 17:23:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"60919115-ccf9-46bc-bd98-ab8ec9de620a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["f21af2c2-847b-46c0-b58a-5f9b37918da8"],"description":"","tags":[],"updated_at":"2018-07-21T16:43:34Z","provider:segmentation_id":87,"name":"pns-internal-net2_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c478673c-1eea-4ba1-8d30-7ce60f34ab3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["6683a6f9-b818-49a0-8562-16e69c0b0c79"],"description":"","tags":[],"updated_at":"2018-07-21T16:43:33Z","provider:segmentation_id":26,"name":"pns-internal-net_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:33Z","provider:network_type":"vxlan"}]} 2018-07-21 17:23:35,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b3bbcb36-8462-465c-9f5c-88368a813b9d 2018-07-21 17:23:35,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.423654079437s 2018-07-21 17:23:35,732 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-b3bbcb36-8462-465c-9f5c-88368a813b9d 2018-07-21 17:23:35,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 17:23:35,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/c478673c-1eea-4ba1-8d30-7ce60f34ab3e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c11f7268e1e11df2794b30114b6e5264c0f1c60c" 2018-07-21 17:23:35,855 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 205 X-Openstack-Request-Id: req-36e3a50c-4c90-4859-a0cf-532088a1507e Date: Sat, 21 Jul 2018 17:23:35 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on network c478673c-1eea-4ba1-8d30-7ce60f34ab3e. There are one or more ports still in use on the network.", "type": "NetworkInUse", "detail": ""}} 2018-07-21 17:23:35,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c478673c-1eea-4ba1-8d30-7ce60f34ab3e.json used request id req-36e3a50c-4c90-4859-a0cf-532088a1507e 2018-07-21 17:23:35,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.121022939682s 2018-07-21 17:23:35,856 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-07-21 17:23:35,902 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-07-21 17:23:35,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:23:35,940 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:23:35,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 17:23:35,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 17:23:35,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:23:35,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-391fb1c2-6fc1-4c6b-bcf8-0d3efdec5566 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:23:35,951 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-391fb1c2-6fc1-4c6b-bcf8-0d3efdec5566 2018-07-21 17:23:35,952 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:23:36,346 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:23:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["yTLrlKYdR_OMEnM-LjkmxA"], "issued_at": "2018-07-21T17:23:36.000000Z"}} 2018-07-21 17:23:36,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:23:36,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:36,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b2a497ce-6126-45b0-99b6-485510438d82 Date: Sat, 21 Jul 2018 17:23:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:23:36,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b2a497ce-6126-45b0-99b6-485510438d82 2018-07-21 17:23:36,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.453538894653s 2018-07-21 17:23:36,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b2a497ce-6126-45b0-99b6-485510438d82 2018-07-21 17:23:36,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:23:36,813 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:23:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1834b818-7167-4bf5-9283-1949ab18dc42 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:23:36,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-1834b818-7167-4bf5-9283-1949ab18dc42 2018-07-21 17:23:36,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:23:36,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:36,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4729730-ca80-45ca-a25a-f38da2f29431 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 17:23:36,923 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e4729730-ca80-45ca-a25a-f38da2f29431 2018-07-21 17:23:36,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109282970428s 2018-07-21 17:23:36,924 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-e4729730-ca80-45ca-a25a-f38da2f29431 2018-07-21 17:23:36,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 17:23:36,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_ec927f66-823c-497b-9832-98634bb7f6db"}}' 2018-07-21 17:23:37,062 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:23:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd763915-4533-4e69-9358-adfcf8d959e6 Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd"}, "tags": [], "enabled": true, "id": "6a5d46ab675d4d22b88637ab883622bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ec927f66-823c-497b-9832-98634bb7f6db"}} 2018-07-21 17:23:37,062 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cd763915-4533-4e69-9358-adfcf8d959e6 2018-07-21 17:23:37,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.129361867905s 2018-07-21 17:23:37,063 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-cd763915-4533-4e69-9358-adfcf8d959e6 2018-07-21 17:23:37,063 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'6a5d46ab675d4d22b88637ab883622bd', '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'shaker-project_ec927f66-823c-497b-9832-98634bb7f6db'}) 2018-07-21 17:23:37,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 17:23:37,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f8ed28d5-4daa-465f-8153-0c1110583b93", "email": null, "name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db"}}' 2018-07-21 17:23:37,444 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-351f90d7-6e19-4c6f-b6bb-a0a4560075cc Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db", "links": {"self": "http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b66ac2ad67964cbf89de6c8a1d46d314", "domain_id": "default", "password_expires_at": null}} 2018-07-21 17:23:37,445 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-351f90d7-6e19-4c6f-b6bb-a0a4560075cc 2018-07-21 17:23:37,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.375044107437s 2018-07-21 17:23:37,445 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-351f90d7-6e19-4c6f-b6bb-a0a4560075cc 2018-07-21 17:23:37,446 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b66ac2ad67964cbf89de6c8a1d46d314', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_ec927f66-823c-497b-9832-98634bb7f6db'}) 2018-07-21 17:23:37,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:23:37,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:37,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6eca11-86e2-45ce-ab50-e7dd83eaa0dc Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:23:37,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4c6eca11-86e2-45ce-ab50-e7dd83eaa0dc 2018-07-21 17:23:37,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.096174955368s 2018-07-21 17:23:37,546 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4c6eca11-86e2-45ce-ab50-e7dd83eaa0dc 2018-07-21 17:23:37,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:23:37,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:37,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-647e5b79-7fc1-4439-8893-167910d4ae6c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:23:37,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-647e5b79-7fc1-4439-8893-167910d4ae6c 2018-07-21 17:23:37,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109164953232s 2018-07-21 17:23:37,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-647e5b79-7fc1-4439-8893-167910d4ae6c 2018-07-21 17:23:37,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:23:37,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:37,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1787dd-0a20-479b-9442-b69887404218 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:23:37,749 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4b1787dd-0a20-479b-9442-b69887404218 2018-07-21 17:23:37,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0829839706421s 2018-07-21 17:23:37,749 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-4b1787dd-0a20-479b-9442-b69887404218 2018-07-21 17:23:37,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:23:37,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:37,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9bdd0833-d1f6-4ee1-9c00-cf46863abaea Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 17:23:37,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-9bdd0833-d1f6-4ee1-9c00-cf46863abaea 2018-07-21 17:23:37,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0958271026611s 2018-07-21 17:23:37,850 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-9bdd0833-d1f6-4ee1-9c00-cf46863abaea 2018-07-21 17:23:37,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:23:37,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:37,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fcbda8-57aa-43ad-b160-eb2d26b561dc Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db", "links": {"self": "http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b66ac2ad67964cbf89de6c8a1d46d314", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:23:37,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-10fcbda8-57aa-43ad-b160-eb2d26b561dc 2018-07-21 17:23:37,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118667840958s 2018-07-21 17:23:37,971 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-10fcbda8-57aa-43ad-b160-eb2d26b561dc 2018-07-21 17:23:37,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:23:37,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:38,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc0fc132-f1c7-44ff-8211-3a64e969d50e Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd"}, "tags": [], "enabled": true, "id": "6a5d46ab675d4d22b88637ab883622bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:23:38,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-cc0fc132-f1c7-44ff-8211-3a64e969d50e 2018-07-21 17:23:38,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0960171222687s 2018-07-21 17:23:38,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-cc0fc132-f1c7-44ff-8211-3a64e969d50e 2018-07-21 17:23:38,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 17:23:38,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=6a5d46ab675d4d22b88637ab883622bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:38,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6fd8447-89c0-4163-9097-fce815719808 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=6a5d46ab675d4d22b88637ab883622bd", "previous": null, "next": null}} 2018-07-21 17:23:38,190 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=6a5d46ab675d4d22b88637ab883622bd used request id req-c6fd8447-89c0-4163-9097-fce815719808 2018-07-21 17:23:38,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103652000427s 2018-07-21 17:23:38,190 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=6a5d46ab675d4d22b88637ab883622bd used request id req-c6fd8447-89c0-4163-9097-fce815719808 2018-07-21 17:23:38,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 17:23:38,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd/users/b66ac2ad67964cbf89de6c8a1d46d314/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:23:38,344 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:23:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cd5a150-e29c-4edc-bf05-a1b0e4f2eb11 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:23:38,344 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd/users/b66ac2ad67964cbf89de6c8a1d46d314/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-4cd5a150-e29c-4edc-bf05-a1b0e4f2eb11 2018-07-21 17:23:38,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.15073800087s 2018-07-21 17:23:38,345 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd/users/b66ac2ad67964cbf89de6c8a1d46d314/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-4cd5a150-e29c-4edc-bf05-a1b0e4f2eb11 2018-07-21 17:23:38,345 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_ec927f66-823c-497b-9832-98634bb7f6db', 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'6a5d46ab675d4d22b88637ab883622bd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': 'f8ed28d5-4daa-465f-8153-0c1110583b93', 'username': u'shaker-user_ec927f66-823c-497b-9832-98634bb7f6db', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 17:23:38,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:23:38,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 17:23:38,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:23:38,347 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:23:38,348 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:23:38,349 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:23:38,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:23:38,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:23:38,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 17:23:38,350 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 17:23:38,353 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_ec927f66-823c-497b-9832-98634bb7f6db', 'password': 'f8ed28d5-4daa-465f-8153-0c1110583b93', 'project_name': 'shaker-project_ec927f66-823c-497b-9832-98634bb7f6db', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '6a5d46ab675d4d22b88637ab883622bd', 'project_domain_name': 'Default'} 2018-07-21 17:23:38,353 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-07-21 17:23:38,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:23:38,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2aa953c0-51fe-4e3c-8221-530ea6ffa22c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:23:38,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2aa953c0-51fe-4e3c-8221-530ea6ffa22c 2018-07-21 17:23:38,361 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:23:38,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:23:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6a5d46ab675d4d22b88637ab883622bd", "name": "shaker-project_ec927f66-823c-497b-9832-98634bb7f6db"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/6a5d46ab675d4d22b88637ab883622bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/6a5d46ab675d4d22b88637ab883622bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/6a5d46ab675d4d22b88637ab883622bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_6a5d46ab675d4d22b88637ab883622bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_6a5d46ab675d4d22b88637ab883622bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/6a5d46ab675d4d22b88637ab883622bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/6a5d46ab675d4d22b88637ab883622bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/6a5d46ab675d4d22b88637ab883622bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/6a5d46ab675d4d22b88637ab883622bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/6a5d46ab675d4d22b88637ab883622bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/6a5d46ab675d4d22b88637ab883622bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/6a5d46ab675d4d22b88637ab883622bd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/6a5d46ab675d4d22b88637ab883622bd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/6a5d46ab675d4d22b88637ab883622bd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db", "id": "b66ac2ad67964cbf89de6c8a1d46d314"}, "audit_ids": ["ejx55rNnQPmpPthM0DpJjA"], "issued_at": "2018-07-21T17:23:38.000000Z"}} 2018-07-21 17:23:38,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 17:23:38,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"network": {"name": "shaker-net_ec927f66-823c-497b-9832-98634bb7f6db", "admin_state_up": true}}' 2018-07-21 17:23:39,396 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-bc9e8922-a792-4e44-90c1-59f3daaac02b Date: Sat, 21 Jul 2018 17:23:39 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T17:23:39Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6a5d46ab675d4d22b88637ab883622bd","id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","name":"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db"}} 2018-07-21 17:23:39,396 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bc9e8922-a792-4e44-90c1-59f3daaac02b 2018-07-21 17:23:39,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.557871103287s 2018-07-21 17:23:39,396 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-bc9e8922-a792-4e44-90c1-59f3daaac02b 2018-07-21 17:23:39,397 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:23:39Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_ec927f66-823c-497b-9832-98634bb7f6db', u'admin_state_up': True, u'tenant_id': u'6a5d46ab675d4d22b88637ab883622bd', u'created_at': u'2018-07-21T17:23:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6a5d46ab675d4d22b88637ab883622bd'}) 2018-07-21 17:23:39,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:23:39,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:23:39,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1145 X-Openstack-Request-Id: req-51222fe5-09f4-4eea-b54a-e14ee8a63d1b Date: Sat, 21 Jul 2018 17:23:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:23:39Z","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6a5d46ab675d4d22b88637ab883622bd","id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","name":"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:23:39,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-51222fe5-09f4-4eea-b54a-e14ee8a63d1b 2018-07-21 17:23:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.168020963669s 2018-07-21 17:23:39,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-51222fe5-09f4-4eea-b54a-e14ee8a63d1b 2018-07-21 17:23:39,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 17:23:39,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"subnet": {"name": "shaker-subnet_ec927f66-823c-497b-9832-98634bb7f6db", "enable_dhcp": true, "network_id": "26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 17:23:40,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-71c162ed-dfff-4889-8d5a-21be20991942 Date: Sat, 21 Jul 2018 17:23:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:23:39Z","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":"6a5d46ab675d4d22b88637ab883622bd","id":"428aa0e3-c23f-4379-8fe7-b6ebb317d6c7","subnetpool_id":null,"name":"shaker-subnet_ec927f66-823c-497b-9832-98634bb7f6db"}} 2018-07-21 17:23:40,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-71c162ed-dfff-4889-8d5a-21be20991942 2018-07-21 17:23:40,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.625190973282s 2018-07-21 17:23:40,193 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-71c162ed-dfff-4889-8d5a-21be20991942 2018-07-21 17:23:40,193 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:23:39Z', 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'428aa0e3-c23f-4379-8fe7-b6ebb317d6c7', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_ec927f66-823c-497b-9832-98634bb7f6db', u'enable_dhcp': True, u'network_id': u'26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4', u'tenant_id': u'6a5d46ab675d4d22b88637ab883622bd', u'created_at': u'2018-07-21T17:23:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6a5d46ab675d4d22b88637ab883622bd'}) 2018-07-21 17:23:40,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 17:23:40,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "shaker-router_ec927f66-823c-497b-9832-98634bb7f6db", "admin_state_up": true}}' 2018-07-21 17:23:41,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-7697aa7c-2d0e-4835-84bb-f24cc5727809 Date: Sat, 21 Jul 2018 17:23:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:40Z", "admin_state_up": true, "updated_at": "2018-07-21T17:23:41Z", "revision_number": 2, "routes": [], "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "d714d0a4-3a99-4430-bac0-8c84ebae3e1f", "name": "shaker-router_ec927f66-823c-497b-9832-98634bb7f6db"}} 2018-07-21 17:23:41,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7697aa7c-2d0e-4835-84bb-f24cc5727809 2018-07-21 17:23:41,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.12747788429s 2018-07-21 17:23:41,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7697aa7c-2d0e-4835-84bb-f24cc5727809 2018-07-21 17:23:41,322 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6a5d46ab675d4d22b88637ab883622bd', u'created_at': u'2018-07-21T17:23:40Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T17:23:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'6a5d46ab675d4d22b88637ab883622bd', u'id': u'd714d0a4-3a99-4430-bac0-8c84ebae3e1f', u'name': u'shaker-router_ec927f66-823c-497b-9832-98634bb7f6db'}) 2018-07-21 17:23:41,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 17:23:41,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f/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}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"subnet_id": "428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"}' 2018-07-21 17:23:43,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-53a2ad88-0f08-4fb2-bff0-86217c8c9600 Date: Sat, 21 Jul 2018 17:23:43 GMT RESP BODY: {"network_id": "26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "subnet_id": "428aa0e3-c23f-4379-8fe7-b6ebb317d6c7", "subnet_ids": ["428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"], "port_id": "de84128c-a6ed-413c-a1f4-6b40f8a605c4", "id": "d714d0a4-3a99-4430-bac0-8c84ebae3e1f"} 2018-07-21 17:23:43,188 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f/add_router_interface.json used request id req-53a2ad88-0f08-4fb2-bff0-86217c8c9600 2018-07-21 17:23:43,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.86500000954s 2018-07-21 17:23:43,188 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f/add_router_interface.json used request id req-53a2ad88-0f08-4fb2-bff0-86217c8c9600 returning object d714d0a4-3a99-4430-bac0-8c84ebae3e1f 2018-07-21 17:23:43,189 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-07-21 17:23:48,080 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-07-21 17:23:48,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:23:48,088 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 17:23:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 17:23:48,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:23:48,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:23:48,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-dbd25909-f26a-4d15-a10e-065f51641bd6 Date: Sat, 21 Jul 2018 17:23:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:23:48,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-dbd25909-f26a-4d15-a10e-065f51641bd6 2018-07-21 17:23:48,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.592908859253s 2018-07-21 17:23:48,684 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-dbd25909-f26a-4d15-a10e-065f51641bd6 2018-07-21 17:23:48,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 17:23:48,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_ec927f66-823c-497b-9832-98634bb7f6db"}' 2018-07-21 17:23:48,740 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a2ed27a7-862d-4b5f-a49d-b1fd68b83c59 Date: Sat, 21 Jul 2018 17:23:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/file", "owner": "6a5d46ab675d4d22b88637ab883622bd", "id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "size": null, "self": "/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-21T17:23:48Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "checksum": null, "created_at": "2018-07-21T17:23:48Z", "protected": false} 2018-07-21 17:23:48,741 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a2ed27a7-862d-4b5f-a49d-b1fd68b83c59 2018-07-21 17:23:48,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0480258464813s 2018-07-21 17:23:48,741 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-a2ed27a7-862d-4b5f-a49d-b1fd68b83c59 returning object c912b1ba-021d-49b6-86c2-09c08bdc2a6d 2018-07-21 17:23:48,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 17:23:48,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/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}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '' 2018-07-21 17:23:58,193 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d4c05177-f17b-4e77-8643-ed2edfef3fe2 Date: Sat, 21 Jul 2018 17:23:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:23:58,194 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/file used request id req-d4c05177-f17b-4e77-8643-ed2edfef3fe2 2018-07-21 17:23:58,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.45199513435s 2018-07-21 17:23:58,194 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/file used request id req-d4c05177-f17b-4e77-8643-ed2edfef3fe2 2018-07-21 17:23:58,194 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/shaker-img_ec927f66-823c-497b-9832-98634bb7f6db', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T17:23:48Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/file', u'owner': u'6a5d46ab675d4d22b88637ab883622bd', u'virtual_size': None, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'id': u'c912b1ba-021d-49b6-86c2-09c08bdc2a6d', u'size': None, u'name': u'shaker-img_ec927f66-823c-497b-9832-98634bb7f6db', u'checksum': None, u'self': u'/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T17:23:48Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 17:23:58,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 17:23:58,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_ec927f66-823c-497b-9832-98634bb7f6db", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-07-21 17:23:58,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23: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-305674cc-9e41-4c96-acbd-d01265dcc3eb x-compute-request-id: req-305674cc-9e41-4c96-acbd-d01265dcc3eb Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_ec927f66-823c-497b-9832-98634bb7f6db", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "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": 3, "id": "008d03e7-2e85-42fa-a837-c9ce18c3d131"}} 2018-07-21 17:23:58,818 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-305674cc-9e41-4c96-acbd-d01265dcc3eb 2018-07-21 17:23:58,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.622658014297s 2018-07-21 17:23:58,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-305674cc-9e41-4c96-acbd-d01265dcc3eb 2018-07-21 17:23:58,819 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_ec927f66-823c-497b-9832-98634bb7f6db', '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'a6906d7d21744bd98421510fc029622a', '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': 3, 'id': u'008d03e7-2e85-42fa-a837-c9ce18c3d131', 'swap': 0}) 2018-07-21 17:23:58,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 17:23:58,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131/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}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" -d '{"extra_specs": {}}' 2018-07-21 17:23:58,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a6245ab-3048-4a4b-8fce-0848c1b911b0 x-compute-request-id: req-8a6245ab-3048-4a4b-8fce-0848c1b911b0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 17:23:58,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131/os-extra_specs used request id req-8a6245ab-3048-4a4b-8fce-0848c1b911b0 2018-07-21 17:23:58,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0259828567505s 2018-07-21 17:23:58,846 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131/os-extra_specs used request id req-8a6245ab-3048-4a4b-8fce-0848c1b911b0 2018-07-21 17:23:58,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 17:23:58,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"keypair": {"name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db"}}' 2018-07-21 17:23:59,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:23: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-11fe986e-2b86-4233-839a-c4dcccedd6d7 x-compute-request-id: req-11fe986e-2b86-4233-839a-c4dcccedd6d7 Content-Encoding: gzip Content-Length: 1796 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC90FZOVs5cgIe9fINHkv74KL43xjvlZfEJb6Tg+PXSm8VoIaGvuFC7yPSvvs6VKUsnu9Ccd708YaQEgt9t6Jg7cAwRlvv2qk1zfKOfsCFx2oXIqwWjRr2HeQiu72qYU3QiHrS/2cfChvrVSBHSqcn2Hnaf1AkAMwaam2ZMcUVv66uK4Q8qDY7KKkhgVlozAi25XWGPRCZT29knkGob24eiZUbOQIJEeler5UWsovOZgxX2Y8cqkICUNJxcrrTWM2637ZuO2Z/Ce46ByA4RoARxMTjnY58U+AV0UIYrYPKa3pRL6uTpYW/PaAKbglsRVolm31J+rHeKtD8lwfkKIGC/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAvdBWTlbOXICHvXyDR5L++Ci+N8Y75WXxCW+k4Pj10pvFaCGh\nr7hQu8j0r77OlSlLJ7vQnHe9PGGkBILfbeiYO3AMEZb79qpNc3yjn7AhcdqFyKsF\no0a9h3kIru9qmFN0Ih60v9nHwob61UgR0qnJ9h52n9QJADMGmptmTHFFb+uriuEP\nKg2OyipIYFZaMwItuV1hj0QmU9vZJ5BqG9uHomVGzkCCRHpXq+VFrKLzmYMV9mPH\nKpCAlDScXK601jNut+2bjtmfwnuOgcgOEaAEcTE452OfFPgFdFCGK2Dymt6US+rk\n6WFvz2gCm4JbEVaJZt9Sfqx3irQ/JcH5CiBgvwIDAQABAoIBAQCUTSZhZqks1K85\neQMI9OyI7yxPX26EuLUubjAgJePKfTIrPbuaEyPg1A15EldNa0nw7Wj8FwGfH5qK\ne8YdlVD7f3uucozCGCUTShp9NZur3NQSCK0K+MY0BnimVSCviuR9lAgcrQbKEbQA\n16I1Obs1tG9ySLQPl85dFXVD3GwoGFzka16POh2k+q5Qk+PCA+h7T/t+wJRAOmUq\nt9dGHQqclHoZB1Tt2oU3bxwqTDIUZ9JHRyzKEBZ7WzfYrilwqKQY+FTQWIIZe+Ex\nsZzzw1EzW2iawWhl5GEB6dkilvURZum6isz7qYL3RWrQ34GoG97NRomE8nvhFhaW\nxiQvZK6hAoGBAOUNlkePi1paFP9EKMSJhIcCeLKAocZ4Ru+VYnax24UUDgrtkvaM\nqI0TF4IgwacgLos4RsQFc8sncgMPHEYV1E96BFVDmTtCuSAzsD/TlLMMzeMm+N7e\nmPoIvX501bb2Ype7mZ3Zjp8F++7o6DAk5KSw1O+BzRa8VPmClnW9kCpVAoGBANQk\n+kqFNPdtV3vjypxU/8TBh7eQFXNP61vRB5BaHqTa8HfyB4dplp7j+ewi3dEuOgK3\nvx6JYUK3ciENjAXD+xsnc2o1L8gZ8AOQxhQrhjk4fQh8odnLPFpSlP6mzf1OOy0N\nfC02JeVcfSALlWpXMF0tC2mhPV3eV1BzxSBHdZrDAoGBAL3qdRcigtXIaS56Eh9b\nMmJK/05p7zjDU3Wk8/4cXDpMNZSEBV2dpMdL9Cr2A/sRaOYQJES1jJv+Ob8lkTjf\nMqkvL1aO9Qc4vIxhrxpM0TdgP3m/P4xzHn36LzwhnW3Vfkv2xVknIOTjrk8aGCKL\nBHU1FWj8w9K9FuvGhgBby6P9AoGBAIypUAOlOy9ronwU17y8ZzJQl+pQcMiajxW8\nDWXbO0JXoOYG5pMUobgMtSOrIqSWIAS5TNG0iXaxJ81erB8OiSrCB7a+OUZWXFwg\n3BV3nnHGULEV4kMEjKne48fNVfvEqVv/+vwHUS05HAXpaFKwKPM+8LhDHutkh0Ri\n3qu+de39AoGBAIxfmRwAtN7mu6O0XpJQgfsVFhvkesufeYrK6fXv5Qcc6b1710IM\nnvLJBs350rnt2x3RXipCFq06vjHHNwE4aNs9NHYugeMTFHSSNt0Jkjws2CpYUEWb\nO1bleuWfUQUnlC0M6cK5Z9qMYMzfbAX9LEQqhJ80wp1hX2laF47y2WRy\n-----END RSA PRIVATE KEY-----\n", "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "fingerprint": "59:14:41:f7:82:f2:15:0f:5e:5d:b0:50:43:08:c4:f2"}} 2018-07-21 17:23:59,673 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-11fe986e-2b86-4233-839a-c4dcccedd6d7 2018-07-21 17:23:59,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.826025009155s 2018-07-21 17:23:59,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-11fe986e-2b86-4233-839a-c4dcccedd6d7 2018-07-21 17:23:59,674 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC90FZOVs5cgIe9fINHkv74KL43xjvlZfEJb6Tg+PXSm8VoIaGvuFC7yPSvvs6VKUsnu9Ccd708YaQEgt9t6Jg7cAwRlvv2qk1zfKOfsCFx2oXIqwWjRr2HeQiu72qYU3QiHrS/2cfChvrVSBHSqcn2Hnaf1AkAMwaam2ZMcUVv66uK4Q8qDY7KKkhgVlozAi25XWGPRCZT29knkGob24eiZUbOQIJEeler5UWsovOZgxX2Y8cqkICUNJxcrrTWM2637ZuO2Z/Ce46ByA4RoARxMTjnY58U+AV0UIYrYPKa3pRL6uTpYW/PaAKbglsRVolm31J+rHeKtD8lwfkKIGC/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEAvdBWTlbOXICHvXyDR5L++Ci+N8Y75WXxCW+k4Pj10pvFaCGh\nr7hQu8j0r77OlSlLJ7vQnHe9PGGkBILfbeiYO3AMEZb79qpNc3yjn7AhcdqFyKsF\no0a9h3kIru9qmFN0Ih60v9nHwob61UgR0qnJ9h52n9QJADMGmptmTHFFb+uriuEP\nKg2OyipIYFZaMwItuV1hj0QmU9vZJ5BqG9uHomVGzkCCRHpXq+VFrKLzmYMV9mPH\nKpCAlDScXK601jNut+2bjtmfwnuOgcgOEaAEcTE452OfFPgFdFCGK2Dymt6US+rk\n6WFvz2gCm4JbEVaJZt9Sfqx3irQ/JcH5CiBgvwIDAQABAoIBAQCUTSZhZqks1K85\neQMI9OyI7yxPX26EuLUubjAgJePKfTIrPbuaEyPg1A15EldNa0nw7Wj8FwGfH5qK\ne8YdlVD7f3uucozCGCUTShp9NZur3NQSCK0K+MY0BnimVSCviuR9lAgcrQbKEbQA\n16I1Obs1tG9ySLQPl85dFXVD3GwoGFzka16POh2k+q5Qk+PCA+h7T/t+wJRAOmUq\nt9dGHQqclHoZB1Tt2oU3bxwqTDIUZ9JHRyzKEBZ7WzfYrilwqKQY+FTQWIIZe+Ex\nsZzzw1EzW2iawWhl5GEB6dkilvURZum6isz7qYL3RWrQ34GoG97NRomE8nvhFhaW\nxiQvZK6hAoGBAOUNlkePi1paFP9EKMSJhIcCeLKAocZ4Ru+VYnax24UUDgrtkvaM\nqI0TF4IgwacgLos4RsQFc8sncgMPHEYV1E96BFVDmTtCuSAzsD/TlLMMzeMm+N7e\nmPoIvX501bb2Ype7mZ3Zjp8F++7o6DAk5KSw1O+BzRa8VPmClnW9kCpVAoGBANQk\n+kqFNPdtV3vjypxU/8TBh7eQFXNP61vRB5BaHqTa8HfyB4dplp7j+ewi3dEuOgK3\nvx6JYUK3ciENjAXD+xsnc2o1L8gZ8AOQxhQrhjk4fQh8odnLPFpSlP6mzf1OOy0N\nfC02JeVcfSALlWpXMF0tC2mhPV3eV1BzxSBHdZrDAoGBAL3qdRcigtXIaS56Eh9b\nMmJK/05p7zjDU3Wk8/4cXDpMNZSEBV2dpMdL9Cr2A/sRaOYQJES1jJv+Ob8lkTjf\nMqkvL1aO9Qc4vIxhrxpM0TdgP3m/P4xzHn36LzwhnW3Vfkv2xVknIOTjrk8aGCKL\nBHU1FWj8w9K9FuvGhgBby6P9AoGBAIypUAOlOy9ronwU17y8ZzJQl+pQcMiajxW8\nDWXbO0JXoOYG5pMUobgMtSOrIqSWIAS5TNG0iXaxJ81erB8OiSrCB7a+OUZWXFwg\n3BV3nnHGULEV4kMEjKne48fNVfvEqVv/+vwHUS05HAXpaFKwKPM+8LhDHutkh0Ri\n3qu+de39AoGBAIxfmRwAtN7mu6O0XpJQgfsVFhvkesufeYrK6fXv5Qcc6b1710IM\nnvLJBs350rnt2x3RXipCFq06vjHHNwE4aNs9NHYugeMTFHSSNt0Jkjws2CpYUEWb\nO1bleuWfUQUnlC0M6cK5Z9qMYMzfbAX9LEQqhJ80wp1hX2laF47y2WRy\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b66ac2ad67964cbf89de6c8a1d46d314', 'name': u'shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db', 'created_at': '2018-07-21T17:23:59.674543', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6a5d46ab675d4d22b88637ab883622bd', 'name': 'shaker-project_ec927f66-823c-497b-9832-98634bb7f6db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'59:14:41:f7:82:f2:15:0f:5e:5d:b0:50:43:08:c4:f2', 'type': 'ssh', 'id': u'shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db'}) 2018-07-21 17:23:59,675 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEAvdBWTlbOXICHvXyDR5L++Ci+N8Y75WXxCW+k4Pj10pvFaCGh r7hQu8j0r77OlSlLJ7vQnHe9PGGkBILfbeiYO3AMEZb79qpNc3yjn7AhcdqFyKsF o0a9h3kIru9qmFN0Ih60v9nHwob61UgR0qnJ9h52n9QJADMGmptmTHFFb+uriuEP Kg2OyipIYFZaMwItuV1hj0QmU9vZJ5BqG9uHomVGzkCCRHpXq+VFrKLzmYMV9mPH KpCAlDScXK601jNut+2bjtmfwnuOgcgOEaAEcTE452OfFPgFdFCGK2Dymt6US+rk 6WFvz2gCm4JbEVaJZt9Sfqx3irQ/JcH5CiBgvwIDAQABAoIBAQCUTSZhZqks1K85 eQMI9OyI7yxPX26EuLUubjAgJePKfTIrPbuaEyPg1A15EldNa0nw7Wj8FwGfH5qK e8YdlVD7f3uucozCGCUTShp9NZur3NQSCK0K+MY0BnimVSCviuR9lAgcrQbKEbQA 16I1Obs1tG9ySLQPl85dFXVD3GwoGFzka16POh2k+q5Qk+PCA+h7T/t+wJRAOmUq t9dGHQqclHoZB1Tt2oU3bxwqTDIUZ9JHRyzKEBZ7WzfYrilwqKQY+FTQWIIZe+Ex sZzzw1EzW2iawWhl5GEB6dkilvURZum6isz7qYL3RWrQ34GoG97NRomE8nvhFhaW xiQvZK6hAoGBAOUNlkePi1paFP9EKMSJhIcCeLKAocZ4Ru+VYnax24UUDgrtkvaM qI0TF4IgwacgLos4RsQFc8sncgMPHEYV1E96BFVDmTtCuSAzsD/TlLMMzeMm+N7e mPoIvX501bb2Ype7mZ3Zjp8F++7o6DAk5KSw1O+BzRa8VPmClnW9kCpVAoGBANQk +kqFNPdtV3vjypxU/8TBh7eQFXNP61vRB5BaHqTa8HfyB4dplp7j+ewi3dEuOgK3 vx6JYUK3ciENjAXD+xsnc2o1L8gZ8AOQxhQrhjk4fQh8odnLPFpSlP6mzf1OOy0N fC02JeVcfSALlWpXMF0tC2mhPV3eV1BzxSBHdZrDAoGBAL3qdRcigtXIaS56Eh9b MmJK/05p7zjDU3Wk8/4cXDpMNZSEBV2dpMdL9Cr2A/sRaOYQJES1jJv+Ob8lkTjf MqkvL1aO9Qc4vIxhrxpM0TdgP3m/P4xzHn36LzwhnW3Vfkv2xVknIOTjrk8aGCKL BHU1FWj8w9K9FuvGhgBby6P9AoGBAIypUAOlOy9ronwU17y8ZzJQl+pQcMiajxW8 DWXbO0JXoOYG5pMUobgMtSOrIqSWIAS5TNG0iXaxJ81erB8OiSrCB7a+OUZWXFwg 3BV3nnHGULEV4kMEjKne48fNVfvEqVv/+vwHUS05HAXpaFKwKPM+8LhDHutkh0Ri 3qu+de39AoGBAIxfmRwAtN7mu6O0XpJQgfsVFhvkesufeYrK6fXv5Qcc6b1710IM nvLJBs350rnt2x3RXipCFq06vjHHNwE4aNs9NHYugeMTFHSSNt0Jkjws2CpYUEWb O1bleuWfUQUnlC0M6cK5Z9qMYMzfbAX9LEQqhJ80wp1hX2laF47y2WRy -----END RSA PRIVATE KEY----- 2018-07-21 17:23:59,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 17:23:59,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"security_group": {"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db", "description": "created by OPNFV Functest (shaker)"}}' 2018-07-21 17:24:00,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-1ea5c5f4-52c2-4513-9140-0f2705bc27fa Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:59Z", "updated_at": "2018-07-21T17:23:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "6fd3fb4a-75c8-427b-9014-0555441259ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "e9016834-314c-4848-9826-969d6b7ef743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}} 2018-07-21 17:24:00,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1ea5c5f4-52c2-4513-9140-0f2705bc27fa 2018-07-21 17:24:00,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.359816074371s 2018-07-21 17:24:00,038 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1ea5c5f4-52c2-4513-9140-0f2705bc27fa 2018-07-21 17:24:00,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:24:00,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:00,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-1d6af35f-41dd-45fa-8890-67fe46d41fb3 Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:39Z", "updated_at": "2018-07-21T17:23:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "02bcedcb-f720-4515-abdd-e67ed18654ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "3863828d-965f-4fc1-acd3-b645c1ed3666", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "786cdb52-23a3-43ca-968e-b2e3551abd74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "beec9628-bece-4ac1-b6e3-63461c7ae061", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:59Z", "updated_at": "2018-07-21T17:23:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "6fd3fb4a-75c8-427b-9014-0555441259ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "e9016834-314c-4848-9826-969d6b7ef743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:24:00,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1d6af35f-41dd-45fa-8890-67fe46d41fb3 2018-07-21 17:24:00,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.09383893013s 2018-07-21 17:24:00,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-1d6af35f-41dd-45fa-8890-67fe46d41fb3 2018-07-21 17:24:00,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:24:00,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -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": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e"}}' 2018-07-21 17:24:00,294 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b035154d-924d-4ac1-8464-b222ad55e3ab Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "port_range_min": 22, "revision_number": 0, "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:24:00Z", "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "922d468b-7b89-42fd-a39d-85f0ce8ec176"}} 2018-07-21 17:24:00,294 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b035154d-924d-4ac1-8464-b222ad55e3ab 2018-07-21 17:24:00,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.153635978699s 2018-07-21 17:24:00,295 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b035154d-924d-4ac1-8464-b222ad55e3ab 2018-07-21 17:24:00,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:24:00,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:00,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-3f652a4f-3805-49d1-8176-cb9727cba864 Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:39Z", "updated_at": "2018-07-21T17:23:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "02bcedcb-f720-4515-abdd-e67ed18654ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "3863828d-965f-4fc1-acd3-b645c1ed3666", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "786cdb52-23a3-43ca-968e-b2e3551abd74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "beec9628-bece-4ac1-b6e3-63461c7ae061", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:59Z", "updated_at": "2018-07-21T17:24:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "6fd3fb4a-75c8-427b-9014-0555441259ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:24:00Z", "revision_number": 0, "id": "922d468b-7b89-42fd-a39d-85f0ce8ec176", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "e9016834-314c-4848-9826-969d6b7ef743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 2, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:24:00,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3f652a4f-3805-49d1-8176-cb9727cba864 2018-07-21 17:24:00,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0556390285492s 2018-07-21 17:24:00,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-3f652a4f-3805-49d1-8176-cb9727cba864 2018-07-21 17:24:00,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:24:00,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -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": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e"}}' 2018-07-21 17:24:00,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-99c94333-7ae6-429a-8774-1c22c015a902 Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "port_range_min": null, "revision_number": 0, "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:24:00Z", "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "7f271aea-d0a1-47e1-b93d-cbbda8bbe59f"}} 2018-07-21 17:24:00,530 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-99c94333-7ae6-429a-8774-1c22c015a902 2018-07-21 17:24:00,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.171867847443s 2018-07-21 17:24:00,530 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-99c94333-7ae6-429a-8774-1c22c015a902 2018-07-21 17:24:00,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:24:00,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:00,588 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-4fbc9a1a-8709-41ce-aa6a-8fd26a2801d2 Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:39Z", "updated_at": "2018-07-21T17:23:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "02bcedcb-f720-4515-abdd-e67ed18654ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "3863828d-965f-4fc1-acd3-b645c1ed3666", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "786cdb52-23a3-43ca-968e-b2e3551abd74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "beec9628-bece-4ac1-b6e3-63461c7ae061", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:59Z", "updated_at": "2018-07-21T17:24:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "6fd3fb4a-75c8-427b-9014-0555441259ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:24:00Z", "revision_number": 0, "id": "7f271aea-d0a1-47e1-b93d-cbbda8bbe59f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:24:00Z", "revision_number": 0, "id": "922d468b-7b89-42fd-a39d-85f0ce8ec176", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "e9016834-314c-4848-9826-969d6b7ef743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 3, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:24:00,589 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4fbc9a1a-8709-41ce-aa6a-8fd26a2801d2 2018-07-21 17:24:00,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0556199550629s 2018-07-21 17:24:00,589 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-4fbc9a1a-8709-41ce-aa6a-8fd26a2801d2 2018-07-21 17:24:00,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:24:00,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e"}}' 2018-07-21 17:24:00,731 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-840b0a69-3915-44cd-96ed-3eea43cb40ac Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "port_range_min": 9000, "revision_number": 0, "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:24:00Z", "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "70a72988-e3c2-4cc9-b9f8-f26fa0c6c9ef"}} 2018-07-21 17:24:00,731 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-840b0a69-3915-44cd-96ed-3eea43cb40ac 2018-07-21 17:24:00,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.138695955276s 2018-07-21 17:24:00,731 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-840b0a69-3915-44cd-96ed-3eea43cb40ac 2018-07-21 17:24:00,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:24:00,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:00,849 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-52b94aa7-2b62-44e8-ae39-65c7c59db062 Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"],"updated_at":"2018-07-21T17:23:39Z","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6a5d46ab675d4d22b88637ab883622bd","id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","name":"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:24:00,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-52b94aa7-2b62-44e8-ae39-65c7c59db062 2018-07-21 17:24:00,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116607904434s 2018-07-21 17:24:00,850 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-52b94aa7-2b62-44e8-ae39-65c7c59db062 2018-07-21 17:24:00,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:24:00,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:00,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-d61580fe-0d25-48a5-8492-f0ff6eddd75c Date: Sat, 21 Jul 2018 17:24:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/snap", "metadata": {}}], "file": "/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/file", "owner": "6a5d46ab675d4d22b88637ab883622bd", "id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "size": 666173440, "self": "/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-21T17:23:58Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-07-21T17:23:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:24:00,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d61580fe-0d25-48a5-8492-f0ff6eddd75c 2018-07-21 17:24:00,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.035416841507s 2018-07-21 17:24:00,890 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d61580fe-0d25-48a5-8492-f0ff6eddd75c 2018-07-21 17:24:00,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:24:00,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:00,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77e895a6-7350-416f-968a-35f1d4eb8b5d x-compute-request-id: req-77e895a6-7350-416f-968a-35f1d4eb8b5d Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ec927f66-823c-497b-9832-98634bb7f6db", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "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": 3, "id": "008d03e7-2e85-42fa-a837-c9ce18c3d131"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:24:00,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-77e895a6-7350-416f-968a-35f1d4eb8b5d 2018-07-21 17:24:00,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.032842874527s 2018-07-21 17:24:00,925 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-77e895a6-7350-416f-968a-35f1d4eb8b5d 2018-07-21 17:24:00,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 17:24:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"server": {"name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "imageRef": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "flavorRef": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "max_count": 1, "min_count": 1, "networks": [{"uuid": "26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4"}], "security_groups": [{"name": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e"}]}}' 2018-07-21 17:24:02,428 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:24:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f986668c-014f-4cb8-ae22-3988d5ec4218 x-compute-request-id: req-f986668c-014f-4cb8-ae22-3988d5ec4218 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e"}], "OS-DCF:diskConfig": "MANUAL", "id": "94ffe24c-dc74-4449-a994-e81430035c33", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "adminPass": "XsBhWdL7r74T"}} 2018-07-21 17:24:02,429 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f986668c-014f-4cb8-ae22-3988d5ec4218 2018-07-21 17:24:02,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.50103878975s 2018-07-21 17:24:02,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-f986668c-014f-4cb8-ae22-3988d5ec4218 2018-07-21 17:24:02,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:02,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:03,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24: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-2d2df070-4217-4d4c-90e7-2c4e87475a6c x-compute-request-id: req-2d2df070-4217-4d4c-90e7-2c4e87475a6c Content-Encoding: gzip Content-Length: 597 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:03,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2d2df070-4217-4d4c-90e7-2c4e87475a6c 2018-07-21 17:24:03,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692609786987s 2018-07-21 17:24:03,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2d2df070-4217-4d4c-90e7-2c4e87475a6c 2018-07-21 17:24:03,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:24:03,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:03,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-549d7812-a03e-4e73-a581-e598641a754a Date: Sat, 21 Jul 2018 17:24:03 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"],"updated_at":"2018-07-21T17:23:39Z","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6a5d46ab675d4d22b88637ab883622bd","id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","name":"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:24:03,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-549d7812-a03e-4e73-a581-e598641a754a 2018-07-21 17:24:03,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.103259801865s 2018-07-21 17:24:03,234 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-549d7812-a03e-4e73-a581-e598641a754a 2018-07-21 17:24:03,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:24:03,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:03,294 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-43d746ff-d715-4ecd-93d2-15485de267c2 Date: Sat, 21 Jul 2018 17:24:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:23:39Z","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":"6a5d46ab675d4d22b88637ab883622bd","id":"428aa0e3-c23f-4379-8fe7-b6ebb317d6c7","subnetpool_id":null,"name":"shaker-subnet_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:24:03,294 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-43d746ff-d715-4ecd-93d2-15485de267c2 2018-07-21 17:24:03,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0596299171448s 2018-07-21 17:24:03,295 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-43d746ff-d715-4ecd-93d2-15485de267c2 2018-07-21 17:24:03,295 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:05,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:05,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:06,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f1cd59c-023b-4d4e-9ce3-a8a30bf9e073 x-compute-request-id: req-3f1cd59c-023b-4d4e-9ce3-a8a30bf9e073 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:05Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:06,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f1cd59c-023b-4d4e-9ce3-a8a30bf9e073 2018-07-21 17:24:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.946334123611s 2018-07-21 17:24:06,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3f1cd59c-023b-4d4e-9ce3-a8a30bf9e073 2018-07-21 17:24:06,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:08,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:08,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:09,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-23d35249-5f5c-401f-9665-d6e00cfff136 x-compute-request-id: req-23d35249-5f5c-401f-9665-d6e00cfff136 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:09,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-23d35249-5f5c-401f-9665-d6e00cfff136 2018-07-21 17:24:09,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.811649084091s 2018-07-21 17:24:09,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-23d35249-5f5c-401f-9665-d6e00cfff136 2018-07-21 17:24:09,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:11,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:11,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:11,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eff1ce87-636a-4c75-a337-22ad4494a7c2 x-compute-request-id: req-eff1ce87-636a-4c75-a337-22ad4494a7c2 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:11,677 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eff1ce87-636a-4c75-a337-22ad4494a7c2 2018-07-21 17:24:11,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607209920883s 2018-07-21 17:24:11,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-eff1ce87-636a-4c75-a337-22ad4494a7c2 2018-07-21 17:24:11,682 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:13,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:13,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:14,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e71be5df-9772-44cc-a7af-82a017bd8c06 x-compute-request-id: req-e71be5df-9772-44cc-a7af-82a017bd8c06 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:14,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e71be5df-9772-44cc-a7af-82a017bd8c06 2018-07-21 17:24:14,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478744983673s 2018-07-21 17:24:14,164 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e71be5df-9772-44cc-a7af-82a017bd8c06 2018-07-21 17:24:14,168 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:16,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:16,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:16,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aef703c-e7da-4b90-9b08-ba1b90434e83 x-compute-request-id: req-2aef703c-e7da-4b90-9b08-ba1b90434e83 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:16,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2aef703c-e7da-4b90-9b08-ba1b90434e83 2018-07-21 17:24:16,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385150909424s 2018-07-21 17:24:16,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2aef703c-e7da-4b90-9b08-ba1b90434e83 2018-07-21 17:24:16,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:18,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:18,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:18,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd79e824-6d00-413f-9f11-5f390e59afb2 x-compute-request-id: req-bd79e824-6d00-413f-9f11-5f390e59afb2 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:18,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd79e824-6d00-413f-9f11-5f390e59afb2 2018-07-21 17:24:18,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36575293541s 2018-07-21 17:24:18,929 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bd79e824-6d00-413f-9f11-5f390e59afb2 2018-07-21 17:24:18,933 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:20,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:20,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:21,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3e9fc950-bd4f-4199-bec6-b367160735fb x-compute-request-id: req-3e9fc950-bd4f-4199-bec6-b367160735fb Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:21,324 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3e9fc950-bd4f-4199-bec6-b367160735fb 2018-07-21 17:24:21,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387754201889s 2018-07-21 17:24:21,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3e9fc950-bd4f-4199-bec6-b367160735fb 2018-07-21 17:24:21,328 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:23,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:23,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:24,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-16d79cc7-ecfe-4d87-887d-a87c7f1b696c x-compute-request-id: req-16d79cc7-ecfe-4d87-887d-a87c7f1b696c Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:24,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16d79cc7-ecfe-4d87-887d-a87c7f1b696c 2018-07-21 17:24:24,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.892544031143s 2018-07-21 17:24:24,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-16d79cc7-ecfe-4d87-887d-a87c7f1b696c 2018-07-21 17:24:24,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:26,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:26,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:27,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a748b7cf-5665-4743-929c-267ae23f280c x-compute-request-id: req-a748b7cf-5665-4743-929c-267ae23f280c Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:27,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a748b7cf-5665-4743-929c-267ae23f280c 2018-07-21 17:24:27,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01547694206s 2018-07-21 17:24:27,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a748b7cf-5665-4743-929c-267ae23f280c 2018-07-21 17:24:27,250 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:29,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:29,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:29,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24: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-b1e96ab3-2f3d-4e98-a664-09b07e27aa70 x-compute-request-id: req-b1e96ab3-2f3d-4e98-a664-09b07e27aa70 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:29,789 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1e96ab3-2f3d-4e98-a664-09b07e27aa70 2018-07-21 17:24:29,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.536401033401s 2018-07-21 17:24:29,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b1e96ab3-2f3d-4e98-a664-09b07e27aa70 2018-07-21 17:24:29,794 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:31,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:31,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:32,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c751da09-2b65-495a-a3fd-ca6730847157 x-compute-request-id: req-c751da09-2b65-495a-a3fd-ca6730847157 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:32,152 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c751da09-2b65-495a-a3fd-ca6730847157 2018-07-21 17:24:32,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355987071991s 2018-07-21 17:24:32,153 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c751da09-2b65-495a-a3fd-ca6730847157 2018-07-21 17:24:32,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:34,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:34,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:34,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a04aacb9-a3d1-40cf-94c1-f0af493f96ea x-compute-request-id: req-a04aacb9-a3d1-40cf-94c1-f0af493f96ea Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:34,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a04aacb9-a3d1-40cf-94c1-f0af493f96ea 2018-07-21 17:24:34,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.297026872635s 2018-07-21 17:24:34,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a04aacb9-a3d1-40cf-94c1-f0af493f96ea 2018-07-21 17:24:34,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:36,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:36,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:36,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9abcbcc1-3661-4209-9ab6-5b58955bd391 x-compute-request-id: req-9abcbcc1-3661-4209-9ab6-5b58955bd391 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:36,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9abcbcc1-3661-4209-9ab6-5b58955bd391 2018-07-21 17:24:36,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387797117233s 2018-07-21 17:24:36,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9abcbcc1-3661-4209-9ab6-5b58955bd391 2018-07-21 17:24:36,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:38,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:39,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d995a4e-fbdb-4991-b6ad-a79e7a33c873 x-compute-request-id: req-7d995a4e-fbdb-4991-b6ad-a79e7a33c873 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:39,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7d995a4e-fbdb-4991-b6ad-a79e7a33c873 2018-07-21 17:24:39,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.56868314743s 2018-07-21 17:24:39,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7d995a4e-fbdb-4991-b6ad-a79e7a33c873 2018-07-21 17:24:39,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:41,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:41,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:41,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66ecfae8-8d9b-401d-ada8-d885340817e3 x-compute-request-id: req-66ecfae8-8d9b-401d-ada8-d885340817e3 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:41,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-66ecfae8-8d9b-401d-ada8-d885340817e3 2018-07-21 17:24:41,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189759016037s 2018-07-21 17:24:41,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-66ecfae8-8d9b-401d-ada8-d885340817e3 2018-07-21 17:24:41,627 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:43,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:43,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8249e73f-3fc9-47b1-b5b4-7a57e3d99c69 x-compute-request-id: req-8249e73f-3fc9-47b1-b5b4-7a57e3d99c69 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:43,822 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8249e73f-3fc9-47b1-b5b4-7a57e3d99c69 2018-07-21 17:24:43,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191964864731s 2018-07-21 17:24:43,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8249e73f-3fc9-47b1-b5b4-7a57e3d99c69 2018-07-21 17:24:43,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:45,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:45,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:46,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24: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-9c0747f1-a7de-4289-bc51-38ec145e2fd1 x-compute-request-id: req-9c0747f1-a7de-4289-bc51-38ec145e2fd1 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:46,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c0747f1-a7de-4289-bc51-38ec145e2fd1 2018-07-21 17:24:46,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200334072113s 2018-07-21 17:24:46,030 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9c0747f1-a7de-4289-bc51-38ec145e2fd1 2018-07-21 17:24:46,034 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:48,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:48,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:48,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24: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-2cda15ac-7033-49a8-86c7-8f705cc01eb6 x-compute-request-id: req-2cda15ac-7033-49a8-86c7-8f705cc01eb6 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:48,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2cda15ac-7033-49a8-86c7-8f705cc01eb6 2018-07-21 17:24:48,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.781267881393s 2018-07-21 17:24:48,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2cda15ac-7033-49a8-86c7-8f705cc01eb6 2018-07-21 17:24:48,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:50,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:50,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:51,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa360cb5-2cb2-4bf8-bd8a-f2d5a85c1a44 x-compute-request-id: req-fa360cb5-2cb2-4bf8-bd8a-f2d5a85c1a44 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:51,196 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa360cb5-2cb2-4bf8-bd8a-f2d5a85c1a44 2018-07-21 17:24:51,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371551036835s 2018-07-21 17:24:51,197 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fa360cb5-2cb2-4bf8-bd8a-f2d5a85c1a44 2018-07-21 17:24:51,200 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:53,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:53,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:53,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24: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-fc114b7d-7d9e-465b-a52a-f42b2c25a417 x-compute-request-id: req-fc114b7d-7d9e-465b-a52a-f42b2c25a417 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:53,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fc114b7d-7d9e-465b-a52a-f42b2c25a417 2018-07-21 17:24:53,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579843044281s 2018-07-21 17:24:53,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-fc114b7d-7d9e-465b-a52a-f42b2c25a417 2018-07-21 17:24:53,787 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:55,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:55,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:55,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf5dd8a9-6e72-4748-b3dc-630b5281cc6e x-compute-request-id: req-bf5dd8a9-6e72-4748-b3dc-630b5281cc6e Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:55,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bf5dd8a9-6e72-4748-b3dc-630b5281cc6e 2018-07-21 17:24:55,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200761079788s 2018-07-21 17:24:55,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bf5dd8a9-6e72-4748-b3dc-630b5281cc6e 2018-07-21 17:24:55,995 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:24:57,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:24:58,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:24:58,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:24: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-99d0115d-d275-46f2-93ed-a49334ed3c26 x-compute-request-id: req-99d0115d-d275-46f2-93ed-a49334ed3c26 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:24:58,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99d0115d-d275-46f2-93ed-a49334ed3c26 2018-07-21 17:24:58,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368865966797s 2018-07-21 17:24:58,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-99d0115d-d275-46f2-93ed-a49334ed3c26 2018-07-21 17:24:58,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:00,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:00,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:00,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab3d4195-d17d-4b72-8886-e516d183905f x-compute-request-id: req-ab3d4195-d17d-4b72-8886-e516d183905f Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:00,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ab3d4195-d17d-4b72-8886-e516d183905f 2018-07-21 17:25:00,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188370943069s 2018-07-21 17:25:00,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-ab3d4195-d17d-4b72-8886-e516d183905f 2018-07-21 17:25:00,565 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:02,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:02,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:02,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-b2afd402-108f-40a9-94bb-86572e8ae7fe x-compute-request-id: req-b2afd402-108f-40a9-94bb-86572e8ae7fe Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:02,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2afd402-108f-40a9-94bb-86572e8ae7fe 2018-07-21 17:25:02,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201982021332s 2018-07-21 17:25:02,770 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2afd402-108f-40a9-94bb-86572e8ae7fe 2018-07-21 17:25:02,774 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:04,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:04,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:04,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9fa56e33-d300-456a-9327-114090601227 x-compute-request-id: req-9fa56e33-d300-456a-9327-114090601227 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:04,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9fa56e33-d300-456a-9327-114090601227 2018-07-21 17:25:04,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194547891617s 2018-07-21 17:25:04,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9fa56e33-d300-456a-9327-114090601227 2018-07-21 17:25:04,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:06,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:06,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:07,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-b431df34-b1da-4ec7-87ac-04096554a66b x-compute-request-id: req-b431df34-b1da-4ec7-87ac-04096554a66b Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:07,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b431df34-b1da-4ec7-87ac-04096554a66b 2018-07-21 17:25:07,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389137029648s 2018-07-21 17:25:07,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b431df34-b1da-4ec7-87ac-04096554a66b 2018-07-21 17:25:07,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:09,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:09,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:09,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-62113b34-e8e5-4570-9d3e-1e37cf32ec4c x-compute-request-id: req-62113b34-e8e5-4570-9d3e-1e37cf32ec4c Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:09,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-62113b34-e8e5-4570-9d3e-1e37cf32ec4c 2018-07-21 17:25:09,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397504091263s 2018-07-21 17:25:09,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-62113b34-e8e5-4570-9d3e-1e37cf32ec4c 2018-07-21 17:25:09,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:11,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:11,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:12,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bd4f0cd-a8cb-4ad0-8191-365a1a4b22d9 x-compute-request-id: req-6bd4f0cd-a8cb-4ad0-8191-365a1a4b22d9 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:12,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bd4f0cd-a8cb-4ad0-8191-365a1a4b22d9 2018-07-21 17:25:12,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351582050323s 2018-07-21 17:25:12,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bd4f0cd-a8cb-4ad0-8191-365a1a4b22d9 2018-07-21 17:25:12,133 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:14,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:14,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:14,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-90efc3e5-ea0a-4170-814b-a3db569f6a55 x-compute-request-id: req-90efc3e5-ea0a-4170-814b-a3db569f6a55 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:14,330 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90efc3e5-ea0a-4170-814b-a3db569f6a55 2018-07-21 17:25:14,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193701028824s 2018-07-21 17:25:14,330 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-90efc3e5-ea0a-4170-814b-a3db569f6a55 2018-07-21 17:25:14,334 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:16,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:16,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:16,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-105f1119-832e-44f0-a060-88d8dffe2c18 x-compute-request-id: req-105f1119-832e-44f0-a060-88d8dffe2c18 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:16,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-105f1119-832e-44f0-a060-88d8dffe2c18 2018-07-21 17:25:16,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366750001907s 2018-07-21 17:25:16,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-105f1119-832e-44f0-a060-88d8dffe2c18 2018-07-21 17:25:16,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:18,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:19,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2e6841c-1e24-4c4b-84b1-19ae8a8ff18b x-compute-request-id: req-b2e6841c-1e24-4c4b-84b1-19ae8a8ff18b Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:19,086 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2e6841c-1e24-4c4b-84b1-19ae8a8ff18b 2018-07-21 17:25:19,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375808000565s 2018-07-21 17:25:19,087 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b2e6841c-1e24-4c4b-84b1-19ae8a8ff18b 2018-07-21 17:25:19,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:21,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:21,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82ff0cb4-2e6d-409b-a133-c74f71d49d2a x-compute-request-id: req-82ff0cb4-2e6d-409b-a133-c74f71d49d2a Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:21,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-82ff0cb4-2e6d-409b-a133-c74f71d49d2a 2018-07-21 17:25:21,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364037036896s 2018-07-21 17:25:21,458 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-82ff0cb4-2e6d-409b-a133-c74f71d49d2a 2018-07-21 17:25:21,462 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:23,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:23,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:23,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6623e6ac-a275-4ba8-9336-2a268ad91550 x-compute-request-id: req-6623e6ac-a275-4ba8-9336-2a268ad91550 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:23,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6623e6ac-a275-4ba8-9336-2a268ad91550 2018-07-21 17:25:23,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3602039814s 2018-07-21 17:25:23,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6623e6ac-a275-4ba8-9336-2a268ad91550 2018-07-21 17:25:23,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:25,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:25,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:26,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d907ccdb-1c97-43dd-8ca5-c9e513c18b70 x-compute-request-id: req-d907ccdb-1c97-43dd-8ca5-c9e513c18b70 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:26,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d907ccdb-1c97-43dd-8ca5-c9e513c18b70 2018-07-21 17:25:26,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.474617004395s 2018-07-21 17:25:26,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d907ccdb-1c97-43dd-8ca5-c9e513c18b70 2018-07-21 17:25:26,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:28,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:28,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:28,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5378c20f-6177-4c70-97b2-1d353511b8a6 x-compute-request-id: req-5378c20f-6177-4c70-97b2-1d353511b8a6 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:28,510 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5378c20f-6177-4c70-97b2-1d353511b8a6 2018-07-21 17:25:28,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196019172668s 2018-07-21 17:25:28,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5378c20f-6177-4c70-97b2-1d353511b8a6 2018-07-21 17:25:28,514 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:30,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:30,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:30,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-df557c59-9c6f-4530-b407-bedb36245d5f x-compute-request-id: req-df557c59-9c6f-4530-b407-bedb36245d5f Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:30,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df557c59-9c6f-4530-b407-bedb36245d5f 2018-07-21 17:25:30,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369920015335s 2018-07-21 17:25:30,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-df557c59-9c6f-4530-b407-bedb36245d5f 2018-07-21 17:25:30,891 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:32,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:32,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:33,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7875d7d4-f3e6-4591-acf0-598e85b1c046 x-compute-request-id: req-7875d7d4-f3e6-4591-acf0-598e85b1c046 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:33,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7875d7d4-f3e6-4591-acf0-598e85b1c046 2018-07-21 17:25:33,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20233297348s 2018-07-21 17:25:33,097 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7875d7d4-f3e6-4591-acf0-598e85b1c046 2018-07-21 17:25:33,101 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:35,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:35,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:36,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f01f7ec5-ff38-41b4-b712-009f9427e3e8 x-compute-request-id: req-f01f7ec5-ff38-41b4-b712-009f9427e3e8 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:36,023 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f01f7ec5-ff38-41b4-b712-009f9427e3e8 2018-07-21 17:25:36,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.918955087662s 2018-07-21 17:25:36,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f01f7ec5-ff38-41b4-b712-009f9427e3e8 2018-07-21 17:25:36,027 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:38,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:38,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:38,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17d56f00-3d8a-4db7-a196-43f2080512dd x-compute-request-id: req-17d56f00-3d8a-4db7-a196-43f2080512dd Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:38,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-17d56f00-3d8a-4db7-a196-43f2080512dd 2018-07-21 17:25:38,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369817972183s 2018-07-21 17:25:38,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-17d56f00-3d8a-4db7-a196-43f2080512dd 2018-07-21 17:25:38,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:40,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:40,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:40,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-84a968ef-29d7-403a-96a5-cbdf24f81125 x-compute-request-id: req-84a968ef-29d7-403a-96a5-cbdf24f81125 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:40,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84a968ef-29d7-403a-96a5-cbdf24f81125 2018-07-21 17:25:40,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354951858521s 2018-07-21 17:25:40,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-84a968ef-29d7-403a-96a5-cbdf24f81125 2018-07-21 17:25:40,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:42,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:42,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:42,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-89e30989-ecb9-4b9f-9278-d8e28e1999cc x-compute-request-id: req-89e30989-ecb9-4b9f-9278-d8e28e1999cc Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:42,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-89e30989-ecb9-4b9f-9278-d8e28e1999cc 2018-07-21 17:25:42,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204060792923s 2018-07-21 17:25:42,974 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-89e30989-ecb9-4b9f-9278-d8e28e1999cc 2018-07-21 17:25:42,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:44,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:44,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:45,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-a621ca71-b1c1-48ed-b481-3e6f44d38d5b x-compute-request-id: req-a621ca71-b1c1-48ed-b481-3e6f44d38d5b Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:45,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a621ca71-b1c1-48ed-b481-3e6f44d38d5b 2018-07-21 17:25:45,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346649169922s 2018-07-21 17:25:45,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a621ca71-b1c1-48ed-b481-3e6f44d38d5b 2018-07-21 17:25:45,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:47,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:47,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:47,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7a2a1b9-e683-4cdb-b74e-c84df354b797 x-compute-request-id: req-d7a2a1b9-e683-4cdb-b74e-c84df354b797 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:47,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7a2a1b9-e683-4cdb-b74e-c84df354b797 2018-07-21 17:25:47,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392317056656s 2018-07-21 17:25:47,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d7a2a1b9-e683-4cdb-b74e-c84df354b797 2018-07-21 17:25:47,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:49,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:49,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:50,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-6ba26003-6fb3-42ca-8d9b-e24e9d8dc216 x-compute-request-id: req-6ba26003-6fb3-42ca-8d9b-e24e9d8dc216 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:50,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6ba26003-6fb3-42ca-8d9b-e24e9d8dc216 2018-07-21 17:25:50,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391867160797s 2018-07-21 17:25:50,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6ba26003-6fb3-42ca-8d9b-e24e9d8dc216 2018-07-21 17:25:50,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:52,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:52,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:52,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-7dd06f1a-436b-4650-9826-fbea7ef37656 x-compute-request-id: req-7dd06f1a-436b-4650-9826-fbea7ef37656 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:52,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7dd06f1a-436b-4650-9826-fbea7ef37656 2018-07-21 17:25:52,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36213517189s 2018-07-21 17:25:52,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-7dd06f1a-436b-4650-9826-fbea7ef37656 2018-07-21 17:25:52,498 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:54,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:54,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:54,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74a3aa19-a153-4ce9-9db7-fce0f401b57d x-compute-request-id: req-74a3aa19-a153-4ce9-9db7-fce0f401b57d Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:54,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-74a3aa19-a153-4ce9-9db7-fce0f401b57d 2018-07-21 17:25:54,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361947059631s 2018-07-21 17:25:54,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-74a3aa19-a153-4ce9-9db7-fce0f401b57d 2018-07-21 17:25:54,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:56,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:56,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:57,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-6bef45f2-34cb-4b20-b130-fef4cba67bd2 x-compute-request-id: req-6bef45f2-34cb-4b20-b130-fef4cba67bd2 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:57,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bef45f2-34cb-4b20-b130-fef4cba67bd2 2018-07-21 17:25:57,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19312620163s 2018-07-21 17:25:57,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6bef45f2-34cb-4b20-b130-fef4cba67bd2 2018-07-21 17:25:57,068 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:25:59,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:25:59,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:25:59,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:25: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-9b7599e8-de93-45ab-889e-a7fdd2ea9292 x-compute-request-id: req-9b7599e8-de93-45ab-889e-a7fdd2ea9292 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:25:59,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b7599e8-de93-45ab-889e-a7fdd2ea9292 2018-07-21 17:25:59,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356314897537s 2018-07-21 17:25:59,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9b7599e8-de93-45ab-889e-a7fdd2ea9292 2018-07-21 17:25:59,429 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:01,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:01,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:01,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-05720c4d-2b49-4d70-8dd8-ec98426bdc2f x-compute-request-id: req-05720c4d-2b49-4d70-8dd8-ec98426bdc2f Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:01,629 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05720c4d-2b49-4d70-8dd8-ec98426bdc2f 2018-07-21 17:26:01,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198361158371s 2018-07-21 17:26:01,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-05720c4d-2b49-4d70-8dd8-ec98426bdc2f 2018-07-21 17:26:01,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:03,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:03,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:04,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cc672e9-1f0b-4f4f-a652-6aa4c37fdce0 x-compute-request-id: req-8cc672e9-1f0b-4f4f-a652-6aa4c37fdce0 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:04,028 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8cc672e9-1f0b-4f4f-a652-6aa4c37fdce0 2018-07-21 17:26:04,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391990184784s 2018-07-21 17:26:04,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8cc672e9-1f0b-4f4f-a652-6aa4c37fdce0 2018-07-21 17:26:04,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:06,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:06,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:06,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-b18c9282-4a11-491d-8e0a-36f17bb1c5cd x-compute-request-id: req-b18c9282-4a11-491d-8e0a-36f17bb1c5cd Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:06,236 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b18c9282-4a11-491d-8e0a-36f17bb1c5cd 2018-07-21 17:26:06,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200370073318s 2018-07-21 17:26:06,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-b18c9282-4a11-491d-8e0a-36f17bb1c5cd 2018-07-21 17:26:06,240 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:08,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:08,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:08,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5a24267-9b2d-481e-a767-72e2e7ed635a x-compute-request-id: req-d5a24267-9b2d-481e-a767-72e2e7ed635a Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:08,622 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5a24267-9b2d-481e-a767-72e2e7ed635a 2018-07-21 17:26:08,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37865114212s 2018-07-21 17:26:08,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-d5a24267-9b2d-481e-a767-72e2e7ed635a 2018-07-21 17:26:08,626 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:10,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:10,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:11,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-8689d655-04e0-412b-9f0b-7381237e96fd x-compute-request-id: req-8689d655-04e0-412b-9f0b-7381237e96fd Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:11,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8689d655-04e0-412b-9f0b-7381237e96fd 2018-07-21 17:26:11,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552317857742s 2018-07-21 17:26:11,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-8689d655-04e0-412b-9f0b-7381237e96fd 2018-07-21 17:26:11,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:13,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:13,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:13,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-600d53c3-360a-40a5-bb3a-dff80a181dce x-compute-request-id: req-600d53c3-360a-40a5-bb3a-dff80a181dce Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:13,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-600d53c3-360a-40a5-bb3a-dff80a181dce 2018-07-21 17:26:13,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193633079529s 2018-07-21 17:26:13,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-600d53c3-360a-40a5-bb3a-dff80a181dce 2018-07-21 17:26:13,386 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:15,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:15,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:15,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d98d0d2-4255-47d9-b7de-2307ce9f0d11 x-compute-request-id: req-9d98d0d2-4255-47d9-b7de-2307ce9f0d11 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:15,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9d98d0d2-4255-47d9-b7de-2307ce9f0d11 2018-07-21 17:26:15,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351627111435s 2018-07-21 17:26:15,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9d98d0d2-4255-47d9-b7de-2307ce9f0d11 2018-07-21 17:26:15,743 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:17,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:17,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:18,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-48320802-ccb9-4dfa-b7c7-f5f8f4767044 x-compute-request-id: req-48320802-ccb9-4dfa-b7c7-f5f8f4767044 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:18,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-48320802-ccb9-4dfa-b7c7-f5f8f4767044 2018-07-21 17:26:18,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363817930222s 2018-07-21 17:26:18,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-48320802-ccb9-4dfa-b7c7-f5f8f4767044 2018-07-21 17:26:18,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:20,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:20,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:20,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ed12fd8-2df0-4a20-b20a-6d67a50d98b1 x-compute-request-id: req-1ed12fd8-2df0-4a20-b20a-6d67a50d98b1 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:20,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1ed12fd8-2df0-4a20-b20a-6d67a50d98b1 2018-07-21 17:26:20,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.216235876083s 2018-07-21 17:26:20,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1ed12fd8-2df0-4a20-b20a-6d67a50d98b1 2018-07-21 17:26:20,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:22,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:22,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:22,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-3aa02ead-967f-46ed-9fec-af82045b91db x-compute-request-id: req-3aa02ead-967f-46ed-9fec-af82045b91db Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:22,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3aa02ead-967f-46ed-9fec-af82045b91db 2018-07-21 17:26:22,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369068145752s 2018-07-21 17:26:22,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-3aa02ead-967f-46ed-9fec-af82045b91db 2018-07-21 17:26:22,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:24,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:24,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:24,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0b9b3c52-f0e3-4c8a-87c4-0a79eae96e97 x-compute-request-id: req-0b9b3c52-f0e3-4c8a-87c4-0a79eae96e97 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:24,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b9b3c52-f0e3-4c8a-87c4-0a79eae96e97 2018-07-21 17:26:24,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.217740058899s 2018-07-21 17:26:24,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0b9b3c52-f0e3-4c8a-87c4-0a79eae96e97 2018-07-21 17:26:24,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:26,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:26,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:27,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75c3bd38-d018-45e3-8ca5-4a8f30c9edd6 x-compute-request-id: req-75c3bd38-d018-45e3-8ca5-4a8f30c9edd6 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:27,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-75c3bd38-d018-45e3-8ca5-4a8f30c9edd6 2018-07-21 17:26:27,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195068120956s 2018-07-21 17:26:27,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-75c3bd38-d018-45e3-8ca5-4a8f30c9edd6 2018-07-21 17:26:27,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:29,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:29,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:29,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-bc0f14bd-801d-4ca2-917c-5ba261176499 x-compute-request-id: req-bc0f14bd-801d-4ca2-917c-5ba261176499 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:29,507 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc0f14bd-801d-4ca2-917c-5ba261176499 2018-07-21 17:26:29,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36328792572s 2018-07-21 17:26:29,507 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc0f14bd-801d-4ca2-917c-5ba261176499 2018-07-21 17:26:29,511 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:31,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:31,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:31,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-499077d7-bca0-4a13-b4eb-42e294712406 x-compute-request-id: req-499077d7-bca0-4a13-b4eb-42e294712406 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:31,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-499077d7-bca0-4a13-b4eb-42e294712406 2018-07-21 17:26:31,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366621017456s 2018-07-21 17:26:31,881 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-499077d7-bca0-4a13-b4eb-42e294712406 2018-07-21 17:26:31,885 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:33,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:33,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:34,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13e27eb0-52cb-4ab0-a60c-62faed78d7c3 x-compute-request-id: req-13e27eb0-52cb-4ab0-a60c-62faed78d7c3 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:34,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-13e27eb0-52cb-4ab0-a60c-62faed78d7c3 2018-07-21 17:26:34,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355690002441s 2018-07-21 17:26:34,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-13e27eb0-52cb-4ab0-a60c-62faed78d7c3 2018-07-21 17:26:34,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:36,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:36,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:36,613 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dc2c558-8a27-4b9f-8cbc-16441e7f67dc x-compute-request-id: req-5dc2c558-8a27-4b9f-8cbc-16441e7f67dc Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:36,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5dc2c558-8a27-4b9f-8cbc-16441e7f67dc 2018-07-21 17:26:36,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364228010178s 2018-07-21 17:26:36,614 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-5dc2c558-8a27-4b9f-8cbc-16441e7f67dc 2018-07-21 17:26:36,618 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:38,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:38,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:39,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7f30b19-4942-4ca8-a876-1b6fe7cb6da3 x-compute-request-id: req-a7f30b19-4942-4ca8-a876-1b6fe7cb6da3 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:39,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a7f30b19-4942-4ca8-a876-1b6fe7cb6da3 2018-07-21 17:26:39,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381967067719s 2018-07-21 17:26:39,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-a7f30b19-4942-4ca8-a876-1b6fe7cb6da3 2018-07-21 17:26:39,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:41,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:41,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:41,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc13ba62-cb98-45ff-b874-58781980fa4c x-compute-request-id: req-cc13ba62-cb98-45ff-b874-58781980fa4c Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:41,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc13ba62-cb98-45ff-b874-58781980fa4c 2018-07-21 17:26:41,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190587997437s 2018-07-21 17:26:41,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-cc13ba62-cb98-45ff-b874-58781980fa4c 2018-07-21 17:26:41,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:43,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:43,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:43,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c092a623-c463-4707-a271-107885d08563 x-compute-request-id: req-c092a623-c463-4707-a271-107885d08563 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:43,397 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c092a623-c463-4707-a271-107885d08563 2018-07-21 17:26:43,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189283847809s 2018-07-21 17:26:43,397 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c092a623-c463-4707-a271-107885d08563 2018-07-21 17:26:43,400 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:45,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:45,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:45,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-1126de3a-88f4-49f4-a0e8-42b26bdf4f07 x-compute-request-id: req-1126de3a-88f4-49f4-a0e8-42b26bdf4f07 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:45,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1126de3a-88f4-49f4-a0e8-42b26bdf4f07 2018-07-21 17:26:45,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390641927719s 2018-07-21 17:26:45,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-1126de3a-88f4-49f4-a0e8-42b26bdf4f07 2018-07-21 17:26:45,798 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:47,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:48,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-103d3571-395d-47de-a90d-f9a7ec45810b x-compute-request-id: req-103d3571-395d-47de-a90d-f9a7ec45810b Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:48,167 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-103d3571-395d-47de-a90d-f9a7ec45810b 2018-07-21 17:26:48,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366030931473s 2018-07-21 17:26:48,168 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-103d3571-395d-47de-a90d-f9a7ec45810b 2018-07-21 17:26:48,172 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:50,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:50,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:50,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc3eb954-47e8-4258-bee4-6ed8a04fe301 x-compute-request-id: req-bc3eb954-47e8-4258-bee4-6ed8a04fe301 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:50,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc3eb954-47e8-4258-bee4-6ed8a04fe301 2018-07-21 17:26:50,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.358526945114s 2018-07-21 17:26:50,533 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-bc3eb954-47e8-4258-bee4-6ed8a04fe301 2018-07-21 17:26:50,537 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:52,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:53,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-56d4bfc4-4f4e-4c3e-a514-02de2f0dc373 x-compute-request-id: req-56d4bfc4-4f4e-4c3e-a514-02de2f0dc373 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:53,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-56d4bfc4-4f4e-4c3e-a514-02de2f0dc373 2018-07-21 17:26:53,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.539411067963s 2018-07-21 17:26:53,080 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-56d4bfc4-4f4e-4c3e-a514-02de2f0dc373 2018-07-21 17:26:53,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:55,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:55,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:55,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dce9db5f-e14a-420d-96e9-ed3cf27fb0d2 x-compute-request-id: req-dce9db5f-e14a-420d-96e9-ed3cf27fb0d2 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:55,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dce9db5f-e14a-420d-96e9-ed3cf27fb0d2 2018-07-21 17:26:55,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373365879059s 2018-07-21 17:26:55,460 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-dce9db5f-e14a-420d-96e9-ed3cf27fb0d2 2018-07-21 17:26:55,464 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:57,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:57,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:26:57,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4029350c-ac4c-4120-bacf-1b3074ad9bb1 x-compute-request-id: req-4029350c-ac4c-4120-bacf-1b3074ad9bb1 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:26:57,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4029350c-ac4c-4120-bacf-1b3074ad9bb1 2018-07-21 17:26:57,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435983896255s 2018-07-21 17:26:57,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-4029350c-ac4c-4120-bacf-1b3074ad9bb1 2018-07-21 17:26:57,908 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:26:59,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:26:59,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:00,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:26: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-2ebd75cd-4bee-4bfb-9351-d86d61210e8e x-compute-request-id: req-2ebd75cd-4bee-4bfb-9351-d86d61210e8e Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:00,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2ebd75cd-4bee-4bfb-9351-d86d61210e8e 2018-07-21 17:27:00,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587877988815s 2018-07-21 17:27:00,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-2ebd75cd-4bee-4bfb-9351-d86d61210e8e 2018-07-21 17:27:00,502 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:27:02,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:27:02,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:02,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27: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-9f7d7ba1-5685-4500-8d65-bb7bf9e8875a x-compute-request-id: req-9f7d7ba1-5685-4500-8d65-bb7bf9e8875a Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:02,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9f7d7ba1-5685-4500-8d65-bb7bf9e8875a 2018-07-21 17:27:02,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220676183701s 2018-07-21 17:27:02,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-9f7d7ba1-5685-4500-8d65-bb7bf9e8875a 2018-07-21 17:27:02,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:27:04,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:27:04,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:04,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0693eb48-2641-4a20-abd3-de011dc7e0c7 x-compute-request-id: req-0693eb48-2641-4a20-abd3-de011dc7e0c7 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:04,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0693eb48-2641-4a20-abd3-de011dc7e0c7 2018-07-21 17:27:04,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.211010932922s 2018-07-21 17:27:04,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-0693eb48-2641-4a20-abd3-de011dc7e0c7 2018-07-21 17:27:04,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:27:06,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:27:06,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:07,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27: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-aae38eba-cac5-41f3-8c97-9fb167928bb7 x-compute-request-id: req-aae38eba-cac5-41f3-8c97-9fb167928bb7 Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:07,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aae38eba-cac5-41f3-8c97-9fb167928bb7 2018-07-21 17:27:07,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.207880020142s 2018-07-21 17:27:07,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-aae38eba-cac5-41f3-8c97-9fb167928bb7 2018-07-21 17:27:07,163 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:27:09,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:27:09,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:09,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80f1cf5b-9dfe-4109-94a7-de18c362081d x-compute-request-id: req-80f1cf5b-9dfe-4109-94a7-de18c362081d Content-Encoding: gzip Content-Length: 660 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:24:06Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:09,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-80f1cf5b-9dfe-4109-94a7-de18c362081d 2018-07-21 17:27:09,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.415261030197s 2018-07-21 17:27:09,581 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-80f1cf5b-9dfe-4109-94a7-de18c362081d 2018-07-21 17:27:09,585 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:27:11,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:27:11,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:11,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35c049dd-3842-48e7-b5ed-d0ad8ec6e31d x-compute-request-id: req-35c049dd-3842-48e7-b5ed-d0ad8ec6e31d Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:05:78", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T17:27:10.000000", "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T17:27:10Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:11,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-35c049dd-3842-48e7-b5ed-d0ad8ec6e31d 2018-07-21 17:27:11,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206456899643s 2018-07-21 17:27:11,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-35c049dd-3842-48e7-b5ed-d0ad8ec6e31d 2018-07-21 17:27:11,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 17:27:11,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:11,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-c79e48b1-05ae-4077-bf80-bf156c69c4bb Date: Sat, 21 Jul 2018 17:27:11 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:24:05Z","admin_state_up":true,"updated_at":"2018-07-21T17:27:10Z","binding:vnic_type":"normal","device_id":"94ffe24c-dc74-4449-a994-e81430035c33","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:09:05:78","id":"8f5307ea-8311-4e73-a1b6-44b51a979f09","port_security_enabled":true,"project_id":"6a5d46ab675d4d22b88637ab883622bd","fixed_ips":[{"subnet_id":"428aa0e3-c23f-4379-8fe7-b6ebb317d6c7","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["fecbf8d4-39c9-4d5f-85b1-788a4f82947e"],"name":""}]} 2018-07-21 17:27:11,861 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33 used request id req-c79e48b1-05ae-4077-bf80-bf156c69c4bb 2018-07-21 17:27:11,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0625200271606s 2018-07-21 17:27:11,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33 used request id req-c79e48b1-05ae-4077-bf80-bf156c69c4bb 2018-07-21 17:27:11,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 17:27:11,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8f5307ea-8311-4e73-a1b6-44b51a979f09" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:11,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5f683251-a9ac-4197-933e-6ebe6302c4fd Date: Sat, 21 Jul 2018 17:27:11 GMT RESP BODY: {"floatingips": []} 2018-07-21 17:27:11,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8f5307ea-8311-4e73-a1b6-44b51a979f09 used request id req-5f683251-a9ac-4197-933e-6ebe6302c4fd 2018-07-21 17:27:11,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0478029251099s 2018-07-21 17:27:11,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8f5307ea-8311-4e73-a1b6-44b51a979f09 used request id req-5f683251-a9ac-4197-933e-6ebe6302c4fd 2018-07-21 17:27:11,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:27:11,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:12,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be5613f5-8085-42f1-b941-b01ef470cc34 x-compute-request-id: req-be5613f5-8085-42f1-b941-b01ef470cc34 Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:05:78", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T17:27:10.000000", "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T17:27:10Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:27:12,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be5613f5-8085-42f1-b941-b01ef470cc34 2018-07-21 17:27:12,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374071121216s 2018-07-21 17:27:12,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-be5613f5-8085-42f1-b941-b01ef470cc34 2018-07-21 17:27:12,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 17:27:12,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:12,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-6b050a0b-2986-40aa-86e4-c6e47a0050d7 Date: Sat, 21 Jul 2018 17:27:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:24:05Z","admin_state_up":true,"updated_at":"2018-07-21T17:27:10Z","binding:vnic_type":"normal","device_id":"94ffe24c-dc74-4449-a994-e81430035c33","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:09:05:78","id":"8f5307ea-8311-4e73-a1b6-44b51a979f09","port_security_enabled":true,"project_id":"6a5d46ab675d4d22b88637ab883622bd","fixed_ips":[{"subnet_id":"428aa0e3-c23f-4379-8fe7-b6ebb317d6c7","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["fecbf8d4-39c9-4d5f-85b1-788a4f82947e"],"name":""}]} 2018-07-21 17:27:12,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33 used request id req-6b050a0b-2986-40aa-86e4-c6e47a0050d7 2018-07-21 17:27:12,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0556879043579s 2018-07-21 17:27:12,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33 used request id req-6b050a0b-2986-40aa-86e4-c6e47a0050d7 2018-07-21 17:27:12,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 17:27:12,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8f5307ea-8311-4e73-a1b6-44b51a979f09" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:12,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-13d6c556-f635-4d06-971e-c5235c903c2f Date: Sat, 21 Jul 2018 17:27:12 GMT RESP BODY: {"floatingips": []} 2018-07-21 17:27:12,397 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8f5307ea-8311-4e73-a1b6-44b51a979f09 used request id req-13d6c556-f635-4d06-971e-c5235c903c2f 2018-07-21 17:27:12,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0437908172607s 2018-07-21 17:27:12,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json?port_id=8f5307ea-8311-4e73-a1b6-44b51a979f09 used request id req-13d6c556-f635-4d06-971e-c5235c903c2f 2018-07-21 17:27:12,397 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_ec927f66-823c-497b-9832-98634bb7f6db': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:09:05:78', u'version': 4, u'addr': u'192.168.120.8', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c912b1ba-021d-49b6-86c2-09c08bdc2a6d'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T17:27:10.000000', 'flavor': Munch({u'id': u'008d03e7-2e85-42fa-a837-c9ce18c3d131'}), 'az': u'nova', 'id': u'94ffe24c-dc74-4449-a994-e81430035c33', 'security_groups': [Munch({u'name': u'shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b66ac2ad67964cbf89de6c8a1d46d314', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6a5d46ab675d4d22b88637ab883622bd', 'name': 'shaker-project_ec927f66-823c-497b-9832-98634bb7f6db', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-07-21T17:27:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-07-21T17:27:10Z', 'hostId': u'8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-07-21T17:27:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6a5d46ab675d4d22b88637ab883622bd', 'name': u'shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db', 'adminPass': None, 'tenant_id': u'6a5d46ab675d4d22b88637ab883622bd', 'created_at': u'2018-07-21T17:24:02Z', 'created': u'2018-07-21T17:24:02Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-07-21 17:27:12,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:27:12,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:12,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-30e4e646-04b5-4e0b-b361-90d250e51943 Date: Sat, 21 Jul 2018 17:27:12 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"],"updated_at":"2018-07-21T17:23:39Z","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6a5d46ab675d4d22b88637ab883622bd","id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","name":"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:27:12,510 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-30e4e646-04b5-4e0b-b361-90d250e51943 2018-07-21 17:27:12,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111010074615s 2018-07-21 17:27:12,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-30e4e646-04b5-4e0b-b361-90d250e51943 2018-07-21 17:27:12,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-07-21 17:27:12,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:27:12,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-7b0dd1da-5208-4986-815c-ab45307358b8 Date: Sat, 21 Jul 2018 17:27:12 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:24:05Z","admin_state_up":true,"updated_at":"2018-07-21T17:27:10Z","binding:vnic_type":"normal","device_id":"94ffe24c-dc74-4449-a994-e81430035c33","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:09:05:78","id":"8f5307ea-8311-4e73-a1b6-44b51a979f09","port_security_enabled":true,"project_id":"6a5d46ab675d4d22b88637ab883622bd","fixed_ips":[{"subnet_id":"428aa0e3-c23f-4379-8fe7-b6ebb317d6c7","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["fecbf8d4-39c9-4d5f-85b1-788a4f82947e"],"name":""}]} 2018-07-21 17:27:12,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33 used request id req-7b0dd1da-5208-4986-815c-ab45307358b8 2018-07-21 17:27:12,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0530889034271s 2018-07-21 17:27:12,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports.json?device_id=94ffe24c-dc74-4449-a994-e81430035c33 used request id req-7b0dd1da-5208-4986-815c-ab45307358b8 2018-07-21 17:27:12,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-07-21 17:27:12,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"floatingip": {"floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "port_id": "8f5307ea-8311-4e73-a1b6-44b51a979f09"}}' 2018-07-21 17:27:14,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-d72e1355-a178-4db0-b60b-6521ee4a2640 Date: Sat, 21 Jul 2018 17:27:14 GMT RESP BODY: {"floatingip": {"router_id": "d714d0a4-3a99-4430-bac0-8c84ebae3e1f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T17:27:13Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "8f5307ea-8311-4e73-a1b6-44b51a979f09", "id": "5337d9f4-429f-4e83-8b52-fd363f5b1b0a", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:27:13Z", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}} 2018-07-21 17:27:14,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d72e1355-a178-4db0-b60b-6521ee4a2640 2018-07-21 17:27:14,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04597711563s 2018-07-21 17:27:14,611 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-d72e1355-a178-4db0-b60b-6521ee4a2640 2018-07-21 17:27:14,614 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd714d0a4-3a99-4430-bac0-8c84ebae3e1f', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6a5d46ab675d4d22b88637ab883622bd', 'created_at': u'2018-07-21T17:27:13Z', 'attached': True, 'updated_at': u'2018-07-21T17:27:13Z', 'id': u'5337d9f4-429f-4e83-8b52-fd363f5b1b0a', 'floating_network_id': u'8562b425-f304-4a61-9f95-61d480219689', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.212', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6a5d46ab675d4d22b88637ab883622bd', 'name': 'shaker-project_ec927f66-823c-497b-9832-98634bb7f6db', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd714d0a4-3a99-4430-bac0-8c84ebae3e1f', 'project_id': u'6a5d46ab675d4d22b88637ab883622bd', 'port_id': u'8f5307ea-8311-4e73-a1b6-44b51a979f09', 'port': u'8f5307ea-8311-4e73-a1b6-44b51a979f09', 'network': u'8562b425-f304-4a61-9f95-61d480219689'}) 2018-07-21 17:27:14,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-07-21 17:27:14,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33/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}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-07-21 17:27:14,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:27: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-2f2daeae-ab96-4c0f-ab58-db938859886b x-compute-request-id: req-2f2daeae-ab96-4c0f-ab58-db938859886b Content-Encoding: gzip Content-Length: 10143 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff]\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:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 685988111 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\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: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\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=512 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:33024 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.144467] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146385] pid_max: default: 32768 minimum: 301\n[ 0.147450] ACPI: Core revision 20150930\n[ 0.148952] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150471] Security Framework initialized\n[ 0.151427] Yama: becoming mindful.\n[ 0.152245] AppArmor: AppArmor initialized\n[ 0.153226] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154785] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.156209] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157510] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.159007] Initializing cgroup subsys io\n[ 0.159899] Initializing cgroup subsys memory\n[ 0.160841] Initializing cgroup subsys devices\n[ 0.161770] Initializing cgroup subsys freezer\n[ 0.162701] Initializing cgroup subsys net_cls\n[ 0.163648] Initializing cgroup subsys perf_event\n[ 0.164629] Initializing cgroup subsys net_prio\n[ 0.165625] Initializing cgroup subsys hugetlb\n[ 0.166562] Initializing cgroup subsys pids\n[ 0.167499] CPU: Physical Processor ID: 0\n[ 0.169054] mce: CPU supports 10 MCE banks\n[ 0.169960] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.171042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.172216] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.173332] Spectre V2 : Enabling Indirect Branch Prediction Barrier\n[ 0.174579] Spectre V2 : Enabling Indirect Branch Restricted Speculation\n[ 0.175955] Spectre V2 : Speculation control IBPB supported IBRS supported\n[ 0.177191] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.178917] Speculative Store Bypass: Vulnerable\n[ 0.195748] Freeing SMP alternatives memory: 32K\n[ 0.201428] ftrace: allocating 32237 entries in 126 pages\n[ 0.235526] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.236906] smpboot: Max logical packages: 1\n[ 0.237976] x2apic enabled\n[ 0.238853] Switched APIC routing to physical x2apic.\n[ 0.240700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.241968] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.244290] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.246321] KVM setup paravirtual spinlock\n[ 0.247699] x86: Booted up 1 node, 1 CPUs\n[ 0.248600] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.250173] devtmpfs: initialized\n[ 0.251952] evm: security.selinux\n[ 0.252744] evm: security.SMACK64\n[ 0.253518] evm: security.SMACK64EXEC\n[ 0.254355] evm: security.SMACK64TRANSMUTE\n[ 0.255320] evm: security.SMACK64MMAP\n[ 0.256178] evm: security.ima\n[ 0.256893] evm: security.capability\n[ 0.257817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.259894] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.261254] pinctrl core: initialized pinctrl subsystem\n[ 0.262504] RTC time: 17:27:11, date: 07/21/18\n[ 0.263598] NET: Registered protocol family 16\n[ 0.264713] cpuidle: using governor ladder\n[ 0.265631] cpuidle: using governor menu\n[ 0.266543] PCCT header not found.\n[ 0.267392] ACPI: bus type PCI registered\n[ 0.268288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.269690] PCI: Using configuration type 1 for base access\n[ 0.271639] ACPI: Added _OSI(Module Device)\n[ 0.272595] ACPI: Added _OSI(Processor Device)\n[ 0.273576] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.274596] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.276609] ACPI: Interpreter enabled\n[ 0.277504] ACPI: (supports S0 S5)\n[ 0.278330] ACPI: Using IOAPIC for interrupt routing\n[ 0.279424] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282868] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.284206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.285663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.287123] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.289730] acpiphp: Slot [3] registered\n[ 0.290625] acpiphp: Slot [4] registered\n[ 0.301365] acpiphp: Slot [5] registered\n[ 0.302203] acpiphp: Slot [6] registered\n[ 0.303037] acpiphp: Slot [7] registered\n[ 0.303859] acpiphp: Slot [8] registered\n[ 0.304716] acpiphp: Slot [9] registered\n[ 0.305609] acpiphp: Slot [10] registered\n[ 0.306465] acpiphp: Slot [11] registered\n[ 0.307365] acpiphp: Slot [12] registered\n[ 0.308207] acpiphp: Slot [13] registered\n[ 0.309050] acpiphp: Slot [14] registered\n[ 0.309894] acpiphp: Slot [15] registered\n[ 0.310756] acpiphp: Slot [16] registered\n[ 0.311641] acpiphp: Slot [17] registered\n[ 0.312519] acpiphp: Slot [18] registered\n[ 0.313370] acpiphp: Slot [19] registered\n[ 0.314237] acpiphp: Slot [20] registered\n[ 0.315091] acpiphp: Slot [21] registered\n[ 0.315927] acpiphp: Slot [22] registered\n[ 0.316802] acpiphp: Slot [23] registered\n[ 0.317672] acpiphp: Slot [24] registered\n[ 0.318553] acpiphp: Slot [25] registered\n[ 0.319399] acpiphp: Slot [26] registered\n[ 0.320239] acpiphp: Slot [27] registered\n[ 0.321080] acpiphp: Slot [28] registered\n[ 0.321918] acpiphp: Slot [29] registered\n[ 0.322766] acpiphp: Slot [30] registered\n[ 0.323612] acpiphp: Slot [31] registered\n[ 0.324452] PCI host bridge to bus 0000:00\n[ 0.325296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.326591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327948] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.329523] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.331023] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.332551] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.337150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338424] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342842] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367794] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369558] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370857] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372218] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373337] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374968] vgaarb: loaded\n[ 0.375616] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376915] SCSI subsystem initialized\n[ 0.377886] ACPI: bus type USB registered\n[ 0.378812] usbcore: registered new interface driver usbfs\n[ 0.379923] usbcore: registered new interface driver hub\n[ 0.380977] usbcore: registered new device driver usb\n[ 0.382126] PCI: Using ACPI for IRQ routing\n[ 0.383262] NetLabel: Initializing\n[ 0.384004] NetLabel: domain hash size = 128\n[ 0.384880] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385882] NetLabel: unlabeled traffic allowed by default\n[ 0.387078] amd_nb: Cannot enumerate AMD northbridges\n[ 0.388139] clocksource: Switched to clocksource kvm-clock\n[ 0.395735] AppArmor: AppArmor Filesystem Enabled\n[ 0.396800] pnp: PnP ACPI init\n[ 0.397824] pnp: PnP ACPI: found 5 devices\n[ 0.404268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406105] NET: Registered protocol family 2\n[ 0.407203] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408621] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409898] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411170] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412327] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413593] NET: Registered protocol family 1\n[ 0.414530] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417728] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418900] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.434956] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451552] Unpacking initramfs...\n[ 0.901598] Freeing initrd memory: 37084K\n[ 0.903034] Scanning for low memory corruption every 60 seconds\n[ 0.904613] audit: initializing netlink subsys (disabled)\n[ 0.905774] audit: type=2000 audit(1532194032.079:1): initialized\n[ 0.907265] Initialise system trusted keyring\n[ 0.908350] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.909572] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.911824] zbud: loaded\n[ 0.912736] VFS: Disk quotas dquot_6.6.0\n[ 0.913614] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.915151] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.916521] fuse init (API version 7.23)\n[ 0.917478] Key type big_key registered\n[ 0.918323] Allocating IMA MOK and blacklist keyrings.\n[ 0.919669] Key type asymmetric registered\n[ 0.920548] Asymmetric key parser 'x509' registered\n[ 0.921562] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.923123] io scheduler noop registered\n[ 0.923948] io scheduler deadline registered (default)\n[ 0.925021] io scheduler cfq registered\n[ 0.925932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.927058] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.928462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.930016] ACPI: Power Button [PWRF]\n[ 0.930931] GHES: HEST is not enabled!\n[ 0.946053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.977576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.980072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.004172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.006742] Linux agpgart interface v0.103\n[ 1.009098] loop: module loaded\n[ 1.011937] vda: vda1\n[ 1.013327] scsi host0: ata_piix\n[ 1.014200] scsi host1: ata_piix\n[ 1.014999] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.016361] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.017994] libphy: Fixed MDIO Bus: probed\n[ 1.018919] tun: Universal TUN/TAP device driver, 1.6\n[ 1.019955] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.022369] PPP generic driver version 2.4.2\n[ 1.023410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.024772] ehci-pci: EHCI PCI platform driver\n[ 1.025759] ehci-platform: EHCI generic platform driver\n[ 1.026869] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.028116] ohci-pci: OHCI PCI platform driver\n[ 1.029084] ohci-platform: OHCI generic platform driver\n[ 1.030147] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.045868] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.046982] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.048629] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.049717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.051010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.052315] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.053857] usb usb1: Product: UHCI Host Controller\n[ 1.054940] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.056239] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.057306] hub 1-0:1.0: USB hub found\n[ 1.058154] hub 1-0:1.0: 2 ports detected\n[ 1.059185] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.061556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.062605] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.063819] mousedev: PS/2 mouse device common for all mice\n[ 1.065251] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.067308] rtc_cmos 00:00: RTC can wake from S4\n[ 1.068540] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.069860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.071182] i2c /dev entries driver\n[ 1.072022] device-mapper: uevent: version 1.0.3\n[ 1.073109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.074943] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.076464] NET: Registered protocol family 10\n[ 1.077688] NET: Registered protocol family 17\n[ 1.078669] Key type dns_resolver registered\n[ 1.079805] registered taskstats version 1\n[ 1.080769] Loading compiled-in X.509 certificates\n[ 1.082372] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.084500] zswap: loaded using pool lzo/zbud\n[ 1.086821] Key type trusted registered\n[ 1.089727] Key type encrypted registered\n[ 1.090651] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.091798] ima: No TPM chip found, activating TPM-bypass!\n[ 1.093000] evm: HMAC attrs: 0x1\n[ 1.094054] Magic number: 10:314:492\n[ 1.095033] rtc_cmos 00:00: setting system clock to 2018-07-21 17:27:12 UTC (1532194032)\n[ 1.096835] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.098091] EDD information not available.\n[ 1.177581] Freeing unused kernel memory: 1512K\n[ 1.178652] Write protecting the kernel read-only data: 14336k\n[ 1.180906] Freeing unused kernel memory: 1692K\n[ 1.182126] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.192531] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.194655] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.197123] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199378] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201563] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.210939] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214156] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.217239] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.219351] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.273231] virtio_net virtio0 ens3: renamed from eth0\n[ 1.277617] [drm] Initialized drm 1.1.0 20060810\n[ 1.284623] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.286715] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.308506] FDC 0 is a S82078B\n[ 1.323762] AVX2 version of gcm_enc/dec engaged.\n[ 1.324979] AES CTR mode by8 optimization enabled\n[ 1.368197] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.533068] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.534648] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.536162] usb 1-1: Product: QEMU USB Tablet\n[ 1.537144] usb 1-1: Manufacturer: QEMU\n[ 1.538000] usb 1-1: SerialNumber: 42\n[ 1.546546] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.553426] usbcore: registered new interface driver usbhid\n[ 1.554795] usbhid: USB HID core driver\n[ 1.557308] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5\n[ 1.560083] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\nBegin: Loading essential drivers ... [ 1.822266] md: linear personality registered for level -1\n[ 1.825350] md: multipath personality registered for level -4\n[ 1.828495] md: raid0 personality registered for level 0\n[ 1.831987] md: raid1 personality registered for level 1\n[ 1.904144] raid6: sse2x1 gen() 11681 MB/s\n[ 1.972145] raid6: sse2x1 xor() 9048 MB/s\n[ 2.040141] raid6: sse2x2 gen() 14697 MB/s\n[ 2.108153] raid6: sse2x2 xor() 9946 MB/s\n[ 2.176153] raid6: sse2x4 gen() 17078 MB/s\n[ 2.244141] raid6: sse2x4 xor() 11916 MB/s\n[ 2.312153] raid6: avx2x1 gen() 22713 MB/s\n[ 2.380143] raid6: avx2x2 gen() 26229 MB/s\n[ 2.448141] raid6: avx2x4 gen() 30536 MB/s\n[ 2.449096] raid6: using algorithm avx2x4 gen() 30536 MB/s\n[ 2.450216] raid6: using avx2x2 recovery algorithm\n[ 2.451253] tsc: Refined TSC clocksource calibration: 3491.847 MHz\n[ 2.452528] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns\n[ 2.455681] xor: automatically using best checksumming function:\n[ 2.496150] avx : 32484.000 MB/sec\n[ 2.498222] async_tx: api initialized (async)\n[ 2.507134] md: raid6 personality registered for level 6\n[ 2.508389] md: raid5 personality registered for level 5\n[ 2.509553] md: raid4 personality registered for level 4\n[ 2.514711] md: raid10 personality registered for level 10\ndone.\nBegin: Running /scripts/init-premount ... done.\nBegin: Mounting root file system ... Begin: Running /scripts/local-top ... done.\nBegin: Running /scripts/local-premount ... [ 2.543515] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.560286] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.671472] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.675983] systemd[1]: Detected virtualization kvm.\n[ 2.677280] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.681042] systemd[1]: Set hostname to .\n[ 2.683985] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.685510] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.810443] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.813371] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.816618] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.819115] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.821405] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.824387] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.829476] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.834815] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.839893] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\n[[0;32m OK [0m[ 2.845963] Loading iSCSI transport class v2.0-870.\n] Set up automount Arbitrary Executab...ats File System Automount Point.\n[ 2.848616] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.852483] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.857986] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[ 2.861458] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.866153] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.870503] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.876132] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.881216] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.884794] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.888918] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.894403] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.900616] systemd[1]: Mounting Debug File System...\n[ 2.906886] iscsi: registered transport (iser)\n Mounting Debug File System...\n[ 2.913441] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.916967] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.921069] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.925907] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.933895] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[ 2.944053] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.952192] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.955519] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.961508] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.968689] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.976616] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.980953] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.983221] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.989225] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.992815] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Flush Journal to Persistent Storage...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n"} 2018-07-21 17:27:14,689 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33/action used request id req-2f2daeae-ab96-4c0f-ab58-db938859886b 2018-07-21 17:27:14,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742349624634s 2018-07-21 17:27:14,690 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33/action used request id req-2f2daeae-ab96-4c0f-ab58-db938859886b 2018-07-21 17:27:14,690 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x1d2f0000-0x1f726fff] [ 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 685988111 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.144467] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.146385] pid_max: default: 32768 minimum: 301 [ 0.147450] ACPI: Core revision 20150930 [ 0.148952] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.150471] Security Framework initialized [ 0.151427] Yama: becoming mindful. [ 0.152245] AppArmor: AppArmor initialized [ 0.153226] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154785] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156209] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157510] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.159007] Initializing cgroup subsys io [ 0.159899] Initializing cgroup subsys memory [ 0.160841] Initializing cgroup subsys devices [ 0.161770] Initializing cgroup subsys freezer [ 0.162701] Initializing cgroup subsys net_cls [ 0.163648] Initializing cgroup subsys perf_event [ 0.164629] Initializing cgroup subsys net_prio [ 0.165625] Initializing cgroup subsys hugetlb [ 0.166562] Initializing cgroup subsys pids [ 0.167499] CPU: Physical Processor ID: 0 [ 0.169054] mce: CPU supports 10 MCE banks [ 0.169960] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.171042] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.172216] Spectre V2 : Mitigation: Full generic retpoline [ 0.173332] Spectre V2 : Enabling Indirect Branch Prediction Barrier [ 0.174579] Spectre V2 : Enabling Indirect Branch Restricted Speculation [ 0.175955] Spectre V2 : Speculation control IBPB supported IBRS supported [ 0.177191] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.178917] Speculative Store Bypass: Vulnerable [ 0.195748] Freeing SMP alternatives memory: 32K [ 0.201428] ftrace: allocating 32237 entries in 126 pages [ 0.235526] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.236906] smpboot: Max logical packages: 1 [ 0.237976] x2apic enabled [ 0.238853] Switched APIC routing to physical x2apic. [ 0.240700] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.241968] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.244290] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.246321] KVM setup paravirtual spinlock [ 0.247699] x86: Booted up 1 node, 1 CPUs [ 0.248600] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.250173] devtmpfs: initialized [ 0.251952] evm: security.selinux [ 0.252744] evm: security.SMACK64 [ 0.253518] evm: security.SMACK64EXEC [ 0.254355] evm: security.SMACK64TRANSMUTE [ 0.255320] evm: security.SMACK64MMAP [ 0.256178] evm: security.ima [ 0.256893] evm: security.capability [ 0.257817] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.259894] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.261254] pinctrl core: initialized pinctrl subsystem [ 0.262504] RTC time: 17:27:11, date: 07/21/18 [ 0.263598] NET: Registered protocol family 16 [ 0.264713] cpuidle: using governor ladder [ 0.265631] cpuidle: using governor menu [ 0.266543] PCCT header not found. [ 0.267392] ACPI: bus type PCI registered [ 0.268288] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.269690] PCI: Using configuration type 1 for base access [ 0.271639] ACPI: Added _OSI(Module Device) [ 0.272595] ACPI: Added _OSI(Processor Device) [ 0.273576] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.274596] ACPI: Added _OSI(Processor Aggregator Device) [ 0.276609] ACPI: Interpreter enabled [ 0.277504] ACPI: (supports S0 S5) [ 0.278330] ACPI: Using IOAPIC for interrupt routing [ 0.279424] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.282868] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.284206] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.285663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.287123] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.289730] acpiphp: Slot [3] registered [ 0.290625] acpiphp: Slot [4] registered [ 0.301365] acpiphp: Slot [5] registered [ 0.302203] acpiphp: Slot [6] registered [ 0.303037] acpiphp: Slot [7] registered [ 0.303859] acpiphp: Slot [8] registered [ 0.304716] acpiphp: Slot [9] registered [ 0.305609] acpiphp: Slot [10] registered [ 0.306465] acpiphp: Slot [11] registered [ 0.307365] acpiphp: Slot [12] registered [ 0.308207] acpiphp: Slot [13] registered [ 0.309050] acpiphp: Slot [14] registered [ 0.309894] acpiphp: Slot [15] registered [ 0.310756] acpiphp: Slot [16] registered [ 0.311641] acpiphp: Slot [17] registered [ 0.312519] acpiphp: Slot [18] registered [ 0.313370] acpiphp: Slot [19] registered [ 0.314237] acpiphp: Slot [20] registered [ 0.315091] acpiphp: Slot [21] registered [ 0.315927] acpiphp: Slot [22] registered [ 0.316802] acpiphp: Slot [23] registered [ 0.317672] acpiphp: Slot [24] registered [ 0.318553] acpiphp: Slot [25] registered [ 0.319399] acpiphp: Slot [26] registered [ 0.320239] acpiphp: Slot [27] registered [ 0.321080] acpiphp: Slot [28] registered [ 0.321918] acpiphp: Slot [29] registered [ 0.322766] acpiphp: Slot [30] registered [ 0.323612] acpiphp: Slot [31] registered [ 0.324452] PCI host bridge to bus 0000:00 [ 0.325296] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.326591] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327948] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.329523] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.331023] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.332551] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.335774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.337150] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.338424] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339741] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.342842] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.344369] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363278] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.364807] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.366293] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.367794] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.369558] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.370857] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372218] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373337] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.374968] vgaarb: loaded [ 0.375616] vgaarb: bridge control possible 0000:00:02.0 [ 0.376915] SCSI subsystem initialized [ 0.377886] ACPI: bus type USB registered [ 0.378812] usbcore: registered new interface driver usbfs [ 0.379923] usbcore: registered new interface driver hub [ 0.380977] usbcore: registered new device driver usb [ 0.382126] PCI: Using ACPI for IRQ routing [ 0.383262] NetLabel: Initializing [ 0.384004] NetLabel: domain hash size = 128 [ 0.384880] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385882] NetLabel: unlabeled traffic allowed by default [ 0.387078] amd_nb: Cannot enumerate AMD northbridges [ 0.388139] clocksource: Switched to clocksource kvm-clock [ 0.395735] AppArmor: AppArmor Filesystem Enabled [ 0.396800] pnp: PnP ACPI init [ 0.397824] pnp: PnP ACPI: found 5 devices [ 0.404268] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.406105] NET: Registered protocol family 2 [ 0.407203] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.408621] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409898] TCP: Hash tables configured (established 4096 bind 4096) [ 0.411170] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412327] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.413593] NET: Registered protocol family 1 [ 0.414530] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.417728] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.418900] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.434956] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.451552] Unpacking initramfs... [ 0.901598] Freeing initrd memory: 37084K [ 0.903034] Scanning for low memory corruption every 60 seconds [ 0.904613] audit: initializing netlink subsys (disabled) [ 0.905774] audit: type=2000 audit(1532194032.079:1): initialized [ 0.907265] Initialise system trusted keyring [ 0.908350] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.909572] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.911824] zbud: loaded [ 0.912736] VFS: Disk quotas dquot_6.6.0 [ 0.913614] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.915151] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.916521] fuse init (API version 7.23) [ 0.917478] Key type big_key registered [ 0.918323] Allocating IMA MOK and blacklist keyrings. [ 0.919669] Key type asymmetric registered [ 0.920548] Asymmetric key parser 'x509' registered [ 0.921562] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.923123] io scheduler noop registered [ 0.923948] io scheduler deadline registered (default) [ 0.925021] io scheduler cfq registered [ 0.925932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.927058] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.928462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.930016] ACPI: Power Button [PWRF] [ 0.930931] GHES: HEST is not enabled! [ 0.946053] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.977576] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.980072] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.004172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.006742] Linux agpgart interface v0.103 [ 1.009098] loop: module loaded [ 1.011937] vda: vda1 [ 1.013327] scsi host0: ata_piix [ 1.014200] scsi host1: ata_piix [ 1.014999] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.016361] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.017994] libphy: Fixed MDIO Bus: probed [ 1.018919] tun: Universal TUN/TAP device driver, 1.6 [ 1.019955] tun: (C) 1999-2004 Max Krasnyansky [ 1.022369] PPP generic driver version 2.4.2 [ 1.023410] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.024772] ehci-pci: EHCI PCI platform driver [ 1.025759] ehci-platform: EHCI generic platform driver [ 1.026869] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.028116] ohci-pci: OHCI PCI platform driver [ 1.029084] ohci-platform: OHCI generic platform driver [ 1.030147] uhci_hcd: USB Universal Host Controller Interface driver [ 1.045868] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.046982] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.048629] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.049717] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.051010] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.052315] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.053857] usb usb1: Product: UHCI Host Controller [ 1.054940] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.056239] usb usb1: SerialNumber: 0000:00:01.2 [ 1.057306] hub 1-0:1.0: USB hub found [ 1.058154] hub 1-0:1.0: 2 ports detected [ 1.059185] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.061556] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.062605] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.063819] mousedev: PS/2 mouse device common for all mice [ 1.065251] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.067308] rtc_cmos 00:00: RTC can wake from S4 [ 1.068540] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.069860] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.071182] i2c /dev entries driver [ 1.072022] device-mapper: uevent: version 1.0.3 [ 1.073109] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.074943] ledtrig-cpu: registered to indicate activity on CPUs [ 1.076464] NET: Registered protocol family 10 [ 1.077688] NET: Registered protocol family 17 [ 1.078669] Key type dns_resolver registered [ 1.079805] registered taskstats version 1 [ 1.080769] Loading compiled-in X.509 certificates [ 1.082372] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.084500] zswap: loaded using pool lzo/zbud [ 1.086821] Key type trusted registered [ 1.089727] Key type encrypted registered [ 1.090651] AppArmor: AppArmor sha1 policy hashing enabled [ 1.091798] ima: No TPM chip found, activating TPM-bypass! [ 1.093000] evm: HMAC attrs: 0x1 [ 1.094054] Magic number: 10:314:492 [ 1.095033] rtc_cmos 00:00: setting system clock to 2018-07-21 17:27:12 UTC (1532194032) [ 1.096835] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.098091] EDD information not available. [ 1.177581] Freeing unused kernel memory: 1512K [ 1.178652] Write protecting the kernel read-only data: 14336k [ 1.180906] Freeing unused kernel memory: 1692K [ 1.182126] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.192531] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.194655] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.197123] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199378] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201563] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.210939] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214156] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.217239] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.219351] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.273231] virtio_net virtio0 ens3: renamed from eth0 [ 1.277617] [drm] Initialized drm 1.1.0 20060810 [ 1.284623] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.286715] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.308506] FDC 0 is a S82078B [ 1.323762] AVX2 version of gcm_enc/dec engaged. [ 1.324979] AES CTR mode by8 optimization enabled [ 1.368197] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.533068] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.534648] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.536162] usb 1-1: Product: QEMU USB Tablet [ 1.537144] usb 1-1: Manufacturer: QEMU [ 1.538000] usb 1-1: SerialNumber: 42 [ 1.546546] hidraw: raw HID events driver (C) Jiri Kosina [ 1.553426] usbcore: registered new interface driver usbhid [ 1.554795] usbhid: USB HID core driver [ 1.557308] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input5 [ 1.560083] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 Begin: Loading essential drivers ... [ 1.822266] md: linear personality registered for level -1 [ 1.825350] md: multipath personality registered for level -4 [ 1.828495] md: raid0 personality registered for level 0 [ 1.831987] md: raid1 personality registered for level 1 [ 1.904144] raid6: sse2x1 gen() 11681 MB/s [ 1.972145] raid6: sse2x1 xor() 9048 MB/s [ 2.040141] raid6: sse2x2 gen() 14697 MB/s [ 2.108153] raid6: sse2x2 xor() 9946 MB/s [ 2.176153] raid6: sse2x4 gen() 17078 MB/s [ 2.244141] raid6: sse2x4 xor() 11916 MB/s [ 2.312153] raid6: avx2x1 gen() 22713 MB/s [ 2.380143] raid6: avx2x2 gen() 26229 MB/s [ 2.448141] raid6: avx2x4 gen() 30536 MB/s [ 2.449096] raid6: using algorithm avx2x4 gen() 30536 MB/s [ 2.450216] raid6: using avx2x2 recovery algorithm [ 2.451253] tsc: Refined TSC clocksource calibration: 3491.847 MHz [ 2.452528] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553b344bc, max_idle_ns: 440795205841 ns [ 2.455681] xor: automatically using best checksumming function: [ 2.496150] avx : 32484.000 MB/sec [ 2.498222] async_tx: api initialized (async) [ 2.507134] md: raid6 personality registered for level 6 [ 2.508389] md: raid5 personality registered for level 5 [ 2.509553] md: raid4 personality registered for level 4 [ 2.514711] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.543515] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.560286] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.671472] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.675983] systemd[1]: Detected virtualization kvm. [ 2.677280] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.681042] systemd[1]: Set hostname to . [ 2.683985] systemd[1]: Initializing machine ID from KVM UUID. [ 2.685510] systemd[1]: Installed transient /etc/machine-id file. [ 2.810443] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.813371] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.816618] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.819115] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.821405] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.824387] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.829476] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.834815] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.839893] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m[ 2.845963] Loading iSCSI transport class v2.0-870. ] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.848616] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.852483] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.857986] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.861458] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.866153] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.870503] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.876132] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.881216] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.884794] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.888918] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.894403] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.900616] systemd[1]: Mounting Debug File System... [ 2.906886] iscsi: registered transport (iser) Mounting Debug File System... [ 2.913441] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.916967] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.921069] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.925907] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.933895] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 2.944053] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.952192] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.955519] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.961508] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.968689] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.976616] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.980953] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.983221] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.989225] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.992815] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Mounting FUSE Control File System... Starting Apply Kernel Variables... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting Flush Journal to Persistent Storage... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. 2018-07-21 17:27:17,696 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.212 2018-07-21 17:27:27,708 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.212 2018-07-21 17:27:37,719 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.212 2018-07-21 17:27:47,730 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.212 2018-07-21 17:27:57,740 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.212 2018-07-21 17:28:07,751 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.212 2018-07-21 17:28:17,754 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.212 2018-07-21 17:28:27,767 - paramiko.transport - DEBUG - starting thread (client mode): 0x92e78550L 2018-07-21 17:28:27,768 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 17:28:27,771 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-07-21 17:28:27,771 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-07-21 17:28:27,772 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 17:28:27,773 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 17:28:27,773 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-21 17:28:27,773 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 17:28:27,773 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 17:28:27,773 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 17:28:27,816 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 17:28:27,817 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 17:28:27,831 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.212: 1387194b1a781e5da21c1aa341e02270 2018-07-21 17:28:27,832 - paramiko.transport - DEBUG - Trying discovered key 591441f782f2150f5e5db0504308c4f2 in /tmp/tmpxqJOqF 2018-07-21 17:28:27,856 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 17:28:27,876 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-07-21 17:28:27,877 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-21 17:28:27,896 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-07-21 17:28:27,896 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.212 2018-07-21 17:28:37,902 - paramiko.transport - DEBUG - starting thread (client mode): 0x96622750L 2018-07-21 17:28:37,903 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-07-21 17:28:37,905 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-07-21 17:28:37,906 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-07-21 17:28:37,907 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-07-21 17:28:37,907 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-07-21 17:28:37,907 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-07-21 17:28:37,908 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-07-21 17:28:37,908 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-07-21 17:28:37,908 - paramiko.transport - DEBUG - Compression agreed: none 2018-07-21 17:28:37,947 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-07-21 17:28:37,948 - paramiko.transport - DEBUG - Switch to new keys ... 2018-07-21 17:28:37,967 - paramiko.transport - DEBUG - Trying discovered key 591441f782f2150f5e5db0504308c4f2 in /tmp/tmpxqJOqF 2018-07-21 17:28:37,984 - paramiko.transport - DEBUG - userauth is OK 2018-07-21 17:28:37,992 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-07-21 17:28:38,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-21 17:28:38,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:28:38,013 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-aaea01eb-1229-4bf2-99fc-643c83ab277a Content-Length: 267 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.10:35357/v3/", "rel": "self"}]}]}} 2018-07-21 17:28:38,013 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-aaea01eb-1229-4bf2-99fc-643c83ab277a 2018-07-21 17:28:38,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03652e25-bd4c-47b7-9494-677edc8a4180 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/157fdeda065c460b8f0307c52ac8cf73"}, "enabled": true, "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/3ba57e55341e46ddb390cf9dc95e286d"}, "enabled": true, "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/3d41c6080c5d4d318b88a556de545bf0"}, "enabled": true, "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/492496b3104b4066bafd6333f332b25f"}, "enabled": true, "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/5694037255bf469a8198e5411303ae43"}, "enabled": true, "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/58df3b66f0ec4a94854ab793427746f7"}, "enabled": true, "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/6c1f1060a24c4e4386301667c2ff9a74"}, "enabled": true, "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/78657f135e2c4c00a32ba983c4f5b5fb"}, "enabled": true, "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/79b3386f56e344ae9071aa0af5665cf5"}, "enabled": true, "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8090b541497b405bb1fea05da4c41831"}, "enabled": true, "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/9f3607fd236e428087e5c78abb8b1599"}, "enabled": true, "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/a8fa2edafd5f4a7e946633be93987815"}, "enabled": true, "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/b1662afa20104d36bb19902dca79a45b"}, "enabled": true, "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/d8d07ba0df0e4e32879d152cd579e940"}, "enabled": true, "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/da9ebd25a8fe4c1f83c4a98a7b116e35"}, "enabled": true, "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-07-21 17:28:38,109 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-03652e25-bd4c-47b7-9494-677edc8a4180 2018-07-21 17:28:38,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.10560297966s 2018-07-21 17:28:38,109 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-03652e25-bd4c-47b7-9494-677edc8a4180 2018-07-21 17:28:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-07-21 17:28:38,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,130 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-07-21 17:28:38,130 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-07-21 17:28:38,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48d6788c-c532-42e0-a7e8-c519835702eb Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0caae147bbf74c9daba5022773c5ec25"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/0eee04dec527407fb736ffeeb0de9d0f"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/106e70b9cb6448aea9c6d20e694971e1"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/150e20cf24794687b2908b7e1b6ca94c"}, "url": "http://192.30.9.10:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/1eb1b8e02c4a47108dc057b6097fdbcb"}, "url": "http://172.30.9.23:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/2614308a511340168e7eb1ad3f99f07d"}, "url": "http://192.30.9.10:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/3963a233e5e44632bcebe5ec4c5c6243"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/401aae2a0dd04fe59684edc7b11066e6"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4346fc94df6e412dadc4c14db6b9ac55"}, "url": "http://172.30.9.23:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5694037255bf469a8198e5411303ae43", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/44398154dd0f459d94510a4854d301f2"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "44398154dd0f459d94510a4854d301f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/47066be89a064c10aed0d39cb72309a5"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5694037255bf469a8198e5411303ae43", "id": "47066be89a064c10aed0d39cb72309a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/48aae13fdfab4e55b4daa3e387b5da5d"}, "url": "http://192.30.9.10:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/4d37f0e22309428d89b6153f25dafb65"}, "url": "http://192.30.9.10:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5694037255bf469a8198e5411303ae43", "id": "4d37f0e22309428d89b6153f25dafb65"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/58c1fd832fc643e5b0bea792a24653af"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/5a1872f0921a44d9841f724a017e0623"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "5a1872f0921a44d9841f724a017e0623"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/63917868c51540129252aab08974ddf5"}, "url": "http://192.30.9.10:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "63917868c51540129252aab08974ddf5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/7f9e212267fc436690ea2f25dacc5c85"}, "url": "http://172.30.9.23:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/81d88344967d450e8234037557d626e0"}, "url": "http://12.0.0.24:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "81d88344967d450e8234037557d626e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8373228817884dc1a729028d44b38ac2"}, "url": "http://172.30.9.23:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d8d07ba0df0e4e32879d152cd579e940", "id": "8373228817884dc1a729028d44b38ac2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/8b5795a206284724b3ba38e55294e372"}, "url": "http://172.30.9.23:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "8b5795a206284724b3ba38e55294e372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/91b406860a55485aae2f9090021e5093"}, "url": "http://192.30.9.10:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "79b3386f56e344ae9071aa0af5665cf5", "id": "91b406860a55485aae2f9090021e5093"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/97c3c0a50e064dce828ab6bcb99dc4dc"}, "url": "http://172.30.9.23:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/9ee1d4280c6c417c9fade37c2f2f496d"}, "url": "http://172.30.9.23:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a54bf17abcc14513a6a61d5e05c059da"}, "url": "http://192.30.9.10:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/a71563a6d430421cb00b2a755d920c2b"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/aab32ce47a3f459fac579052633b7215"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "aab32ce47a3f459fac579052633b7215"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ae4b317aeb6d4dac823237365b3b4d29"}, "url": "http://172.30.9.23:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/b8cb3060b5d442138d59bb64f7040131"}, "url": "http://192.30.9.10:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/bebf3563255740859d5ae90a7a8ffe3c"}, "url": "http://192.30.9.10:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c144ec157c404087a04da0e22367dd4a"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "c144ec157c404087a04da0e22367dd4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/c877d1a6742f4ba180815cb5fbbc230d"}, "url": "http://192.30.9.10:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "157fdeda065c460b8f0307c52ac8cf73", "id": "c877d1a6742f4ba180815cb5fbbc230d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d2dc3cabdd3644cbb87b0671e206cf24"}, "url": "http://172.30.9.23:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3d41c6080c5d4d318b88a556de545bf0", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d307d72573684b07b9b27bc3c5870482"}, "url": "http://172.30.9.23:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "58df3b66f0ec4a94854ab793427746f7", "id": "d307d72573684b07b9b27bc3c5870482"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/d8c3a56e28094761ae8a3df56161aa98"}, "url": "http://192.30.9.10:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e2b87ab506674996ae2affdaa0464bd1"}, "url": "http://192.30.9.10:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "id": "e2b87ab506674996ae2affdaa0464bd1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/e33af6742a574adb9df0eb23ccd82e13"}, "url": "http://192.30.9.10:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a8fa2edafd5f4a7e946633be93987815", "id": "e33af6742a574adb9df0eb23ccd82e13"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/ed8b54ce5d0240d2898be14f83857aee"}, "url": "http://172.30.9.23:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3ba57e55341e46ddb390cf9dc95e286d", "id": "ed8b54ce5d0240d2898be14f83857aee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f0d9f81d3216415d8e1f767f349560fe"}, "url": "http://172.30.9.23:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8090b541497b405bb1fea05da4c41831", "id": "f0d9f81d3216415d8e1f767f349560fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f1c3b76309f8417a98e4d2e1bebb73e7"}, "url": "http://12.0.0.24:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "78657f135e2c4c00a32ba983c4f5b5fb", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/f81cdb939b5d4678837d45d3125d2e68"}, "url": "http://172.30.9.23:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6c1f1060a24c4e4386301667c2ff9a74", "id": "f81cdb939b5d4678837d45d3125d2e68"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fb57c080558d4c7c89dc7cf1cae9a30a"}, "url": "http://172.30.9.23:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9f3607fd236e428087e5c78abb8b1599", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.23:5000/v3/endpoints/fd2df22e8d7f42339ab2162f97727b26"}, "url": "http://192.30.9.10:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b1662afa20104d36bb19902dca79a45b", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "links": {"self": "http://172.30.9.23:5000/v3/endpoints", "previous": null, "next": null}} 2018-07-21 17:28:38,221 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-48d6788c-c532-42e0-a7e8-c519835702eb 2018-07-21 17:28:38,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.102425098419s 2018-07-21 17:28:38,221 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/endpoints used request id req-48d6788c-c532-42e0-a7e8-c519835702eb 2018-07-21 17:28:38,228 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.23:5000 2018-07-21 17:28:38,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:28:38,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-84eb81d8-0a65-4648-855d-b26bb5cb7085 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:28:38,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-84eb81d8-0a65-4648-855d-b26bb5cb7085 2018-07-21 17:28:38,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101813077927s 2018-07-21 17:28:38,333 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-84eb81d8-0a65-4648-855d-b26bb5cb7085 2018-07-21 17:28:38,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:28:38,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4c848c9-098d-4ccc-95ba-889bccfc2117 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 17:28:38,526 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e4c848c9-098d-4ccc-95ba-889bccfc2117 2018-07-21 17:28:38,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.188407182693s 2018-07-21 17:28:38,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-e4c848c9-098d-4ccc-95ba-889bccfc2117 2018-07-21 17:28:38,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:28:38,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f636399-f906-4136-a57b-e3d340c82f63 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db", "links": {"self": "http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b66ac2ad67964cbf89de6c8a1d46d314", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:28:38,648 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4f636399-f906-4136-a57b-e3d340c82f63 2018-07-21 17:28:38,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120282888412s 2018-07-21 17:28:38,649 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-4f636399-f906-4136-a57b-e3d340c82f63 2018-07-21 17:28:38,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:28:38,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c88804b5-d268-4b30-953b-6c5abcd32803 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd"}, "tags": [], "enabled": true, "id": "6a5d46ab675d4d22b88637ab883622bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:28:38,762 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c88804b5-d268-4b30-953b-6c5abcd32803 2018-07-21 17:28:38,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102224826813s 2018-07-21 17:28:38,762 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-c88804b5-d268-4b30-953b-6c5abcd32803 2018-07-21 17:28:38,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 17:28:38,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=6162cf18063544399de1aa224b6485c7&scope.project.id=6a5d46ab675d4d22b88637ab883622bd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:38,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee92d33f-3b37-490a-b3a1-f52fa6bbd178 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=6162cf18063544399de1aa224b6485c7&scope.project.id=6a5d46ab675d4d22b88637ab883622bd", "previous": null, "next": null}} 2018-07-21 17:28:38,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=6162cf18063544399de1aa224b6485c7&scope.project.id=6a5d46ab675d4d22b88637ab883622bd used request id req-ee92d33f-3b37-490a-b3a1-f52fa6bbd178 2018-07-21 17:28:38,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.199051856995s 2018-07-21 17:28:38,969 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=b66ac2ad67964cbf89de6c8a1d46d314&role.id=6162cf18063544399de1aa224b6485c7&scope.project.id=6a5d46ab675d4d22b88637ab883622bd used request id req-ee92d33f-3b37-490a-b3a1-f52fa6bbd178 2018-07-21 17:28:38,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 17:28:38,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd/users/b66ac2ad67964cbf89de6c8a1d46d314/roles/6162cf18063544399de1aa224b6485c7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:39,229 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:28:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-53df6e91-db37-4971-8015-c38935bd328c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:28:39,229 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd/users/b66ac2ad67964cbf89de6c8a1d46d314/roles/6162cf18063544399de1aa224b6485c7 used request id req-53df6e91-db37-4971-8015-c38935bd328c 2018-07-21 17:28:39,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.256057977676s 2018-07-21 17:28:39,230 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd/users/b66ac2ad67964cbf89de6c8a1d46d314/roles/6162cf18063544399de1aa224b6485c7 used request id req-53df6e91-db37-4971-8015-c38935bd328c 2018-07-21 17:28:39,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:28:39,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:39,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-771677c3-daef-4985-883c-8988969efc10 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:28:39,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-771677c3-daef-4985-883c-8988969efc10 2018-07-21 17:28:39,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0965161323547s 2018-07-21 17:28:39,330 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-771677c3-daef-4985-883c-8988969efc10 2018-07-21 17:28:39,332 - functest.core.singlevm - ERROR - Cannot run shaker Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 390, in run if not self.execute(): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 64, in execute domain=self.project.domain.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 10775, in grant_role 'Role {0} not found.'.format(name_or_id)) OpenStackCloudException: Role heat_stack_owner not found. 2018-07-21 17:28:39,463 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 17:28:39,463 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 05:01 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-21 17:28:39,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-07-21 17:28:39,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/floatingips/5337d9f4-429f-4e83-8b52-fd363f5b1b0a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:40,230 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-41affa1c-b8b9-4363-925a-0ab4dc8cf140 Content-Length: 0 Date: Sat, 21 Jul 2018 17:28:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:28:40,231 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/5337d9f4-429f-4e83-8b52-fd363f5b1b0a.json used request id req-41affa1c-b8b9-4363-925a-0ab4dc8cf140 2018-07-21 17:28:40,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.759917020798s 2018-07-21 17:28:40,231 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/5337d9f4-429f-4e83-8b52-fd363f5b1b0a.json used request id req-41affa1c-b8b9-4363-925a-0ab4dc8cf140 2018-07-21 17:28:40,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-07-21 17:28:40,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:40,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b11e8085-a505-4e7f-b05f-6ba3e0a8bb37 Date: Sat, 21 Jul 2018 17:28:40 GMT RESP BODY: {"floatingips": []} 2018-07-21 17:28:40,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b11e8085-a505-4e7f-b05f-6ba3e0a8bb37 2018-07-21 17:28:40,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0494730472565s 2018-07-21 17:28:40,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips.json used request id req-b11e8085-a505-4e7f-b05f-6ba3e0a8bb37 2018-07-21 17:28:40,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-07-21 17:28:40,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:40,606 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:28: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-ce2137cf-8db4-4948-862f-2a683b80644d x-compute-request-id: req-ce2137cf-8db4-4948-862f-2a683b80644d Content-Type: application/json 2018-07-21 17:28:40,606 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33 used request id req-ce2137cf-8db4-4948-862f-2a683b80644d 2018-07-21 17:28:40,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.318302869797s 2018-07-21 17:28:40,606 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33 used request id req-ce2137cf-8db4-4948-862f-2a683b80644d 2018-07-21 17:28:40,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:28:40,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:40,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28: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-db31994d-fca4-4296-849f-c2f962d7e381 x-compute-request-id: req-db31994d-fca4-4296-849f-c2f962d7e381 Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:05:78", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:05:78", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/94ffe24c-dc74-4449-a994-e81430035c33", "rel": "bookmark"}], "image": {"id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "links": [{"href": "http://172.30.9.23:8774/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-07-21T17:27:10.000000", "flavor": {"id": "008d03e7-2e85-42fa-a837-c9ce18c3d131", "links": [{"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "bookmark"}]}, "id": "94ffe24c-dc74-4449-a994-e81430035c33", "security_groups": [{"name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}], "user_id": "b66ac2ad67964cbf89de6c8a1d46d314", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-07-21T17:28:40Z", "hostId": "8684a59f0667711f31532760459367ab8040899a0c54a744aba8cf71", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db", "name": "shaker-vm_ec927f66-823c-497b-9832-98634bb7f6db", "created": "2018-07-21T17:24:02Z", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:28:40,887 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db31994d-fca4-4296-849f-c2f962d7e381 2018-07-21 17:28:40,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.280035018921s 2018-07-21 17:28:40,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-db31994d-fca4-4296-849f-c2f962d7e381 2018-07-21 17:28:40,889 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:28:42,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:28:42,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:42,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6897a5ca-cf22-46cd-9c72-56fc4e8d7365 x-compute-request-id: req-6897a5ca-cf22-46cd-9c72-56fc4e8d7365 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 17:28:42,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6897a5ca-cf22-46cd-9c72-56fc4e8d7365 2018-07-21 17:28:42,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0784201622009s 2018-07-21 17:28:42,970 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-6897a5ca-cf22-46cd-9c72-56fc4e8d7365 2018-07-21 17:28:42,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:28:42,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:43,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-01e8ff56-580f-46ce-94fd-809c48c2eee6 Date: Sat, 21 Jul 2018 17:28:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:39Z", "updated_at": "2018-07-21T17:23:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "02bcedcb-f720-4515-abdd-e67ed18654ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "3863828d-965f-4fc1-acd3-b645c1ed3666", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "786cdb52-23a3-43ca-968e-b2e3551abd74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "beec9628-bece-4ac1-b6e3-63461c7ae061", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:59Z", "updated_at": "2018-07-21T17:24:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "6fd3fb4a-75c8-427b-9014-0555441259ed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-07-21T17:24:00Z", "revision_number": 0, "id": "70a72988-e3c2-4cc9-b9f8-f26fa0c6c9ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:24:00Z", "revision_number": 0, "id": "7f271aea-d0a1-47e1-b93d-cbbda8bbe59f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:24:00Z", "revision_number": 0, "id": "922d468b-7b89-42fd-a39d-85f0ce8ec176", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:24:00Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:59Z", "revision_number": 0, "id": "e9016834-314c-4848-9826-969d6b7ef743", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:59Z", "security_group_id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 4, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "fecbf8d4-39c9-4d5f-85b1-788a4f82947e", "name": "shaker-sg_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:28:43,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-01e8ff56-580f-46ce-94fd-809c48c2eee6 2018-07-21 17:28:43,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0524940490723s 2018-07-21 17:28:43,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-01e8ff56-580f-46ce-94fd-809c48c2eee6 2018-07-21 17:28:43,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 17:28:43,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/fecbf8d4-39c9-4d5f-85b1-788a4f82947e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:43,224 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a5826387-a95b-44e1-9861-24a7c2d71495 Content-Length: 0 Date: Sat, 21 Jul 2018 17:28:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:28:43,224 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fecbf8d4-39c9-4d5f-85b1-788a4f82947e.json used request id req-a5826387-a95b-44e1-9861-24a7c2d71495 2018-07-21 17:28:43,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194197893143s 2018-07-21 17:28:43,225 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/fecbf8d4-39c9-4d5f-85b1-788a4f82947e.json used request id req-a5826387-a95b-44e1-9861-24a7c2d71495 2018-07-21 17:28:43,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 17:28:43,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:43,266 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:28:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-389b6419-9598-4871-965f-7aeeb52e5bb0 x-compute-request-id: req-389b6419-9598-4871-965f-7aeeb52e5bb0 Content-Length: 0 Content-Type: application/json 2018-07-21 17:28:43,266 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db used request id req-389b6419-9598-4871-965f-7aeeb52e5bb0 2018-07-21 17:28:43,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0406708717346s 2018-07-21 17:28:43,266 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/shaker-kp_ec927f66-823c-497b-9832-98634bb7f6db used request id req-389b6419-9598-4871-965f-7aeeb52e5bb0 2018-07-21 17:28:43,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 17:28:43,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f/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}0f9880193fcd69824d76fdfaf74641255daf5dff" -d '{"subnet_id": "428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"}' 2018-07-21 17:28:44,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-36e1bbc1-9d61-4ce8-8e6a-68593c711f03 Date: Sat, 21 Jul 2018 17:28:44 GMT RESP BODY: {"network_id": "26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "subnet_id": "428aa0e3-c23f-4379-8fe7-b6ebb317d6c7", "subnet_ids": ["428aa0e3-c23f-4379-8fe7-b6ebb317d6c7"], "port_id": "de84128c-a6ed-413c-a1f4-6b40f8a605c4", "id": "d714d0a4-3a99-4430-bac0-8c84ebae3e1f"} 2018-07-21 17:28:44,982 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f/remove_router_interface.json used request id req-36e1bbc1-9d61-4ce8-8e6a-68593c711f03 2018-07-21 17:28:44,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.71501517296s 2018-07-21 17:28:44,982 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f/remove_router_interface.json used request id req-36e1bbc1-9d61-4ce8-8e6a-68593c711f03 returning object d714d0a4-3a99-4430-bac0-8c84ebae3e1f 2018-07-21 17:28:44,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 17:28:44,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:45,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-7ff8ced2-b655-4aae-8445-e34b5f91a0c1 Date: Sat, 21 Jul 2018 17:28:45 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:40Z", "admin_state_up": true, "updated_at": "2018-07-21T17:28:44Z", "revision_number": 4, "routes": [], "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "d714d0a4-3a99-4430-bac0-8c84ebae3e1f", "name": "shaker-router_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:28:45,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7ff8ced2-b655-4aae-8445-e34b5f91a0c1 2018-07-21 17:28:45,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109499931335s 2018-07-21 17:28:45,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-7ff8ced2-b655-4aae-8445-e34b5f91a0c1 2018-07-21 17:28:45,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 17:28:45,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:46,314 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c3d0cf8-5ff0-4900-bb64-f8e044dd90ff Content-Length: 0 Date: Sat, 21 Jul 2018 17:28:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:28:46,315 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f.json used request id req-7c3d0cf8-5ff0-4900-bb64-f8e044dd90ff 2018-07-21 17:28:46,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.22075891495s 2018-07-21 17:28:46,315 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/d714d0a4-3a99-4430-bac0-8c84ebae3e1f.json used request id req-7c3d0cf8-5ff0-4900-bb64-f8e044dd90ff 2018-07-21 17:28:46,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:28:46,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:46,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-dc0109a4-e0d7-4739-b9cc-6d508221e87c Date: Sat, 21 Jul 2018 17:28:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:23:39Z","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":"6a5d46ab675d4d22b88637ab883622bd","id":"428aa0e3-c23f-4379-8fe7-b6ebb317d6c7","subnetpool_id":null,"name":"shaker-subnet_ec927f66-823c-497b-9832-98634bb7f6db"}]} 2018-07-21 17:28:46,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dc0109a4-e0d7-4739-b9cc-6d508221e87c 2018-07-21 17:28:46,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0474269390106s 2018-07-21 17:28:46,363 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-dc0109a4-e0d7-4739-b9cc-6d508221e87c 2018-07-21 17:28:46,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 17:28:46,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/428aa0e3-c23f-4379-8fe7-b6ebb317d6c7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:47,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fde5718d-d16b-40ae-a7fe-88f5b03a9abe Date: Sat, 21 Jul 2018 17:28:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:28:47,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/428aa0e3-c23f-4379-8fe7-b6ebb317d6c7.json used request id req-fde5718d-d16b-40ae-a7fe-88f5b03a9abe 2018-07-21 17:28:47,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.15661501884s 2018-07-21 17:28:47,522 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/428aa0e3-c23f-4379-8fe7-b6ebb317d6c7.json used request id req-fde5718d-d16b-40ae-a7fe-88f5b03a9abe 2018-07-21 17:28:47,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:28:47,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:47,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1151 X-Openstack-Request-Id: req-edcde785-560e-476f-8f66-89fca394b6ff Date: Sat, 21 Jul 2018 17:28:47 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:28:47Z","tenant_id":"6a5d46ab675d4d22b88637ab883622bd","created_at":"2018-07-21T17:23:39Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6a5d46ab675d4d22b88637ab883622bd","id":"26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4","name":"shaker-net_ec927f66-823c-497b-9832-98634bb7f6db"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:28:47,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-edcde785-560e-476f-8f66-89fca394b6ff 2018-07-21 17:28:47,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11683678627s 2018-07-21 17:28:47,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-edcde785-560e-476f-8f66-89fca394b6ff 2018-07-21 17:28:47,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 17:28:47,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:49,159 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5245d0be-2a5a-4d46-8d66-110d294e65e0 Date: Sat, 21 Jul 2018 17:28:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:28:49,159 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4.json used request id req-5245d0be-2a5a-4d46-8d66-110d294e65e0 2018-07-21 17:28:49,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.51760983467s 2018-07-21 17:28:49,159 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/26a23afb-d9fb-4c11-a6a6-bbb7ff0b30e4.json used request id req-5245d0be-2a5a-4d46-8d66-110d294e65e0 2018-07-21 17:28:49,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:28:49,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:49,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-0ddf74b3-bdd7-474b-a540-e0ef345b801b Date: Sat, 21 Jul 2018 17:28:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/snap", "metadata": {}}], "file": "/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/file", "owner": "6a5d46ab675d4d22b88637ab883622bd", "id": "c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "size": 666173440, "self": "/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-07-21T17:23:58Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ec927f66-823c-497b-9832-98634bb7f6db", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-07-21T17:23:48Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:28:49,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0ddf74b3-bdd7-474b-a540-e0ef345b801b 2018-07-21 17:28:49,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.603621959686s 2018-07-21 17:28:49,767 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-0ddf74b3-bdd7-474b-a540-e0ef345b801b 2018-07-21 17:28:49,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 17:28:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0f9880193fcd69824d76fdfaf74641255daf5dff" 2018-07-21 17:28:50,105 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e990df0-77ba-4578-8dd6-88d05186f9c4 Date: Sat, 21 Jul 2018 17:28:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:28:50,106 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d used request id req-7e990df0-77ba-4578-8dd6-88d05186f9c4 2018-07-21 17:28:50,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.336858987808s 2018-07-21 17:28:50,106 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/c912b1ba-021d-49b6-86c2-09c08bdc2a6d used request id req-7e990df0-77ba-4578-8dd6-88d05186f9c4 2018-07-21 17:28:50,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:28:50,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:50,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c6a823d-8823-4e07-a857-08a7b5a9f776 x-compute-request-id: req-1c6a823d-8823-4e07-a857-08a7b5a9f776 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ec927f66-823c-497b-9832-98634bb7f6db", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131", "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": 3, "id": "008d03e7-2e85-42fa-a837-c9ce18c3d131"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:28:50,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1c6a823d-8823-4e07-a857-08a7b5a9f776 2018-07-21 17:28:50,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0269589424133s 2018-07-21 17:28:50,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-1c6a823d-8823-4e07-a857-08a7b5a9f776 2018-07-21 17:28:50,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 17:28:50,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:50,189 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-da9013bd-e5c6-4296-8327-8c28944574cc x-compute-request-id: req-da9013bd-e5c6-4296-8327-8c28944574cc Content-Length: 0 Content-Type: application/json 2018-07-21 17:28:50,189 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131 used request id req-da9013bd-e5c6-4296-8327-8c28944574cc 2018-07-21 17:28:50,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0535988807678s 2018-07-21 17:28:50,190 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/008d03e7-2e85-42fa-a837-c9ce18c3d131 used request id req-da9013bd-e5c6-4296-8327-8c28944574cc 2018-07-21 17:28:50,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:28:50,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:50,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-14fff44c-29ea-4c3a-a9f7-9d5171b6e477 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db", "links": {"self": "http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b66ac2ad67964cbf89de6c8a1d46d314", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:28:50,313 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-14fff44c-29ea-4c3a-a9f7-9d5171b6e477 2018-07-21 17:28:50,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122606992722s 2018-07-21 17:28:50,313 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-14fff44c-29ea-4c3a-a9f7-9d5171b6e477 2018-07-21 17:28:50,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:28:50,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:50,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f79e7d-e0bc-436c-b5fe-881fbe068d4d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_ec927f66-823c-497b-9832-98634bb7f6db", "links": {"self": "http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b66ac2ad67964cbf89de6c8a1d46d314", "description": null}} 2018-07-21 17:28:50,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314 used request id req-d2f79e7d-e0bc-436c-b5fe-881fbe068d4d 2018-07-21 17:28:50,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.155892848969s 2018-07-21 17:28:50,476 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314 used request id req-d2f79e7d-e0bc-436c-b5fe-881fbe068d4d 2018-07-21 17:28:50,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 17:28:50,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:50,676 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78d65418-6baf-48f0-b4ce-72ff7443f446 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:28:50,676 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314 used request id req-78d65418-6baf-48f0-b4ce-72ff7443f446 2018-07-21 17:28:50,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.199901103973s 2018-07-21 17:28:50,676 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b66ac2ad67964cbf89de6c8a1d46d314 used request id req-78d65418-6baf-48f0-b4ce-72ff7443f446 2018-07-21 17:28:50,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:28:50,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:50,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-015d0e65-6185-430e-b0b4-b5ca458090c2 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd"}, "tags": [], "enabled": true, "id": "6a5d46ab675d4d22b88637ab883622bd", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ec927f66-823c-497b-9832-98634bb7f6db"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 17:28:50,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-015d0e65-6185-430e-b0b4-b5ca458090c2 2018-07-21 17:28:50,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184765100479s 2018-07-21 17:28:50,868 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-015d0e65-6185-430e-b0b4-b5ca458090c2 2018-07-21 17:28:50,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 17:28:50,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}14bd775e41f6ab1a6756d3be0489dec10b4d3cd7" 2018-07-21 17:28:51,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:28:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c8d47eb-d789-4a90-86a3-735135d9c757 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:28:51,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd used request id req-7c8d47eb-d789-4a90-86a3-735135d9c757 2018-07-21 17:28:51,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.156768083572s 2018-07-21 17:28:51,029 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd used request id req-7c8d47eb-d789-4a90-86a3-735135d9c757 2018-07-21 17:28:51,029 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-07-21 17:28:51,075 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-07-21 17:28:51,424 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-21 17:28:51,424 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-21 17:28:51,424 - openstack_tests - INFO - OS Credentials = > 2018-07-21 17:28:51,424 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:28:51,425 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:28:51,816 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:28:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["kbpjYlhwQqOl6hLQ2d20vg"], "issued_at": "2018-07-21T17:28:51.000000Z"}} 2018-07-21 17:28:51,822 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef515bdb581221154268ed11e4f231a10c06d54" 2018-07-21 17:28:52,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9b5dd33c-c5dc-4ef2-90e0-6cde26355604 Date: Sat, 21 Jul 2018 17:28:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:28:52,174 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-9b5dd33c-c5dc-4ef2-90e0-6cde26355604 2018-07-21 17:28:52,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aef515bdb581221154268ed11e4f231a10c06d54" 2018-07-21 17:28:52,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-18fa5bfd-80a4-4f55-a240-525055d69208 Date: Sat, 21 Jul 2018 17:28:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 17:28:52,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 used request id req-18fa5bfd-80a4-4f55-a240-525055d69208 2018-07-21 17:28:52,219 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-07-21 17:28:52,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:28:52,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 17:28:52,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:28:52,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:28:52,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:28:52,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:28:52,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:28:52,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:28:52,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 17:28:52,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 17:28:52,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-07-21 17:28:52,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:28:52,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f53e9323-74f7-481d-b293-e38d6a05d2ad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:28:52,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f53e9323-74f7-481d-b293-e38d6a05d2ad 2018-07-21 17:28:52,234 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:28:52,622 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:28:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["Ia3k_OizTD66j2NDzozWDQ"], "issued_at": "2018-07-21T17:28:52.000000Z"}} 2018-07-21 17:28:52,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e6703ff60693032c6b56933fe90bea0e3f2f18ed" 2018-07-21 17:28:52,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28: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-2ee9340f-165b-44e2-8928-c2703b10d090 x-compute-request-id: req-2ee9340f-165b-44e2-8928-c2703b10d090 Content-Encoding: gzip Content-Length: 257 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.23:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.63", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-07-21 17:28:52,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/ used request id req-2ee9340f-165b-44e2-8928-c2703b10d090 2018-07-21 17:28:52,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.581292867661s 2018-07-21 17:28:52,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/ used request id req-2ee9340f-165b-44e2-8928-c2703b10d090 2018-07-21 17:28:52,808 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.23:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.63', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-07-21 17:28:52,809 - functest.utils.functest_utils - DEBUG - nova version: (2, 63) 2018-07-21 17:28:52,809 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-07-21 17:28:52,809 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-07-21 17:28:52,856 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-07-21 17:28:52,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:28:52,889 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:28:52,890 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 17:28:52,891 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 17:28:52,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:28:52,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:28:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add6dd31-40bd-48f9-bcd9-7e1e6be6de21 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:28:52,899 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-add6dd31-40bd-48f9-bcd9-7e1e6be6de21 2018-07-21 17:28:52,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:28:53,284 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:28:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["AoetzY4RQJGRCzsZlSxRsQ"], "issued_at": "2018-07-21T17:28:53.000000Z"}} 2018-07-21 17:28:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:28:53,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:28:53,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-834ab235-7165-4fb6-98e4-f2e22af05a80 Date: Sat, 21 Jul 2018 17:28:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:28:53,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-834ab235-7165-4fb6-98e4-f2e22af05a80 2018-07-21 17:28:53,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258227825165s 2018-07-21 17:28:53,546 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-834ab235-7165-4fb6-98e4-f2e22af05a80 2018-07-21 17:28:53,546 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-21 17:28:56,395 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-21 17:28:59,257 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d291e1be-fdfa-4086-bf60-46cf0d7e5acc | 2018-07-21T17:28:58.813201 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d291e1be-fdfa-4086-bf60-46cf0d7e5acc ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-21 17:29:03,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-21 17:29:03,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-21 17:29:05,939 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-21 17:29:09,573 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=44d1d30f-7015-493a-b478-c90449536fdb) as the default verifier for the future CLI operations. 2018-07-21 17:29:12,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-21 17:29:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:13,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8355 X-Openstack-Request-Id: req-5e5955f0-c276-4509-b8a2-eb6d767b8f1e Date: Sat, 21 Jul 2018 17:29:13 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-21 17:29:13,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-5e5955f0-c276-4509-b8a2-eb6d767b8f1e 2018-07-21 17:29:13,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.19979596138s 2018-07-21 17:29:13,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-5e5955f0-c276-4509-b8a2-eb6d767b8f1e 2018-07-21 17:29:13,043 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-07-21 17:29:13,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 17:29:13,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"network": {"name": "neutron_trunk-net_15e49933-d44e-4af4-ae9b-11a25524b097", "admin_state_up": true}}' 2018-07-21 17:29:13,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4b3df1f9-90b3-4ed3-93e9-adcee8964c21 Date: Sat, 21 Jul 2018 17:29:13 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c97b9644-9583-45c4-8c84-4f789a60099a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T17:29:13Z","is_default":false,"provider:segmentation_id":7,"name":"neutron_trunk-net_15e49933-d44e-4af4-ae9b-11a25524b097","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T17:29:13Z","mtu":1450}} 2018-07-21 17:29:13,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4b3df1f9-90b3-4ed3-93e9-adcee8964c21 2018-07-21 17:29:13,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.228240013123s 2018-07-21 17:29:13,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-4b3df1f9-90b3-4ed3-93e9-adcee8964c21 2018-07-21 17:29:13,273 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-07-21T17:29:13Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c97b9644-9583-45c4-8c84-4f789a60099a', u'provider:segmentation_id': 7, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_15e49933-d44e-4af4-ae9b-11a25524b097', u'admin_state_up': True, u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T17:29:13Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 17:29:13,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:29:13,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:13,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2749 X-Openstack-Request-Id: req-57962dc4-7562-4627-a3c2-ec70efc656c2 Date: Sat, 21 Jul 2018 17:29:13 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"60919115-ccf9-46bc-bd98-ab8ec9de620a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["f21af2c2-847b-46c0-b58a-5f9b37918da8"],"description":"","tags":[],"updated_at":"2018-07-21T16:43:34Z","provider:segmentation_id":87,"name":"pns-internal-net2_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c478673c-1eea-4ba1-8d30-7ce60f34ab3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["6683a6f9-b818-49a0-8562-16e69c0b0c79"],"description":"","tags":[],"updated_at":"2018-07-21T16:43:33Z","provider:segmentation_id":26,"name":"pns-internal-net_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c97b9644-9583-45c4-8c84-4f789a60099a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T17:29:13Z","provider:segmentation_id":7,"name":"neutron_trunk-net_15e49933-d44e-4af4-ae9b-11a25524b097","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T17:29:13Z","provider:network_type":"vxlan"}]} 2018-07-21 17:29:13,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-57962dc4-7562-4627-a3c2-ec70efc656c2 2018-07-21 17:29:13,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113857030869s 2018-07-21 17:29:13,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-57962dc4-7562-4627-a3c2-ec70efc656c2 2018-07-21 17:29:13,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 17:29:13,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"subnet": {"name": "neutron_trunk-subnet_15e49933-d44e-4af4-ae9b-11a25524b097", "enable_dhcp": true, "network_id": "c97b9644-9583-45c4-8c84-4f789a60099a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 17:29:13,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-02d31b6e-e3aa-4826-9ae4-3f5bd8854518 Date: Sat, 21 Jul 2018 17:29:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c97b9644-9583-45c4-8c84-4f789a60099a","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T17:29:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:29:13Z","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":"a6906d7d21744bd98421510fc029622a","id":"56261d36-38b7-4d6f-a04f-ea5c25c3443a","subnetpool_id":null,"name":"neutron_trunk-subnet_15e49933-d44e-4af4-ae9b-11a25524b097"}} 2018-07-21 17:29:13,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-02d31b6e-e3aa-4826-9ae4-3f5bd8854518 2018-07-21 17:29:13,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.42129611969s 2018-07-21 17:29:13,812 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-02d31b6e-e3aa-4826-9ae4-3f5bd8854518 2018-07-21 17:29:13,812 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:29:13Z', 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'56261d36-38b7-4d6f-a04f-ea5c25c3443a', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_15e49933-d44e-4af4-ae9b-11a25524b097', u'enable_dhcp': True, u'network_id': u'c97b9644-9583-45c4-8c84-4f789a60099a', u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T17:29:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'a6906d7d21744bd98421510fc029622a'}) 2018-07-21 17:29:13,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 17:29:13,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "neutron_trunk-router_15e49933-d44e-4af4-ae9b-11a25524b097", "admin_state_up": true}}' 2018-07-21 17:29:15,083 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-d3af1243-58a0-4f9e-9fdb-95ae9fd829bb Date: Sat, 21 Jul 2018 17:29:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T17:29:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T17:29:14Z", "revision_number": 2, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "56e81bff-438b-430c-8739-3ffb2459c502", "name": "neutron_trunk-router_15e49933-d44e-4af4-ae9b-11a25524b097"}} 2018-07-21 17:29:15,083 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d3af1243-58a0-4f9e-9fdb-95ae9fd829bb 2018-07-21 17:29:15,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27023911476s 2018-07-21 17:29:15,083 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d3af1243-58a0-4f9e-9fdb-95ae9fd829bb 2018-07-21 17:29:15,084 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'a6906d7d21744bd98421510fc029622a', u'created_at': u'2018-07-21T17:29:13Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-07-21T17:29:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'a6906d7d21744bd98421510fc029622a', u'id': u'56e81bff-438b-430c-8739-3ffb2459c502', u'name': u'neutron_trunk-router_15e49933-d44e-4af4-ae9b-11a25524b097'}) 2018-07-21 17:29:15,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 17:29:15,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502/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}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"subnet_id": "56261d36-38b7-4d6f-a04f-ea5c25c3443a"}' 2018-07-21 17:29:16,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-38a9d52b-0df3-43fd-bdb7-a049b29e3326 Date: Sat, 21 Jul 2018 17:29:16 GMT RESP BODY: {"network_id": "c97b9644-9583-45c4-8c84-4f789a60099a", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "56261d36-38b7-4d6f-a04f-ea5c25c3443a", "subnet_ids": ["56261d36-38b7-4d6f-a04f-ea5c25c3443a"], "port_id": "8542c3fd-e1cc-4632-8a7e-4349147b49a1", "id": "56e81bff-438b-430c-8739-3ffb2459c502"} 2018-07-21 17:29:16,567 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502/add_router_interface.json used request id req-38a9d52b-0df3-43fd-bdb7-a049b29e3326 2018-07-21 17:29:16,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.48274493217s 2018-07-21 17:29:16,568 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502/add_router_interface.json used request id req-38a9d52b-0df3-43fd-bdb7-a049b29e3326 returning object 56e81bff-438b-430c-8739-3ffb2459c502 2018-07-21 17:29:16,568 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-07-21 17:29:16,700 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-07-21 17:29:16,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:29:16,707 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 17:29:16 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 17:29:16,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:29:16,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:16,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3b5cf140-2e01-41a9-93ca-1ff056d450e0 Date: Sat, 21 Jul 2018 17:29:16 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:29:16,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3b5cf140-2e01-41a9-93ca-1ff056d450e0 2018-07-21 17:29:16,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196702003479s 2018-07-21 17:29:16,908 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-3b5cf140-2e01-41a9-93ca-1ff056d450e0 2018-07-21 17:29:16,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 17:29:16,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097"}' 2018-07-21 17:29:16,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bfa32b32-378e-49e6-987e-05fe166d2c74 Date: Sat, 21 Jul 2018 17:29:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "d7952e8b-4483-4a76-af73-853bb6a89ae1", "size": null, "self": "/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T17:29:16Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "checksum": null, "created_at": "2018-07-21T17:29:16Z", "protected": false} 2018-07-21 17:29:16,969 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-bfa32b32-378e-49e6-987e-05fe166d2c74 2018-07-21 17:29:16,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0533318519592s 2018-07-21 17:29:16,970 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-bfa32b32-378e-49e6-987e-05fe166d2c74 returning object d7952e8b-4483-4a76-af73-853bb6a89ae1 2018-07-21 17:29:16,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 17:29:16,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/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}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '' 2018-07-21 17:29:17,379 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1b68d1b3-144d-4bdc-8634-ee7ab7455a21 Date: Sat, 21 Jul 2018 17:29:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:29:17,379 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/file used request id req-1b68d1b3-144d-4bdc-8634-ee7ab7455a21 2018-07-21 17:29:17,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.408882141113s 2018-07-21 17:29:17,380 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/file used request id req-1b68d1b3-144d-4bdc-8634-ee7ab7455a21 2018-07-21 17:29:17,380 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T17:29:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd7952e8b-4483-4a76-af73-853bb6a89ae1', u'size': None, u'name': u'neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097', u'checksum': None, u'self': u'/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T17:29:16Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 17:29:17,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 17:29:17,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_15e49933-d44e-4af4-ae9b-11a25524b097", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 17:29:17,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ca72f86-51ce-487e-92ee-3c62ba3cb538 x-compute-request-id: req-6ca72f86-51ce-487e-92ee-3c62ba3cb538 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_15e49933-d44e-4af4-ae9b-11a25524b097", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f", "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": "e9e68164-d1db-493d-8bf0-99630825cf1f"}} 2018-07-21 17:29:17,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6ca72f86-51ce-487e-92ee-3c62ba3cb538 2018-07-21 17:29:17,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.235888957977s 2018-07-21 17:29:17,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6ca72f86-51ce-487e-92ee-3c62ba3cb538 2018-07-21 17:29:17,618 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_15e49933-d44e-4af4-ae9b-11a25524b097', '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'a6906d7d21744bd98421510fc029622a', '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'e9e68164-d1db-493d-8bf0-99630825cf1f', 'swap': 0}) 2018-07-21 17:29:17,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 17:29:17,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f/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}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"extra_specs": {}}' 2018-07-21 17:29:17,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a50e34c-2822-4846-862e-168686f86e8c x-compute-request-id: req-8a50e34c-2822-4846-862e-168686f86e8c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 17:29:17,648 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f/os-extra_specs used request id req-8a50e34c-2822-4846-862e-168686f86e8c 2018-07-21 17:29:17,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0300419330597s 2018-07-21 17:29:17,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f/os-extra_specs used request id req-8a50e34c-2822-4846-862e-168686f86e8c 2018-07-21 17:29:17,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:29:17,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:29:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55a682ec-698a-4f2d-87c6-020ed4e8c5e5 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:29:17,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-55a682ec-698a-4f2d-87c6-020ed4e8c5e5 2018-07-21 17:29:17,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:29:17,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:17,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22cdf89d-9ccc-41ce-aa77-060bd815ae20 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:29:17,996 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-22cdf89d-9ccc-41ce-aa77-060bd815ae20 2018-07-21 17:29:17,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0975689888s 2018-07-21 17:29:17,996 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-22cdf89d-9ccc-41ce-aa77-060bd815ae20 2018-07-21 17:29:18,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:29:18,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:18,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff868d3f-db58-4ee0-9628-b43ccab16d6b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:29:18,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff868d3f-db58-4ee0-9628-b43ccab16d6b 2018-07-21 17:29:18,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0952961444855s 2018-07-21 17:29:18,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-ff868d3f-db58-4ee0-9628-b43ccab16d6b 2018-07-21 17:29:18,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-07-21 17:29:18,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:18,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-688c5c4b-c389-4d40-812c-6d6a75d7e669 x-compute-request-id: req-688c5c4b-c389-4d40-812c-6d6a75d7e669 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 3}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 6144, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 1, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 21, "local_gb": 28, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 28, "hypervisor_version": 2010000, "disk_available_least": 21, "local_gb": 28, "free_ram_mb": 28406, "id": 2}]} 2018-07-21 17:29:18,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-688c5c4b-c389-4d40-812c-6d6a75d7e669 2018-07-21 17:29:18,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0418899059296s 2018-07-21 17:29:18,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-hypervisors/detail used request id req-688c5c4b-c389-4d40-812c-6d6a75d7e669 2018-07-21 17:29:18,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:29:18,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:29:18,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-e56c34de-ca87-4d27-ac3f-51bb6520f083 Date: Sat, 21 Jul 2018 17:29:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/snap", "metadata": {}}], "file": "/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "d7952e8b-4483-4a76-af73-853bb6a89ae1", "size": 12716032, "self": "/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T17:29:17Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T17:29:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:29:18,171 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e56c34de-ca87-4d27-ac3f-51bb6520f083 2018-07-21 17:29:18,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245039463043s 2018-07-21 17:29:18,172 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-e56c34de-ca87-4d27-ac3f-51bb6520f083 2018-07-21 17:29:18,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 17:29:18,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097"}' 2018-07-21 17:29:18,220 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3a1838c7-cede-4ee3-b099-f4d30d64cc53 Date: Sat, 21 Jul 2018 17:29:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/cbdf292d-1f83-49c1-a419-148542239c78/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "cbdf292d-1f83-49c1-a419-148542239c78", "size": null, "self": "/v2/images/cbdf292d-1f83-49c1-a419-148542239c78", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T17:29:18Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "checksum": null, "created_at": "2018-07-21T17:29:18Z", "protected": false} 2018-07-21 17:29:18,220 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3a1838c7-cede-4ee3-b099-f4d30d64cc53 2018-07-21 17:29:18,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0403919219971s 2018-07-21 17:29:18,220 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-3a1838c7-cede-4ee3-b099-f4d30d64cc53 returning object cbdf292d-1f83-49c1-a419-148542239c78 2018-07-21 17:29:18,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 17:29:18,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78/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}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '' 2018-07-21 17:29:19,467 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6dc361be-1033-4a5f-8b66-fe2684e809f2 Date: Sat, 21 Jul 2018 17:29:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:29:19,467 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78/file used request id req-6dc361be-1033-4a5f-8b66-fe2684e809f2 2018-07-21 17:29:19,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.24586796761s 2018-07-21 17:29:19,467 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78/file used request id req-6dc361be-1033-4a5f-8b66-fe2684e809f2 2018-07-21 17:29:19,467 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T17:29:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/cbdf292d-1f83-49c1-a419-148542239c78/file', u'owner': u'a6906d7d21744bd98421510fc029622a', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'cbdf292d-1f83-49c1-a419-148542239c78', u'size': None, u'name': u'neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097', u'checksum': None, u'self': u'/v2/images/cbdf292d-1f83-49c1-a419-148542239c78', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T17:29:18Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 17:29:19,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 17:29:19,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-07-21 17:29:19,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6668110e-2011-491d-945c-eac3d2337623 x-compute-request-id: req-6668110e-2011-491d-945c-eac3d2337623 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9", "rel": "bookmark"}], "ram": 1024, "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": "0cd3ff69-1ff6-4328-b931-49df391badc9"}} 2018-07-21 17:29:19,523 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6668110e-2011-491d-945c-eac3d2337623 2018-07-21 17:29:19,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0554890632629s 2018-07-21 17:29:19,524 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-6668110e-2011-491d-945c-eac3d2337623 2018-07-21 17:29:19,525 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_15e49933-d44e-4af4-ae9b-11a25524b097', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'0cd3ff69-1ff6-4328-b931-49df391badc9', 'swap': 0}) 2018-07-21 17:29:19,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 17:29:19,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9/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}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"extra_specs": {}}' 2018-07-21 17:29:19,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:29:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c373ea35-c8a9-47fb-87ac-901d81d091a1 x-compute-request-id: req-c373ea35-c8a9-47fb-87ac-901d81d091a1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 17:29:19,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9/os-extra_specs used request id req-c373ea35-c8a9-47fb-87ac-901d81d091a1 2018-07-21 17:29:19,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0218410491943s 2018-07-21 17:29:19,548 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9/os-extra_specs used request id req-c373ea35-c8a9-47fb-87ac-901d81d091a1 2018-07-21 17:29:19,548 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_15e49933-d44e-4af4-ae9b-11a25524b097', 'ephemeral': 0, 'ram': 1024, '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'a6906d7d21744bd98421510fc029622a', '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'0cd3ff69-1ff6-4328-b931-49df391badc9', 'swap': 0}) 2018-07-21 17:29:22,975 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-07-21 17:29:22,975 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-07-21 17:29:22,976 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-07-21 17:29:22,979 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-07-21 17:29:22,982 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-07-21 17:29:26,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-44d1d30f-7015-493a-b478-c90449536fdb/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-07-21 17:29:26,397 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-07-21 17:29:26,399 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-07-21 17:29:26,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron_trunk/test_list.txt']'. 2018-07-21 17:31:26,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 67e7ed20-0507-4802-87f4-7fe4e1aa3fa0 2018-07-21 17:31:27,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '67e7ed20-0507-4802-87f4-7fe4e1aa3fa0']'. 2018-07-21 17:31:27,967 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-07-21 17:31:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-07-21 17:31:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 17:31:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 67e7ed20-0507-4802-87f4-7fe4e1aa3fa0 | 2018-07-21 17:31:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-07-21 17:31:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-07-21 17:29:28 | 2018-07-21 17:31:27,968 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-07-21 17:31:26 | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:58 | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 44d1d30f-7015-493a-b478-c90449536fdb) | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: d291e1be-fdfa-4086-bf60-46cf0d7e5acc) | 2018-07-21 17:31:27,969 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 107.517 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-07-21 17:31:27,970 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-07-21 17:31:27,971 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-07-21 17:31:28,018 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-07-21 17:31:28,148 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 17:31:28,149 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:15 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-07-21 17:31:28,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 17:31:28,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502/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}b9468f61e130b5831241f2aa3450d20bbda0f293" -d '{"subnet_id": "56261d36-38b7-4d6f-a04f-ea5c25c3443a"}' 2018-07-21 17:31:29,554 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-21e6a931-9250-44f2-bc49-7e38a72e550f Date: Sat, 21 Jul 2018 17:31:29 GMT RESP BODY: {"network_id": "c97b9644-9583-45c4-8c84-4f789a60099a", "tenant_id": "a6906d7d21744bd98421510fc029622a", "subnet_id": "56261d36-38b7-4d6f-a04f-ea5c25c3443a", "subnet_ids": ["56261d36-38b7-4d6f-a04f-ea5c25c3443a"], "port_id": "8542c3fd-e1cc-4632-8a7e-4349147b49a1", "id": "56e81bff-438b-430c-8739-3ffb2459c502"} 2018-07-21 17:31:29,554 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502/remove_router_interface.json used request id req-21e6a931-9250-44f2-bc49-7e38a72e550f 2018-07-21 17:31:29,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.40054798126s 2018-07-21 17:31:29,554 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502/remove_router_interface.json used request id req-21e6a931-9250-44f2-bc49-7e38a72e550f returning object 56e81bff-438b-430c-8739-3ffb2459c502 2018-07-21 17:31:29,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 17:31:29,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:29,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1275 X-Openstack-Request-Id: req-b8bcc3fd-0f4e-44f4-924f-97d98ea553ff Date: Sat, 21 Jul 2018 17:31:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:43:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T16:43:37Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "255566a3-10b9-48c5-9e20-0cbc157a1c3f", "name": "pns_router_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T17:29:13Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T17:31:28Z", "revision_number": 4, "routes": [], "project_id": "a6906d7d21744bd98421510fc029622a", "id": "56e81bff-438b-430c-8739-3ffb2459c502", "name": "neutron_trunk-router_15e49933-d44e-4af4-ae9b-11a25524b097"}]} 2018-07-21 17:31:29,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b8bcc3fd-0f4e-44f4-924f-97d98ea553ff 2018-07-21 17:31:29,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.105890035629s 2018-07-21 17:31:29,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-b8bcc3fd-0f4e-44f4-924f-97d98ea553ff 2018-07-21 17:31:29,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 17:31:29,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:30,981 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e2619e9-46e9-40e6-a931-17dcfed277a9 Content-Length: 0 Date: Sat, 21 Jul 2018 17:31:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:31:30,981 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502.json used request id req-4e2619e9-46e9-40e6-a931-17dcfed277a9 2018-07-21 17:31:30,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31843280792s 2018-07-21 17:31:30,981 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/56e81bff-438b-430c-8739-3ffb2459c502.json used request id req-4e2619e9-46e9-40e6-a931-17dcfed277a9 2018-07-21 17:31:30,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:31:30,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:31,069 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2546 X-Openstack-Request-Id: req-32a28ddf-163d-4270-9cb7-813adad7f928 Date: Sat, 21 Jul 2018 17:31:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c97b9644-9583-45c4-8c84-4f789a60099a","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T17:29:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:29:13Z","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":"a6906d7d21744bd98421510fc029622a","id":"56261d36-38b7-4d6f-a04f-ea5c25c3443a","subnetpool_id":null,"name":"neutron_trunk-subnet_15e49933-d44e-4af4-ae9b-11a25524b097"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c478673c-1eea-4ba1-8d30-7ce60f34ab3e","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:33Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:43:33Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"6683a6f9-b818-49a0-8562-16e69c0b0c79","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60919115-ccf9-46bc-bd98-ab8ec9de620a","tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T16:43:34Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"a6906d7d21744bd98421510fc029622a","id":"f21af2c2-847b-46c0-b58a-5f9b37918da8","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-07-21 17:31:31,069 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-32a28ddf-163d-4270-9cb7-813adad7f928 2018-07-21 17:31:31,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0874300003052s 2018-07-21 17:31:31,069 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-32a28ddf-163d-4270-9cb7-813adad7f928 2018-07-21 17:31:31,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 17:31:31,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/56261d36-38b7-4d6f-a04f-ea5c25c3443a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:32,168 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-138c26d6-bdf8-45b7-8ea4-831079ee6507 Date: Sat, 21 Jul 2018 17:31:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:31:32,168 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/56261d36-38b7-4d6f-a04f-ea5c25c3443a.json used request id req-138c26d6-bdf8-45b7-8ea4-831079ee6507 2018-07-21 17:31:32,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09676098824s 2018-07-21 17:31:32,168 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/56261d36-38b7-4d6f-a04f-ea5c25c3443a.json used request id req-138c26d6-bdf8-45b7-8ea4-831079ee6507 2018-07-21 17:31:32,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:31:32,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:32,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2755 X-Openstack-Request-Id: req-6e0aaff1-7efd-4fcd-b977-5ecf7e496310 Date: Sat, 21 Jul 2018 17:31:32 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"60919115-ccf9-46bc-bd98-ab8ec9de620a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["f21af2c2-847b-46c0-b58a-5f9b37918da8"],"description":"","tags":[],"updated_at":"2018-07-21T16:43:34Z","provider:segmentation_id":87,"name":"pns-internal-net2_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c478673c-1eea-4ba1-8d30-7ce60f34ab3e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":["6683a6f9-b818-49a0-8562-16e69c0b0c79"],"description":"","tags":[],"updated_at":"2018-07-21T16:43:33Z","provider:segmentation_id":26,"name":"pns-internal-net_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T16:43:33Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c97b9644-9583-45c4-8c84-4f789a60099a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a6906d7d21744bd98421510fc029622a","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T17:31:32Z","provider:segmentation_id":7,"name":"neutron_trunk-net_15e49933-d44e-4af4-ae9b-11a25524b097","admin_state_up":true,"tenant_id":"a6906d7d21744bd98421510fc029622a","created_at":"2018-07-21T17:29:13Z","provider:network_type":"vxlan"}]} 2018-07-21 17:31:32,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6e0aaff1-7efd-4fcd-b977-5ecf7e496310 2018-07-21 17:31:32,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0898990631104s 2018-07-21 17:31:32,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-6e0aaff1-7efd-4fcd-b977-5ecf7e496310 2018-07-21 17:31:32,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 17:31:32,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/c97b9644-9583-45c4-8c84-4f789a60099a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:33,725 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-652bf318-2887-4952-a4a7-94a2badab076 Date: Sat, 21 Jul 2018 17:31:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:31:33,725 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c97b9644-9583-45c4-8c84-4f789a60099a.json used request id req-652bf318-2887-4952-a4a7-94a2badab076 2018-07-21 17:31:33,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46428394318s 2018-07-21 17:31:33,725 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/c97b9644-9583-45c4-8c84-4f789a60099a.json used request id req-652bf318-2887-4952-a4a7-94a2badab076 2018-07-21 17:31:33,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:31:33,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:34,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-ab0eb15d-94bc-4844-9c14-14bfc5f9fc6a Date: Sat, 21 Jul 2018 17:31:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/cbdf292d-1f83-49c1-a419-148542239c78/snap", "metadata": {}}], "file": "/v2/images/cbdf292d-1f83-49c1-a419-148542239c78/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "cbdf292d-1f83-49c1-a419-148542239c78", "size": 12716032, "self": "/v2/images/cbdf292d-1f83-49c1-a419-148542239c78", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/cbdf292d-1f83-49c1-a419-148542239c78/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T17:29:19Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T17:29:18Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/snap", "metadata": {}}], "file": "/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/file", "owner": "a6906d7d21744bd98421510fc029622a", "id": "d7952e8b-4483-4a76-af73-853bb6a89ae1", "size": 12716032, "self": "/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/d7952e8b-4483-4a76-af73-853bb6a89ae1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-07-21T17:29:17Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_15e49933-d44e-4af4-ae9b-11a25524b097", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-07-21T17:29:16Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:31:34,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ab0eb15d-94bc-4844-9c14-14bfc5f9fc6a 2018-07-21 17:31:34,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.614102840424s 2018-07-21 17:31:34,344 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-ab0eb15d-94bc-4844-9c14-14bfc5f9fc6a 2018-07-21 17:31:34,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 17:31:34,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:35,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d5bd8132-8620-462f-abb3-0211c7a125bb Date: Sat, 21 Jul 2018 17:31:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:31:35,458 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1 used request id req-d5bd8132-8620-462f-abb3-0211c7a125bb 2018-07-21 17:31:35,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11132001877s 2018-07-21 17:31:35,458 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/d7952e8b-4483-4a76-af73-853bb6a89ae1 used request id req-d5bd8132-8620-462f-abb3-0211c7a125bb 2018-07-21 17:31:35,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:31:35,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:35,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19888b60-ef40-42a7-85b2-38780e76503d x-compute-request-id: req-19888b60-ef40-42a7-85b2-38780e76503d Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9", "rel": "bookmark"}], "ram": 1024, "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": "0cd3ff69-1ff6-4328-b931-49df391badc9"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}, {"name": "neutron_trunk-flavor_15e49933-d44e-4af4-ae9b-11a25524b097", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f", "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": "e9e68164-d1db-493d-8bf0-99630825cf1f"}]} 2018-07-21 17:31:35,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-19888b60-ef40-42a7-85b2-38780e76503d 2018-07-21 17:31:35,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.031760931015s 2018-07-21 17:31:35,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-19888b60-ef40-42a7-85b2-38780e76503d 2018-07-21 17:31:35,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 17:31:35,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:35,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:31:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ab89e0b-b952-4279-b1e4-78e9b64e657d x-compute-request-id: req-7ab89e0b-b952-4279-b1e4-78e9b64e657d Content-Length: 0 Content-Type: application/json 2018-07-21 17:31:35,535 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f used request id req-7ab89e0b-b952-4279-b1e4-78e9b64e657d 2018-07-21 17:31:35,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0416071414948s 2018-07-21 17:31:35,536 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/e9e68164-d1db-493d-8bf0-99630825cf1f used request id req-7ab89e0b-b952-4279-b1e4-78e9b64e657d 2018-07-21 17:31:35,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 17:31:35,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:36,542 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-16dd19cd-8fdd-4642-ab81-4a0dee3f670d Date: Sat, 21 Jul 2018 17:31:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:31:36,542 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78 used request id req-16dd19cd-8fdd-4642-ab81-4a0dee3f670d 2018-07-21 17:31:36,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00604295731s 2018-07-21 17:31:36,542 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/cbdf292d-1f83-49c1-a419-148542239c78 used request id req-16dd19cd-8fdd-4642-ab81-4a0dee3f670d 2018-07-21 17:31:36,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:31:36,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:36,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:31:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7157d62a-e77a-45bb-a5b8-a07064e5018a x-compute-request-id: req-7157d62a-e77a-45bb-a5b8-a07064e5018a Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_15e49933-d44e-4af4-ae9b-11a25524b097", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9", "rel": "bookmark"}], "ram": 1024, "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": "0cd3ff69-1ff6-4328-b931-49df391badc9"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:31:36,571 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7157d62a-e77a-45bb-a5b8-a07064e5018a 2018-07-21 17:31:36,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0281758308411s 2018-07-21 17:31:36,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7157d62a-e77a-45bb-a5b8-a07064e5018a 2018-07-21 17:31:36,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 17:31:36,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b9468f61e130b5831241f2aa3450d20bbda0f293" 2018-07-21 17:31:36,620 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:31:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3a39095-58c3-42b7-8dec-56e00d22064c x-compute-request-id: req-f3a39095-58c3-42b7-8dec-56e00d22064c Content-Length: 0 Content-Type: application/json 2018-07-21 17:31:36,620 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9 used request id req-f3a39095-58c3-42b7-8dec-56e00d22064c 2018-07-21 17:31:36,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0462448596954s 2018-07-21 17:31:36,620 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/0cd3ff69-1ff6-4328-b931-49df391badc9 used request id req-f3a39095-58c3-42b7-8dec-56e00d22064c 2018-07-21 17:31:36,667 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:31:36,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:31:36,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:31:36,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-07-21 17:31:36,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-07-21 17:31:36,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:31:36,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:31:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbb3e1d-9e8b-46c6-86ec-19cb958ce224 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:31:36,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-3bbb3e1d-9e8b-46c6-86ec-19cb958ce224 2018-07-21 17:31:36,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:31:37,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["NiyVe-dOQHOdvmxqBEbZCA"], "issued_at": "2018-07-21T17:31:37.000000Z"}} 2018-07-21 17:31:37,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:31:37,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}349a40bbf677805595fcc06dfd62d35c6d3724a0" 2018-07-21 17:31:37,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-167b997d-cfc2-49b2-bf13-4605ba87f2fe Date: Sat, 21 Jul 2018 17:31:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:31:37,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-167b997d-cfc2-49b2-bf13-4605ba87f2fe 2018-07-21 17:31:37,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253657102585s 2018-07-21 17:31:37,355 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-167b997d-cfc2-49b2-bf13-4605ba87f2fe 2018-07-21 17:31:37,355 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-07-21 17:31:40,163 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-07-21 17:31:43,013 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | f4186d68-4d79-4f5a-b314-d66adb65e884 | 2018-07-21T17:31:42.582938 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: f4186d68-4d79-4f5a-b314-d66adb65e884 ~/.rally/openrc was updated HINTS: * To use standard OpenStack clients, set up your env by running: source ~/.rally/openrc OpenStack clients are now configured, e.g run: openstack image list 2018-07-21 17:31:46,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | Available | | __unknown__ | volumev2 | Available | | __unknown__ | volumev3 | Available | | ceilometer | metering | Available | | cinder | volume | Available | | cloud | cloudformation | Available | | glance | image | Available | | gnocchi | metric | Available | | heat | orchestration | Available | | keystone | identity | Available | | neutron | network | Available | | nova | compute | Available | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-07-21 17:31:46,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-07-21 17:31:49,399 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-07-21 17:31:53,031 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=8eea5199-ce41-4932-8862-0f1c444b6156) as the default verifier for the future CLI operations. 2018-07-21 17:31:56,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:31:56,353 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bde927c-1e57-468f-8046-fb7b1cbaabeb Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:31:56,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-2bde927c-1e57-468f-8046-fb7b1cbaabeb 2018-07-21 17:31:56,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-07-21 17:31:56,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:31:56,362 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f34a97ad-f0d8-4df7-be49-35c0a0b082c5 Content-Length: 267 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.10:35357/v3/", "rel": "self"}]}]}} 2018-07-21 17:31:56,362 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.10:35357/ used request id req-f34a97ad-f0d8-4df7-be49-35c0a0b082c5 2018-07-21 17:31:56,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.10:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}349a40bbf677805595fcc06dfd62d35c6d3724a0" 2018-07-21 17:31:56,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:31:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9601a887-b14d-48ec-b2b9-0bca30acd810 Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.10:35357/v3/services/157fdeda065c460b8f0307c52ac8cf73"}, "enabled": true, "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.10:35357/v3/services/3ba57e55341e46ddb390cf9dc95e286d"}, "enabled": true, "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.10:35357/v3/services/3d41c6080c5d4d318b88a556de545bf0"}, "enabled": true, "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.10:35357/v3/services/492496b3104b4066bafd6333f332b25f"}, "enabled": true, "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.10:35357/v3/services/5694037255bf469a8198e5411303ae43"}, "enabled": true, "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.10:35357/v3/services/58df3b66f0ec4a94854ab793427746f7"}, "enabled": true, "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.10:35357/v3/services/6c1f1060a24c4e4386301667c2ff9a74"}, "enabled": true, "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.10:35357/v3/services/78657f135e2c4c00a32ba983c4f5b5fb"}, "enabled": true, "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.10:35357/v3/services/79b3386f56e344ae9071aa0af5665cf5"}, "enabled": true, "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.10:35357/v3/services/8090b541497b405bb1fea05da4c41831"}, "enabled": true, "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.10:35357/v3/services/9f3607fd236e428087e5c78abb8b1599"}, "enabled": true, "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.10:35357/v3/services/a8fa2edafd5f4a7e946633be93987815"}, "enabled": true, "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.10:35357/v3/services/b1662afa20104d36bb19902dca79a45b"}, "enabled": true, "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.10:35357/v3/services/d8d07ba0df0e4e32879d152cd579e940"}, "enabled": true, "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.10:35357/v3/services/da9ebd25a8fe4c1f83c4a98a7b116e35"}, "enabled": true, "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "links": {"self": "http://192.30.9.10:35357/v3/services", "previous": null, "next": null}} 2018-07-21 17:31:56,457 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-9601a887-b14d-48ec-b2b9-0bca30acd810 2018-07-21 17:31:56,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.101748943329s 2018-07-21 17:31:56,457 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.10:35357/v3/services used request id req-9601a887-b14d-48ec-b2b9-0bca30acd810 2018-07-21 17:31:56,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-07-21 17:31:56,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}349a40bbf677805595fcc06dfd62d35c6d3724a0" 2018-07-21 17:31:56,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8355 X-Openstack-Request-Id: req-052f647f-08b8-439b-bfd9-439931410014 Date: Sat, 21 Jul 2018 17:31:56 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-07-21 17:31:56,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-052f647f-08b8-439b-bfd9-439931410014 2018-07-21 17:31:56,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.208015918732s 2018-07-21 17:31:56,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/extensions.json used request id req-052f647f-08b8-439b-bfd9-439931410014 2018-07-21 17:31:56,679 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-07-21 17:31:56,679 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-07-21 17:31:56,684 - xtesting.ci.run_tests - INFO - Xtesting report: +--------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +--------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:06 | FAIL | | rally_sanity | functest | smoke | 20:27 | FAIL | | patrole | functest | smoke | 01:54 | PASS | | vmtp | functest | smoke | 40:12 | FAIL | | shaker | functest | smoke | 05:01 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:15 | PASS | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +--------------------------+------------------+---------------+------------------+----------------+ 2018-07-21 17:31:56,692 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-07-21 17:31:56,776 - paramiko.transport - DEBUG - EOF in transport thread 2018-07-21 17:32:22,897 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-171 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-21 17:32:22,900 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.23,192.30.9.10 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=rjFtm632Mc0JmMDI9ptGcU2cb 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=a6906d7d21744bd98421510fc029622a export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.10 export SDN_CONTROLLER_PASSWORD=rgrI5jagbAispHWvfA4jqZMWI export OS_REGION_NAME=regionOne 2018-07-21 17:32:22,900 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-21 17:32:22,900 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-07-21 17:32:22,901 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-07-21 17:32:22,903 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-07-21 17:33:02,658 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-171 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-07-21 17:33:02,664 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.23,192.30.9.10 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.23:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=rjFtm632Mc0JmMDI9ptGcU2cb 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=a6906d7d21744bd98421510fc029622a export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.10 export SDN_CONTROLLER_PASSWORD=rgrI5jagbAispHWvfA4jqZMWI export OS_REGION_NAME=regionOne 2018-07-21 17:33:02,664 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-07-21 17:33:02,665 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------------------------+--------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------------------------+--------------------------------------------+ | vnf | 4 | Collection of VNF test cases. | cloudify cloudify_ims vyos_vrouter | | | | | juju_epc | +---------------+---------------+---------------------------------------+--------------------------------------------+ 2018-07-21 17:33:02,683 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:33:03,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:33:03,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:33:03,165 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:33:03,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:33:03,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44144f13-3e7e-4fec-8951-752e4b520a53 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:33:03,172 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-44144f13-3e7e-4fec-8951-752e4b520a53 2018-07-21 17:33:03,172 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:33:03,562 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:33:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["FN45mrgYSdCCGHt6ZSU6Iw"], "issued_at": "2018-07-21T17:33:03.000000Z"}} 2018-07-21 17:33:03,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:33:03,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:04,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-294529a1-90bb-47cb-a4a0-bd441d495d75 Date: Sat, 21 Jul 2018 17:33:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:33:04,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-294529a1-90bb-47cb-a4a0-bd441d495d75 2018-07-21 17:33:04,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.474082946777s 2018-07-21 17:33:04,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-294529a1-90bb-47cb-a4a0-bd441d495d75 2018-07-21 17:33:04,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:33:04,053 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-205e4896-470b-4c62-a802-5f4e274f3179 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:33:04,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-205e4896-470b-4c62-a802-5f4e274f3179 2018-07-21 17:33:04,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:33:04,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:04,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-363b0c3b-a081-4528-b56d-a5b3716fb276 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 17:33:04,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-363b0c3b-a081-4528-b56d-a5b3716fb276 2018-07-21 17:33:04,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0940449237823s 2018-07-21 17:33:04,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-363b0c3b-a081-4528-b56d-a5b3716fb276 2018-07-21 17:33:04,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 17:33:04,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867"}}' 2018-07-21 17:33:04,277 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c9083f1-5156-49bb-8b55-f5333910b661 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665"}, "tags": [], "enabled": true, "id": "1e8b444093b644eca90de69774b94665", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867"}} 2018-07-21 17:33:04,277 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3c9083f1-5156-49bb-8b55-f5333910b661 2018-07-21 17:33:04,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.121001958847s 2018-07-21 17:33:04,277 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-3c9083f1-5156-49bb-8b55-f5333910b661 2018-07-21 17:33:04,278 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify', u'tags': [], 'enabled': True, 'id': u'1e8b444093b644eca90de69774b94665', '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'cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867'}) 2018-07-21 17:33:04,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 17:33:04,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "603da5b5-e271-4df2-af58-10f8de68a54d", "email": null, "name": "cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867"}}' 2018-07-21 17:33:04,655 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce6ec24d-7e55-4977-92b3-2ebbf2de4da7 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867", "links": {"self": "http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "01b79eded5674d889cc1ee43f8e2bd5b", "domain_id": "default", "password_expires_at": null}} 2018-07-21 17:33:04,655 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-ce6ec24d-7e55-4977-92b3-2ebbf2de4da7 2018-07-21 17:33:04,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.371180057526s 2018-07-21 17:33:04,656 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-ce6ec24d-7e55-4977-92b3-2ebbf2de4da7 2018-07-21 17:33:04,656 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'01b79eded5674d889cc1ee43f8e2bd5b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867'}) 2018-07-21 17:33:04,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:33:04,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:04,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e43329-2a63-478e-9d37-08178d9f421c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:33:04,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-17e43329-2a63-478e-9d37-08178d9f421c 2018-07-21 17:33:04,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100661039352s 2018-07-21 17:33:04,761 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-17e43329-2a63-478e-9d37-08178d9f421c 2018-07-21 17:33:04,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:33:04,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:04,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daffdbee-b2f3-4d87-ba56-ae4928b271df Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:33:04,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-daffdbee-b2f3-4d87-ba56-ae4928b271df 2018-07-21 17:33:04,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104172945023s 2018-07-21 17:33:04,870 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-daffdbee-b2f3-4d87-ba56-ae4928b271df 2018-07-21 17:33:04,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:33:04,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:04,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b46c887d-b2b8-4032-a635-05c97babefeb Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:33:04,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b46c887d-b2b8-4032-a635-05c97babefeb 2018-07-21 17:33:04,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0983958244324s 2018-07-21 17:33:04,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-b46c887d-b2b8-4032-a635-05c97babefeb 2018-07-21 17:33:04,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:33:04,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:05,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a57e94c7-a77f-46f7-b078-8eae17fe07bc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 17:33:05,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a57e94c7-a77f-46f7-b078-8eae17fe07bc 2018-07-21 17:33:05,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0976088047028s 2018-07-21 17:33:05,081 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-a57e94c7-a77f-46f7-b078-8eae17fe07bc 2018-07-21 17:33:05,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:33:05,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:05,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2bd330-27e3-48e0-8469-a86e744554f6 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867", "links": {"self": "http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "01b79eded5674d889cc1ee43f8e2bd5b", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:33:05,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ba2bd330-27e3-48e0-8469-a86e744554f6 2018-07-21 17:33:05,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113169908524s 2018-07-21 17:33:05,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ba2bd330-27e3-48e0-8469-a86e744554f6 2018-07-21 17:33:05,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:33:05,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:05,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2456a0cf-3f8c-48cd-8d91-eece7c565b9b Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665"}, "tags": [], "enabled": true, "id": "1e8b444093b644eca90de69774b94665", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-21 17:33:05,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2456a0cf-3f8c-48cd-8d91-eece7c565b9b 2018-07-21 17:33:05,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0901298522949s 2018-07-21 17:33:05,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-2456a0cf-3f8c-48cd-8d91-eece7c565b9b 2018-07-21 17:33:05,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 17:33:05,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=01b79eded5674d889cc1ee43f8e2bd5b&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=1e8b444093b644eca90de69774b94665" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:05,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53ebf895-4e89-4b4d-9e83-f895dfd85f25 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=01b79eded5674d889cc1ee43f8e2bd5b&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=1e8b444093b644eca90de69774b94665", "previous": null, "next": null}} 2018-07-21 17:33:05,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=01b79eded5674d889cc1ee43f8e2bd5b&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=1e8b444093b644eca90de69774b94665 used request id req-53ebf895-4e89-4b4d-9e83-f895dfd85f25 2018-07-21 17:33:05,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0182249546051s 2018-07-21 17:33:05,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=01b79eded5674d889cc1ee43f8e2bd5b&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=1e8b444093b644eca90de69774b94665 used request id req-53ebf895-4e89-4b4d-9e83-f895dfd85f25 2018-07-21 17:33:05,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 17:33:05,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665/users/01b79eded5674d889cc1ee43f8e2bd5b/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:33:05,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:33:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fda1dc2a-e589-4d88-95bb-4bdf6fb46278 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:33:05,454 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665/users/01b79eded5674d889cc1ee43f8e2bd5b/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-fda1dc2a-e589-4d88-95bb-4bdf6fb46278 2018-07-21 17:33:05,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.127522945404s 2018-07-21 17:33:05,455 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665/users/01b79eded5674d889cc1ee43f8e2bd5b/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-fda1dc2a-e589-4d88-95bb-4bdf6fb46278 2018-07-21 17:33:05,456 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867', 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'1e8b444093b644eca90de69774b94665', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '603da5b5-e271-4df2-af58-10f8de68a54d', 'username': u'cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 17:33:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:33:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:33:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:33:05,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:33:05,459 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:33:05,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:33:05,462 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867', 'password': '603da5b5-e271-4df2-af58-10f8de68a54d', 'project_name': 'cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '1e8b444093b644eca90de69774b94665', 'project_domain_name': 'Default'} 2018-07-21 17:33:05,462 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-07-21 17:33:05,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:33:05,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:33:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2881a429-23c8-4eb2-ab70-4c38c0f8c8a4 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:33:05,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-2881a429-23c8-4eb2-ab70-4c38c0f8c8a4 2018-07-21 17:33:05,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:33:05,848 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:33:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1e8b444093b644eca90de69774b94665", "name": "cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1e8b444093b644eca90de69774b94665", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1e8b444093b644eca90de69774b94665", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1e8b444093b644eca90de69774b94665", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1e8b444093b644eca90de69774b94665", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1e8b444093b644eca90de69774b94665", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1e8b444093b644eca90de69774b94665", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1e8b444093b644eca90de69774b94665", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1e8b444093b644eca90de69774b94665", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1e8b444093b644eca90de69774b94665", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1e8b444093b644eca90de69774b94665", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1e8b444093b644eca90de69774b94665", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1e8b444093b644eca90de69774b94665", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1e8b444093b644eca90de69774b94665", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1e8b444093b644eca90de69774b94665", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867", "id": "01b79eded5674d889cc1ee43f8e2bd5b"}, "audit_ids": ["NU1YLpiqRSaaZ6iunOTa5w"], "issued_at": "2018-07-21T17:33:05.000000Z"}} 2018-07-21 17:33:05,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 17:33:05,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"network": {"name": "cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867", "admin_state_up": true}}' 2018-07-21 17:33:06,635 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-0110572b-1edf-4fbf-9013-1ab224b3a736 Date: Sat, 21 Jul 2018 17:33:06 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T17:33:06Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"1e8b444093b644eca90de69774b94665","id":"e0526ed9-33fd-4a03-a583-9843688c92f3","name":"cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867"}} 2018-07-21 17:33:06,635 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0110572b-1edf-4fbf-9013-1ab224b3a736 2018-07-21 17:33:06,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.783524990082s 2018-07-21 17:33:06,636 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-0110572b-1edf-4fbf-9013-1ab224b3a736 2018-07-21 17:33:06,636 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:33:06Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e0526ed9-33fd-4a03-a583-9843688c92f3', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867', u'admin_state_up': True, u'tenant_id': u'1e8b444093b644eca90de69774b94665', u'created_at': u'2018-07-21T17:33:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1e8b444093b644eca90de69774b94665'}) 2018-07-21 17:33:06,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:33:06,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:33:06,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-ac2568fc-0149-4428-afc8-8281a0bdae9d Date: Sat, 21 Jul 2018 17:33:06 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:33:06Z","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"1e8b444093b644eca90de69774b94665","id":"e0526ed9-33fd-4a03-a583-9843688c92f3","name":"cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:33:06,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ac2568fc-0149-4428-afc8-8281a0bdae9d 2018-07-21 17:33:06,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.154273986816s 2018-07-21 17:33:06,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-ac2568fc-0149-4428-afc8-8281a0bdae9d 2018-07-21 17:33:06,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 17:33:06,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"subnet": {"name": "cloudify-subnet_33e26074-f0ce-4602-8537-df7c49ce7867", "enable_dhcp": true, "network_id": "e0526ed9-33fd-4a03-a583-9843688c92f3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 17:33:07,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-2e611d2a-ee8d-4758-a084-f22aa4868b02 Date: Sat, 21 Jul 2018 17:33:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0526ed9-33fd-4a03-a583-9843688c92f3","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:33:07Z","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":"1e8b444093b644eca90de69774b94665","id":"792687a4-f792-43b5-87a9-a82e312c7f96","subnetpool_id":null,"name":"cloudify-subnet_33e26074-f0ce-4602-8537-df7c49ce7867"}} 2018-07-21 17:33:07,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2e611d2a-ee8d-4758-a084-f22aa4868b02 2018-07-21 17:33:07,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.560683012009s 2018-07-21 17:33:07,355 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-2e611d2a-ee8d-4758-a084-f22aa4868b02 2018-07-21 17:33:07,355 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:33:07Z', 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'792687a4-f792-43b5-87a9-a82e312c7f96', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_33e26074-f0ce-4602-8537-df7c49ce7867', u'enable_dhcp': True, u'network_id': u'e0526ed9-33fd-4a03-a583-9843688c92f3', u'tenant_id': u'1e8b444093b644eca90de69774b94665', u'created_at': u'2018-07-21T17:33:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1e8b444093b644eca90de69774b94665'}) 2018-07-21 17:33:07,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 17:33:07,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "cloudify-router_33e26074-f0ce-4602-8537-df7c49ce7867", "admin_state_up": true}}' 2018-07-21 17:33:08,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-1ed6bd90-176f-47c0-bdd3-2f6a35bcdbc5 Date: Sat, 21 Jul 2018 17:33:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:07Z", "admin_state_up": true, "updated_at": "2018-07-21T17:33:08Z", "revision_number": 2, "routes": [], "project_id": "1e8b444093b644eca90de69774b94665", "id": "bb189e01-b69c-40cf-9769-7e183dc33b7f", "name": "cloudify-router_33e26074-f0ce-4602-8537-df7c49ce7867"}} 2018-07-21 17:33:08,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1ed6bd90-176f-47c0-bdd3-2f6a35bcdbc5 2018-07-21 17:33:08,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.15073204041s 2018-07-21 17:33:08,507 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-1ed6bd90-176f-47c0-bdd3-2f6a35bcdbc5 2018-07-21 17:33:08,507 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.210'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1e8b444093b644eca90de69774b94665', u'created_at': u'2018-07-21T17:33:07Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T17:33:08Z', u'revision_number': 2, u'routes': [], u'project_id': u'1e8b444093b644eca90de69774b94665', u'id': u'bb189e01-b69c-40cf-9769-7e183dc33b7f', u'name': u'cloudify-router_33e26074-f0ce-4602-8537-df7c49ce7867'}) 2018-07-21 17:33:08,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 17:33:08,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f/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}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"subnet_id": "792687a4-f792-43b5-87a9-a82e312c7f96"}' 2018-07-21 17:33:10,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-74cb13e0-00b0-4bb5-b3e6-ce68da95aeae Date: Sat, 21 Jul 2018 17:33:10 GMT RESP BODY: {"network_id": "e0526ed9-33fd-4a03-a583-9843688c92f3", "tenant_id": "1e8b444093b644eca90de69774b94665", "subnet_id": "792687a4-f792-43b5-87a9-a82e312c7f96", "subnet_ids": ["792687a4-f792-43b5-87a9-a82e312c7f96"], "port_id": "02e9b530-02d3-4c5b-a309-e1acaf86f436", "id": "bb189e01-b69c-40cf-9769-7e183dc33b7f"} 2018-07-21 17:33:10,561 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f/add_router_interface.json used request id req-74cb13e0-00b0-4bb5-b3e6-ce68da95aeae 2018-07-21 17:33:10,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05318689346s 2018-07-21 17:33:10,562 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f/add_router_interface.json used request id req-74cb13e0-00b0-4bb5-b3e6-ce68da95aeae returning object bb189e01-b69c-40cf-9769-7e183dc33b7f 2018-07-21 17:33:10,562 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-21 17:34:09,588 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-07-21 17:34:09,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:34:09,598 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 17:34:09 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 17:34:09,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:34:09,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:34:09,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6401d853-8fc1-4405-af56-86d4136ead58 Date: Sat, 21 Jul 2018 17:34:09 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:34:09,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6401d853-8fc1-4405-af56-86d4136ead58 2018-07-21 17:34:09,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223268985748s 2018-07-21 17:34:09,826 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-6401d853-8fc1-4405-af56-86d4136ead58 2018-07-21 17:34:09,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 17:34:09,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867"}' 2018-07-21 17:34:09,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1b14124a-a3b5-4046-8265-5e8b5644152e Date: Sat, 21 Jul 2018 17:34:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/file", "owner": "1e8b444093b644eca90de69774b94665", "id": "ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "size": null, "self": "/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-21T17:34:09Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "checksum": null, "created_at": "2018-07-21T17:34:09Z", "protected": false} 2018-07-21 17:34:09,874 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1b14124a-a3b5-4046-8265-5e8b5644152e 2018-07-21 17:34:09,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0413730144501s 2018-07-21 17:34:09,875 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-1b14124a-a3b5-4046-8265-5e8b5644152e returning object ea31d8b4-430a-47c5-9d18-e5a9b7b8db09 2018-07-21 17:34:09,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 17:34:09,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/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}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '' 2018-07-21 17:35:08,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd872ec1-4c0e-4107-b496-a4572f2e81cd Date: Sat, 21 Jul 2018 17:35:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:35:08,073 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/file used request id req-bd872ec1-4c0e-4107-b496-a4572f2e81cd 2018-07-21 17:35:08,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.1973478794s 2018-07-21 17:35:08,073 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/file used request id req-bd872ec1-4c0e-4107-b496-a4572f2e81cd 2018-07-21 17:35:08,073 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T17:34:09Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/file', u'owner': u'1e8b444093b644eca90de69774b94665', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'ea31d8b4-430a-47c5-9d18-e5a9b7b8db09', u'size': None, u'name': u'cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867', u'checksum': None, u'self': u'/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T17:34:09Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 17:35:08,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 17:35:08,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_33e26074-f0ce-4602-8537-df7c49ce7867", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-07-21 17:35:08,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a610d98a-99a0-461c-991e-8d567b4fe931 x-compute-request-id: req-a610d98a-99a0-461c-991e-8d567b4fe931 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_33e26074-f0ce-4602-8537-df7c49ce7867", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0"}} 2018-07-21 17:35:08,287 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a610d98a-99a0-461c-991e-8d567b4fe931 2018-07-21 17:35:08,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.213262081146s 2018-07-21 17:35:08,288 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-a610d98a-99a0-461c-991e-8d567b4fe931 2018-07-21 17:35:08,289 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_33e26074-f0ce-4602-8537-df7c49ce7867', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6906d7d21744bd98421510fc029622a', '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': 50, 'id': u'8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0', 'swap': 0}) 2018-07-21 17:35:08,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 17:35:08,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0/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}8f727d691dfcddd80e2fb601d1945874c36901f1" -d '{"extra_specs": {}}' 2018-07-21 17:35:08,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c32de0b4-d05f-4f4d-982b-515730dfaea0 x-compute-request-id: req-c32de0b4-d05f-4f4d-982b-515730dfaea0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 17:35:08,313 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0/os-extra_specs used request id req-c32de0b4-d05f-4f4d-982b-515730dfaea0 2018-07-21 17:35:08,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237669944763s 2018-07-21 17:35:08,314 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0/os-extra_specs used request id req-c32de0b4-d05f-4f4d-982b-515730dfaea0 2018-07-21 17:35:08,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 17:35:08,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"keypair": {"name": "cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867"}}' 2018-07-21 17:35:08,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-39faa8c1-fb04-45fc-ace6-a47b50c3d83a x-compute-request-id: req-39faa8c1-fb04-45fc-ace6-a47b50c3d83a Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnQMmBXsmRQdNVk9jf3ipoGBBjWVnNxny+J9/nlU6U32SB3Xc5IjOn9n/23R1I4jTkhu/MX8bTxUuZSaNpAm0teQ/Voh6h5EZGrIx7ir0MrLPEkFX7Nzp4/Qgv2Kv82B1/OTcyt9aU7jL9e8lgtfSrpNUSl80PSPpj0BsvYK/tpLPPQJ3iM82YXH8i5DqRnJKZEHEecTlvDJZc6nTBVF5SaLM/VX5QUOSbEGPrYv5sGHz/vE9XdDbjcpm/RnuezG7QZp599w0rk9VIkbxX2L/3lomaPuz4uijE58DWI/EiYD1bN3cTGxgqcBuE6HtSWNF+2+n5sPQ62Dq/1dpjMBWh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA50DJgV7JkUHTVZPY394qaBgQY1lZzcZ8viff55VOlN9kgd13\nOSIzp/Z/9t0dSOI05IbvzF/G08VLmUmjaQJtLXkP1aIeoeRGRqyMe4q9DKyzxJBV\n+zc6eP0IL9ir/Ngdfzk3MrfWlO4y/XvJYLX0q6TVEpfND0j6Y9AbL2Cv7aSzz0Cd\n4jPNmFx/IuQ6kZySmRBxHnE5bwyWXOp0wVReUmizP1V+UFDkmxBj62L+bBh8/7xP\nV3Q243KZv0Z7nsxu0GaeffcNK5PVSJG8V9i/95aJmj7s+LooxOfA1iPxImA9Wzd3\nExsYKnAbhOh7UljRftvp+bD0Otg6v9XaYzAVoQIDAQABAoIBAQDJP96dUapFWW3b\nieExYhyxnk+UxkubAuPIcNcwqQVMFeVYBy4ccKFXyPOwGNnFdebmAnBqAef8oDSc\nYDNvzYbKDhMzrfTOmuR12PAhC6pef2Wq6JmLGJMwe7RGP1/dmQ6Ci354CvkZfvqt\nEq88FN2rCrXLioQQi0gs2QzvfEtemVF0oKfwuJVvEnZ2TtFvd8D7sQEW0RrC6qk7\nWjv4Bem8IVv8Nowo3ZAL1gNoC70XlMgplZGR4pOfIfusss4zVdhvZUpU4rODiPc0\nCDnylH6lLiyBk9uU6FknC2RDU70+abeE4sMDEdo8crlmNKccZ49EI5f6DRTe8NnV\n7+tqjObJAoGBAP1DT5yMOf4zfG+M5zKAupqM4Pd0LEeI+70vUkEz640X4wgS1osY\nCa6Hxdrdo/ZZVKoeWhTMBN0D49UEA8uQhabZ+aveH85IsrOqbV+YYJu7x22M4iJi\nKyOBsY9J4VtBpXjMArTuUHrSZBiCYQhGAhijgFV1uT0VwF7qGOtI3V67AoGBAOnA\nlShvFRmOMDXljkFWrJ/+Y0BtjB4FY7cecY7ZLTzD3ewJCLFrmfwoZWOnorHXoiJD\nZZud1BE/9KDGb1FdWwaHBV8Fp4ofTVjSiz+69ffTSz8QYth/ywXykWUgiO1uS0yo\nlUWK1I4uJX+ZUTZ74p0edSxfrWz+crHM81aP0q1TAoGAf87lMTpu1cLDzEOONSVT\nhkUMDrTY16zgZaOo3fDGsWhZkSx4iq8xy5sHFSF+6gZAvK0ehppC5gpdgpVJGQSw\n/ffIkJxC7sYvMI4ULgbm0hCcXsOXJwTlgkCkC4ycJoJlcCV8RDRz9teP3fKF5zf1\nPNveGsKTHamJcByxQKN/25sCgYAX5aRaGeEiV7L+D5XXgDDtumgTMh/dAdgL5ITf\ngbxqNev+MX4+BS4c5VRYN88eN1lP/2vn2N7RVKSBu0euHckshak66a0TJdgWeI/b\n2BVFXMiYjehNEeODnCTZHdZhz6DLGYEJNwQ79OPIg7gVxdyJC5AXFUD5n5nCK53E\n/7ceGQKBgQC5buRBvod4lQPA99M8ZGD5r0EXv3iYtdzSgZyvTmESr84Rt7LvqIkS\nsfKzovNtCy6pvCYj+VnFyt+UGLUcl1t8TcbYos9WxD99fvtCGOdhXTCaF3jTrkxP\n0OPWzdIlLEIwJr9MFdwexBTnlxH2Ejz7nUFf43y4hXqmjzzj3vqohA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "01b79eded5674d889cc1ee43f8e2bd5b", "name": "cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867", "fingerprint": "06:b8:df:f3:5a:f6:c3:e7:e5:7d:7a:95:03:58:88:9c"}} 2018-07-21 17:35:08,739 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-39faa8c1-fb04-45fc-ace6-a47b50c3d83a 2018-07-21 17:35:08,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.425024032593s 2018-07-21 17:35:08,740 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-39faa8c1-fb04-45fc-ace6-a47b50c3d83a 2018-07-21 17:35:08,740 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnQMmBXsmRQdNVk9jf3ipoGBBjWVnNxny+J9/nlU6U32SB3Xc5IjOn9n/23R1I4jTkhu/MX8bTxUuZSaNpAm0teQ/Voh6h5EZGrIx7ir0MrLPEkFX7Nzp4/Qgv2Kv82B1/OTcyt9aU7jL9e8lgtfSrpNUSl80PSPpj0BsvYK/tpLPPQJ3iM82YXH8i5DqRnJKZEHEecTlvDJZc6nTBVF5SaLM/VX5QUOSbEGPrYv5sGHz/vE9XdDbjcpm/RnuezG7QZp599w0rk9VIkbxX2L/3lomaPuz4uijE58DWI/EiYD1bN3cTGxgqcBuE6HtSWNF+2+n5sPQ62Dq/1dpjMBWh Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA50DJgV7JkUHTVZPY394qaBgQY1lZzcZ8viff55VOlN9kgd13\nOSIzp/Z/9t0dSOI05IbvzF/G08VLmUmjaQJtLXkP1aIeoeRGRqyMe4q9DKyzxJBV\n+zc6eP0IL9ir/Ngdfzk3MrfWlO4y/XvJYLX0q6TVEpfND0j6Y9AbL2Cv7aSzz0Cd\n4jPNmFx/IuQ6kZySmRBxHnE5bwyWXOp0wVReUmizP1V+UFDkmxBj62L+bBh8/7xP\nV3Q243KZv0Z7nsxu0GaeffcNK5PVSJG8V9i/95aJmj7s+LooxOfA1iPxImA9Wzd3\nExsYKnAbhOh7UljRftvp+bD0Otg6v9XaYzAVoQIDAQABAoIBAQDJP96dUapFWW3b\nieExYhyxnk+UxkubAuPIcNcwqQVMFeVYBy4ccKFXyPOwGNnFdebmAnBqAef8oDSc\nYDNvzYbKDhMzrfTOmuR12PAhC6pef2Wq6JmLGJMwe7RGP1/dmQ6Ci354CvkZfvqt\nEq88FN2rCrXLioQQi0gs2QzvfEtemVF0oKfwuJVvEnZ2TtFvd8D7sQEW0RrC6qk7\nWjv4Bem8IVv8Nowo3ZAL1gNoC70XlMgplZGR4pOfIfusss4zVdhvZUpU4rODiPc0\nCDnylH6lLiyBk9uU6FknC2RDU70+abeE4sMDEdo8crlmNKccZ49EI5f6DRTe8NnV\n7+tqjObJAoGBAP1DT5yMOf4zfG+M5zKAupqM4Pd0LEeI+70vUkEz640X4wgS1osY\nCa6Hxdrdo/ZZVKoeWhTMBN0D49UEA8uQhabZ+aveH85IsrOqbV+YYJu7x22M4iJi\nKyOBsY9J4VtBpXjMArTuUHrSZBiCYQhGAhijgFV1uT0VwF7qGOtI3V67AoGBAOnA\nlShvFRmOMDXljkFWrJ/+Y0BtjB4FY7cecY7ZLTzD3ewJCLFrmfwoZWOnorHXoiJD\nZZud1BE/9KDGb1FdWwaHBV8Fp4ofTVjSiz+69ffTSz8QYth/ywXykWUgiO1uS0yo\nlUWK1I4uJX+ZUTZ74p0edSxfrWz+crHM81aP0q1TAoGAf87lMTpu1cLDzEOONSVT\nhkUMDrTY16zgZaOo3fDGsWhZkSx4iq8xy5sHFSF+6gZAvK0ehppC5gpdgpVJGQSw\n/ffIkJxC7sYvMI4ULgbm0hCcXsOXJwTlgkCkC4ycJoJlcCV8RDRz9teP3fKF5zf1\nPNveGsKTHamJcByxQKN/25sCgYAX5aRaGeEiV7L+D5XXgDDtumgTMh/dAdgL5ITf\ngbxqNev+MX4+BS4c5VRYN88eN1lP/2vn2N7RVKSBu0euHckshak66a0TJdgWeI/b\n2BVFXMiYjehNEeODnCTZHdZhz6DLGYEJNwQ79OPIg7gVxdyJC5AXFUD5n5nCK53E\n/7ceGQKBgQC5buRBvod4lQPA99M8ZGD5r0EXv3iYtdzSgZyvTmESr84Rt7LvqIkS\nsfKzovNtCy6pvCYj+VnFyt+UGLUcl1t8TcbYos9WxD99fvtCGOdhXTCaF3jTrkxP\n0OPWzdIlLEIwJr9MFdwexBTnlxH2Ejz7nUFf43y4hXqmjzzj3vqohA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'01b79eded5674d889cc1ee43f8e2bd5b', 'name': u'cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867', 'created_at': '2018-07-21T17:35:08.740895', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1e8b444093b644eca90de69774b94665', 'name': 'cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'06:b8:df:f3:5a:f6:c3:e7:e5:7d:7a:95:03:58:88:9c', 'type': 'ssh', 'id': u'cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867'}) 2018-07-21 17:35:08,741 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA50DJgV7JkUHTVZPY394qaBgQY1lZzcZ8viff55VOlN9kgd13 OSIzp/Z/9t0dSOI05IbvzF/G08VLmUmjaQJtLXkP1aIeoeRGRqyMe4q9DKyzxJBV +zc6eP0IL9ir/Ngdfzk3MrfWlO4y/XvJYLX0q6TVEpfND0j6Y9AbL2Cv7aSzz0Cd 4jPNmFx/IuQ6kZySmRBxHnE5bwyWXOp0wVReUmizP1V+UFDkmxBj62L+bBh8/7xP V3Q243KZv0Z7nsxu0GaeffcNK5PVSJG8V9i/95aJmj7s+LooxOfA1iPxImA9Wzd3 ExsYKnAbhOh7UljRftvp+bD0Otg6v9XaYzAVoQIDAQABAoIBAQDJP96dUapFWW3b ieExYhyxnk+UxkubAuPIcNcwqQVMFeVYBy4ccKFXyPOwGNnFdebmAnBqAef8oDSc YDNvzYbKDhMzrfTOmuR12PAhC6pef2Wq6JmLGJMwe7RGP1/dmQ6Ci354CvkZfvqt Eq88FN2rCrXLioQQi0gs2QzvfEtemVF0oKfwuJVvEnZ2TtFvd8D7sQEW0RrC6qk7 Wjv4Bem8IVv8Nowo3ZAL1gNoC70XlMgplZGR4pOfIfusss4zVdhvZUpU4rODiPc0 CDnylH6lLiyBk9uU6FknC2RDU70+abeE4sMDEdo8crlmNKccZ49EI5f6DRTe8NnV 7+tqjObJAoGBAP1DT5yMOf4zfG+M5zKAupqM4Pd0LEeI+70vUkEz640X4wgS1osY Ca6Hxdrdo/ZZVKoeWhTMBN0D49UEA8uQhabZ+aveH85IsrOqbV+YYJu7x22M4iJi KyOBsY9J4VtBpXjMArTuUHrSZBiCYQhGAhijgFV1uT0VwF7qGOtI3V67AoGBAOnA lShvFRmOMDXljkFWrJ/+Y0BtjB4FY7cecY7ZLTzD3ewJCLFrmfwoZWOnorHXoiJD ZZud1BE/9KDGb1FdWwaHBV8Fp4ofTVjSiz+69ffTSz8QYth/ywXykWUgiO1uS0yo lUWK1I4uJX+ZUTZ74p0edSxfrWz+crHM81aP0q1TAoGAf87lMTpu1cLDzEOONSVT hkUMDrTY16zgZaOo3fDGsWhZkSx4iq8xy5sHFSF+6gZAvK0ehppC5gpdgpVJGQSw /ffIkJxC7sYvMI4ULgbm0hCcXsOXJwTlgkCkC4ycJoJlcCV8RDRz9teP3fKF5zf1 PNveGsKTHamJcByxQKN/25sCgYAX5aRaGeEiV7L+D5XXgDDtumgTMh/dAdgL5ITf gbxqNev+MX4+BS4c5VRYN88eN1lP/2vn2N7RVKSBu0euHckshak66a0TJdgWeI/b 2BVFXMiYjehNEeODnCTZHdZhz6DLGYEJNwQ79OPIg7gVxdyJC5AXFUD5n5nCK53E /7ceGQKBgQC5buRBvod4lQPA99M8ZGD5r0EXv3iYtdzSgZyvTmESr84Rt7LvqIkS sfKzovNtCy6pvCYj+VnFyt+UGLUcl1t8TcbYos9WxD99fvtCGOdhXTCaF3jTrkxP 0OPWzdIlLEIwJr9MFdwexBTnlxH2Ejz7nUFf43y4hXqmjzzj3vqohA== -----END RSA PRIVATE KEY----- 2018-07-21 17:35:08,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 17:35:08,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"security_group": {"name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867", "description": "created by OPNFV Functest (cloudify)"}}' 2018-07-21 17:35:09,135 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-c799d04c-1795-4427-b4e6-b735f9cc1695 Date: Sat, 21 Jul 2018 17:35:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}} 2018-07-21 17:35:09,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c799d04c-1795-4427-b4e6-b735f9cc1695 2018-07-21 17:35:09,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.391232967377s 2018-07-21 17:35:09,136 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c799d04c-1795-4427-b4e6-b735f9cc1695 2018-07-21 17:35:09,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:09,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:09,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-9dddcb85-abef-4cdd-8658-1b345781ffe5 Date: Sat, 21 Jul 2018 17:35:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:09,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9dddcb85-abef-4cdd-8658-1b345781ffe5 2018-07-21 17:35:09,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.138495206833s 2018-07-21 17:35:09,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-9dddcb85-abef-4cdd-8658-1b345781ffe5 2018-07-21 17:35:09,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:35:09,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -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": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}}' 2018-07-21 17:35:09,554 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-9bda169b-ec15-492f-888c-5ae7e54bb62c Date: Sat, 21 Jul 2018 17:35:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "port_range_min": 22, "revision_number": 0, "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "project_id": "1e8b444093b644eca90de69774b94665", "id": "1450e40c-587a-46d0-a6a9-ff354b04d201"}} 2018-07-21 17:35:09,554 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-9bda169b-ec15-492f-888c-5ae7e54bb62c 2018-07-21 17:35:09,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.270793914795s 2018-07-21 17:35:09,554 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-9bda169b-ec15-492f-888c-5ae7e54bb62c 2018-07-21 17:35:09,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:09,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:09,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-7aebe59f-9b1f-4fcd-af33-4da8f1232a01 Date: Sat, 21 Jul 2018 17:35:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1450e40c-587a-46d0-a6a9-ff354b04d201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 2, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:09,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7aebe59f-9b1f-4fcd-af33-4da8f1232a01 2018-07-21 17:35:09,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0657589435577s 2018-07-21 17:35:09,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7aebe59f-9b1f-4fcd-af33-4da8f1232a01 2018-07-21 17:35:09,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:35:09,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -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": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}}' 2018-07-21 17:35:09,773 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-bca0633d-21db-40b7-8132-854988b2f430 Date: Sat, 21 Jul 2018 17:35:09 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "port_range_min": null, "revision_number": 0, "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "project_id": "1e8b444093b644eca90de69774b94665", "id": "53c58b44-0fd7-4fbc-ae9f-fec1b7514345"}} 2018-07-21 17:35:09,773 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-bca0633d-21db-40b7-8132-854988b2f430 2018-07-21 17:35:09,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.14567399025s 2018-07-21 17:35:09,773 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-bca0633d-21db-40b7-8132-854988b2f430 2018-07-21 17:35:09,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:09,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:09,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-efdda706-d6a5-4a6e-a2ac-1b842f14668c Date: Sat, 21 Jul 2018 17:35:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1450e40c-587a-46d0-a6a9-ff354b04d201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "53c58b44-0fd7-4fbc-ae9f-fec1b7514345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 3, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:09,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-efdda706-d6a5-4a6e-a2ac-1b842f14668c 2018-07-21 17:35:09,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0656001567841s 2018-07-21 17:35:09,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-efdda706-d6a5-4a6e-a2ac-1b842f14668c 2018-07-21 17:35:09,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:35:09,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}}' 2018-07-21 17:35:10,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d0ae43c0-df51-44e7-836c-5357eac024ad Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "port_range_min": 80, "revision_number": 0, "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "project_id": "1e8b444093b644eca90de69774b94665", "id": "921a09fc-f8fa-49af-a4c2-0a0c5e6ed7b7"}} 2018-07-21 17:35:10,020 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d0ae43c0-df51-44e7-836c-5357eac024ad 2018-07-21 17:35:10,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.173578977585s 2018-07-21 17:35:10,020 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-d0ae43c0-df51-44e7-836c-5357eac024ad 2018-07-21 17:35:10,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:10,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:10,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-32b871f3-b5a5-4f96-98e2-9faba8151b94 Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1450e40c-587a-46d0-a6a9-ff354b04d201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "53c58b44-0fd7-4fbc-ae9f-fec1b7514345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "921a09fc-f8fa-49af-a4c2-0a0c5e6ed7b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 4, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:10,082 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-32b871f3-b5a5-4f96-98e2-9faba8151b94 2018-07-21 17:35:10,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0588099956512s 2018-07-21 17:35:10,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-32b871f3-b5a5-4f96-98e2-9faba8151b94 2018-07-21 17:35:10,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:35:10,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}}' 2018-07-21 17:35:10,240 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-ef32cdfd-747c-4e14-8ef4-9893f426defc Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "port_range_min": 443, "revision_number": 0, "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:10Z", "project_id": "1e8b444093b644eca90de69774b94665", "id": "ec231196-7e94-4c27-88f0-3b8ae63829fb"}} 2018-07-21 17:35:10,240 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-ef32cdfd-747c-4e14-8ef4-9893f426defc 2018-07-21 17:35:10,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154825925827s 2018-07-21 17:35:10,241 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-ef32cdfd-747c-4e14-8ef4-9893f426defc 2018-07-21 17:35:10,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:10,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:10,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-a53bec21-250b-475e-a7ff-5843b47be38b Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1450e40c-587a-46d0-a6a9-ff354b04d201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "53c58b44-0fd7-4fbc-ae9f-fec1b7514345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "921a09fc-f8fa-49af-a4c2-0a0c5e6ed7b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-21T17:35:10Z", "revision_number": 0, "id": "ec231196-7e94-4c27-88f0-3b8ae63829fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 5, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:10,307 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a53bec21-250b-475e-a7ff-5843b47be38b 2018-07-21 17:35:10,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.063294172287s 2018-07-21 17:35:10,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-a53bec21-250b-475e-a7ff-5843b47be38b 2018-07-21 17:35:10,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:35:10,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}}' 2018-07-21 17:35:10,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-90df3115-af7e-42de-9c09-c97700ef5405 Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "port_range_min": 5671, "revision_number": 0, "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:10Z", "project_id": "1e8b444093b644eca90de69774b94665", "id": "8f2097d5-c7ce-49fe-8971-bb7360b297db"}} 2018-07-21 17:35:10,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-90df3115-af7e-42de-9c09-c97700ef5405 2018-07-21 17:35:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.178554058075s 2018-07-21 17:35:10,490 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-90df3115-af7e-42de-9c09-c97700ef5405 2018-07-21 17:35:10,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:10,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:10,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-8298590d-f69b-4f0a-b5cb-4a6822394422 Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1450e40c-587a-46d0-a6a9-ff354b04d201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "53c58b44-0fd7-4fbc-ae9f-fec1b7514345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-21T17:35:10Z", "revision_number": 0, "id": "8f2097d5-c7ce-49fe-8971-bb7360b297db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "921a09fc-f8fa-49af-a4c2-0a0c5e6ed7b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-21T17:35:10Z", "revision_number": 0, "id": "ec231196-7e94-4c27-88f0-3b8ae63829fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 6, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:10,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8298590d-f69b-4f0a-b5cb-4a6822394422 2018-07-21 17:35:10,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0661900043488s 2018-07-21 17:35:10,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8298590d-f69b-4f0a-b5cb-4a6822394422 2018-07-21 17:35:10,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:35:10,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}}' 2018-07-21 17:35:10,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-b73b2589-7368-444f-b388-84909d0705fc Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "port_range_min": 53333, "revision_number": 0, "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:10Z", "project_id": "1e8b444093b644eca90de69774b94665", "id": "416d33f8-82f2-454c-aa10-e4260e7f884e"}} 2018-07-21 17:35:10,748 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b73b2589-7368-444f-b388-84909d0705fc 2018-07-21 17:35:10,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.184245109558s 2018-07-21 17:35:10,748 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-b73b2589-7368-444f-b388-84909d0705fc 2018-07-21 17:35:10,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:35:10,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:10,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-013008d6-bce8-4daf-8779-8c9a10dd1f79 Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["792687a4-f792-43b5-87a9-a82e312c7f96"],"updated_at":"2018-07-21T17:33:07Z","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1e8b444093b644eca90de69774b94665","id":"e0526ed9-33fd-4a03-a583-9843688c92f3","name":"cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:35:10,868 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-013008d6-bce8-4daf-8779-8c9a10dd1f79 2018-07-21 17:35:10,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119009017944s 2018-07-21 17:35:10,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-013008d6-bce8-4daf-8779-8c9a10dd1f79 2018-07-21 17:35:10,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:35:10,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:10,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1eda0fb5-e4ee-460b-a482-2ddcee7b9667 Date: Sat, 21 Jul 2018 17:35:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/snap", "metadata": {}}], "file": "/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/file", "owner": "1e8b444093b644eca90de69774b94665", "id": "ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "size": 4373348352, "self": "/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-21T17:35:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-21T17:34:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:35:10,910 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1eda0fb5-e4ee-460b-a482-2ddcee7b9667 2018-07-21 17:35:10,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367949008942s 2018-07-21 17:35:10,911 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-1eda0fb5-e4ee-460b-a482-2ddcee7b9667 2018-07-21 17:35:10,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:35:10,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:10,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35: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-7a2ee790-8b0d-45dc-9ffe-9041d5bab47a x-compute-request-id: req-7a2ee790-8b0d-45dc-9ffe-9041d5bab47a Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_33e26074-f0ce-4602-8537-df7c49ce7867", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:35:10,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7a2ee790-8b0d-45dc-9ffe-9041d5bab47a 2018-07-21 17:35:10,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027722120285s 2018-07-21 17:35:10,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-7a2ee790-8b0d-45dc-9ffe-9041d5bab47a 2018-07-21 17:35:10,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 17:35:10,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"server": {"name": "cloudify-vm_33e26074-f0ce-4602-8537-df7c49ce7867", "imageRef": "ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "key_name": "cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867", "flavorRef": "8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e0526ed9-33fd-4a03-a583-9843688c92f3"}], "security_groups": [{"name": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}]}}' 2018-07-21 17:35:12,527 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:35: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 x-openstack-request-id: req-ce4d5285-fccd-4653-92b8-4a97752ba01c x-compute-request-id: req-ce4d5285-fccd-4653-92b8-4a97752ba01c Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573"}], "OS-DCF:diskConfig": "MANUAL", "id": "02a290d1-140f-4b4f-a2ab-1c448001bf0f", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f", "rel": "bookmark"}], "adminPass": "ybSGicWME5MG"}} 2018-07-21 17:35:12,527 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ce4d5285-fccd-4653-92b8-4a97752ba01c 2018-07-21 17:35:12,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.58528780937s 2018-07-21 17:35:12,528 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-ce4d5285-fccd-4653-92b8-4a97752ba01c 2018-07-21 17:35:12,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:35:12,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:12,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-517622a8-7fdc-4782-84df-04cba0fd5db2 x-compute-request-id: req-517622a8-7fdc-4782-84df-04cba0fd5db2 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f", "rel": "bookmark"}], "image": {"id": "ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "links": [{"href": "http://172.30.9.23:8774/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "links": [{"href": "http://172.30.9.23:8774/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "bookmark"}]}, "id": "02a290d1-140f-4b4f-a2ab-1c448001bf0f", "user_id": "01b79eded5674d889cc1ee43f8e2bd5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:35:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867", "name": "cloudify-vm_33e26074-f0ce-4602-8537-df7c49ce7867", "created": "2018-07-21T17:35:12Z", "tenant_id": "1e8b444093b644eca90de69774b94665", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:35:12,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-517622a8-7fdc-4782-84df-04cba0fd5db2 2018-07-21 17:35:12,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.448574066162s 2018-07-21 17:35:12,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-517622a8-7fdc-4782-84df-04cba0fd5db2 2018-07-21 17:35:12,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:35:12,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:13,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-1f85d0e7-5c49-4325-935f-d2f090718924 Date: Sat, 21 Jul 2018 17:35:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["792687a4-f792-43b5-87a9-a82e312c7f96"],"updated_at":"2018-07-21T17:33:07Z","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"1e8b444093b644eca90de69774b94665","id":"e0526ed9-33fd-4a03-a583-9843688c92f3","name":"cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:35:13,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1f85d0e7-5c49-4325-935f-d2f090718924 2018-07-21 17:35:13,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108222007751s 2018-07-21 17:35:13,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1f85d0e7-5c49-4325-935f-d2f090718924 2018-07-21 17:35:13,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:35:13,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:13,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-739a274b-ec3c-4ffa-9f3a-f0790e090fb8 Date: Sat, 21 Jul 2018 17:35:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0526ed9-33fd-4a03-a583-9843688c92f3","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:33:07Z","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":"1e8b444093b644eca90de69774b94665","id":"792687a4-f792-43b5-87a9-a82e312c7f96","subnetpool_id":null,"name":"cloudify-subnet_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:35:13,153 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-739a274b-ec3c-4ffa-9f3a-f0790e090fb8 2018-07-21 17:35:13,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.059238910675s 2018-07-21 17:35:13,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-739a274b-ec3c-4ffa-9f3a-f0790e090fb8 2018-07-21 17:35:13,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:35:15,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:35:15,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:15,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e989a966-c1b1-4e91-a7da-8d6d3bf3e4cc x-compute-request-id: req-e989a966-c1b1-4e91-a7da-8d6d3bf3e4cc Content-Encoding: gzip Content-Length: 591 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/02a290d1-140f-4b4f-a2ab-1c448001bf0f", "rel": "bookmark"}], "image": {"id": "ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "links": [{"href": "http://172.30.9.23:8774/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "links": [{"href": "http://172.30.9.23:8774/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "bookmark"}]}, "id": "02a290d1-140f-4b4f-a2ab-1c448001bf0f", "user_id": "01b79eded5674d889cc1ee43f8e2bd5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-21T17:35:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867", "name": "cloudify-vm_33e26074-f0ce-4602-8537-df7c49ce7867", "created": "2018-07-21T17:35:12Z", "tenant_id": "1e8b444093b644eca90de69774b94665", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:35:15,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e989a966-c1b1-4e91-a7da-8d6d3bf3e4cc 2018-07-21 17:35:15,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458077907562s 2018-07-21 17:35:15,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-e989a966-c1b1-4e91-a7da-8d6d3bf3e4cc 2018-07-21 17:35:15,619 - functest.core.singlevm - ERROR - Cannot run cloudify Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 388, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 182, in boot_vm timeout=self.create_server_timeout, **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'ea31d8b4-430a-47c5-9d18-e5a9b7b8db09'}), 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'8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0'}), 'az': u'', 'id': u'02a290d1-140f-4b4f-a2ab-1c448001bf0f', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'01b79eded5674d889cc1ee43f8e2bd5b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1e8b444093b644eca90de69774b94665', 'name': 'cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867', '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-07-21T17:35:13Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867', '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'1e8b444093b644eca90de69774b94665', 'name': u'cloudify-vm_33e26074-f0ce-4602-8537-df7c49ce7867', 'adminPass': None, 'tenant_id': u'1e8b444093b644eca90de69774b94665', 'created_at': u'2018-07-21T17:35:12Z', 'created': u'2018-07-21T17:35:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-21 17:35:15,742 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 17:35:15,742 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 02:10 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-21 17:35:15,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:35:15,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:15,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-7377fdb6-555c-47d6-9ac9-93059d44574d Date: Sat, 21 Jul 2018 17:35:15 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:35:09Z", "updated_at": "2018-07-21T17:35:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1450e40c-587a-46d0-a6a9-ff354b04d201", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "1d224a87-4514-487d-9225-12adbb823b9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-07-21T17:35:10Z", "revision_number": 0, "id": "416d33f8-82f2-454c-aa10-e4260e7f884e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "53c58b44-0fd7-4fbc-ae9f-fec1b7514345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "844a02eb-26dc-4253-903d-40bf8b6a307d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-21T17:35:10Z", "revision_number": 0, "id": "8f2097d5-c7ce-49fe-8971-bb7360b297db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:35:09Z", "revision_number": 0, "id": "921a09fc-f8fa-49af-a4c2-0a0c5e6ed7b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:09Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-21T17:35:10Z", "revision_number": 0, "id": "ec231196-7e94-4c27-88f0-3b8ae63829fb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:10Z", "security_group_id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": 443, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 7, "project_id": "1e8b444093b644eca90de69774b94665", "id": "602bb5ab-aca8-4a77-94ac-5efe6d5aa573", "name": "cloudify-sg_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}]} 2018-07-21 17:35:15,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7377fdb6-555c-47d6-9ac9-93059d44574d 2018-07-21 17:35:15,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0513880252838s 2018-07-21 17:35:15,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-7377fdb6-555c-47d6-9ac9-93059d44574d 2018-07-21 17:35:15,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 17:35:15,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/602bb5ab-aca8-4a77-94ac-5efe6d5aa573.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:16,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e700de91-b6f0-4875-bd2e-d65b26d441cf Content-Length: 0 Date: Sat, 21 Jul 2018 17:35:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:35:16,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/602bb5ab-aca8-4a77-94ac-5efe6d5aa573.json used request id req-e700de91-b6f0-4875-bd2e-d65b26d441cf 2018-07-21 17:35:16,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.194674968719s 2018-07-21 17:35:16,000 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/602bb5ab-aca8-4a77-94ac-5efe6d5aa573.json used request id req-e700de91-b6f0-4875-bd2e-d65b26d441cf 2018-07-21 17:35:16,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 17:35:16,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:16,059 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:35: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-d6e5f5e5-0002-4df9-b062-245b33ed2478 x-compute-request-id: req-d6e5f5e5-0002-4df9-b062-245b33ed2478 Content-Length: 0 Content-Type: application/json 2018-07-21 17:35:16,059 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867 used request id req-d6e5f5e5-0002-4df9-b062-245b33ed2478 2018-07-21 17:35:16,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0591080188751s 2018-07-21 17:35:16,060 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify-kp_33e26074-f0ce-4602-8537-df7c49ce7867 used request id req-d6e5f5e5-0002-4df9-b062-245b33ed2478 2018-07-21 17:35:16,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 17:35:16,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f/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}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" -d '{"subnet_id": "792687a4-f792-43b5-87a9-a82e312c7f96"}' 2018-07-21 17:35:17,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b1323530-6e32-4667-bbf2-5772b880905c Date: Sat, 21 Jul 2018 17:35:17 GMT RESP BODY: {"network_id": "e0526ed9-33fd-4a03-a583-9843688c92f3", "tenant_id": "1e8b444093b644eca90de69774b94665", "subnet_id": "792687a4-f792-43b5-87a9-a82e312c7f96", "subnet_ids": ["792687a4-f792-43b5-87a9-a82e312c7f96"], "port_id": "02e9b530-02d3-4c5b-a309-e1acaf86f436", "id": "bb189e01-b69c-40cf-9769-7e183dc33b7f"} 2018-07-21 17:35:17,687 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f/remove_router_interface.json used request id req-b1323530-6e32-4667-bbf2-5772b880905c 2018-07-21 17:35:17,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62631607056s 2018-07-21 17:35:17,687 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f/remove_router_interface.json used request id req-b1323530-6e32-4667-bbf2-5772b880905c returning object bb189e01-b69c-40cf-9769-7e183dc33b7f 2018-07-21 17:35:17,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 17:35:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:17,800 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-13407545-11df-43a2-82fb-0c9d18de2c55 Date: Sat, 21 Jul 2018 17:35:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:07Z", "admin_state_up": true, "updated_at": "2018-07-21T17:35:17Z", "revision_number": 4, "routes": [], "project_id": "1e8b444093b644eca90de69774b94665", "id": "bb189e01-b69c-40cf-9769-7e183dc33b7f", "name": "cloudify-router_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:35:17,800 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-13407545-11df-43a2-82fb-0c9d18de2c55 2018-07-21 17:35:17,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11278796196s 2018-07-21 17:35:17,801 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-13407545-11df-43a2-82fb-0c9d18de2c55 2018-07-21 17:35:17,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 17:35:17,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:19,359 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e6d9b6d-0bb2-4cca-aa5b-a891bb9ff996 Content-Length: 0 Date: Sat, 21 Jul 2018 17:35:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:35:19,359 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f.json used request id req-6e6d9b6d-0bb2-4cca-aa5b-a891bb9ff996 2018-07-21 17:35:19,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.55720090866s 2018-07-21 17:35:19,360 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/bb189e01-b69c-40cf-9769-7e183dc33b7f.json used request id req-6e6d9b6d-0bb2-4cca-aa5b-a891bb9ff996 2018-07-21 17:35:19,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:35:19,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:19,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ac9ac833-f663-4e6a-af2d-6afa6a39704a Date: Sat, 21 Jul 2018 17:35:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e0526ed9-33fd-4a03-a583-9843688c92f3","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:33:07Z","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":"1e8b444093b644eca90de69774b94665","id":"792687a4-f792-43b5-87a9-a82e312c7f96","subnetpool_id":null,"name":"cloudify-subnet_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:35:19,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ac9ac833-f663-4e6a-af2d-6afa6a39704a 2018-07-21 17:35:19,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.052255153656s 2018-07-21 17:35:19,413 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-ac9ac833-f663-4e6a-af2d-6afa6a39704a 2018-07-21 17:35:19,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 17:35:19,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/792687a4-f792-43b5-87a9-a82e312c7f96.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:20,361 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a706d51f-a393-479e-a611-82aeff51552f Date: Sat, 21 Jul 2018 17:35:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:35:20,361 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/792687a4-f792-43b5-87a9-a82e312c7f96.json used request id req-a706d51f-a393-479e-a611-82aeff51552f 2018-07-21 17:35:20,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.947486162186s 2018-07-21 17:35:20,361 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/792687a4-f792-43b5-87a9-a82e312c7f96.json used request id req-a706d51f-a393-479e-a611-82aeff51552f 2018-07-21 17:35:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:35:20,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:20,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1b5e9d12-595a-4abf-be43-f66c118ef6d9 Date: Sat, 21 Jul 2018 17:35:20 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:35:20Z","tenant_id":"1e8b444093b644eca90de69774b94665","created_at":"2018-07-21T17:33:06Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"1e8b444093b644eca90de69774b94665","id":"e0526ed9-33fd-4a03-a583-9843688c92f3","name":"cloudify-net_33e26074-f0ce-4602-8537-df7c49ce7867"}]} 2018-07-21 17:35:20,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1b5e9d12-595a-4abf-be43-f66c118ef6d9 2018-07-21 17:35:20,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350527048111s 2018-07-21 17:35:20,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-1b5e9d12-595a-4abf-be43-f66c118ef6d9 2018-07-21 17:35:20,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 17:35:20,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e0526ed9-33fd-4a03-a583-9843688c92f3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:21,371 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a568e3c8-d159-4b7a-ae7d-f5fc418d89de Date: Sat, 21 Jul 2018 17:35:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:35:21,371 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e0526ed9-33fd-4a03-a583-9843688c92f3.json used request id req-a568e3c8-d159-4b7a-ae7d-f5fc418d89de 2018-07-21 17:35:21,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.65700507164s 2018-07-21 17:35:21,371 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e0526ed9-33fd-4a03-a583-9843688c92f3.json used request id req-a568e3c8-d159-4b7a-ae7d-f5fc418d89de 2018-07-21 17:35:21,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:35:21,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:21,581 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f5f739ab-80be-4f0b-95ee-33a82072709f Date: Sat, 21 Jul 2018 17:35:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/snap", "metadata": {}}], "file": "/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/file", "owner": "1e8b444093b644eca90de69774b94665", "id": "ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "size": 4373348352, "self": "/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-21T17:35:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_33e26074-f0ce-4602-8537-df7c49ce7867", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-21T17:34:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:35:21,581 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f5f739ab-80be-4f0b-95ee-33a82072709f 2018-07-21 17:35:21,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205462217331s 2018-07-21 17:35:21,581 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-f5f739ab-80be-4f0b-95ee-33a82072709f 2018-07-21 17:35:21,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 17:35:21,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88f0b9c399f8f9bb9e64024e5671083ebbfe12ec" 2018-07-21 17:35:21,982 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e351fd8-a686-41d5-8fa7-6a3a35e13594 Date: Sat, 21 Jul 2018 17:35:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:35:21,982 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09 used request id req-5e351fd8-a686-41d5-8fa7-6a3a35e13594 2018-07-21 17:35:21,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.398854970932s 2018-07-21 17:35:21,982 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/ea31d8b4-430a-47c5-9d18-e5a9b7b8db09 used request id req-5e351fd8-a686-41d5-8fa7-6a3a35e13594 2018-07-21 17:35:21,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:35:21,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88865926-1b76-426e-96e5-5f1f865ce31e x-compute-request-id: req-88865926-1b76-426e-96e5-5f1f865ce31e Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_33e26074-f0ce-4602-8537-df7c49ce7867", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:35:22,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-88865926-1b76-426e-96e5-5f1f865ce31e 2018-07-21 17:35:22,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268559455872s 2018-07-21 17:35:22,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-88865926-1b76-426e-96e5-5f1f865ce31e 2018-07-21 17:35:22,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 17:35:22,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,047 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:35: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-8e5d922e-f883-4c3a-86bf-9374e350085b x-compute-request-id: req-8e5d922e-f883-4c3a-86bf-9374e350085b Content-Length: 0 Content-Type: application/json 2018-07-21 17:35:22,047 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0 used request id req-8e5d922e-f883-4c3a-86bf-9374e350085b 2018-07-21 17:35:22,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.035041809082s 2018-07-21 17:35:22,047 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/8c9f9c7f-f301-4630-bde5-8c2c5cd8a0d0 used request id req-8e5d922e-f883-4c3a-86bf-9374e350085b 2018-07-21 17:35:22,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:35:22,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-90708fd5-ad29-48c3-a63a-94ed4e373b91 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867", "links": {"self": "http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "01b79eded5674d889cc1ee43f8e2bd5b", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:35:22,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-90708fd5-ad29-48c3-a63a-94ed4e373b91 2018-07-21 17:35:22,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112632989883s 2018-07-21 17:35:22,160 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-90708fd5-ad29-48c3-a63a-94ed4e373b91 2018-07-21 17:35:22,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:35:22,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd856f43-bee2-4929-b64e-5fd23cd5680f Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_33e26074-f0ce-4602-8537-df7c49ce7867", "links": {"self": "http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "01b79eded5674d889cc1ee43f8e2bd5b", "description": null}} 2018-07-21 17:35:22,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b used request id req-dd856f43-bee2-4929-b64e-5fd23cd5680f 2018-07-21 17:35:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111413955688s 2018-07-21 17:35:22,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b used request id req-dd856f43-bee2-4929-b64e-5fd23cd5680f 2018-07-21 17:35:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 17:35:22,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,477 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d3e42416-a629-47c0-a028-0e38f29af99c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:35:22,477 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b used request id req-d3e42416-a629-47c0-a028-0e38f29af99c 2018-07-21 17:35:22,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198805809021s 2018-07-21 17:35:22,478 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/01b79eded5674d889cc1ee43f8e2bd5b used request id req-d3e42416-a629-47c0-a028-0e38f29af99c 2018-07-21 17:35:22,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:35:22,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b62d8fda-5c61-4a39-a643-ed98914ec831 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665"}, "tags": [], "enabled": true, "id": "1e8b444093b644eca90de69774b94665", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_33e26074-f0ce-4602-8537-df7c49ce7867"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 17:35:22,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b62d8fda-5c61-4a39-a643-ed98914ec831 2018-07-21 17:35:22,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10223197937s 2018-07-21 17:35:22,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-b62d8fda-5c61-4a39-a643-ed98914ec831 2018-07-21 17:35:22,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 17:35:22,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8f727d691dfcddd80e2fb601d1945874c36901f1" 2018-07-21 17:35:22,758 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:35:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2354837c-d04e-491c-8eef-07f67428c4c9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:35:22,758 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665 used request id req-2354837c-d04e-491c-8eef-07f67428c4c9 2018-07-21 17:35:22,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167593002319s 2018-07-21 17:35:22,759 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665 used request id req-2354837c-d04e-491c-8eef-07f67428c4c9 2018-07-21 17:35:22,759 - xtesting.ci.run_tests - ERROR - The test case 'cloudify' failed. 2018-07-21 17:35:22,780 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-07-21 17:35:22,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:35:22,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:35:22,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:35:22,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:35:22,804 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:35:22,805 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:35:22,806 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:35:22,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:35:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e01f1d-6575-420d-a0ed-3f5698a8ff39 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:35:22,813 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-38e01f1d-6575-420d-a0ed-3f5698a8ff39 2018-07-21 17:35:22,814 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:35:23,203 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:35:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["TzZ_Eeg8QlC2-9XbSkuuIw"], "issued_at": "2018-07-21T17:35:23.000000Z"}} 2018-07-21 17:35:23,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:35:23,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:23,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-e8907c74-855c-426b-9c7f-9b3db2cf98ac Date: Sat, 21 Jul 2018 17:35:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:35:23,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e8907c74-855c-426b-9c7f-9b3db2cf98ac 2018-07-21 17:35:23,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.255905866623s 2018-07-21 17:35:23,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e8907c74-855c-426b-9c7f-9b3db2cf98ac 2018-07-21 17:35:23,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:35:23,471 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:35:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-61cd3070-1844-48b0-89f7-723c54477721 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:35:23,471 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-61cd3070-1844-48b0-89f7-723c54477721 2018-07-21 17:35:23,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:35:23,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:23,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70ba5a26-e911-4127-b770-e469fe73c953 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.23:5000/v3/domains/d64d84be5f4f4164a385b2f32ce40555"}, "tags": [], "enabled": true, "id": "d64d84be5f4f4164a385b2f32ce40555", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains", "previous": null, "next": null}} 2018-07-21 17:35:23,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-70ba5a26-e911-4127-b770-e469fe73c953 2018-07-21 17:35:23,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0992910861969s 2018-07-21 17:35:23,572 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains used request id req-70ba5a26-e911-4127-b770-e469fe73c953 2018-07-21 17:35:23,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-07-21 17:35:23,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51"}}' 2018-07-21 17:35:23,688 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:35:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b44dda45-e973-4716-b5ec-ade31717312e Content-Length: 370 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c"}, "tags": [], "enabled": true, "id": "98943742f3454e49b82353069c061e1c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51"}} 2018-07-21 17:35:23,688 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b44dda45-e973-4716-b5ec-ade31717312e 2018-07-21 17:35:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.110421895981s 2018-07-21 17:35:23,688 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-b44dda45-e973-4716-b5ec-ade31717312e 2018-07-21 17:35:23,689 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cloudify_ims', u'tags': [], 'enabled': True, 'id': u'98943742f3454e49b82353069c061e1c', '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'cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51'}) 2018-07-21 17:35:23,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-07-21 17:35:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "683d58da-5d0a-4f25-94e5-e55d14441978", "email": null, "name": "cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51"}}' 2018-07-21 17:35:24,055 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:35:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-83fbfb79-a14f-4f62-9ebd-69ec687e2adf Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": {"self": "http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "195f080c60ce4749bf75665476e05f2e", "domain_id": "default", "password_expires_at": null}} 2018-07-21 17:35:24,055 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-83fbfb79-a14f-4f62-9ebd-69ec687e2adf 2018-07-21 17:35:24,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.360408067703s 2018-07-21 17:35:24,055 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/users used request id req-83fbfb79-a14f-4f62-9ebd-69ec687e2adf 2018-07-21 17:35:24,055 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'195f080c60ce4749bf75665476e05f2e', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51'}) 2018-07-21 17:35:24,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:35:24,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f11d54a1-3a77-4f27-a28b-f6f9af31e499 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:35:24,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f11d54a1-3a77-4f27-a28b-f6f9af31e499 2018-07-21 17:35:24,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0968089103699s 2018-07-21 17:35:24,154 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f11d54a1-3a77-4f27-a28b-f6f9af31e499 2018-07-21 17:35:24,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:35:24,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4481c99-b5df-4cb5-a1a8-be8ae8f505d1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:35:24,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e4481c99-b5df-4cb5-a1a8-be8ae8f505d1 2018-07-21 17:35:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105081796646s 2018-07-21 17:35:24,265 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-e4481c99-b5df-4cb5-a1a8-be8ae8f505d1 2018-07-21 17:35:24,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-07-21 17:35:24,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-310eff91-4ac5-47be-afc1-d64281ecc082 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:35:24,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-310eff91-4ac5-47be-afc1-d64281ecc082 2018-07-21 17:35:24,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.017991065979s 2018-07-21 17:35:24,288 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-310eff91-4ac5-47be-afc1-d64281ecc082 2018-07-21 17:35:24,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-07-21 17:35:24,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbf6b8a4-2b43-4b47-bf04-0f7e9682f0fe Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-07-21 17:35:24,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-dbf6b8a4-2b43-4b47-bf04-0f7e9682f0fe 2018-07-21 17:35:24,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100346088409s 2018-07-21 17:35:24,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains/default used request id req-dbf6b8a4-2b43-4b47-bf04-0f7e9682f0fe 2018-07-21 17:35:24,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:35:24,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc1df2e6-72f7-4a3f-b7c4-2d103ab652ac Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": {"self": "http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "195f080c60ce4749bf75665476e05f2e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:35:24,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fc1df2e6-72f7-4a3f-b7c4-2d103ab652ac 2018-07-21 17:35:24,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112930059433s 2018-07-21 17:35:24,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-fc1df2e6-72f7-4a3f-b7c4-2d103ab652ac 2018-07-21 17:35:24,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:35:24,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3784dcab-89f5-4ad8-b059-1d2f40600a31 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c"}, "tags": [], "enabled": true, "id": "98943742f3454e49b82353069c061e1c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-07-21 17:35:24,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3784dcab-89f5-4ad8-b059-1d2f40600a31 2018-07-21 17:35:24,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0950818061829s 2018-07-21 17:35:24,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?domain_id=default used request id req-3784dcab-89f5-4ad8-b059-1d2f40600a31 2018-07-21 17:35:24,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-07-21 17:35:24,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:5000/v3/role_assignments?user.id=195f080c60ce4749bf75665476e05f2e&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=98943742f3454e49b82353069c061e1c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25734028-1c1b-4bec-84c2-d893401974f3 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.23:5000/v3/role_assignments?user.id=195f080c60ce4749bf75665476e05f2e&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=98943742f3454e49b82353069c061e1c", "previous": null, "next": null}} 2018-07-21 17:35:24,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=195f080c60ce4749bf75665476e05f2e&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=98943742f3454e49b82353069c061e1c used request id req-25734028-1c1b-4bec-84c2-d893401974f3 2018-07-21 17:35:24,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0803837776184s 2018-07-21 17:35:24,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/role_assignments?user.id=195f080c60ce4749bf75665476e05f2e&role.id=9bae077bdc77459da4da52e13fd73a8e&scope.project.id=98943742f3454e49b82353069c061e1c used request id req-25734028-1c1b-4bec-84c2-d893401974f3 2018-07-21 17:35:24,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-07-21 17:35:24,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c/users/195f080c60ce4749bf75665476e05f2e/roles/9bae077bdc77459da4da52e13fd73a8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:35:24,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29c8f5bd-3c09-478b-abca-5ce0df07e73e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:35:24,853 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c/users/195f080c60ce4749bf75665476e05f2e/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-29c8f5bd-3c09-478b-abca-5ce0df07e73e 2018-07-21 17:35:24,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.149901151657s 2018-07-21 17:35:24,853 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c/users/195f080c60ce4749bf75665476e05f2e/roles/9bae077bdc77459da4da52e13fd73a8e used request id req-29c8f5bd-3c09-478b-abca-5ce0df07e73e 2018-07-21 17:35:24,854 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51', 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'98943742f3454e49b82353069c061e1c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3', 'password': '683d58da-5d0a-4f25-94e5-e55d14441978', 'username': u'cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.23:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-07-21 17:35:24,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-07-21 17:35:24,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-07-21 17:35:24,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-07-21 17:35:24,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-07-21 17:35:24,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-07-21 17:35:24,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-07-21 17:35:24,858 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51', 'password': '683d58da-5d0a-4f25-94e5-e55d14441978', 'project_name': 'cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.23:5000/v3', 'project_id': '98943742f3454e49b82353069c061e1c', 'project_domain_name': 'Default'} 2018-07-21 17:35:24,897 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-07-21 17:35:24,947 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - VNF configuration: {'inputs': {u'vellum_cluster_size': 1, u'agent_user': u'ubuntu', u'image_id': u'ubuntu_14.04', u'external_network_name': u'', u'dime_cluster_size': 1, u'key_pair_name': u'cloudify_ims_kp', u'bono_cluster_size': 1, u'flavor_id': u'cloudify.small', u'public_domain': u'clearwater.opnfv', u'homer_cluster_size': 1, u'release': u'repo129', u'private_key_path': u'/etc/cloudify/cloudify_ims.pem', u'sprout_cluster_size': 1}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.small'}, u'network_quotas': {u'security_group': 20, u'security_group_rule': 100, u'port': 50}, u'compute_quotas': {u'cores': 50, u'instances': 15}}, 'descriptor': {u'file_name': u'/src/vims/openstack-blueprint.yaml', u'version': u'122', u'name': u'clearwater-opnfv'}} 2018-07-21 17:35:24,965 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-07-21 17:35:24,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:35:24,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b8e60b0d-dcb7-4503-9cb1-2ac7c71f3bf8 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:35:24,971 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-b8e60b0d-dcb7-4503-9cb1-2ac7c71f3bf8 2018-07-21 17:35:24,971 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:35:25,352 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:35:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "98943742f3454e49b82353069c061e1c", "name": "cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/98943742f3454e49b82353069c061e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/98943742f3454e49b82353069c061e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/98943742f3454e49b82353069c061e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_98943742f3454e49b82353069c061e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_98943742f3454e49b82353069c061e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/98943742f3454e49b82353069c061e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/98943742f3454e49b82353069c061e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/98943742f3454e49b82353069c061e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/98943742f3454e49b82353069c061e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/98943742f3454e49b82353069c061e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/98943742f3454e49b82353069c061e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/98943742f3454e49b82353069c061e1c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/98943742f3454e49b82353069c061e1c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/98943742f3454e49b82353069c061e1c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51", "id": "195f080c60ce4749bf75665476e05f2e"}, "audit_ids": ["ip-k_nOoSBGHUt0FXsYwqQ"], "issued_at": "2018-07-21T17:35:25.000000Z"}} 2018-07-21 17:35:25,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-07-21 17:35:25,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"network": {"name": "cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51", "admin_state_up": true}}' 2018-07-21 17:35:25,910 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-f8f519f3-3350-42dc-ba17-8f96263b05c7 Date: Sat, 21 Jul 2018 17:35:25 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T17:35:25Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"98943742f3454e49b82353069c061e1c","id":"e8032816-0cec-47c3-ad79-d705d2827f88","name":"cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51"}} 2018-07-21 17:35:25,910 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f8f519f3-3350-42dc-ba17-8f96263b05c7 2018-07-21 17:35:25,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.555145978928s 2018-07-21 17:35:25,911 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-f8f519f3-3350-42dc-ba17-8f96263b05c7 2018-07-21 17:35:25,911 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:35:25Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e8032816-0cec-47c3-ad79-d705d2827f88', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51', u'admin_state_up': True, u'tenant_id': u'98943742f3454e49b82353069c061e1c', u'created_at': u'2018-07-21T17:35:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'98943742f3454e49b82353069c061e1c'}) 2018-07-21 17:35:25,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:35:25,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:35:26,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1151 X-Openstack-Request-Id: req-25213238-2e19-4e47-b744-5014d731fd48 Date: Sat, 21 Jul 2018 17:35:26 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:35:25Z","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"98943742f3454e49b82353069c061e1c","id":"e8032816-0cec-47c3-ad79-d705d2827f88","name":"cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:35:26,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-25213238-2e19-4e47-b744-5014d731fd48 2018-07-21 17:35:26,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.412056922913s 2018-07-21 17:35:26,324 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-25213238-2e19-4e47-b744-5014d731fd48 2018-07-21 17:35:26,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-07-21 17:35:26,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"subnet": {"name": "cloudify_ims-subnet_989acc38-9db7-4e22-b843-e35cd7d14b51", "enable_dhcp": true, "network_id": "e8032816-0cec-47c3-ad79-d705d2827f88", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-07-21 17:35:26,977 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-d723a223-c857-4264-914b-166af03fc7e9 Date: Sat, 21 Jul 2018 17:35:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8032816-0cec-47c3-ad79-d705d2827f88","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:35:26Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"98943742f3454e49b82353069c061e1c","id":"b2383ecd-bb0b-43eb-8688-4be97c8a02c3","subnetpool_id":null,"name":"cloudify_ims-subnet_989acc38-9db7-4e22-b843-e35cd7d14b51"}} 2018-07-21 17:35:26,978 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d723a223-c857-4264-914b-166af03fc7e9 2018-07-21 17:35:26,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.651855945587s 2018-07-21 17:35:26,978 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-d723a223-c857-4264-914b-166af03fc7e9 2018-07-21 17:35:26,979 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-07-21T17:35: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'b2383ecd-bb0b-43eb-8688-4be97c8a02c3', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_989acc38-9db7-4e22-b843-e35cd7d14b51', u'enable_dhcp': True, u'network_id': u'e8032816-0cec-47c3-ad79-d705d2827f88', u'tenant_id': u'98943742f3454e49b82353069c061e1c', u'created_at': u'2018-07-21T17:35: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'98943742f3454e49b82353069c061e1c'}) 2018-07-21 17:35:26,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-07-21 17:35:26,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "cloudify_ims-router_989acc38-9db7-4e22-b843-e35cd7d14b51", "admin_state_up": true}}' 2018-07-21 17:35:28,345 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d62bb2d2-dad2-4eff-a1e7-a9c911e48c74 Date: Sat, 21 Jul 2018 17:35:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:27Z", "admin_state_up": true, "updated_at": "2018-07-21T17:35:27Z", "revision_number": 2, "routes": [], "project_id": "98943742f3454e49b82353069c061e1c", "id": "990860b1-53ee-465a-bf5f-84cc20ec5588", "name": "cloudify_ims-router_989acc38-9db7-4e22-b843-e35cd7d14b51"}} 2018-07-21 17:35:28,346 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d62bb2d2-dad2-4eff-a1e7-a9c911e48c74 2018-07-21 17:35:28,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36644697189s 2018-07-21 17:35:28,346 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-d62bb2d2-dad2-4eff-a1e7-a9c911e48c74 2018-07-21 17:35:28,347 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8562b425-f304-4a61-9f95-61d480219689', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'39b4a612-3208-4f5a-9bbc-d1c8552f6943', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'98943742f3454e49b82353069c061e1c', u'created_at': u'2018-07-21T17:35:27Z', u'admin_state_up': True, u'updated_at': u'2018-07-21T17:35:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'98943742f3454e49b82353069c061e1c', u'id': u'990860b1-53ee-465a-bf5f-84cc20ec5588', u'name': u'cloudify_ims-router_989acc38-9db7-4e22-b843-e35cd7d14b51'}) 2018-07-21 17:35:28,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-07-21 17:35:28,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588/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}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"subnet_id": "b2383ecd-bb0b-43eb-8688-4be97c8a02c3"}' 2018-07-21 17:35:30,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b1678cba-8f0d-4130-996b-a0b09e6e4347 Date: Sat, 21 Jul 2018 17:35:30 GMT RESP BODY: {"network_id": "e8032816-0cec-47c3-ad79-d705d2827f88", "tenant_id": "98943742f3454e49b82353069c061e1c", "subnet_id": "b2383ecd-bb0b-43eb-8688-4be97c8a02c3", "subnet_ids": ["b2383ecd-bb0b-43eb-8688-4be97c8a02c3"], "port_id": "6169d8a9-4d8c-4c8f-be62-ad484eceb80d", "id": "990860b1-53ee-465a-bf5f-84cc20ec5588"} 2018-07-21 17:35:30,282 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588/add_router_interface.json used request id req-b1678cba-8f0d-4130-996b-a0b09e6e4347 2018-07-21 17:35:30,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.9351580143s 2018-07-21 17:35:30,283 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588/add_router_interface.json used request id req-b1678cba-8f0d-4130-996b-a0b09e6e4347 returning object 990860b1-53ee-465a-bf5f-84cc20ec5588 2018-07-21 17:35:30,283 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-21 17:35:53,127 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-07-21 17:35:53,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:35:53,133 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sat, 21 Jul 2018 17:35:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.23:9292/v2/", "rel": "self"}]}]} 2018-07-21 17:35:53,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:35:53,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:35:53,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-90fc004e-2d98-4cc8-8767-ca035fae210d Date: Sat, 21 Jul 2018 17:35:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:35:53,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-90fc004e-2d98-4cc8-8767-ca035fae210d 2018-07-21 17:35:53,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.199815034866s 2018-07-21 17:35:53,335 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-90fc004e-2d98-4cc8-8767-ca035fae210d 2018-07-21 17:35:53,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-07-21 17:35:53,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51"}' 2018-07-21 17:35:53,379 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0cd69779-22d2-4b39-a33f-87ad76ffc2b5 Date: Sat, 21 Jul 2018 17:35:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/file", "owner": "98943742f3454e49b82353069c061e1c", "id": "a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "size": null, "self": "/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-21T17:35:53Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "checksum": null, "created_at": "2018-07-21T17:35:53Z", "protected": false} 2018-07-21 17:35:53,379 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0cd69779-22d2-4b39-a33f-87ad76ffc2b5 2018-07-21 17:35:53,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0391080379486s 2018-07-21 17:35:53,379 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0cd69779-22d2-4b39-a33f-87ad76ffc2b5 returning object a8f7ea62-956b-4afb-a4ca-bf4ce653f937 2018-07-21 17:35:53,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-07-21 17:35:53,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/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}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '' 2018-07-21 17:36:50,656 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0a6d59df-22ac-4f6e-96b1-288930379a96 Date: Sat, 21 Jul 2018 17:36:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:36:50,656 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/file used request id req-0a6d59df-22ac-4f6e-96b1-288930379a96 2018-07-21 17:36:50,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 57.2764577866s 2018-07-21 17:36:50,656 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/file used request id req-0a6d59df-22ac-4f6e-96b1-288930379a96 2018-07-21 17:36:50,656 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-07-21T17:35:53Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/file', u'owner': u'98943742f3454e49b82353069c061e1c', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'a8f7ea62-956b-4afb-a4ca-bf4ce653f937', u'size': None, u'name': u'cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51', u'checksum': None, u'self': u'/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-07-21T17:35:53Z', u'schema': u'/v2/schemas/image'}) 2018-07-21 17:36:50,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-07-21 17:36:50,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_989acc38-9db7-4e22-b843-e35cd7d14b51", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-07-21 17:36:50,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-35594563-0f2f-4550-ba1d-62bf6bb7947a x-compute-request-id: req-35594563-0f2f-4550-ba1d-62bf6bb7947a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "aa010240-0369-408d-b89d-6bb1f5298021"}} 2018-07-21 17:36:50,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-35594563-0f2f-4550-ba1d-62bf6bb7947a 2018-07-21 17:36:50,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.235545158386s 2018-07-21 17:36:50,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-35594563-0f2f-4550-ba1d-62bf6bb7947a 2018-07-21 17:36:50,894 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_989acc38-9db7-4e22-b843-e35cd7d14b51', 'ephemeral': 0, 'ram': 4096, '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': 2, 'extra_specs': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'a6906d7d21744bd98421510fc029622a', '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': 50, 'id': u'aa010240-0369-408d-b89d-6bb1f5298021', 'swap': 0}) 2018-07-21 17:36:50,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-07-21 17:36:50,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021/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}5240521bd4983621107ce4376412138296bf7e7f" -d '{"extra_specs": {}}' 2018-07-21 17:36:50,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ea3234c0-e6ae-4f80-931e-98a527ee2ad0 x-compute-request-id: req-ea3234c0-e6ae-4f80-931e-98a527ee2ad0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-07-21 17:36:50,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021/os-extra_specs used request id req-ea3234c0-e6ae-4f80-931e-98a527ee2ad0 2018-07-21 17:36:50,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0221099853516s 2018-07-21 17:36:50,917 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021/os-extra_specs used request id req-ea3234c0-e6ae-4f80-931e-98a527ee2ad0 2018-07-21 17:36:50,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-07-21 17:36:50,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"keypair": {"name": "cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51"}}' 2018-07-21 17:36:51,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:36:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ec5a7f6-9aea-41c2-a8c7-7194e5657e30 x-compute-request-id: req-3ec5a7f6-9aea-41c2-a8c7-7194e5657e30 Content-Encoding: gzip Content-Length: 1805 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBUUpMJUGsinqQJUWr4nul63c7/6ow96ujxqmyfhoGzEOlaBFiGb4bQwdpsVMaXfEpZdmQm4dVRL6J1z2Q6UuFIrzaMBhpSh8Ov8Xbvqe5uyjPy1jeo/ygjnGtKdQL7dWSzIY1rPZWrFWij9MI0K/7u6IvkqUXPuZD/3ON3tzpCXXfEDAd8lkz9LVziMSzhUXH4cRxbts9NuAvA8xlczL/TrNrepYOfLnsM0LXVAgGK41ZKkgL6z2wvc7UmvBkoDMa3YeRtGtfHV9UJ+sUHTZCbyDj932PAlhvsFtYBjBbiPBqfl1BOMcgEtQCXL//9VPmUU+8sQW/XzB5geIM319/ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAwVFKTCVBrIp6kCVFq+J7pet3O/+qMPero8apsn4aBsxDpWgR\nYhm+G0MHabFTGl3xKWXZkJuHVUS+idc9kOlLhSK82jAYaUofDr/F276nubsoz8tY\n3qP8oI5xrSnUC+3VksyGNaz2VqxVoo/TCNCv+7uiL5KlFz7mQ/9zjd7c6Ql13xAw\nHfJZM/S1c4jEs4VFx+HEcW7bPTbgLwPMZXMy/06za3qWDny57DNC11QIBiuNWSpI\nC+s9sL3O1JrwZKAzGt2HkbRrXx1fVCfrFB02Qm8g4/d9jwJYb7BbWAYwW4jwan5d\nQTjHIBLUAly///VT5lFPvLEFv18weYHiDN9ffwIDAQABAoIBAEsUdEOgkKIfYjyL\njUSVgKpPCg7uW74K4smHxa6CFT+go4EhKucr0k6qOL3O1dS+uYP3f4kPLn9qZIoK\nY2ndgawicrBWz5RM6kUDLCgNIv0aeF5Dvq8xh1MgH3w+a5F6fGE4N8Ou+jltUxEA\nxNh+nGqrU/EgBihCEJJGKy3laWzDx9qeLCF+orZywLjZcs5OnpAvA4+PBBRYhBQa\npE7KrUX7+fIbm3kXDR5HEBLyflV145Ocf8Gb7hNII2o/Nh2uU0Cu/dk5e/JBqgvu\nwGPDOvN/NcqsVQd86ut/6LXPru6X5/Bhl+S8da9ZDhD/MXM1nyx+Q1vtnIwRQAYC\n+qqREyECgYEA6TMZyv9Lis/hkxeCYWXf0hVcIVpt5EcGtAsGtZ/ZQGzZ/O0JNU4o\nQXnF9g+suj8F8ifiXDeSzHGBvGrFSIj1vsRmcgyD3zHM9Im+CFmTSWUpPadgpA9l\nG4Y+j5nACh0WoTuk6qzdhj3SleZ18wcKa2L6OLmmprc/KwwT7PYjcrECgYEA1Df0\nwhOrvhOOyFOTISfqVrumDkeWRAAb87r/oSHNCk/SHrOSiuV1Ofwqg02JYRGz6bp8\n8SYg03/DV3nj+WrfrkU0H86jWFT3ONFYbqWfWeSkyinzdE8qosM3epmhMducULBT\n25RDK8Oytz56PisVwBwiGNm7zinADJiTxxv8oS8CgYBwdpp70b8mxLZu76mLO0xD\nztVNqITS0IYlEiQ8N0jYzyYZ2l7UfErhuM6Fqm2MrJQ7goyiGJMNUbhVm9Bk+Ng7\nFhCp8+stGqFTVZJ2CG0Fumm3OB9dP6dtLMLDEk0RE5I0U8Vm/9MdyHbkn+5GNCEM\nRQGTlcUPJdSq9/osD1BtIQKBgGxqnc8cj4vOoA41rB+vLafbu8zlw52/1Ifiy7+8\n7exLtRPcN4xgB1B1RB7KWNnPWnOYw0XLbc+/IMOq0M3WTKnSTvvE7GwvFBHh2WTF\nljAtgAaMAgU0gJqgUtJ+c/xtrmEGhADUsLBGDSJSd88U4crAVKcPbUO4zpVgyXZa\nFOkfAoGALvSY3r0M3YPdJVR2g4xw6T12t7072SS0kMVHcbDsUtp5a1jK3ZCPmSId\nQW+vOpWSqVLpa/S/BHWISBWx6EcsV+Pk2RC1wtw6oix4+4Lwpk+JA47rT8l+NUfH\nQtXsFxG2A1WmAErRSNSuyvMopg8mW1VwZfO5AmCLxQaXz/xU93s=\n-----END RSA PRIVATE KEY-----\n", "user_id": "195f080c60ce4749bf75665476e05f2e", "name": "cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51", "fingerprint": "a9:4f:a5:9f:20:b9:4e:1a:ad:9d:96:6d:83:29:5c:04"}} 2018-07-21 17:36:51,304 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-3ec5a7f6-9aea-41c2-a8c7-7194e5657e30 2018-07-21 17:36:51,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.38604092598s 2018-07-21 17:36:51,304 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-3ec5a7f6-9aea-41c2-a8c7-7194e5657e30 2018-07-21 17:36:51,305 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBUUpMJUGsinqQJUWr4nul63c7/6ow96ujxqmyfhoGzEOlaBFiGb4bQwdpsVMaXfEpZdmQm4dVRL6J1z2Q6UuFIrzaMBhpSh8Ov8Xbvqe5uyjPy1jeo/ygjnGtKdQL7dWSzIY1rPZWrFWij9MI0K/7u6IvkqUXPuZD/3ON3tzpCXXfEDAd8lkz9LVziMSzhUXH4cRxbts9NuAvA8xlczL/TrNrepYOfLnsM0LXVAgGK41ZKkgL6z2wvc7UmvBkoDMa3YeRtGtfHV9UJ+sUHTZCbyDj932PAlhvsFtYBjBbiPBqfl1BOMcgEtQCXL//9VPmUU+8sQW/XzB5geIM319/ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAwVFKTCVBrIp6kCVFq+J7pet3O/+qMPero8apsn4aBsxDpWgR\nYhm+G0MHabFTGl3xKWXZkJuHVUS+idc9kOlLhSK82jAYaUofDr/F276nubsoz8tY\n3qP8oI5xrSnUC+3VksyGNaz2VqxVoo/TCNCv+7uiL5KlFz7mQ/9zjd7c6Ql13xAw\nHfJZM/S1c4jEs4VFx+HEcW7bPTbgLwPMZXMy/06za3qWDny57DNC11QIBiuNWSpI\nC+s9sL3O1JrwZKAzGt2HkbRrXx1fVCfrFB02Qm8g4/d9jwJYb7BbWAYwW4jwan5d\nQTjHIBLUAly///VT5lFPvLEFv18weYHiDN9ffwIDAQABAoIBAEsUdEOgkKIfYjyL\njUSVgKpPCg7uW74K4smHxa6CFT+go4EhKucr0k6qOL3O1dS+uYP3f4kPLn9qZIoK\nY2ndgawicrBWz5RM6kUDLCgNIv0aeF5Dvq8xh1MgH3w+a5F6fGE4N8Ou+jltUxEA\nxNh+nGqrU/EgBihCEJJGKy3laWzDx9qeLCF+orZywLjZcs5OnpAvA4+PBBRYhBQa\npE7KrUX7+fIbm3kXDR5HEBLyflV145Ocf8Gb7hNII2o/Nh2uU0Cu/dk5e/JBqgvu\nwGPDOvN/NcqsVQd86ut/6LXPru6X5/Bhl+S8da9ZDhD/MXM1nyx+Q1vtnIwRQAYC\n+qqREyECgYEA6TMZyv9Lis/hkxeCYWXf0hVcIVpt5EcGtAsGtZ/ZQGzZ/O0JNU4o\nQXnF9g+suj8F8ifiXDeSzHGBvGrFSIj1vsRmcgyD3zHM9Im+CFmTSWUpPadgpA9l\nG4Y+j5nACh0WoTuk6qzdhj3SleZ18wcKa2L6OLmmprc/KwwT7PYjcrECgYEA1Df0\nwhOrvhOOyFOTISfqVrumDkeWRAAb87r/oSHNCk/SHrOSiuV1Ofwqg02JYRGz6bp8\n8SYg03/DV3nj+WrfrkU0H86jWFT3ONFYbqWfWeSkyinzdE8qosM3epmhMducULBT\n25RDK8Oytz56PisVwBwiGNm7zinADJiTxxv8oS8CgYBwdpp70b8mxLZu76mLO0xD\nztVNqITS0IYlEiQ8N0jYzyYZ2l7UfErhuM6Fqm2MrJQ7goyiGJMNUbhVm9Bk+Ng7\nFhCp8+stGqFTVZJ2CG0Fumm3OB9dP6dtLMLDEk0RE5I0U8Vm/9MdyHbkn+5GNCEM\nRQGTlcUPJdSq9/osD1BtIQKBgGxqnc8cj4vOoA41rB+vLafbu8zlw52/1Ifiy7+8\n7exLtRPcN4xgB1B1RB7KWNnPWnOYw0XLbc+/IMOq0M3WTKnSTvvE7GwvFBHh2WTF\nljAtgAaMAgU0gJqgUtJ+c/xtrmEGhADUsLBGDSJSd88U4crAVKcPbUO4zpVgyXZa\nFOkfAoGALvSY3r0M3YPdJVR2g4xw6T12t7072SS0kMVHcbDsUtp5a1jK3ZCPmSId\nQW+vOpWSqVLpa/S/BHWISBWx6EcsV+Pk2RC1wtw6oix4+4Lwpk+JA47rT8l+NUfH\nQtXsFxG2A1WmAErRSNSuyvMopg8mW1VwZfO5AmCLxQaXz/xU93s=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'195f080c60ce4749bf75665476e05f2e', 'name': u'cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51', 'created_at': '2018-07-21T17:36:51.305654', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'98943742f3454e49b82353069c061e1c', 'name': 'cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a9:4f:a5:9f:20:b9:4e:1a:ad:9d:96:6d:83:29:5c:04', 'type': 'ssh', 'id': u'cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51'}) 2018-07-21 17:36:51,306 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAwVFKTCVBrIp6kCVFq+J7pet3O/+qMPero8apsn4aBsxDpWgR Yhm+G0MHabFTGl3xKWXZkJuHVUS+idc9kOlLhSK82jAYaUofDr/F276nubsoz8tY 3qP8oI5xrSnUC+3VksyGNaz2VqxVoo/TCNCv+7uiL5KlFz7mQ/9zjd7c6Ql13xAw HfJZM/S1c4jEs4VFx+HEcW7bPTbgLwPMZXMy/06za3qWDny57DNC11QIBiuNWSpI C+s9sL3O1JrwZKAzGt2HkbRrXx1fVCfrFB02Qm8g4/d9jwJYb7BbWAYwW4jwan5d QTjHIBLUAly///VT5lFPvLEFv18weYHiDN9ffwIDAQABAoIBAEsUdEOgkKIfYjyL jUSVgKpPCg7uW74K4smHxa6CFT+go4EhKucr0k6qOL3O1dS+uYP3f4kPLn9qZIoK Y2ndgawicrBWz5RM6kUDLCgNIv0aeF5Dvq8xh1MgH3w+a5F6fGE4N8Ou+jltUxEA xNh+nGqrU/EgBihCEJJGKy3laWzDx9qeLCF+orZywLjZcs5OnpAvA4+PBBRYhBQa pE7KrUX7+fIbm3kXDR5HEBLyflV145Ocf8Gb7hNII2o/Nh2uU0Cu/dk5e/JBqgvu wGPDOvN/NcqsVQd86ut/6LXPru6X5/Bhl+S8da9ZDhD/MXM1nyx+Q1vtnIwRQAYC +qqREyECgYEA6TMZyv9Lis/hkxeCYWXf0hVcIVpt5EcGtAsGtZ/ZQGzZ/O0JNU4o QXnF9g+suj8F8ifiXDeSzHGBvGrFSIj1vsRmcgyD3zHM9Im+CFmTSWUpPadgpA9l G4Y+j5nACh0WoTuk6qzdhj3SleZ18wcKa2L6OLmmprc/KwwT7PYjcrECgYEA1Df0 whOrvhOOyFOTISfqVrumDkeWRAAb87r/oSHNCk/SHrOSiuV1Ofwqg02JYRGz6bp8 8SYg03/DV3nj+WrfrkU0H86jWFT3ONFYbqWfWeSkyinzdE8qosM3epmhMducULBT 25RDK8Oytz56PisVwBwiGNm7zinADJiTxxv8oS8CgYBwdpp70b8mxLZu76mLO0xD ztVNqITS0IYlEiQ8N0jYzyYZ2l7UfErhuM6Fqm2MrJQ7goyiGJMNUbhVm9Bk+Ng7 FhCp8+stGqFTVZJ2CG0Fumm3OB9dP6dtLMLDEk0RE5I0U8Vm/9MdyHbkn+5GNCEM RQGTlcUPJdSq9/osD1BtIQKBgGxqnc8cj4vOoA41rB+vLafbu8zlw52/1Ifiy7+8 7exLtRPcN4xgB1B1RB7KWNnPWnOYw0XLbc+/IMOq0M3WTKnSTvvE7GwvFBHh2WTF ljAtgAaMAgU0gJqgUtJ+c/xtrmEGhADUsLBGDSJSd88U4crAVKcPbUO4zpVgyXZa FOkfAoGALvSY3r0M3YPdJVR2g4xw6T12t7072SS0kMVHcbDsUtp5a1jK3ZCPmSId QW+vOpWSqVLpa/S/BHWISBWx6EcsV+Pk2RC1wtw6oix4+4Lwpk+JA47rT8l+NUfH QtXsFxG2A1WmAErRSNSuyvMopg8mW1VwZfO5AmCLxQaXz/xU93s= -----END RSA PRIVATE KEY----- 2018-07-21 17:36:51,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-07-21 17:36:51,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"security_group": {"name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-07-21 17:36:51,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-2cd81e38-68c1-4b01-9b6c-6c44e714d589 Date: Sat, 21 Jul 2018 17:36:51 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}} 2018-07-21 17:36:51,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2cd81e38-68c1-4b01-9b6c-6c44e714d589 2018-07-21 17:36:51,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.413623809814s 2018-07-21 17:36:51,723 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-2cd81e38-68c1-4b01-9b6c-6c44e714d589 2018-07-21 17:36:51,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:51,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:51,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-13d703d0-ea61-4912-aba6-cfbae4614baa Date: Sat, 21 Jul 2018 17:36:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:51,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-13d703d0-ea61-4912-aba6-cfbae4614baa 2018-07-21 17:36:51,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0811870098114s 2018-07-21 17:36:51,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-13d703d0-ea61-4912-aba6-cfbae4614baa 2018-07-21 17:36:51,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:36:51,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -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": "94c164de-47c5-441a-93c4-84ef3a03b935"}}' 2018-07-21 17:36:52,138 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-25616444-50e4-4d5d-bb75-5bcfe943961a Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "port_range_min": 22, "revision_number": 0, "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:52Z", "project_id": "98943742f3454e49b82353069c061e1c", "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781"}} 2018-07-21 17:36:52,139 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-25616444-50e4-4d5d-bb75-5bcfe943961a 2018-07-21 17:36:52,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.325913906097s 2018-07-21 17:36:52,139 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-25616444-50e4-4d5d-bb75-5bcfe943961a 2018-07-21 17:36:52,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:52,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:52,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-cc6aa047-edac-4537-b98d-1b1e157338cf Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 2, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:52,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cc6aa047-edac-4537-b98d-1b1e157338cf 2018-07-21 17:36:52,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0617570877075s 2018-07-21 17:36:52,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-cc6aa047-edac-4537-b98d-1b1e157338cf 2018-07-21 17:36:52,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:36:52,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -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": "94c164de-47c5-441a-93c4-84ef3a03b935"}}' 2018-07-21 17:36:52,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c6603b08-6f10-45fa-871c-00d250329868 Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "port_range_min": null, "revision_number": 0, "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:52Z", "project_id": "98943742f3454e49b82353069c061e1c", "id": "ad166376-e0d5-4f45-8ffb-c83b7c6e89de"}} 2018-07-21 17:36:52,350 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c6603b08-6f10-45fa-871c-00d250329868 2018-07-21 17:36:52,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.14181804657s 2018-07-21 17:36:52,350 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-c6603b08-6f10-45fa-871c-00d250329868 2018-07-21 17:36:52,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:52,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:52,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-c8790a9d-3d61-4b99-ac91-53bf0f66cff7 Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ad166376-e0d5-4f45-8ffb-c83b7c6e89de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 3, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:52,450 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c8790a9d-3d61-4b99-ac91-53bf0f66cff7 2018-07-21 17:36:52,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0964760780334s 2018-07-21 17:36:52,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-c8790a9d-3d61-4b99-ac91-53bf0f66cff7 2018-07-21 17:36:52,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:36:52,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 80, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 80, "ethertype": "IPv4", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935"}}' 2018-07-21 17:36:52,594 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-389e4988-96fc-4b2b-b043-4941f2b5290d Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "port_range_min": 80, "revision_number": 0, "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:52Z", "project_id": "98943742f3454e49b82353069c061e1c", "id": "23e4cc9a-4a1c-46f1-b784-e3f143afade0"}} 2018-07-21 17:36:52,595 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-389e4988-96fc-4b2b-b043-4941f2b5290d 2018-07-21 17:36:52,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.140856027603s 2018-07-21 17:36:52,595 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-389e4988-96fc-4b2b-b043-4941f2b5290d 2018-07-21 17:36:52,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:52,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:52,656 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-6a8e60cb-bb34-4e05-809a-ca479e15f77b Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "23e4cc9a-4a1c-46f1-b784-e3f143afade0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ad166376-e0d5-4f45-8ffb-c83b7c6e89de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 4, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:52,657 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6a8e60cb-bb34-4e05-809a-ca479e15f77b 2018-07-21 17:36:52,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0581052303314s 2018-07-21 17:36:52,657 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6a8e60cb-bb34-4e05-809a-ca479e15f77b 2018-07-21 17:36:52,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:36:52,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 443, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 443, "ethertype": "IPv4", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935"}}' 2018-07-21 17:36:52,825 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-af50f4e0-0da5-48ea-a832-c51cba0900d5 Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "port_range_min": 443, "revision_number": 0, "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:52Z", "project_id": "98943742f3454e49b82353069c061e1c", "id": "050ed59e-1160-40ec-8bca-e5869f73f1fa"}} 2018-07-21 17:36:52,825 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-af50f4e0-0da5-48ea-a832-c51cba0900d5 2018-07-21 17:36:52,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165063858032s 2018-07-21 17:36:52,826 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-af50f4e0-0da5-48ea-a832-c51cba0900d5 2018-07-21 17:36:52,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:52,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:52,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-df950cfd-ebe6-4909-8071-4173a81fac83 Date: Sat, 21 Jul 2018 17:36:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "050ed59e-1160-40ec-8bca-e5869f73f1fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "23e4cc9a-4a1c-46f1-b784-e3f143afade0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ad166376-e0d5-4f45-8ffb-c83b7c6e89de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 5, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:52,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-df950cfd-ebe6-4909-8071-4173a81fac83 2018-07-21 17:36:52,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0552260875702s 2018-07-21 17:36:52,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-df950cfd-ebe6-4909-8071-4173a81fac83 2018-07-21 17:36:52,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:36:52,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 5671, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 5671, "ethertype": "IPv4", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935"}}' 2018-07-21 17:36:53,041 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-8be85107-5241-42a4-8277-46755ac6f3f5 Date: Sat, 21 Jul 2018 17:36:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "port_range_min": 5671, "revision_number": 0, "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:52Z", "project_id": "98943742f3454e49b82353069c061e1c", "id": "ee769526-9b7e-4ca5-90ff-bdb61594bc12"}} 2018-07-21 17:36:53,041 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-8be85107-5241-42a4-8277-46755ac6f3f5 2018-07-21 17:36:53,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.153290987015s 2018-07-21 17:36:53,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-8be85107-5241-42a4-8277-46755ac6f3f5 2018-07-21 17:36:53,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:53,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:53,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-6beae5ad-aedf-4255-a834-7787ca6c399f Date: Sat, 21 Jul 2018 17:36:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:52Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "050ed59e-1160-40ec-8bca-e5869f73f1fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "23e4cc9a-4a1c-46f1-b784-e3f143afade0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ad166376-e0d5-4f45-8ffb-c83b7c6e89de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ee769526-9b7e-4ca5-90ff-bdb61594bc12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 6, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:53,103 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6beae5ad-aedf-4255-a834-7787ca6c399f 2018-07-21 17:36:53,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0582230091095s 2018-07-21 17:36:53,103 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-6beae5ad-aedf-4255-a834-7787ca6c399f 2018-07-21 17:36:53,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-07-21 17:36:53,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 53333, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 53333, "ethertype": "IPv4", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935"}}' 2018-07-21 17:36:53,241 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-1d96e608-4ba7-4f5c-831e-621603d0b833 Date: Sat, 21 Jul 2018 17:36:53 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-07-21T17:36:53Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "port_range_min": 53333, "revision_number": 0, "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:53Z", "project_id": "98943742f3454e49b82353069c061e1c", "id": "48a9b2e8-0aa0-4abe-8bd1-bf435be53c71"}} 2018-07-21 17:36:53,241 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1d96e608-4ba7-4f5c-831e-621603d0b833 2018-07-21 17:36:53,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134473800659s 2018-07-21 17:36:53,242 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules.json used request id req-1d96e608-4ba7-4f5c-831e-621603d0b833 2018-07-21 17:36:53,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:36:53,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:53,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-8f09f4c3-ad19-4b5f-9a97-e4b3a3120991 Date: Sat, 21 Jul 2018 17:36:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b2383ecd-bb0b-43eb-8688-4be97c8a02c3"],"updated_at":"2018-07-21T17:35:26Z","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"98943742f3454e49b82353069c061e1c","id":"e8032816-0cec-47c3-ad79-d705d2827f88","name":"cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:53,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8f09f4c3-ad19-4b5f-9a97-e4b3a3120991 2018-07-21 17:36:53,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114026069641s 2018-07-21 17:36:53,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-8f09f4c3-ad19-4b5f-9a97-e4b3a3120991 2018-07-21 17:36:53,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:36:53,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:53,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-4673dfe9-2a33-4ce8-85a1-0ae602fb13c7 Date: Sat, 21 Jul 2018 17:36:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/snap", "metadata": {}}], "file": "/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/file", "owner": "98943742f3454e49b82353069c061e1c", "id": "a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "size": 4373348352, "self": "/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-21T17:36:50Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-21T17:35:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:36:53,397 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4673dfe9-2a33-4ce8-85a1-0ae602fb13c7 2018-07-21 17:36:53,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353388786316s 2018-07-21 17:36:53,397 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-4673dfe9-2a33-4ce8-85a1-0ae602fb13c7 2018-07-21 17:36:53,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:36:53,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:53,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:36: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-68c6957c-791d-4b82-8444-bc76370dc18c x-compute-request-id: req-68c6957c-791d-4b82-8444-bc76370dc18c Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "aa010240-0369-408d-b89d-6bb1f5298021"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:36:53,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-68c6957c-791d-4b82-8444-bc76370dc18c 2018-07-21 17:36:53,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0257170200348s 2018-07-21 17:36:53,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-68c6957c-791d-4b82-8444-bc76370dc18c 2018-07-21 17:36:53,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-07-21 17:36:53,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"server": {"name": "cloudify_ims-vm_989acc38-9db7-4e22-b843-e35cd7d14b51", "imageRef": "a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "key_name": "cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51", "flavorRef": "aa010240-0369-408d-b89d-6bb1f5298021", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e8032816-0cec-47c3-ad79-d705d2827f88"}], "security_groups": [{"name": "94c164de-47c5-441a-93c4-84ef3a03b935"}]}}' 2018-07-21 17:36:54,554 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cdfaea93-b2cf-46ac-a64d-8f14f537ad95 x-compute-request-id: req-cdfaea93-b2cf-46ac-a64d-8f14f537ad95 Content-Length: 403 location: http://172.30.9.23:8774/v2.1/servers/9b5d52c1-2c31-4471-821f-027ac4195057 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "94c164de-47c5-441a-93c4-84ef3a03b935"}], "OS-DCF:diskConfig": "MANUAL", "id": "9b5d52c1-2c31-4471-821f-027ac4195057", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9b5d52c1-2c31-4471-821f-027ac4195057", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9b5d52c1-2c31-4471-821f-027ac4195057", "rel": "bookmark"}], "adminPass": "v54t9rymrLAz"}} 2018-07-21 17:36:54,555 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-cdfaea93-b2cf-46ac-a64d-8f14f537ad95 2018-07-21 17:36:54,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.12697100639s 2018-07-21 17:36:54,555 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-cdfaea93-b2cf-46ac-a64d-8f14f537ad95 2018-07-21 17:36:54,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:36:54,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:55,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f057bc9c-16ad-4588-becd-8e20f86b482b x-compute-request-id: req-f057bc9c-16ad-4588-becd-8e20f86b482b Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9b5d52c1-2c31-4471-821f-027ac4195057", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9b5d52c1-2c31-4471-821f-027ac4195057", "rel": "bookmark"}], "image": {"id": "a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "links": [{"href": "http://172.30.9.23:8774/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa010240-0369-408d-b89d-6bb1f5298021", "links": [{"href": "http://172.30.9.23:8774/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "bookmark"}]}, "id": "9b5d52c1-2c31-4471-821f-027ac4195057", "user_id": "195f080c60ce4749bf75665476e05f2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:36:54Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51", "name": "cloudify_ims-vm_989acc38-9db7-4e22-b843-e35cd7d14b51", "created": "2018-07-21T17:36:54Z", "tenant_id": "98943742f3454e49b82353069c061e1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:36:55,015 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f057bc9c-16ad-4588-becd-8e20f86b482b 2018-07-21 17:36:55,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.459538936615s 2018-07-21 17:36:55,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-f057bc9c-16ad-4588-becd-8e20f86b482b 2018-07-21 17:36:55,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:36:55,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:55,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-d8d55c65-9d1b-4b63-ab76-dcb3bb5d3362 Date: Sat, 21 Jul 2018 17:36:55 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b2383ecd-bb0b-43eb-8688-4be97c8a02c3"],"updated_at":"2018-07-21T17:35:26Z","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"98943742f3454e49b82353069c061e1c","id":"e8032816-0cec-47c3-ad79-d705d2827f88","name":"cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:55,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d8d55c65-9d1b-4b63-ab76-dcb3bb5d3362 2018-07-21 17:36:55,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105141878128s 2018-07-21 17:36:55,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d8d55c65-9d1b-4b63-ab76-dcb3bb5d3362 2018-07-21 17:36:55,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:36:55,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:55,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-443dcecf-2736-4cba-b609-22490ce4b6a7 Date: Sat, 21 Jul 2018 17:36:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8032816-0cec-47c3-ad79-d705d2827f88","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:35:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"98943742f3454e49b82353069c061e1c","id":"b2383ecd-bb0b-43eb-8688-4be97c8a02c3","subnetpool_id":null,"name":"cloudify_ims-subnet_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:55,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-443dcecf-2736-4cba-b609-22490ce4b6a7 2018-07-21 17:36:55,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0467131137848s 2018-07-21 17:36:55,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-443dcecf-2736-4cba-b609-22490ce4b6a7 2018-07-21 17:36:55,176 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-07-21 17:36:57,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-07-21 17:36:57,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:57,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:36:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c76f99ff-9ce0-4416-acee-93ce4490d2db x-compute-request-id: req-c76f99ff-9ce0-4416-acee-93ce4490d2db Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/9b5d52c1-2c31-4471-821f-027ac4195057", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/9b5d52c1-2c31-4471-821f-027ac4195057", "rel": "bookmark"}], "image": {"id": "a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "links": [{"href": "http://172.30.9.23:8774/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa010240-0369-408d-b89d-6bb1f5298021", "links": [{"href": "http://172.30.9.23:8774/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "bookmark"}]}, "id": "9b5d52c1-2c31-4471-821f-027ac4195057", "user_id": "195f080c60ce4749bf75665476e05f2e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-21T17:36:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51", "name": "cloudify_ims-vm_989acc38-9db7-4e22-b843-e35cd7d14b51", "created": "2018-07-21T17:36:54Z", "tenant_id": "98943742f3454e49b82353069c061e1c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-07-21 17:36:57,898 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c76f99ff-9ce0-4416-acee-93ce4490d2db 2018-07-21 17:36:57,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719964027405s 2018-07-21 17:36:57,899 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail used request id req-c76f99ff-9ce0-4416-acee-93ce4490d2db 2018-07-21 17:36:57,902 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 388, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 182, in boot_vm timeout=self.create_server_timeout, **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'a8f7ea62-956b-4afb-a4ca-bf4ce653f937'}), 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'aa010240-0369-408d-b89d-6bb1f5298021'}), 'az': u'', 'id': u'9b5d52c1-2c31-4471-821f-027ac4195057', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'195f080c60ce4749bf75665476e05f2e', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'98943742f3454e49b82353069c061e1c', 'name': 'cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51', '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-07-21T17:36:55Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51', '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'98943742f3454e49b82353069c061e1c', 'name': u'cloudify_ims-vm_989acc38-9db7-4e22-b843-e35cd7d14b51', 'adminPass': None, 'tenant_id': u'98943742f3454e49b82353069c061e1c', 'created_at': u'2018-07-21T17:36:54Z', 'created': u'2018-07-21T17:36:54Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-07-21 17:36:58,021 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 17:36:58,021 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:33 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-07-21 17:36:58,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-07-21 17:36:58,026 - functest.opnfv_tests.vnf.ims.cloudify_ims - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/ims/cloudify_ims.py", line 251, in clean exec_list = self.cfy_client.executions.list(dep_name) AttributeError: 'NoneType' object has no attribute 'executions' 2018-07-21 17:36:58,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-07-21 17:36:58,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:58,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-8625d632-1371-4c42-a473-e193a9076add Date: Sat, 21 Jul 2018 17:36:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:36:51Z", "updated_at": "2018-07-21T17:36:53Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "050ed59e-1160-40ec-8bca-e5869f73f1fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 443, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "23e4cc9a-4a1c-46f1-b784-e3f143afade0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 80, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-07-21T17:36:53Z", "revision_number": 0, "id": "48a9b2e8-0aa0-4abe-8bd1-bf435be53c71", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:53Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "4e75900b-2d7b-430b-9d7f-21c1ff5a95ba", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:51Z", "revision_number": 0, "id": "69410377-5734-4b2f-99de-857703a91709", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:51Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ad166376-e0d5-4f45-8ffb-c83b7c6e89de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "d5f41c90-1bc3-4241-824e-9f1c4cd96781", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 22, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-07-21T17:36:52Z", "revision_number": 0, "id": "ee769526-9b7e-4ca5-90ff-bdb61594bc12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:36:52Z", "security_group_id": "94c164de-47c5-441a-93c4-84ef3a03b935", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 7, "project_id": "98943742f3454e49b82353069c061e1c", "id": "94c164de-47c5-441a-93c4-84ef3a03b935", "name": "cloudify_ims-sg_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:36:58,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8625d632-1371-4c42-a473-e193a9076add 2018-07-21 17:36:58,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0495450496674s 2018-07-21 17:36:58,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups.json used request id req-8625d632-1371-4c42-a473-e193a9076add 2018-07-21 17:36:58,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-07-21 17:36:58,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/security-groups/94c164de-47c5-441a-93c4-84ef3a03b935.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:58,278 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-94e209f5-0187-4336-b388-fc168c710d1a Content-Length: 0 Date: Sat, 21 Jul 2018 17:36:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:36:58,278 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/94c164de-47c5-441a-93c4-84ef3a03b935.json used request id req-94e209f5-0187-4336-b388-fc168c710d1a 2018-07-21 17:36:58,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.195201873779s 2018-07-21 17:36:58,279 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/94c164de-47c5-441a-93c4-84ef3a03b935.json used request id req-94e209f5-0187-4336-b388-fc168c710d1a 2018-07-21 17:36:58,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-07-21 17:36:58,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:36:58,347 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:36:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2cb848da-6ba6-4616-95e5-e990a407ef18 x-compute-request-id: req-2cb848da-6ba6-4616-95e5-e990a407ef18 Content-Length: 0 Content-Type: application/json 2018-07-21 17:36:58,347 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51 used request id req-2cb848da-6ba6-4616-95e5-e990a407ef18 2018-07-21 17:36:58,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0681989192963s 2018-07-21 17:36:58,348 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_ims-kp_989acc38-9db7-4e22-b843-e35cd7d14b51 used request id req-2cb848da-6ba6-4616-95e5-e990a407ef18 2018-07-21 17:36:58,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-07-21 17:36:58,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588/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}aa280909bfd35a2dafd08d93761bd2733b9f0520" -d '{"subnet_id": "b2383ecd-bb0b-43eb-8688-4be97c8a02c3"}' 2018-07-21 17:36:59,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-51f9ae09-414e-4a0b-9647-630e2898b31a Date: Sat, 21 Jul 2018 17:36:59 GMT RESP BODY: {"network_id": "e8032816-0cec-47c3-ad79-d705d2827f88", "tenant_id": "98943742f3454e49b82353069c061e1c", "subnet_id": "b2383ecd-bb0b-43eb-8688-4be97c8a02c3", "subnet_ids": ["b2383ecd-bb0b-43eb-8688-4be97c8a02c3"], "port_id": "6169d8a9-4d8c-4c8f-be62-ad484eceb80d", "id": "990860b1-53ee-465a-bf5f-84cc20ec5588"} 2018-07-21 17:36:59,899 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588/remove_router_interface.json used request id req-51f9ae09-414e-4a0b-9647-630e2898b31a 2018-07-21 17:36:59,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.55077600479s 2018-07-21 17:36:59,899 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588/remove_router_interface.json used request id req-51f9ae09-414e-4a0b-9647-630e2898b31a returning object 990860b1-53ee-465a-bf5f-84cc20ec5588 2018-07-21 17:36:59,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-07-21 17:36:59,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:00,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-99a6f783-e653-4438-b142-d933ec112b54 Date: Sat, 21 Jul 2018 17:37:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:27Z", "admin_state_up": true, "updated_at": "2018-07-21T17:36:59Z", "revision_number": 4, "routes": [], "project_id": "98943742f3454e49b82353069c061e1c", "id": "990860b1-53ee-465a-bf5f-84cc20ec5588", "name": "cloudify_ims-router_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:37:00,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-99a6f783-e653-4438-b142-d933ec112b54 2018-07-21 17:37:00,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.293182134628s 2018-07-21 17:37:00,193 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers.json used request id req-99a6f783-e653-4438-b142-d933ec112b54 2018-07-21 17:37:00,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-07-21 17:37:00,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:01,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31265f17-c776-4257-93e2-2cbc75179a8a Content-Length: 0 Date: Sat, 21 Jul 2018 17:37:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:37:01,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588.json used request id req-31265f17-c776-4257-93e2-2cbc75179a8a 2018-07-21 17:37:01,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26347613335s 2018-07-21 17:37:01,458 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/990860b1-53ee-465a-bf5f-84cc20ec5588.json used request id req-31265f17-c776-4257-93e2-2cbc75179a8a 2018-07-21 17:37:01,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-07-21 17:37:01,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:01,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-a6a414f4-4e49-481b-98a3-8149e4534c24 Date: Sat, 21 Jul 2018 17:37:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e8032816-0cec-47c3-ad79-d705d2827f88","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:35:26Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"98943742f3454e49b82353069c061e1c","id":"b2383ecd-bb0b-43eb-8688-4be97c8a02c3","subnetpool_id":null,"name":"cloudify_ims-subnet_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:37:01,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a6a414f4-4e49-481b-98a3-8149e4534c24 2018-07-21 17:37:01,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0480790138245s 2018-07-21 17:37:01,507 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets.json used request id req-a6a414f4-4e49-481b-98a3-8149e4534c24 2018-07-21 17:37:01,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-07-21 17:37:01,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/subnets/b2383ecd-bb0b-43eb-8688-4be97c8a02c3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:02,413 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-724d6d1a-76f0-472f-803d-d2fbd8c74136 Date: Sat, 21 Jul 2018 17:37:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:37:02,414 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b2383ecd-bb0b-43eb-8688-4be97c8a02c3.json used request id req-724d6d1a-76f0-472f-803d-d2fbd8c74136 2018-07-21 17:37:02,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.904940843582s 2018-07-21 17:37:02,414 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/b2383ecd-bb0b-43eb-8688-4be97c8a02c3.json used request id req-724d6d1a-76f0-472f-803d-d2fbd8c74136 2018-07-21 17:37:02,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-07-21 17:37:02,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:02,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1157 X-Openstack-Request-Id: req-d2de457f-7649-44d1-b899-f8b078df13b7 Date: Sat, 21 Jul 2018 17:37:02 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:37:02Z","tenant_id":"98943742f3454e49b82353069c061e1c","created_at":"2018-07-21T17:35:25Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"98943742f3454e49b82353069c061e1c","id":"e8032816-0cec-47c3-ad79-d705d2827f88","name":"cloudify_ims-net_989acc38-9db7-4e22-b843-e35cd7d14b51"}]} 2018-07-21 17:37:02,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d2de457f-7649-44d1-b899-f8b078df13b7 2018-07-21 17:37:02,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330057859421s 2018-07-21 17:37:02,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks.json used request id req-d2de457f-7649-44d1-b899-f8b078df13b7 2018-07-21 17:37:02,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-07-21 17:37:02,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9696/v2.0/networks/e8032816-0cec-47c3-ad79-d705d2827f88.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:03,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a1094810-6ea7-4392-980f-83d67b7bcaf3 Date: Sat, 21 Jul 2018 17:37:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:37:03,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e8032816-0cec-47c3-ad79-d705d2827f88.json used request id req-a1094810-6ea7-4392-980f-83d67b7bcaf3 2018-07-21 17:37:03,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.91227889061s 2018-07-21 17:37:03,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/networks/e8032816-0cec-47c3-ad79-d705d2827f88.json used request id req-a1094810-6ea7-4392-980f-83d67b7bcaf3 2018-07-21 17:37:03,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-07-21 17:37:03,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:03,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-d1e16f63-72cf-4f95-975d-24b952b3d0ab Date: Sat, 21 Jul 2018 17:37:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/snap", "metadata": {}}], "file": "/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/file", "owner": "98943742f3454e49b82353069c061e1c", "id": "a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "size": 4373348352, "self": "/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937", "disk_format": "qcow2", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-07-21T17:36:50Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_989acc38-9db7-4e22-b843-e35cd7d14b51", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-07-21T17:35:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-07-21 17:37:03,702 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d1e16f63-72cf-4f95-975d-24b952b3d0ab 2018-07-21 17:37:03,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0399911403656s 2018-07-21 17:37:03,703 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images used request id req-d1e16f63-72cf-4f95-975d-24b952b3d0ab 2018-07-21 17:37:03,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-07-21 17:37:03,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}aa280909bfd35a2dafd08d93761bd2733b9f0520" 2018-07-21 17:37:04,196 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8077d93f-43a4-48d2-b010-456009c10b0d Date: Sat, 21 Jul 2018 17:37:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:37:04,196 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937 used request id req-8077d93f-43a4-48d2-b010-456009c10b0d 2018-07-21 17:37:04,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.491379022598s 2018-07-21 17:37:04,196 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/a8f7ea62-956b-4afb-a4ca-bf4ce653f937 used request id req-8077d93f-43a4-48d2-b010-456009c10b0d 2018-07-21 17:37:04,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-07-21 17:37:04,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-686b8436-9fba-4ebe-ad00-715337e4d591 x-compute-request-id: req-686b8436-9fba-4ebe-ad00-715337e4d591 Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/aa010240-0369-408d-b89d-6bb1f5298021", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "aa010240-0369-408d-b89d-6bb1f5298021"}, {"name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "ram": 2048, "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": 0, "id": "cfecbba9-7186-4bf1-a970-fe70d70cb413"}]} 2018-07-21 17:37:04,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-686b8436-9fba-4ebe-ad00-715337e4d591 2018-07-21 17:37:04,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261189937592s 2018-07-21 17:37:04,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/detail?is_public=None used request id req-686b8436-9fba-4ebe-ad00-715337e4d591 2018-07-21 17:37:04,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-07-21 17:37:04,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,255 - keystoneauth.session - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fdae29b2-46c7-43ad-ae17-535c472d4ae2 x-compute-request-id: req-fdae29b2-46c7-43ad-ae17-535c472d4ae2 Content-Length: 0 Content-Type: application/json 2018-07-21 17:37:04,255 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021 used request id req-fdae29b2-46c7-43ad-ae17-535c472d4ae2 2018-07-21 17:37:04,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0301370620728s 2018-07-21 17:37:04,255 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/aa010240-0369-408d-b89d-6bb1f5298021 used request id req-fdae29b2-46c7-43ad-ae17-535c472d4ae2 2018-07-21 17:37:04,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:37:04,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d71cc2d-9bc9-4e36-9eb6-c082524e200c Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": {"self": "http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "195f080c60ce4749bf75665476e05f2e", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:37:04,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3d71cc2d-9bc9-4e36-9eb6-c082524e200c 2018-07-21 17:37:04,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108998060226s 2018-07-21 17:37:04,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-3d71cc2d-9bc9-4e36-9eb6-c082524e200c 2018-07-21 17:37:04,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-07-21 17:37:04,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4cfdd08-5a98-400d-807e-c0c42cba6642 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_989acc38-9db7-4e22-b843-e35cd7d14b51", "links": {"self": "http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "195f080c60ce4749bf75665476e05f2e", "description": null}} 2018-07-21 17:37:04,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e used request id req-b4cfdd08-5a98-400d-807e-c0c42cba6642 2018-07-21 17:37:04,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134467124939s 2018-07-21 17:37:04,506 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e used request id req-b4cfdd08-5a98-400d-807e-c0c42cba6642 2018-07-21 17:37:04,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-07-21 17:37:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a470c088-53c0-4477-b5ea-e1479b157490 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:37:04,681 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e used request id req-a470c088-53c0-4477-b5ea-e1479b157490 2018-07-21 17:37:04,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.174144983292s 2018-07-21 17:37:04,681 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/195f080c60ce4749bf75665476e05f2e used request id req-a470c088-53c0-4477-b5ea-e1479b157490 2018-07-21 17:37:04,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-07-21 17:37:04,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.23:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00ebd84c-c651-46be-a17d-afb1d0381fa1 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c"}, "tags": [], "enabled": true, "id": "98943742f3454e49b82353069c061e1c", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_989acc38-9db7-4e22-b843-e35cd7d14b51"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "id": "9c1b53ea4891475d886a643c0437ee5a", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "id": "a6906d7d21744bd98421510fc029622a", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-07-21 17:37:04,784 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-00ebd84c-c651-46be-a17d-afb1d0381fa1 2018-07-21 17:37:04,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0966839790344s 2018-07-21 17:37:04,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects used request id req-00ebd84c-c651-46be-a17d-afb1d0381fa1 2018-07-21 17:37:04,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-07-21 17:37:04,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5240521bd4983621107ce4376412138296bf7e7f" 2018-07-21 17:37:04,955 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:37:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b42e31ea-6311-4d52-a751-ca4c425b73cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:37:04,956 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c used request id req-b42e31ea-6311-4d52-a751-ca4c425b73cc 2018-07-21 17:37:04,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167185783386s 2018-07-21 17:37:04,956 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c used request id req-b42e31ea-6311-4d52-a751-ca4c425b73cc 2018-07-21 17:37:04,956 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-07-21 17:37:04,979 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-07-21 17:37:05,343 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-07-21 17:37:05,386 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-07-21 17:37:05,457 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-07-21 17:37:05,457 - git.cmd - DEBUG - Popen(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'], cwd=/, universal_newlines=True, shell=None) 2018-07-21 17:37:05,716 - git.repo.base - DEBUG - Cmd(['git', 'clone', u'--branch=fraser', '-v', 'https://github.com/oolorg/opnfv-vnf-data.git', '/home/opnfv/functest/data/router/opnfv-vnf-data/'])'s unused stdout: 2018-07-21 17:37:05,787 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Orchestrator configuration {'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'cloudify.medium'}, u'os_image': u'cloudify_manager_4.0'}} 2018-07-21 17:37:05,788 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-07-21 17:37:05,827 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - VNF configuration: {'inputs': {u'region': u'RegionOne', u'external_network_name': u'admin_floating_net'}, 'requirements': {u'flavor': {u'ram_min': 2048, u'name': u'cloudify.medium'}}, 'descriptor': {u'file_name': u'/src/opnfv-vnf-vyos-blueprint/function-test-openstack-blueprint.yaml', u'version': u'fraser', u'name': u'vrouter-opnfv'}} 2018-07-21 17:37:05,834 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-07-21 17:37:05,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Images needed for vrouter: {u'cloudify_manager_4.0': u'/home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2', u'vyos1.1.7': u'/home/opnfv/functest/images/vyos-1.1.7.img'} 2018-07-21 17:37:05,865 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-07-21 17:37:05,865 - functest.core.vnf - INFO - Prepare VNF: vyos_vrouter, description: Created by OPNFV Functest: vyos_vrouter 2018-07-21 17:37:05,866 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-21 17:37:05,866 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-21 17:37:05,866 - openstack_tests - INFO - OS Credentials = > 2018-07-21 17:37:05,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:05,867 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:06,271 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:37:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["gbcpOSHjRRmZXsQa1HEnsA"], "issued_at": "2018-07-21T17:37:06.000000Z"}} 2018-07-21 17:37:06,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:37:06,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1236ea3b-069b-421a-b24c-e5ada2bbbf0e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:06,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1236ea3b-069b-421a-b24c-e5ada2bbbf0e 2018-07-21 17:37:06,367 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:37:06,372 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26414151-a57e-4619-9fda-23c0d5a7ae4d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:37:06,372 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-26414151-a57e-4619-9fda-23c0d5a7ae4d 2018-07-21 17:37:06,373 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41&description=Created+by+OPNFV+Functest%3A+vyos_vrouter -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:37:06,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6536141f-3201-4711-83a6-8e1100527327 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41&description=Created+by+OPNFV+Functest%3A+vyos_vrouter", "previous": null, "next": null}, "projects": []} 2018-07-21 17:37:06,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41&description=Created+by+OPNFV+Functest%3A+vyos_vrouter used request id req-6536141f-3201-4711-83a6-8e1100527327 2018-07-21 17:37:06,473 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:37:06,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3835824-e8b6-4610-9e1b-8c941e61f2db Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-21 17:37:06,566 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-e3835824-e8b6-4610-9e1b-8c941e61f2db 2018-07-21 17:37:06,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" -d '{"project": {"enabled": true, "description": "Created by OPNFV Functest: vyos_vrouter", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "domain_id": "default"}}' 2018-07-21 17:37:06,694 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:37:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ffd7e4b-2bca-4b7c-9c8e-fc8d36747353 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "id": "af07023ea03042eda668f217f154cda5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:37:06,694 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-8ffd7e4b-2bca-4b7c-9c8e-fc8d36747353 2018-07-21 17:37:06,694 - keystone_utils - INFO - Created project with name - vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:37:06,694 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:06,695 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:07,082 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:37:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["6_pIKqfNSu2iQRyTdIXKlg"], "issued_at": "2018-07-21T17:37:07.000000Z"}} 2018-07-21 17:37:07,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7679b9522978f19399b8fe35da39cb1c70e7df33" 2018-07-21 17:37:07,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e84c7e7a-d795-4c7a-83e4-a5f9114bd1d2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:07,169 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e84c7e7a-d795-4c7a-83e4-a5f9114bd1d2 2018-07-21 17:37:07,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:37:07,178 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-91bc3728-7acf-4d6a-8dd3-bed50d24f45f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:37:07,178 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-91bc3728-7acf-4d6a-8dd3-bed50d24f45f 2018-07-21 17:37:07,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7679b9522978f19399b8fe35da39cb1c70e7df33" 2018-07-21 17:37:07,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7dec8c-e177-436e-b1d3-d4d827eeba68 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:37:07,279 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-7b7dec8c-e177-436e-b1d3-d4d827eeba68 2018-07-21 17:37:07,279 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:07,280 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:07,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:37:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["gGC1savpSmaSOcfYvKIJ6g"], "issued_at": "2018-07-21T17:37:07.000000Z"}} 2018-07-21 17:37:07,676 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:07,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f960f70-a186-4bd4-be21-ec9db5a4c215 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:07,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-4f960f70-a186-4bd4-be21-ec9db5a4c215 2018-07-21 17:37:07,765 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:37:07,770 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af96063e-e83c-4c5b-b92d-a0f56391d75c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:37:07,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-af96063e-e83c-4c5b-b92d-a0f56391d75c 2018-07-21 17:37:07,771 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:07,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca65d1dc-28b7-4286-8661-c2599db64b85 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:37:07,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-ca65d1dc-28b7-4286-8661-c2599db64b85 2018-07-21 17:37:07,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:07,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9df1fbfe-8036-4370-aa95-9c45547c4fe6 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "id": "af07023ea03042eda668f217f154cda5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:37:07,974 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-9df1fbfe-8036-4370-aa95-9c45547c4fe6 2018-07-21 17:37:07,977 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0850a596-2b96-49c5-86b8-439670ece94a Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-21 17:37:08,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-0850a596-2b96-49c5-86b8-439670ece94a 2018-07-21 17:37:08,370 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-507dfbb4-d250-44f0-8cee-1d9ed607c17d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:37:08,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-507dfbb4-d250-44f0-8cee-1d9ed607c17d 2018-07-21 17:37:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5451bddf-6ae9-49c1-a1b7-5099dffa0bc1 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "id": "af07023ea03042eda668f217f154cda5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:37:08,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-5451bddf-6ae9-49c1-a1b7-5099dffa0bc1 2018-07-21 17:37:08,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/b4fa3a643e914bbdbef2dd668153167b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7eae0006-86db-4765-b3f1-b924521bfbf2 Content-Encoding: gzip Content-Length: 244 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "links": {"self": "http://172.30.9.23:5000/v3/users/b4fa3a643e914bbdbef2dd668153167b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "af07023ea03042eda668f217f154cda5", "id": "b4fa3a643e914bbdbef2dd668153167b", "password_expires_at": null}} 2018-07-21 17:37:08,674 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/b4fa3a643e914bbdbef2dd668153167b used request id req-7eae0006-86db-4765-b3f1-b924521bfbf2 2018-07-21 17:37:08,677 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/b4fa3a643e914bbdbef2dd668153167b/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98991ae0-6202-426c-822c-99a40e0319e8 Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/b4fa3a643e914bbdbef2dd668153167b/roles", "previous": null, "next": null}, "roles": []} 2018-07-21 17:37:08,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/b4fa3a643e914bbdbef2dd668153167b/roles used request id req-98991ae0-6202-426c-822c-99a40e0319e8 2018-07-21 17:37:08,714 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e16c1aa-8025-460f-a079-f022e9293ee2 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}} 2018-07-21 17:37:08,803 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7 used request id req-6e16c1aa-8025-460f-a079-f022e9293ee2 2018-07-21 17:37:08,804 - keystone_utils - INFO - Granting role admin to project vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:37:08,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/b4fa3a643e914bbdbef2dd668153167b/roles/6162cf18063544399de1aa224b6485c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:37:08,864 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:37:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2fd8b17d-aeec-4f0b-ab8a-2f8340b94e8b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:37:08,864 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/b4fa3a643e914bbdbef2dd668153167b/roles/6162cf18063544399de1aa224b6485c7 used request id req-2fd8b17d-aeec-4f0b-ab8a-2f8340b94e8b 2018-07-21 17:37:08,864 - keystone_utils - INFO - Created user with name - vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:37:08,865 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41, password=a8ceaf0a-2e80-426d-99b8-c6b3a5aaca1d, auth_url=http://172.30.9.23:5000/v3, project_name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-21 17:37:08,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Additional pre-configuration steps 2018-07-21 17:37:08,865 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Get or create flavor for cloudify manager vm ... 2018-07-21 17:37:08,866 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:08,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:09,262 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:37:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "b4fa3a643e914bbdbef2dd668153167b"}, "audit_ids": ["GrO9ocHJQz6GzruXCsD-Jw"], "issued_at": "2018-07-21T17:37:09.000000Z"}} 2018-07-21 17:37:09,263 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33bbbb700221956de3017da3011f88222b56dc3" 2018-07-21 17:37:09,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12cd74ac-1c31-4409-a290-a59872a0195c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:09,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-12cd74ac-1c31-4409-a290-a59872a0195c 2018-07-21 17:37:09,350 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-21 17:37:09,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33bbbb700221956de3017da3011f88222b56dc3" 2018-07-21 17:37:09,574 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59ed7271-3a5d-40df-92e2-3a430e01fe8e x-compute-request-id: req-59ed7271-3a5d-40df-92e2-3a430e01fe8e Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cfecbba9-7186-4bf1-a970-fe70d70cb413", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2"}]} 2018-07-21 17:37:09,574 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-59ed7271-3a5d-40df-92e2-3a430e01fe8e 2018-07-21 17:37:09,578 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33bbbb700221956de3017da3011f88222b56dc3" -d '{"flavor": {"vcpus": 2, "disk": 50, "name": "cloudify.medium-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 4096, "id": null, "swap": 0}}' 2018-07-21 17:37:09,618 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-61c2f7b0-0a98-4b5c-9eab-711db946789a x-compute-request-id: req-61c2f7b0-0a98-4b5c-9eab-711db946789a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify.medium-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "aa87f65c-9494-416f-9858-8be8a9fb676e"}} 2018-07-21 17:37:09,618 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-61c2f7b0-0a98-4b5c-9eab-711db946789a 2018-07-21 17:37:09,619 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:09,620 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:10,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:37:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "b4fa3a643e914bbdbef2dd668153167b"}, "audit_ids": ["2MX_Gb9KQ3KgeNlMJR8apQ"], "issued_at": "2018-07-21T17:37:10.000000Z"}} 2018-07-21 17:37:10,094 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:10,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59ad0863-0d82-4326-8c6b-9a9133cf6333 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:10,106 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-59ad0863-0d82-4326-8c6b-9a9133cf6333 2018-07-21 17:37:10,110 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:37:10,115 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9965a1d4-d8e0-417f-9c6b-5fe3c85ca9d9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:37:10,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-9965a1d4-d8e0-417f-9c6b-5fe3c85ca9d9 2018-07-21 17:37:10,116 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:10,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4bc9fe4-9f78-4ac7-b061-f88dbfcc6860 Content-Encoding: gzip Content-Length: 854 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "links": {"self": "http://172.30.9.23:5000/v3/users/b4fa3a643e914bbdbef2dd668153167b"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "af07023ea03042eda668f217f154cda5", "id": "b4fa3a643e914bbdbef2dd668153167b", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:37:10,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-c4bc9fe4-9f78-4ac7-b061-f88dbfcc6860 2018-07-21 17:37:10,214 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:10,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-97e18744-7667-49f9-8cde-b1794454bb27 Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "id": "af07023ea03042eda668f217f154cda5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:37:10,307 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-97e18744-7667-49f9-8cde-b1794454bb27 2018-07-21 17:37:10,311 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:10,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1878d6d0-274d-4055-90bf-37eac846d803 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-21 17:37:10,387 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-1878d6d0-274d-4055-90bf-37eac846d803 2018-07-21 17:37:10,772 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:10,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ec0065f-c64f-47fc-a76d-ebc4717b0109 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:37:10,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-3ec0065f-c64f-47fc-a76d-ebc4717b0109 2018-07-21 17:37:10,870 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:10,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cbcecb51-0e46-4435-a697-5d36780ce60e Content-Encoding: gzip Content-Length: 290 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "id": "af07023ea03042eda668f217f154cda5", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:37:10,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-cbcecb51-0e46-4435-a697-5d36780ce60e 2018-07-21 17:37:10,971 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/0f051eddec96439a90a46d2315679f3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:11,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d932585-c625-48d7-901a-685f977dc5d9 Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "links": {"self": "http://172.30.9.23:5000/v3/users/0f051eddec96439a90a46d2315679f3e"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "af07023ea03042eda668f217f154cda5", "id": "0f051eddec96439a90a46d2315679f3e", "password_expires_at": null}} 2018-07-21 17:37:11,074 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/0f051eddec96439a90a46d2315679f3e used request id req-8d932585-c625-48d7-901a-685f977dc5d9 2018-07-21 17:37:11,078 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/0f051eddec96439a90a46d2315679f3e/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:11,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e3657d-ca62-4e69-b2eb-5241c466828d Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/0f051eddec96439a90a46d2315679f3e/roles", "previous": null, "next": null}, "roles": []} 2018-07-21 17:37:11,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/0f051eddec96439a90a46d2315679f3e/roles used request id req-73e3657d-ca62-4e69-b2eb-5241c466828d 2018-07-21 17:37:11,204 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:11,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b75a556-106f-479d-81b7-3f095a53199a Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}} 2018-07-21 17:37:11,297 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-9b75a556-106f-479d-81b7-3f095a53199a 2018-07-21 17:37:11,297 - keystone_utils - INFO - Granting role _member_ to project vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:37:11,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/0f051eddec96439a90a46d2315679f3e/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:37:11,441 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:37:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1150e8e8-8bfc-46c2-8827-9f847b35b7d4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:37:11,441 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5/users/0f051eddec96439a90a46d2315679f3e/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-1150e8e8-8bfc-46c2-8827-9f847b35b7d4 2018-07-21 17:37:11,441 - keystone_utils - INFO - Created user with name - cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:37:11,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - snaps creds: OSCreds - username=cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41, password=7578b911-15e1-49db-ad8f-ae2144c74419, auth_url=http://172.30.9.23:5000/v3, project_name=vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-21 17:37:11,442 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating keypair ... 2018-07-21 17:37:11,442 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:11,443 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:11,829 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:37:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["fgVUc1FvQJyL6AWk4252Gg"], "issued_at": "2018-07-21T17:37:11.000000Z"}} 2018-07-21 17:37:11,830 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a5d72f97860f73335d625a090a48d631149853" 2018-07-21 17:37:11,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd4304e-e38c-4a2c-a96a-3c70e8f66de0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:11,987 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-fcd4304e-e38c-4a2c-a96a-3c70e8f66de0 2018-07-21 17:37:11,988 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-21 17:37:11,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a5d72f97860f73335d625a090a48d631149853" 2018-07-21 17:37:12,176 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ed0eda5-fa14-46a4-a72d-d9e7f7561b6f x-compute-request-id: req-2ed0eda5-fa14-46a4-a72d-d9e7f7561b6f Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-07-21 17:37:12,177 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-2ed0eda5-fa14-46a4-a72d-d9e7f7561b6f 2018-07-21 17:37:12,178 - OpenStackKeypair - INFO - Creating keypair cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41... 2018-07-21 17:37:12,178 - OpenStackKeypair - INFO - Creating new keypair 2018-07-21 17:37:12,194 - nova_utils - INFO - Creating keypair with name - cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:37:12,196 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/os-keypairs -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a5d72f97860f73335d625a090a48d631149853" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCmg4xXAYDJfQIMjT45CrmPZOEJSiW9Ox4ffihcM79rOJ5VVt4QpCVsrq9rT3s55wSQSEUo+URGMaBoXzaozZl07NrKhrEkcS0tQ+X6zI+XuNW+s7Bux31RQhDUA9vnZJoe1sDID67TReks3vY4j0/SkzOOSMbkFCh6v9srejV29w==", "name": "cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}}' 2018-07-21 17:37:12,419 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6878f7d-c7f0-4e2e-81b7-4d835b7c5e3f x-compute-request-id: req-a6878f7d-c7f0-4e2e-81b7-4d835b7c5e3f Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCmg4xXAYDJfQIMjT45CrmPZOEJSiW9Ox4ffihcM79rOJ5VVt4QpCVsrq9rT3s55wSQSEUo+URGMaBoXzaozZl07NrKhrEkcS0tQ+X6zI+XuNW+s7Bux31RQhDUA9vnZJoe1sDID67TReks3vY4j0/SkzOOSMbkFCh6v9srejV29w==", "user_id": "0f051eddec96439a90a46d2315679f3e", "name": "cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "fingerprint": "da:0f:0f:c7:20:da:b4:94:ff:8a:4f:9c:27:b0:34:a8"}} 2018-07-21 17:37:12,419 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/os-keypairs used request id req-a6878f7d-c7f0-4e2e-81b7-4d835b7c5e3f 2018-07-21 17:37:12,420 - file_utils - INFO - Saved private key to - /home/opnfv/functest/data/router/cloudify_vrouter.pem 2018-07-21 17:37:12,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload some OS images if it doesn't exist 2018-07-21 17:37:12,420 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: cloudify_manager_4.0, file: /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-21 17:37:12,421 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:37:12,421 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:37:12,800 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["Cw6ZxicvSLCd35pZeU2ACg"], "issued_at": "2018-07-21T17:37:12.000000Z"}} 2018-07-21 17:37:12,800 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:37:12,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:37:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d83eaaf-ffb5-4132-beb5-147e97eb74eb Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:37:12,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7d83eaaf-ffb5-4132-beb5-147e97eb74eb 2018-07-21 17:37:12,902 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=cloudify_manager_4.0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:37:13,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 122 Content-Type: application/json X-Openstack-Request-Id: req-99089f5d-b0b6-4ea2-a3fc-54b652deb44a Date: Sat, 21 Jul 2018 17:37:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=cloudify_manager_4.0"} 2018-07-21 17:37:13,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=cloudify_manager_4.0 used request id req-99089f5d-b0b6-4ea2-a3fc-54b652deb44a 2018-07-21 17:37:13,093 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:37:13,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9a3a0ff3-f5bd-45fe-b67c-1f7c1ab657c5 Date: Sat, 21 Jul 2018 17:37:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:37:13,100 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9a3a0ff3-f5bd-45fe-b67c-1f7c1ab657c5 2018-07-21 17:37:13,129 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "cloudify_manager_4.0"}' 2018-07-21 17:37:13,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 581 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0178ea2f-2311-41b3-8a92-abe8bb48dfab Date: Sat, 21 Jul 2018 17:37:13 GMT RESP BODY: {"status": "queued", "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:37:13Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-21T17:37:13Z", "visibility": "shared", "locations": [], "self": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "min_disk": 0, "protected": false, "id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "file": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/file", "checksum": null, "owner": "af07023ea03042eda668f217f154cda5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:37:13,163 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-0178ea2f-2311-41b3-8a92-abe8bb48dfab 2018-07-21 17:37:13,174 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" -d '' 2018-07-21 17:38:20,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-90d12c49-a664-4243-8502-30c394e4236d Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:38:20,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/file used request id req-90d12c49-a664-4243-8502-30c394e4236d 2018-07-21 17:38:20,176 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-07-21 17:38:20,179 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:38:20,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 844 Content-Type: application/json X-Openstack-Request-Id: req-8e07b5a7-7b4e-4d36-8db8-35203d91427f Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:37:13Z", "size": 4373348352, "disk_format": "qcow2", "updated_at": "2018-07-21T17:38:20Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/snap", "metadata": {}}], "self": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "min_disk": 0, "protected": false, "id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "file": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/file", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner": "af07023ea03042eda668f217f154cda5", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:38:20,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 used request id req-8e07b5a7-7b4e-4d36-8db8-35203d91427f 2018-07-21 17:38:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:38:20,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-f42258d8-0e82-43d1-9c5b-d41b750a82de Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:38:20,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-f42258d8-0e82-43d1-9c5b-d41b750a82de 2018-07-21 17:38:20,209 - create_image - INFO - Created image with name - cloudify_manager_4.0 2018-07-21 17:38:20,211 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:38:20,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 844 Content-Type: application/json X-Openstack-Request-Id: req-a26284d1-3553-4517-8a05-f92b5aa02bba Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:37:13Z", "size": 4373348352, "disk_format": "qcow2", "updated_at": "2018-07-21T17:38:20Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/snap", "metadata": {}}], "self": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "min_disk": 0, "protected": false, "id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "file": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/file", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner": "af07023ea03042eda668f217f154cda5", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:38:20,233 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 used request id req-a26284d1-3553-4517-8a05-f92b5aa02bba 2018-07-21 17:38:20,234 - create_image - DEBUG - Instance status is - active 2018-07-21 17:38:20,234 - create_image - DEBUG - Image is active with name - cloudify_manager_4.0 2018-07-21 17:38:20,234 - create_image - INFO - Image is now active with name - cloudify_manager_4.0 2018-07-21 17:38:20,234 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - image: vyos1.1.7, file: /home/opnfv/functest/images/vyos-1.1.7.img 2018-07-21 17:38:20,235 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:20,235 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:20,637 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["D2HkU3BRQCWibMP0EBp6XQ"], "issued_at": "2018-07-21T17:38:20.000000Z"}} 2018-07-21 17:38:20,638 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:20,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e8b1b88-900e-4db9-9757-4bd1cf972d8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:20,714 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7e8b1b88-900e-4db9-9757-4bd1cf972d8e 2018-07-21 17:38:20,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=vyos1.1.7 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:20,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 111 Content-Type: application/json X-Openstack-Request-Id: req-a3310b44-acc1-4158-acd7-c6cc68139dc1 Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=vyos1.1.7"} 2018-07-21 17:38:20,908 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=vyos1.1.7 used request id req-a3310b44-acc1-4158-acd7-c6cc68139dc1 2018-07-21 17:38:20,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:20,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-9c7185fe-b0a5-44b6-896e-758b2299b724 Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:38:20,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-9c7185fe-b0a5-44b6-896e-758b2299b724 2018-07-21 17:38:20,947 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "vyos1.1.7"}' 2018-07-21 17:38:20,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 570 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-88ebfd6c-6d3e-4848-a487-fbfd8a18c45a Date: Sat, 21 Jul 2018 17:38:20 GMT RESP BODY: {"status": "queued", "name": "vyos1.1.7", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:38:20Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-21T17:38:20Z", "visibility": "shared", "locations": [], "self": "/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238", "min_disk": 0, "protected": false, "id": "89f424f2-2cd0-4883-bf51-964e409dc238", "file": "/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238/file", "checksum": null, "owner": "af07023ea03042eda668f217f154cda5", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:38:20,987 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-88ebfd6c-6d3e-4848-a487-fbfd8a18c45a 2018-07-21 17:38:20,998 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" -d '' 2018-07-21 17:38:28,000 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-409b37c2-1614-4777-bfce-a2cbdbbbaf7f Date: Sat, 21 Jul 2018 17:38:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:38:28,000 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238/file used request id req-409b37c2-1614-4777-bfce-a2cbdbbbaf7f 2018-07-21 17:38:28,001 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/vyos-1.1.7.img 2018-07-21 17:38:28,004 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:28,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 832 Content-Type: application/json X-Openstack-Request-Id: req-15279a18-f3f7-4cab-b034-c65de183bf60 Date: Sat, 21 Jul 2018 17:38:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "vyos1.1.7", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:38:20Z", "size": 426967040, "disk_format": "qcow2", "updated_at": "2018-07-21T17:38:27Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/89f424f2-2cd0-4883-bf51-964e409dc238/snap", "metadata": {}}], "self": "/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238", "min_disk": 0, "protected": false, "id": "89f424f2-2cd0-4883-bf51-964e409dc238", "file": "/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238/file", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "owner": "af07023ea03042eda668f217f154cda5", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/89f424f2-2cd0-4883-bf51-964e409dc238/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:38:28,028 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 used request id req-15279a18-f3f7-4cab-b034-c65de183bf60 2018-07-21 17:38:28,030 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:28,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-13ff3098-9f11-447c-abd4-94d48d6a2996 Date: Sat, 21 Jul 2018 17:38:28 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:38:28,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-13ff3098-9f11-447c-abd4-94d48d6a2996 2018-07-21 17:38:28,039 - create_image - INFO - Created image with name - vyos1.1.7 2018-07-21 17:38:28,041 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:28,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 832 Content-Type: application/json X-Openstack-Request-Id: req-22be30b8-12b1-4967-bab9-ab5cdf805176 Date: Sat, 21 Jul 2018 17:38:28 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "vyos1.1.7", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:38:20Z", "size": 426967040, "disk_format": "qcow2", "updated_at": "2018-07-21T17:38:27Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/89f424f2-2cd0-4883-bf51-964e409dc238/snap", "metadata": {}}], "self": "/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238", "min_disk": 0, "protected": false, "id": "89f424f2-2cd0-4883-bf51-964e409dc238", "file": "/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238/file", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "owner": "af07023ea03042eda668f217f154cda5", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/89f424f2-2cd0-4883-bf51-964e409dc238/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:38:28,056 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 used request id req-22be30b8-12b1-4967-bab9-ab5cdf805176 2018-07-21 17:38:28,056 - create_image - DEBUG - Instance status is - active 2018-07-21 17:38:28,057 - create_image - DEBUG - Image is active with name - vyos1.1.7 2018-07-21 17:38:28,057 - create_image - INFO - Image is now active with name - vyos1.1.7 2018-07-21 17:38:28,057 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating full network ... 2018-07-21 17:38:28,057 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:28,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:28,447 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["_p3zO1DxSw-qJ4oKtXWB5g"], "issued_at": "2018-07-21T17:38:28.000000Z"}} 2018-07-21 17:38:28,447 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:28,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9a0575-f84d-459e-96e0-6ac666c6a5cc Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:28,543 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1f9a0575-f84d-459e-96e0-6ac666c6a5cc 2018-07-21 17:38:28,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:28,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-e808d654-156b-4990-9520-23baf590cd1e Date: Sat, 21 Jul 2018 17:38:28 GMT RESP BODY: {"networks":[]} 2018-07-21 17:38:28,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-e808d654-156b-4990-9520-23baf590cd1e 2018-07-21 17:38:28,821 - neutron_utils - INFO - Creating network with name cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:28,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" -d '{"network": {"name": "cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "admin_state_up": true}}' 2018-07-21 17:38:29,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 598 X-Openstack-Request-Id: req-53232108-9b1a-419e-b6fe-a8fb248e5ef1 Date: Sat, 21 Jul 2018 17:38:29 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-07-21T17:38:29Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:29,398 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-53232108-9b1a-419e-b6fe-a8fb248e5ef1 2018-07-21 17:38:29,403 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:29,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 582 X-Openstack-Request-Id: req-a2c1af74-8ae4-4788-a486-8664e9042d6a Date: Sat, 21 Jul 2018 17:38:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:29,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-a2c1af74-8ae4-4788-a486-8664e9042d6a 2018-07-21 17:38:29,534 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:29,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-706efeb0-7c89-48e9-8813-8c3921ee3a72 Date: Sat, 21 Jul 2018 17:38:29 GMT RESP BODY: {"subnets":[]} 2018-07-21 17:38:29,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-706efeb0-7c89-48e9-8813-8c3921ee3a72 2018-07-21 17:38:29,620 - neutron_utils - INFO - Creating subnet with name cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:29,625 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" -d '{"subnets": [{"ip_version": 4, "network_id": "bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e", "cidr": "10.67.79.0/24", "dns_nameservers": ["8.8.8.8"], "name": "cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]}' 2018-07-21 17:38:30,259 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bb898ea3-4dfe-45cd-a8ae-08b38e4f0fdd Date: Sat, 21 Jul 2018 17:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","gateway_ip":"10.67.79.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:30,260 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-bb898ea3-4dfe-45cd-a8ae-08b38e4f0fdd 2018-07-21 17:38:30,265 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:30,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-c9bba9a4-8214-4eec-bc0f-f266367e6418 Date: Sat, 21 Jul 2018 17:38:30 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["965da3c8-0068-4705-bfa1-282f340928cc"],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:30,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-c9bba9a4-8214-4eec-bc0f-f266367e6418 2018-07-21 17:38:30,375 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:30,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-756ee873-16a5-468f-92f1-be5153a3d963 Date: Sat, 21 Jul 2018 17:38:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:30,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-756ee873-16a5-468f-92f1-be5153a3d963 2018-07-21 17:38:30,477 - OpenStackNetwork - DEBUG - Network [bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e] created successfully 2018-07-21 17:38:30,477 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:30,478 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:30,902 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["YtcEDyAdQo2rA0n4cFHDqA"], "issued_at": "2018-07-21T17:38:30.000000Z"}} 2018-07-21 17:38:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70319e257d063d9b2e5fcd376534862d313bdbec" 2018-07-21 17:38:31,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-6824ffb5-bc62-4a65-9255-1199caf33ddf Date: Sat, 21 Jul 2018 17:38:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:38:31,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-6824ffb5-bc62-4a65-9255-1199caf33ddf 2018-07-21 17:38:31,191 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}70319e257d063d9b2e5fcd376534862d313bdbec" 2018-07-21 17:38:31,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-dde813e0-fcd7-4564-8829-e4762623f02f Date: Sat, 21 Jul 2018 17:38:31 GMT RESP BODY: {"subnets":[]} 2018-07-21 17:38:31,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 used request id req-dde813e0-fcd7-4564-8829-e4762623f02f 2018-07-21 17:38:31,221 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:31,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:31,621 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["N3cWaLLqRqOcwQ4P9GWq-g"], "issued_at": "2018-07-21T17:38:31.000000Z"}} 2018-07-21 17:38:31,622 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:31,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-add0057e-dc1b-48cd-aa01-70ef5191f4a7 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:31,702 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-add0057e-dc1b-48cd-aa01-70ef5191f4a7 2018-07-21 17:38:31,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:31,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-247c081d-300f-49da-a9e1-5a3baede2e95 Date: Sat, 21 Jul 2018 17:38:31 GMT RESP BODY: {"routers": []} 2018-07-21 17:38:31,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True used request id req-247c081d-300f-49da-a9e1-5a3baede2e95 2018-07-21 17:38:31,921 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:31,922 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:32,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["AOC1aukFTXu7av_4Qxvy4A"], "issued_at": "2018-07-21T17:38:32.000000Z"}} 2018-07-21 17:38:32,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e3a5235161564e1e6d5a6f019b35c1e541e7de5" 2018-07-21 17:38:32,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1db4351-2078-418b-a9b6-e588c385ddad Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:32,315 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-f1db4351-2078-418b-a9b6-e588c385ddad 2018-07-21 17:38:32,321 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:32,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 591 X-Openstack-Request-Id: req-91bce89b-3076-4852-bb0d-6c473f6e7407 Date: Sat, 21 Jul 2018 17:38:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"updated_at":"2018-07-21T16:05:43Z","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"8562b425-f304-4a61-9f95-61d480219689","name":"external"}]} 2018-07-21 17:38:32,424 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-91bce89b-3076-4852-bb0d-6c473f6e7407 2018-07-21 17:38:32,429 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:32,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-f6e74f1b-f5ad-4d0a-a2b6-2eebc9d73190 Date: Sat, 21 Jul 2018 17:38:32 GMT RESP BODY: {"subnets":[]} 2018-07-21 17:38:32,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 used request id req-f6e74f1b-f5ad-4d0a-a2b6-2eebc9d73190 2018-07-21 17:38:32,462 - neutron_utils - INFO - Creating router with name - cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:32,466 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "admin_state_up": true}}' 2018-07-21 17:38:33,945 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-d06d4cec-e98b-4567-88af-30a51f3a34fc Date: Sat, 21 Jul 2018 17:38:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:32Z", "admin_state_up": true, "updated_at": "2018-07-21T17:38:33Z", "revision_number": 2, "routes": [], "project_id": "af07023ea03042eda668f217f154cda5", "id": "a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86", "name": "cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:33,945 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-d06d4cec-e98b-4567-88af-30a51f3a34fc 2018-07-21 17:38:33,950 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:33,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-bda6b97c-a52d-4dd3-aac9-b2d124d330e6 Date: Sat, 21 Jul 2018 17:38:33 GMT RESP BODY: {"ports":[]} 2018-07-21 17:38:33,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 used request id req-bda6b97c-a52d-4dd3-aac9-b2d124d330e6 2018-07-21 17:38:33,989 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:34,042 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c02d39a2-dd20-4bf3-9a73-ef696baf609e Date: Sat, 21 Jul 2018 17:38:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:34,042 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-c02d39a2-dd20-4bf3-9a73-ef696baf609e 2018-07-21 17:38:34,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:34,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0be2c298-9f65-45f0-bc65-b058bbac7dec Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:34,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-0be2c298-9f65-45f0-bc65-b058bbac7dec 2018-07-21 17:38:34,050 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:34,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53db43f8-07ca-4312-8396-6cda30df16d3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:34,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-53db43f8-07ca-4312-8396-6cda30df16d3 2018-07-21 17:38:34,144 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-21 17:38:34,144 - neutron_utils - INFO - Adding interface to router with name cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:34,149 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" -d '{"subnet_id": "965da3c8-0068-4705-bfa1-282f340928cc"}' 2018-07-21 17:38:35,958 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f166618c-4d32-4e43-a567-ff3b8bb7b983 Date: Sat, 21 Jul 2018 17:38:35 GMT RESP BODY: {"network_id": "bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e", "tenant_id": "af07023ea03042eda668f217f154cda5", "subnet_id": "965da3c8-0068-4705-bfa1-282f340928cc", "subnet_ids": ["965da3c8-0068-4705-bfa1-282f340928cc"], "port_id": "34461405-3681-4671-8fa9-dfde11c0e889", "id": "a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86"} 2018-07-21 17:38:35,958 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86/add_router_interface used request id req-f166618c-4d32-4e43-a567-ff3b8bb7b983 2018-07-21 17:38:35,963 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:36,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-33914236-1370-4112-8fb5-f56930497952 Date: Sat, 21 Jul 2018 17:38:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:32Z", "admin_state_up": true, "updated_at": "2018-07-21T17:38:35Z", "revision_number": 3, "routes": [], "project_id": "af07023ea03042eda668f217f154cda5", "id": "a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86", "name": "cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:36,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 used request id req-33914236-1370-4112-8fb5-f56930497952 2018-07-21 17:38:36,086 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:36,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 719 X-Openstack-Request-Id: req-e89468c4-1cb8-47c6-a921-c97640790434 Date: Sat, 21 Jul 2018 17:38:36 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:34Z","admin_state_up":true,"updated_at":"2018-07-21T17:38:35Z","binding:vnic_type":"normal","device_id":"a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:27:e7:69","id":"34461405-3681-4671-8fa9-dfde11c0e889","port_security_enabled":false,"project_id":"af07023ea03042eda668f217f154cda5","fixed_ips":[{"subnet_id":"965da3c8-0068-4705-bfa1-282f340928cc","ip_address":"10.67.79.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-07-21 17:38:36,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 used request id req-e89468c4-1cb8-47c6-a921-c97640790434 2018-07-21 17:38:36,172 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/965da3c8-0068-4705-bfa1-282f340928cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:36,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-e2563e32-b1e2-426c-8357-0f0cd5021405 Date: Sat, 21 Jul 2018 17:38:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","gateway_ip":"10.67.79.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:36,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/965da3c8-0068-4705-bfa1-282f340928cc used request id req-e2563e32-b1e2-426c-8357-0f0cd5021405 2018-07-21 17:38:36,219 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating security group for cloudify manager vm 2018-07-21 17:38:36,220 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:36,220 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:36,601 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["_bIN-brITPOEaj46NADhsw"], "issued_at": "2018-07-21T17:38:36.000000Z"}} 2018-07-21 17:38:36,602 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:36,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76e8c233-bff1-4e09-ad24-f807c9e4dc8e Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:36,683 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-76e8c233-bff1-4e09-ad24-f807c9e4dc8e 2018-07-21 17:38:36,690 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:36,981 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 23 X-Openstack-Request-Id: req-e910590b-54dd-40d0-8bae-ba72ae12c5a9 Date: Sat, 21 Jul 2018 17:38:36 GMT RESP BODY: {"security_groups": []} 2018-07-21 17:38:36,981 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-e910590b-54dd-40d0-8bae-ba72ae12c5a9 2018-07-21 17:38:36,981 - OpenStackSecurityGroup - INFO - Creating security group sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41... 2018-07-21 17:38:36,982 - neutron_utils - INFO - Creating security group with name - sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:36,986 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" -d '{"security_group": {"name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}}' 2018-07-21 17:38:37,181 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1388 X-Openstack-Request-Id: req-585e4761-4245-415e-aef1-67e077ad5d92 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group": {"description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "updated_at": "2018-07-21T17:38:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "703a1593-7303-49ff-858d-b0a639757985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "7f9fa004-2008-4344-9bba-0f7708e81aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 1, "project_id": "af07023ea03042eda668f217f154cda5", "id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:37,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-groups used request id req-585e4761-4245-415e-aef1-67e077ad5d92 2018-07-21 17:38:37,182 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,187 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-406567b4-ffdf-4a17-bbf5-2dbd1346298a Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}]} 2018-07-21 17:38:37,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-406567b4-ffdf-4a17-bbf5-2dbd1346298a 2018-07-21 17:38:37,244 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-e5b57a2a-e68c-41e7-aee3-40597f07790f Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}]} 2018-07-21 17:38:37,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-e5b57a2a-e68c-41e7-aee3-40597f07790f 2018-07-21 17:38:37,281 - neutron_utils - INFO - Retrieving security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,286 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bd906360-49f5-479c-b1ba-e9307d1bbaf9 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "updated_at": "2018-07-21T17:38:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "703a1593-7303-49ff-858d-b0a639757985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "7f9fa004-2008-4344-9bba-0f7708e81aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 1, "project_id": "af07023ea03042eda668f217f154cda5", "id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:37,370 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-bd906360-49f5-479c-b1ba-e9307d1bbaf9 2018-07-21 17:38:37,371 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-a34c994c-4604-4b1e-89df-78801402d9f4 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}]} 2018-07-21 17:38:37,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-a34c994c-4604-4b1e-89df-78801402d9f4 2018-07-21 17:38:37,400 - neutron_utils - INFO - Retrieving security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,404 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-b3ba1e7e-10c5-4b39-9ce5-36cc7c2ef93c Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "updated_at": "2018-07-21T17:38:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "703a1593-7303-49ff-858d-b0a639757985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "7f9fa004-2008-4344-9bba-0f7708e81aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 1, "project_id": "af07023ea03042eda668f217f154cda5", "id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:37,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-b3ba1e7e-10c5-4b39-9ce5-36cc7c2ef93c 2018-07-21 17:38:37,447 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,451 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-7a966585-e5ed-49f9-b693-d1691e6675b8 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}]} 2018-07-21 17:38:37,476 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-7a966585-e5ed-49f9-b693-d1691e6675b8 2018-07-21 17:38:37,476 - neutron_utils - INFO - Creating security group to security group - sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:37,480 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-e52cc449-ef8b-44b7-8e2b-d7e0e2a5bb01 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "updated_at": "2018-07-21T17:38:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "703a1593-7303-49ff-858d-b0a639757985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "7f9fa004-2008-4344-9bba-0f7708e81aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 1, "project_id": "af07023ea03042eda668f217f154cda5", "id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:37,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-e52cc449-ef8b-44b7-8e2b-d7e0e2a5bb01 2018-07-21 17:38:37,523 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:37,527 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74fa5871-680e-4b92-823a-d1a03a8ba4e9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:37,528 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-74fa5871-680e-4b92-823a-d1a03a8ba4e9 2018-07-21 17:38:37,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0dd669d0-3725-466f-bc34-171b738498da Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:37,610 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-0dd669d0-3725-466f-bc34-171b738498da 2018-07-21 17:38:37,610 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1002 X-Openstack-Request-Id: req-181aabc9-d3db-4360-a207-655f59d0ef33 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}]} 2018-07-21 17:38:37,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-181aabc9-d3db-4360-a207-655f59d0ef33 2018-07-21 17:38:37,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" -d '{"security_group_rule": {"protocol": 6, "direction": "ingress", "port_range_min": 1, "port_range_max": 65535, "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23"}}' 2018-07-21 17:38:37,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6f35a864-2a34-45e5-beac-a52822c72728 Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": 1, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "5bc817f2-98df-4358-aab0-8a0425b8cff8"}} 2018-07-21 17:38:37,821 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-6f35a864-2a34-45e5-beac-a52822c72728 2018-07-21 17:38:37,821 - neutron_utils - INFO - Creating security group to security group - sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:37,826 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1887 X-Openstack-Request-Id: req-d90e80f5-2e0c-4615-8835-b3ede1cf9d5f Date: Sat, 21 Jul 2018 17:38:37 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "updated_at": "2018-07-21T17:38:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "5bc817f2-98df-4358-aab0-8a0425b8cff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": 1, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "703a1593-7303-49ff-858d-b0a639757985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "7f9fa004-2008-4344-9bba-0f7708e81aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 2, "project_id": "af07023ea03042eda668f217f154cda5", "id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:37,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-d90e80f5-2e0c-4615-8835-b3ede1cf9d5f 2018-07-21 17:38:37,879 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:37,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1981e70b-dfd0-4098-8db3-b1f055fa457e Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:37,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-1981e70b-dfd0-4098-8db3-b1f055fa457e 2018-07-21 17:38:37,970 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:37,975 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:38,022 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1486 X-Openstack-Request-Id: req-18cb1666-3ddd-410b-8d7e-a0128c28407a Date: Sat, 21 Jul 2018 17:38:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": 1, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "5bc817f2-98df-4358-aab0-8a0425b8cff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}]} 2018-07-21 17:38:38,022 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-18cb1666-3ddd-410b-8d7e-a0128c28407a 2018-07-21 17:38:38,027 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" -d '{"security_group_rule": {"protocol": 17, "direction": "ingress", "port_range_min": 1, "port_range_max": 65535, "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23"}}' 2018-07-21 17:38:38,188 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 508 X-Openstack-Request-Id: req-c2b9c56f-46ca-45f0-bae3-57d3fcb90870 Date: Sat, 21 Jul 2018 17:38:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "17", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-21T17:38:38Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": 1, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:38Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "989b1b8f-7153-401e-9d18-223e1aad11ce"}} 2018-07-21 17:38:38,188 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/security-group-rules used request id req-c2b9c56f-46ca-45f0-bae3-57d3fcb90870 2018-07-21 17:38:38,188 - neutron_utils - INFO - Retrieving security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:38,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:38,245 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2384 X-Openstack-Request-Id: req-6478bb1b-ce36-45cf-b686-b2b328e05515 Date: Sat, 21 Jul 2018 17:38:38 GMT RESP BODY: {"security_groups": [{"description": "", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "updated_at": "2018-07-21T17:38:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "6", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "5bc817f2-98df-4358-aab0-8a0425b8cff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": 1, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "703a1593-7303-49ff-858d-b0a639757985", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "revision_number": 0, "id": "7f9fa004-2008-4344-9bba-0f7708e81aed", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "ingress", "protocol": "17", "description": "", "tags": [], "port_range_max": 65535, "updated_at": "2018-07-21T17:38:38Z", "revision_number": 0, "id": "989b1b8f-7153-401e-9d18-223e1aad11ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:38Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": 1, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 3, "project_id": "af07023ea03042eda668f217f154cda5", "id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:38,245 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-6478bb1b-ce36-45cf-b686-b2b328e05515 2018-07-21 17:38:38,246 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 8a79a151-5ae2-43bf-aa38-342cdf04ec23 2018-07-21 17:38:38,249 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:38,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1971 X-Openstack-Request-Id: req-baed56f7-6f50-4159-ace2-2695a0618396 Date: Sat, 21 Jul 2018 17:38:38 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "ingress", "protocol": "6", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": 1, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "5bc817f2-98df-4358-aab0-8a0425b8cff8"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "703a1593-7303-49ff-858d-b0a639757985"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:37Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:37Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "7f9fa004-2008-4344-9bba-0f7708e81aed"}, {"remote_group_id": null, "direction": "ingress", "protocol": "17", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 65535, "updated_at": "2018-07-21T17:38:38Z", "security_group_id": "8a79a151-5ae2-43bf-aa38-342cdf04ec23", "port_range_min": 1, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:38Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "989b1b8f-7153-401e-9d18-223e1aad11ce"}]} 2018-07-21 17:38:38,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-baed56f7-6f50-4159-ace2-2695a0618396 2018-07-21 17:38:38,300 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Creating cloudify manager VM 2018-07-21 17:38:38,300 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:38,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:38,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["z-ZIo1KdTxuaW0sQBfOdTQ"], "issued_at": "2018-07-21T17:38:38.000000Z"}} 2018-07-21 17:38:38,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:38,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82bccfa5-6b08-4bca-bca4-fe4e3a739c0c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:38,765 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-82bccfa5-6b08-4bca-bca4-fe4e3a739c0c 2018-07-21 17:38:38,766 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-21 17:38:38,768 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:38,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b25fa74-5931-4be8-bf19-6e33f1fc9312 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:38,844 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1b25fa74-5931-4be8-bf19-6e33f1fc9312 2018-07-21 17:38:38,869 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-4b4de7df-ab82-40ba-82e0-a088481369d0 Date: Sat, 21 Jul 2018 17:38:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["965da3c8-0068-4705-bfa1-282f340928cc"],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:39,140 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-4b4de7df-ab82-40ba-82e0-a088481369d0 2018-07-21 17:38:39,142 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:39,147 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-34059c53-859a-4261-bba7-a5dfc164f19e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:39,147 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-34059c53-859a-4261-bba7-a5dfc164f19e 2018-07-21 17:38:39,148 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f7f261-2dcd-4f18-9322-f460fc4f5ff8 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:39,230 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-43f7f261-2dcd-4f18-9322-f460fc4f5ff8 2018-07-21 17:38:39,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-ec52ae66-abf4-4965-83fc-d37123d7f42a Date: Sat, 21 Jul 2018 17:38:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:39,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-ec52ae66-abf4-4965-83fc-d37123d7f42a 2018-07-21 17:38:39,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e&name=cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-190b313b-f7f3-47a0-b1e1-b366e45564de Date: Sat, 21 Jul 2018 17:38:39 GMT RESP BODY: {"ports":[]} 2018-07-21 17:38:39,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e&name=cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True used request id req-190b313b-f7f3-47a0-b1e1-b366e45564de 2018-07-21 17:38:39,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/detail?name=cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-eae58524-05ca-4803-b31b-c52d8995f795 x-compute-request-id: req-eae58524-05ca-4803-b31b-c52d8995f795 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-07-21 17:38:39,599 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/detail?name=cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-eae58524-05ca-4803-b31b-c52d8995f795 2018-07-21 17:38:39,605 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-60cdc0ef-6424-4b31-b113-6e1edc66c00e Date: Sat, 21 Jul 2018 17:38:39 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["965da3c8-0068-4705-bfa1-282f340928cc"],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:39,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-60cdc0ef-6424-4b31-b113-6e1edc66c00e 2018-07-21 17:38:39,709 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d26437c4-f710-43ef-a33e-8f5b5b24df33 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:39,794 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-d26437c4-f710-43ef-a33e-8f5b5b24df33 2018-07-21 17:38:39,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-5a4e5b9e-8c24-4d5f-8a8a-4c425e6f9058 Date: Sat, 21 Jul 2018 17:38:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:39,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-5a4e5b9e-8c24-4d5f-8a8a-4c425e6f9058 2018-07-21 17:38:39,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e&name=cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:39,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-303ec270-1aa4-4f9c-a24e-5d03a718321c Date: Sat, 21 Jul 2018 17:38:39 GMT RESP BODY: {"ports":[]} 2018-07-21 17:38:39,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e&name=cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True used request id req-303ec270-1aa4-4f9c-a24e-5d03a718321c 2018-07-21 17:38:39,885 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:39,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:40,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}], "expires_at": "2018-07-21T18:38:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/af07023ea03042eda668f217f154cda5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "id": "0f051eddec96439a90a46d2315679f3e"}, "audit_ids": ["zkFNMUopTH6Q2VDEqglgWA"], "issued_at": "2018-07-21T17:38:40.000000Z"}} 2018-07-21 17:38:40,270 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfef47f27f9cd3e1aab803ae5ad02132a7d2772" 2018-07-21 17:38:40,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bc0b463-dc8d-4af0-9cd2-b9c8746aec02 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:40,352 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-7bc0b463-dc8d-4af0-9cd2-b9c8746aec02 2018-07-21 17:38:40,360 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:40,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-dcf4154a-f684-4cb7-a1cf-126bb63f89b5 Date: Sat, 21 Jul 2018 17:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["965da3c8-0068-4705-bfa1-282f340928cc"],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:40,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-dcf4154a-f684-4cb7-a1cf-126bb63f89b5 2018-07-21 17:38:40,487 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:40,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-bc0bc5c1-07fe-4b9e-b742-383ae12b5e04 Date: Sat, 21 Jul 2018 17:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:40,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-bc0bc5c1-07fe-4b9e-b742-383ae12b5e04 2018-07-21 17:38:40,542 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:40,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-ac37589b-2578-43fa-8338-e1662d9b250b Date: Sat, 21 Jul 2018 17:38:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["965da3c8-0068-4705-bfa1-282f340928cc"],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:40,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-ac37589b-2578-43fa-8338-e1662d9b250b 2018-07-21 17:38:40,643 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:40,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f84232e-ff04-4741-80d8-b2d39478b751 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:40,649 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-4f84232e-ff04-4741-80d8-b2d39478b751 2018-07-21 17:38:40,649 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dcfef47f27f9cd3e1aab803ae5ad02132a7d2772" 2018-07-21 17:38:40,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ce7b20f-fe47-4c3f-9fbf-50b3adf60c85 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:40,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-6ce7b20f-fe47-4c3f-9fbf-50b3adf60c85 2018-07-21 17:38:40,747 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:40,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-24934fae-7d92-4a1e-8f3f-0502ada67af0 Date: Sat, 21 Jul 2018 17:38:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:40,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-24934fae-7d92-4a1e-8f3f-0502ada67af0 2018-07-21 17:38:40,796 - neutron_utils - INFO - Creating port for network with name - cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:40,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" -d '{"port": {"network_id": "bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e", "name": "cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "admin_state_up": true}}' 2018-07-21 17:38:41,682 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-26ae75f4-5694-4ff8-a608-2d3ac8b67075 Date: Sat, 21 Jul 2018 17:38:41 GMT RESP BODY: {"port":{"status":"DOWN","created_at":"2018-07-21T17:38:41Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-07-21T17:38:41Z","name":"cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:03:6e:7a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"af07023ea03042eda668f217f154cda5","fixed_ips":[{"subnet_id":"965da3c8-0068-4705-bfa1-282f340928cc","ip_address":"10.67.79.4"}],"id":"12c22647-8535-4904-9440-efd532f1aa90","security_groups":["1021bd1e-cf39-4090-9d39-98e7a462e4ed"],"device_id":""}} 2018-07-21 17:38:41,683 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/ports used request id req-26ae75f4-5694-4ff8-a608-2d3ac8b67075 2018-07-21 17:38:41,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:41,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-dc120081-f0bb-47f1-b67b-770814957dcd Date: Sat, 21 Jul 2018 17:38:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["965da3c8-0068-4705-bfa1-282f340928cc"],"updated_at":"2018-07-21T17:38:29Z","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"af07023ea03042eda668f217f154cda5","id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","name":"cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:41,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=cloudify_vrouter_network-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-dc120081-f0bb-47f1-b67b-770814957dcd 2018-07-21 17:38:41,801 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:41,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6439d7f-2b2a-45a0-83b7-ee28eab45820 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:41,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-a6439d7f-2b2a-45a0-83b7-ee28eab45820 2018-07-21 17:38:41,888 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:41,935 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-d75f0c8a-8f41-42cb-a991-dd2e9da6c0d7 Date: Sat, 21 Jul 2018 17:38:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:29Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:38:29Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.67.79.2","end":"10.67.79.254"}],"gateway_ip":"10.67.79.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.67.79.0/24","project_id":"af07023ea03042eda668f217f154cda5","id":"965da3c8-0068-4705-bfa1-282f340928cc","subnetpool_id":null,"name":"cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:41,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e used request id req-d75f0c8a-8f41-42cb-a991-dd2e9da6c0d7 2018-07-21 17:38:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e&name=cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:42,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 754 X-Openstack-Request-Id: req-9fd8c2a5-bc41-4f95-93b3-7bb4ae02f986 Date: Sat, 21 Jul 2018 17:38:42 GMT RESP BODY: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e","tenant_id":"af07023ea03042eda668f217f154cda5","created_at":"2018-07-21T17:38:41Z","admin_state_up":true,"updated_at":"2018-07-21T17:38:41Z","binding:vnic_type":"normal","device_id":"","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:03:6e:7a","id":"12c22647-8535-4904-9440-efd532f1aa90","port_security_enabled":true,"project_id":"af07023ea03042eda668f217f154cda5","fixed_ips":[{"subnet_id":"965da3c8-0068-4705-bfa1-282f340928cc","ip_address":"10.67.79.4"}],"extra_dhcp_opts":[],"security_groups":["1021bd1e-cf39-4090-9d39-98e7a462e4ed"],"name":"cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]} 2018-07-21 17:38:42,017 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?network_id=bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e&name=cloudify_manager_port-701e9b2c-0583-40e6-95a1-e1889a7cfa41&admin_state_up=True used request id req-9fd8c2a5-bc41-4f95-93b3-7bb4ae02f986 2018-07-21 17:38:42,020 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:42,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23e67074-dca0-4f4a-96df-6ed1ef81c4c3 Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:42,105 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-23e67074-dca0-4f4a-96df-6ed1ef81c4c3 2018-07-21 17:38:42,106 - nova_utils - INFO - Creating VM with name - cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:42,109 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:42,132 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-68528319-9132-452a-ad96-97a58bfacf22 x-compute-request-id: req-68528319-9132-452a-ad96-97a58bfacf22 Content-Encoding: gzip Content-Length: 264 Content-Type: application/json RESP BODY: {"flavors": [{"id": "aa87f65c-9494-416f-9858-8be8a9fb676e", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "bookmark"}], "name": "cloudify.medium-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}, {"id": "cfecbba9-7186-4bf1-a970-fe70d70cb413", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2"}]} 2018-07-21 17:38:42,132 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-68528319-9132-452a-ad96-97a58bfacf22 2018-07-21 17:38:42,135 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:42,159 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee8bd7af-c734-439d-b179-0bb2055358cd x-compute-request-id: req-ee8bd7af-c734-439d-b179-0bb2055358cd Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify.medium-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "bookmark"}], "ram": 4096, "OS-FLV-DISABLED:disabled": false, "vcpus": 2, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": "aa87f65c-9494-416f-9858-8be8a9fb676e"}} 2018-07-21 17:38:42,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e used request id req-ee8bd7af-c734-439d-b179-0bb2055358cd 2018-07-21 17:38:42,162 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&name=cloudify_manager_4.0 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:42,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 948 Content-Type: application/json X-Openstack-Request-Id: req-57fa06c1-187b-48c8-b5a7-44aacf44a7a7 Date: Sat, 21 Jul 2018 17:38:42 GMT RESP BODY: {"images": [{"status": "active", "virtual_size": null, "name": "cloudify_manager_4.0", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:37:13Z", "size": 4373348352, "disk_format": "qcow2", "updated_at": "2018-07-21T17:38:20Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/snap", "metadata": {}}], "self": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "min_disk": 0, "protected": false, "id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "file": "/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/file", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner": "af07023ea03042eda668f217f154cda5", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/82453f17-71ab-4abf-8f13-e32f2c1724b3/snap", "min_ram": 0, "schema": "/v2/schemas/image"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20&name=cloudify_manager_4.0"} 2018-07-21 17:38:42,362 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&name=cloudify_manager_4.0 used request id req-57fa06c1-187b-48c8-b5a7-44aacf44a7a7 2018-07-21 17:38:42,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:42,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-5ebb136d-c8b8-4771-84ae-c09653d56c05 Date: Sat, 21 Jul 2018 17:38:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:38:42,371 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-5ebb136d-c8b8-4771-84ae-c09653d56c05 2018-07-21 17:38:42,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" -d '{"server": {"name": "cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "imageRef": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "key_name": "cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "flavorRef": "aa87f65c-9494-416f-9858-8be8a9fb676e", "max_count": 1, "min_count": 1, "networks": [{"port": "12c22647-8535-4904-9440-efd532f1aa90"}], "security_groups": [{"name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}]}}' 2018-07-21 17:38:44,135 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:38:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68784a9e-0d0f-47c2-adbb-bdc2f645b91a x-compute-request-id: req-68784a9e-0d0f-47c2-adbb-bdc2f645b91a Content-Length: 423 location: http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}], "OS-DCF:diskConfig": "MANUAL", "id": "0974f09f-212b-4494-bce2-d0cdcf676b9c", "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "bookmark"}], "adminPass": "ceHiDEYW25LC"}} 2018-07-21 17:38:44,135 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/servers used request id req-68784a9e-0d0f-47c2-adbb-bdc2f645b91a 2018-07-21 17:38:44,139 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:44,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38: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-1055a4bb-6417-4e2e-bceb-d32890a4890c x-compute-request-id: req-1055a4bb-6417-4e2e-bceb-d32890a4890c Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "bookmark"}], "image": {"id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "links": [{"href": "http://172.30.9.23:8774/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa87f65c-9494-416f-9858-8be8a9fb676e", "links": [{"href": "http://172.30.9.23:8774/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "bookmark"}]}, "id": "0974f09f-212b-4494-bce2-d0cdcf676b9c", "user_id": "0f051eddec96439a90a46d2315679f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:38:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "name": "cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "created": "2018-07-21T17:38:44Z", "tenant_id": "af07023ea03042eda668f217f154cda5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-21 17:38:44,383 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c used request id req-1055a4bb-6417-4e2e-bceb-d32890a4890c 2018-07-21 17:38:44,383 - create_instance - INFO - Created instance with name - cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:44,386 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:44,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38: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-1f2cb0c2-6f8e-4c3c-b46d-427e2fbbcdde x-compute-request-id: req-1f2cb0c2-6f8e-4c3c-b46d-427e2fbbcdde Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "bookmark"}], "image": {"id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "links": [{"href": "http://172.30.9.23:8774/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa87f65c-9494-416f-9858-8be8a9fb676e", "links": [{"href": "http://172.30.9.23:8774/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "bookmark"}]}, "id": "0974f09f-212b-4494-bce2-d0cdcf676b9c", "user_id": "0f051eddec96439a90a46d2315679f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-07-21T17:38:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "name": "cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "created": "2018-07-21T17:38:44Z", "tenant_id": "af07023ea03042eda668f217f154cda5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-07-21 17:38:44,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c used request id req-1f2cb0c2-6f8e-4c3c-b46d-427e2fbbcdde 2018-07-21 17:38:44,790 - create_instance - DEBUG - Instance status [cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41] is - BUILD 2018-07-21 17:38:44,790 - create_instance - DEBUG - Retry querying VM status in 3 seconds 2018-07-21 17:38:47,793 - create_instance - DEBUG - VM status query timeout in 896.589921951 2018-07-21 17:38:47,796 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a187fd017510d1cc65fa66ac629627954ea0e6b" 2018-07-21 17:38:48,160 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aed780f-8eb8-4c1d-984d-d075b0e5fea1 x-compute-request-id: req-6aed780f-8eb8-4c1d-984d-d075b0e5fea1 Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "self"}, {"href": "http://172.30.9.23:8774/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c", "rel": "bookmark"}], "image": {"id": "82453f17-71ab-4abf-8f13-e32f2c1724b3", "links": [{"href": "http://172.30.9.23:8774/images/82453f17-71ab-4abf-8f13-e32f2c1724b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "aa87f65c-9494-416f-9858-8be8a9fb676e", "links": [{"href": "http://172.30.9.23:8774/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e", "rel": "bookmark"}]}, "id": "0974f09f-212b-4494-bce2-d0cdcf676b9c", "user_id": "0f051eddec96439a90a46d2315679f3e", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-07-21T17:38:44Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "name": "cloudify_manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41", "created": "2018-07-21T17:38:44Z", "tenant_id": "af07023ea03042eda668f217f154cda5", "os-extended-volumes:volumes_attached": [], "fault": {"message": "No valid host was found. ", "code": 500, "created": "2018-07-21T17:38:44Z"}, "metadata": {}}} 2018-07-21 17:38:48,160 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/servers/0974f09f-212b-4494-bce2-d0cdcf676b9c used request id req-6aed780f-8eb8-4c1d-984d-d075b0e5fea1 2018-07-21 17:38:48,161 - functest.core.vnf - ERROR - Exception on VNF testing Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/vnf.py", line 74, in run if (self.deploy_orchestrator() and File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 256, in deploy_orchestrator manager_creator.create() File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 103, in create self.__create_vm(block) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 158, in __create_vm if self.vm_active(block=True): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 525, in vm_active poll_interval): File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 552, in __vm_status_check status = self.__status(expected_status_code) File "/usr/lib/python2.7/site-packages/snaps/openstack/create_instance.py", line 587, in __status 'Instance had an error during deployment') VmInstanceCreationError: Instance had an error during deployment 2018-07-21 17:38:48,304 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 17:38:48,304 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 01:42 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-07-21 17:38:48,309 - functest.opnfv_tests.vnf.router.cloudify_vrouter - ERROR - Some issue during the undeployment .. Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/vnf/router/cloudify_vrouter.py", line 404, in clean cfy_client = self.orchestrator['object'] KeyError: 'object' 2018-07-21 17:38:48,309 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-07-21 17:38:48,309 - neutron_utils - INFO - Deleting security group rule with ID - 703a1593-7303-49ff-858d-b0a639757985 2018-07-21 17:38:48,314 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/703a1593-7303-49ff-858d-b0a639757985 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:48,564 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b6e69be-24b6-4afa-9470-928e3192e2bf Content-Length: 0 Date: Sat, 21 Jul 2018 17:38:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:38:48,564 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/703a1593-7303-49ff-858d-b0a639757985 used request id req-4b6e69be-24b6-4afa-9470-928e3192e2bf 2018-07-21 17:38:48,564 - neutron_utils - INFO - Deleting security group rule with ID - 989b1b8f-7153-401e-9d18-223e1aad11ce 2018-07-21 17:38:48,569 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/989b1b8f-7153-401e-9d18-223e1aad11ce -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:48,682 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-329a8a14-9733-4ded-864b-c05e665102bc Content-Length: 0 Date: Sat, 21 Jul 2018 17:38:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:38:48,682 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/989b1b8f-7153-401e-9d18-223e1aad11ce used request id req-329a8a14-9733-4ded-864b-c05e665102bc 2018-07-21 17:38:48,683 - neutron_utils - INFO - Deleting security group rule with ID - 5bc817f2-98df-4358-aab0-8a0425b8cff8 2018-07-21 17:38:48,688 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/5bc817f2-98df-4358-aab0-8a0425b8cff8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:48,802 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-456ac908-09c9-4b29-8d59-e6cdfd0a149e Content-Length: 0 Date: Sat, 21 Jul 2018 17:38:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:38:48,802 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/5bc817f2-98df-4358-aab0-8a0425b8cff8 used request id req-456ac908-09c9-4b29-8d59-e6cdfd0a149e 2018-07-21 17:38:48,802 - neutron_utils - INFO - Deleting security group rule with ID - 7f9fa004-2008-4344-9bba-0f7708e81aed 2018-07-21 17:38:48,807 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-group-rules/7f9fa004-2008-4344-9bba-0f7708e81aed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:48,926 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1acd3e39-78c4-4fbe-88af-8bd2a6e9cbd1 Content-Length: 0 Date: Sat, 21 Jul 2018 17:38:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:38:48,926 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-group-rules/7f9fa004-2008-4344-9bba-0f7708e81aed used request id req-1acd3e39-78c4-4fbe-88af-8bd2a6e9cbd1 2018-07-21 17:38:48,926 - neutron_utils - INFO - Deleting security group with name - sg-cloudify-manager-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:48,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/8a79a151-5ae2-43bf-aa38-342cdf04ec23 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}419bd1bb668a9d0d1d9c01cf6fc0c13fd75c2ce0" 2018-07-21 17:38:49,081 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6659b2a3-3597-4498-8b84-bd5a2ab4eede Content-Length: 0 Date: Sat, 21 Jul 2018 17:38:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:38:49,081 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/8a79a151-5ae2-43bf-aa38-342cdf04ec23 used request id req-6659b2a3-3597-4498-8b84-bd5a2ab4eede 2018-07-21 17:38:49,082 - OpenStackNetwork - INFO - Removing router interface from router cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41 and subnet cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:49,082 - neutron_utils - INFO - Removing router interface from router named cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:49,087 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" -d '{"subnet_id": "965da3c8-0068-4705-bfa1-282f340928cc"}' 2018-07-21 17:38:50,863 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8bf66499-a424-4ba3-a8e4-d780ddc06ca3 Date: Sat, 21 Jul 2018 17:38:50 GMT RESP BODY: {"network_id": "bbc3d35a-a1a6-47f6-99d5-4efb822e4f7e", "tenant_id": "af07023ea03042eda668f217f154cda5", "subnet_id": "965da3c8-0068-4705-bfa1-282f340928cc", "subnet_ids": ["965da3c8-0068-4705-bfa1-282f340928cc"], "port_id": "34461405-3681-4671-8fa9-dfde11c0e889", "id": "a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86"} 2018-07-21 17:38:50,863 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86/remove_router_interface used request id req-8bf66499-a424-4ba3-a8e4-d780ddc06ca3 2018-07-21 17:38:50,864 - OpenStackNetwork - INFO - Removing router cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:50,864 - neutron_utils - INFO - Deleting router with name - cloudify_vrouter_router-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:50,868 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7ead8620ee4cbeccdf6ac6e163e362eb65edf2c" 2018-07-21 17:38:52,105 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fd1dbb77-a73a-4721-a779-ab9faaf0339f Content-Length: 0 Date: Sat, 21 Jul 2018 17:38:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 17:38:52,106 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/a8a30bca-6aec-4c1f-8eb2-6dc4f4469f86 used request id req-fd1dbb77-a73a-4721-a779-ab9faaf0339f 2018-07-21 17:38:52,106 - neutron_utils - INFO - Deleting subnet with name cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:52,107 - neutron_utils - INFO - Deleting subnet with name cloudify_vrouter_subnet-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:52,111 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/965da3c8-0068-4705-bfa1-282f340928cc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}606ab9e4511ffc2700f48c38a509cf6f15f537f7" 2018-07-21 17:38:52,485 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-6994b284-f6ec-4f94-bceb-764de001613a Date: Sat, 21 Jul 2018 17:38:52 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 965da3c8-0068-4705-bfa1-282f340928cc: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-21 17:38:52,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/965da3c8-0068-4705-bfa1-282f340928cc used request id req-6994b284-f6ec-4f94-bceb-764de001613a 2018-07-21 17:38:52,486 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 965da3c8-0068-4705-bfa1-282f340928cc: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-21 17:38:52,486 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet 965da3c8-0068-4705-bfa1-282f340928cc: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-6994b284-f6ec-4f94-bceb-764de001613a'] 2018-07-21 17:38:52,487 - glance_utils - INFO - Deleting image named - vyos1.1.7 2018-07-21 17:38:52,490 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}1ac045fcd0a53f205d2098ca95a956ca35f7dfe8" 2018-07-21 17:38:53,697 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3b4d7e3b-4e26-4dff-86f0-77f8d4ee8305 Date: Sat, 21 Jul 2018 17:38:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:38:53,697 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/89f424f2-2cd0-4883-bf51-964e409dc238 used request id req-3b4d7e3b-4e26-4dff-86f0-77f8d4ee8305 2018-07-21 17:38:53,698 - glance_utils - INFO - Deleting image named - cloudify_manager_4.0 2018-07-21 17:38:53,701 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}09b37531391cccb7949c93f2c15bb2153d000d2a" 2018-07-21 17:38:54,847 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d6f2ed78-b1fc-4bc5-b8a1-89d6d2a907fe Date: Sat, 21 Jul 2018 17:38:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:38:54,847 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/82453f17-71ab-4abf-8f13-e32f2c1724b3 used request id req-d6f2ed78-b1fc-4bc5-b8a1-89d6d2a907fe 2018-07-21 17:38:54,848 - nova_utils - DEBUG - Deleting keypair - cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:54,851 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}49a5d72f97860f73335d625a090a48d631149853" 2018-07-21 17:38:54,889 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-16d585e1-1036-419b-9469-4ef7453f592f x-compute-request-id: req-16d585e1-1036-419b-9469-4ef7453f592f Content-Length: 0 Content-Type: application/json 2018-07-21 17:38:54,889 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/os-keypairs/cloudify_vrouter_kp-701e9b2c-0583-40e6-95a1-e1889a7cfa41 used request id req-16d585e1-1036-419b-9469-4ef7453f592f 2018-07-21 17:38:54,890 - OpenStackKeypair - INFO - Deleted private key file [/home/opnfv/functest/data/router/cloudify_vrouter.pem] 2018-07-21 17:38:54,891 - keystone_utils - INFO - Deleting user with name - cloudify_network_bug-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:54,894 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/0f051eddec96439a90a46d2315679f3e -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}60c1973fd5dc728ee491185045e38afbe5c877af" 2018-07-21 17:38:55,065 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:38:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ff8408b-1d53-4fe8-98b9-6a7e4333bc64 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:38:55,066 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/0f051eddec96439a90a46d2315679f3e used request id req-8ff8408b-1d53-4fe8-98b9-6a7e4333bc64 2018-07-21 17:38:55,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c33bbbb700221956de3017da3011f88222b56dc3" 2018-07-21 17:38:55,097 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 17:38:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-48a9e019-e6aa-44f4-9c42-76d221d63655 x-compute-request-id: req-48a9e019-e6aa-44f4-9c42-76d221d63655 Content-Length: 0 Content-Type: application/json 2018-07-21 17:38:55,097 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/aa87f65c-9494-416f-9858-8be8a9fb676e used request id req-48a9e019-e6aa-44f4-9c42-76d221d63655 2018-07-21 17:38:55,098 - keystone_utils - INFO - Deleting user with name - vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:55,101 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/b4fa3a643e914bbdbef2dd668153167b -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f08c767e22bd3e549f43100d9eb42650631d4a01" 2018-07-21 17:38:55,274 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8d80e88-9797-41bc-bc09-f77616192ab4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:38:55,274 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/b4fa3a643e914bbdbef2dd668153167b used request id req-d8d80e88-9797-41bc-bc09-f77616192ab4 2018-07-21 17:38:55,280 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:38:55,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 31070 X-Openstack-Request-Id: req-946008c1-e50e-4003-b1c2-ac3aee4708ac Date: Sat, 21 Jul 2018 17:38:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:28Z", "updated_at": "2018-07-21T17:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "2e98d91b-beb5-4692-9a1c-e5928b9b6851", "remote_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "4defcba2-d289-4c3b-857d-add259d917dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "6cb51314-4ba6-4afd-b9ac-adf65d922a6f", "remote_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "97c8c484-0da4-49d4-a52c-67cc6084eed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 1, "project_id": "af07023ea03042eda668f217f154cda5", "id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "created_at": "2018-07-21T16:05:37Z", "updated_at": "2018-07-21T16:05:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "153bf52d-fbdf-4e6e-9f13-d3fc7c853a33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "186782cd-8bca-4c6c-b5d1-be153a42c6d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "4a821daa-d268-4aa5-9896-8e8565d3902b", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "90aa2d98-0a90-4e75-807a-89dd8f29c361", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}], "revision_number": 1, "project_id": "9c1b53ea4891475d886a643c0437ee5a", "id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:41Z", "updated_at": "2018-07-21T16:08:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "14db7078-675b-47aa-8800-7f77a9bdb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "9726106c-3788-467f-a0f0-93b9609c9b62", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "c3af51b0-3e90-49c8-a378-4f9c7bcf1f9f", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "d20c8b7b-ce0c-4645-920f-42603c0d2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}], "revision_number": 1, "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:38Z", "updated_at": "2018-07-21T16:09:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "13e3239e-b9a2-4da3-b99c-d3fad92b1645", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "3cf375fb-5f9f-494b-aacc-30bf90f4f6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "64cc4633-a855-4243-ae79-720f434bc4a9", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "850925e3-3d55-4e77-8fcc-6395ed2df833", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:15Z", "updated_at": "2018-07-21T16:10:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "40d81d38-9171-4c24-a1df-5bfe396b1b35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7376d7a5-0bf0-4ea3-9244-7e998c95c78c", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7cac188a-d7c1-43ee-8e9e-becffe4de0ac", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "eb99ed75-f310-4156-9c5d-f30bbf4b571b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6133515c-277e-4362-a553-4e3bcb8baf72", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:12Z", "updated_at": "2018-07-21T16:08:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "2837754f-e940-469b-90ce-4380dfc657b3", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "7192c936-7835-4f9a-99a2-d553c28ef58e", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e4b48d4a-ffbd-499d-8cb0-a0eb6eefab89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e8304b60-dce1-4398-bb83-1fabd7894644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}], "revision_number": 1, "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:39Z", "updated_at": "2018-07-21T17:23:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "02bcedcb-f720-4515-abdd-e67ed18654ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "3863828d-965f-4fc1-acd3-b645c1ed3666", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "786cdb52-23a3-43ca-968e-b2e3551abd74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "beec9628-bece-4ac1-b6e3-63461c7ae061", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:58Z", "updated_at": "2018-07-21T16:07:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "1f77b077-aa4b-4576-9a3a-9fa8dbe7baf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "2938f45d-88af-4473-9555-4592ba7d5c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "46d00a28-f9ab-461f-86f5-751eae9bc2f4", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "9acdbed0-73de-4d1b-a73a-cb66ff65ede7", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "created_at": "2018-07-21T16:11:07Z", "updated_at": "2018-07-21T16:11:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "319dda73-5ba0-4597-9aac-2eca2202c0af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "5c093472-08a2-4715-9949-82f44d5cd4b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "60a71d15-0e91-468b-80b9-88761563a6a8", "remote_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "67977ab5-054e-41be-8d9d-d37e5a2b6287", "remote_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}], "revision_number": 1, "project_id": "3bb5403b2f224f0cb1a92270712d4039", "id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:50Z", "updated_at": "2018-07-21T16:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1206ce59-8a3d-4b53-bc92-2ae0c196e20a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1c8b5929-f01b-41a5-83c8-0efadc9ae32a", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "350715fe-e582-47b5-8cdb-1c871a15bb9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "acd059f9-19a8-4b2a-a9c9-8497d3958747", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-21T16:07:59Z", "updated_at": "2018-07-21T16:07:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "1d7da4c8-88cd-48e6-a281-cca9fe514adf", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "31a63c95-851f-48b6-b24f-d9678505272c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "46d4b1d3-8d35-414e-a287-d8324bad9a81", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "66ce9865-6a48-4e29-be87-07e685ff7ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f4bed278-796b-4d77-a649-88652035bb18", "name": "default"}]} 2018-07-21 17:38:55,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-946008c1-e50e-4003-b1c2-ac3aee4708ac 2018-07-21 17:38:55,535 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:38:55,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e89b3b3d-6b4f-4e4e-8e73-9392a2572c4a Content-Encoding: gzip Content-Length: 254 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "af07023ea03042eda668f217f154cda5", "name": "vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41"}} 2018-07-21 17:38:55,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-e89b3b3d-6b4f-4e4e-8e73-9392a2572c4a 2018-07-21 17:38:55,626 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - 1021bd1e-cf39-4090-9d39-98e7a462e4ed 2018-07-21 17:38:55,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1021bd1e-cf39-4090-9d39-98e7a462e4ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:38:55,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-f2638269-6915-47c0-a324-6ef86e977835 Date: Sat, 21 Jul 2018 17:38:55 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:28Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "2e98d91b-beb5-4692-9a1c-e5928b9b6851"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:28Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "4defcba2-d289-4c3b-857d-add259d917dc"}, {"remote_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:28Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "6cb51314-4ba6-4afd-b9ac-adf65d922a6f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "port_range_min": null, "revision_number": 0, "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:28Z", "project_id": "af07023ea03042eda668f217f154cda5", "id": "97c8c484-0da4-49d4-a52c-67cc6084eed3"}]} 2018-07-21 17:38:55,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=1021bd1e-cf39-4090-9d39-98e7a462e4ed used request id req-f2638269-6915-47c0-a324-6ef86e977835 2018-07-21 17:38:55,691 - neutron_utils - INFO - Deleting security group with name - default 2018-07-21 17:38:55,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/1021bd1e-cf39-4090-9d39-98e7a462e4ed -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:38:55,731 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-80688c6a-169a-436e-9715-84bf67accb4d Date: Sat, 21 Jul 2018 17:38:55 GMT RESP BODY: {"NeutronError": {"message": "Security Group 1021bd1e-cf39-4090-9d39-98e7a462e4ed in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-21 17:38:55,731 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/1021bd1e-cf39-4090-9d39-98e7a462e4ed used request id req-80688c6a-169a-436e-9715-84bf67accb4d 2018-07-21 17:38:55,731 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security Group 1021bd1e-cf39-4090-9d39-98e7a462e4ed in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-21 17:38:55,732 - keystone_utils - INFO - Deleting project with name - vyos_vrouter-701e9b2c-0583-40e6-95a1-e1889a7cfa41 2018-07-21 17:38:55,736 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:38:55,872 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:38:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e168c49-ab3c-40a7-9c2d-4731a99f6b7e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:38:55,872 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-9e168c49-ab3c-40a7-9c2d-4731a99f6b7e 2018-07-21 17:38:55,875 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5fcf64348407888a4304f7bed6681b33be65adf9" 2018-07-21 17:38:55,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74856d04-7b27-42e7-a2e6-726a4aa932a2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:38:55,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-74856d04-7b27-42e7-a2e6-726a4aa932a2 2018-07-21 17:38:55,969 - xtesting.ci.run_tests - ERROR - The test case 'vyos_vrouter' failed. 2018-07-21 17:38:55,992 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-07-21 17:38:56,065 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - VNF configuration: {'descriptor': {u'file_name': u'/src/epc-requirements/abot_charm/functest-abot-epc-bundle/bundle.yaml', u'version': u'1', u'name': u'abot-oai-epc'}, 'requirements': {u'flavor': {u'ram_min': 4096, u'name': u'm1.medium.juju'}}} 2018-07-21 17:38:56,083 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-07-21 17:38:56,083 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-07-21 17:38:56,084 - functest.core.vnf - INFO - Prepare VNF: juju_epc, description: Created by OPNFV Functest: juju_epc 2018-07-21 17:38:56,084 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-07-21 17:38:56,084 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-07-21 17:38:56,084 - openstack_tests - INFO - OS Credentials = > 2018-07-21 17:38:56,084 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:56,085 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:56,476 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:38:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["77HX-m3jSjWxw23KQcTHaA"], "issued_at": "2018-07-21T17:38:56.000000Z"}} 2018-07-21 17:38:56,476 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38aed3edf9338ab11a3457dfa099a6c93fa1ae4d" 2018-07-21 17:38:56,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba6145e-63ac-4e62-b860-877196b65973 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:56,554 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6ba6145e-63ac-4e62-b860-877196b65973 2018-07-21 17:38:56,559 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:56,564 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b06a53a-fdac-4d0e-a36d-7fcf16a435ce Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:56,564 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-1b06a53a-fdac-4d0e-a36d-7fcf16a435ce 2018-07-21 17:38:56,565 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef&description=Created+by+OPNFV+Functest%3A+juju_epc -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38aed3edf9338ab11a3457dfa099a6c93fa1ae4d" 2018-07-21 17:38:56,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9a6f44b-9db9-4525-8b5b-78e1ac4a9bc4 Content-Encoding: gzip Content-Length: 216 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef&description=Created+by+OPNFV+Functest%3A+juju_epc", "previous": null, "next": null}, "projects": []} 2018-07-21 17:38:56,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?enabled=True&domain_name=Default&name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef&description=Created+by+OPNFV+Functest%3A+juju_epc used request id req-e9a6f44b-9db9-4525-8b5b-78e1ac4a9bc4 2018-07-21 17:38:56,660 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38aed3edf9338ab11a3457dfa099a6c93fa1ae4d" 2018-07-21 17:38:56,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-107c0498-a9b6-46b8-924e-5e9ec1dfeaf3 Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-21 17:38:56,756 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-107c0498-a9b6-46b8-924e-5e9ec1dfeaf3 2018-07-21 17:38:56,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:5000/v3/projects -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}38aed3edf9338ab11a3457dfa099a6c93fa1ae4d" -d '{"project": {"enabled": true, "description": "Created by OPNFV Functest: juju_epc", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "domain_id": "default"}}' 2018-07-21 17:38:56,896 - keystoneauth.session - DEBUG - RESP: [201] Date: Sat, 21 Jul 2018 17:38:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ee235128-cb51-47b4-a08d-ae1f051c2fda Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "id": "1d041298a7274c82ad323798a2215a13", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}} 2018-07-21 17:38:56,896 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.23:5000/v3/projects used request id req-ee235128-cb51-47b4-a08d-ae1f051c2fda 2018-07-21 17:38:56,896 - keystone_utils - INFO - Created project with name - juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:38:56,896 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:56,897 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:57,299 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:38:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["2n550IMGS9CGa1KdNTaZIw"], "issued_at": "2018-07-21T17:38:57.000000Z"}} 2018-07-21 17:38:57,300 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6ba89e0a0a62be8fd022679dec65dfe435eef7" 2018-07-21 17:38:57,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1825bcd2-293e-45b4-bfdb-bd85e9351f52 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:57,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1825bcd2-293e-45b4-bfdb-bd85e9351f52 2018-07-21 17:38:57,400 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:57,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-700725e4-ba95-4705-962a-feb06f4fabfc Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:57,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-700725e4-ba95-4705-962a-feb06f4fabfc 2018-07-21 17:38:57,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fd6ba89e0a0a62be8fd022679dec65dfe435eef7" 2018-07-21 17:38:57,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f487264f-4bf4-4dcf-852a-88ed486a5fac Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:38:57,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-f487264f-4bf4-4dcf-852a-88ed486a5fac 2018-07-21 17:38:57,507 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:57,508 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:57,895 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:38:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["KjxU6a6qTbqBQmBnMCiOKw"], "issued_at": "2018-07-21T17:38:57.000000Z"}} 2018-07-21 17:38:57,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:57,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00048c2f-f3b3-4fdf-9d4b-dfda6358e5e2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:38:57,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-00048c2f-f3b3-4fdf-9d4b-dfda6358e5e2 2018-07-21 17:38:57,911 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:38:57,916 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:38:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b992afd-70b2-4e81-b774-812d7c27a6ec Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:38:57,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-3b992afd-70b2-4e81-b774-812d7c27a6ec 2018-07-21 17:38:57,917 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f1b7e542-cccd-487c-8235-8d39d619a0d1 Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:38:58,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-f1b7e542-cccd-487c-8235-8d39d619a0d1 2018-07-21 17:38:58,031 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e7621e-48c7-4ba7-a02d-1592600063df Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "id": "1d041298a7274c82ad323798a2215a13", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:38:58,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef used request id req-30e7621e-48c7-4ba7-a02d-1592600063df 2018-07-21 17:38:58,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5115e17-4ada-4e98-9760-c8ded175594b Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-21 17:38:58,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-d5115e17-4ada-4e98-9760-c8ded175594b 2018-07-21 17:38:58,576 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a11424b-4a87-4c01-be83-70b1a0199378 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:38:58,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-0a11424b-4a87-4c01-be83-70b1a0199378 2018-07-21 17:38:58,668 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e123e9d1-e9b1-4d21-b814-ff0d65e07809 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "id": "1d041298a7274c82ad323798a2215a13", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:38:58,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef used request id req-e123e9d1-e9b1-4d21-b814-ff0d65e07809 2018-07-21 17:38:58,764 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/d1ff02a0127e41f99a61dbffb5d72932 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,867 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d527d97-c838-40c8-bbbf-bf5909525119 Content-Encoding: gzip Content-Length: 240 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "links": {"self": "http://172.30.9.23:5000/v3/users/d1ff02a0127e41f99a61dbffb5d72932"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "1d041298a7274c82ad323798a2215a13", "id": "d1ff02a0127e41f99a61dbffb5d72932", "password_expires_at": null}} 2018-07-21 17:38:58,867 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/d1ff02a0127e41f99a61dbffb5d72932 used request id req-4d527d97-c838-40c8-bbbf-bf5909525119 2018-07-21 17:38:58,871 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/d1ff02a0127e41f99a61dbffb5d72932/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:58,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44ccd944-6e51-448b-822f-272cdfa653dd Content-Encoding: gzip Content-Length: 164 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/d1ff02a0127e41f99a61dbffb5d72932/roles", "previous": null, "next": null}, "roles": []} 2018-07-21 17:38:58,981 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/d1ff02a0127e41f99a61dbffb5d72932/roles used request id req-44ccd944-6e51-448b-822f-272cdfa653dd 2018-07-21 17:38:58,984 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:59,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:38:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca6ec4cc-4f75-45a1-9542-e69d5fc3d646 Content-Encoding: gzip Content-Length: 141 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}} 2018-07-21 17:38:59,073 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7 used request id req-ca6ec4cc-4f75-45a1-9542-e69d5fc3d646 2018-07-21 17:38:59,073 - keystone_utils - INFO - Granting role admin to project juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:38:59,077 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/d1ff02a0127e41f99a61dbffb5d72932/roles/6162cf18063544399de1aa224b6485c7 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}681d14b502b839455bf7404dc434be36abd5b1dd" 2018-07-21 17:38:59,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:38:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d6d2eb2-d423-4afe-9d03-0b6a38f0a028 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:38:59,219 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/d1ff02a0127e41f99a61dbffb5d72932/roles/6162cf18063544399de1aa224b6485c7 used request id req-2d6d2eb2-d423-4afe-9d03-0b6a38f0a028 2018-07-21 17:38:59,220 - keystone_utils - INFO - Created user with name - juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:38:59,220 - functest.core.vnf - DEBUG - snaps creds: OSCreds - username=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef, password=9b945d95-e38b-4f03-82c5-4b460705b387, auth_url=http://172.30.9.23:5000/v3, project_name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-21 17:38:59,221 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - ENV: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | SDN_CONTROLLER_USER | admin | | POD_ARCH | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | SDN_CONTROLLER_RESTCONFPORT | 8181 | | SDN_CONTROLLER_PASSWORD | rgrI5jagbAispHWvfA4jqZMWI | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-noha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-171 | | SDN_CONTROLLER_IP | 192.30.9.10 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-07-21 17:38:59,229 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:38:59,230 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:38:59,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:38:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["lDa7sOqIT0i7ck5fTHoI1g"], "issued_at": "2018-07-21T17:38:59.000000Z"}} 2018-07-21 17:38:59,629 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-07-21 17:39:00,956 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-cloud abot-epc -f /home/opnfv/functest/results/juju_epc/clouds.yaml --replace Since Juju 2 is being run for the first time, downloading latest cloud information. Fetching latest public cloud list... Updated your list of public clouds with 6 cloud regions added: added cloud region: - aws/eu-west-3 - google/asia-south1 - google/europe-west2 - google/europe-west3 - google/southamerica-east1 - google/us-east4 2018-07-21 17:39:00,957 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-07-21 17:39:00,958 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:00,959 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:01,344 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["V3qF2xP5Tf6N8zpKR4mftg"], "issued_at": "2018-07-21T17:39:01.000000Z"}} 2018-07-21 17:39:01,345 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:01,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45acd7cd-3b78-43dc-b7bc-1e81e8025be0 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:01,442 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-45acd7cd-3b78-43dc-b7bc-1e81e8025be0 2018-07-21 17:39:01,446 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:39:01,451 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:39:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1d159141-b6ed-4698-a79c-3a9488b15a2a Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:39:01,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-1d159141-b6ed-4698-a79c-3a9488b15a2a 2018-07-21 17:39:01,452 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:01,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fb93457-0bb6-42f1-b05f-4017380352c1 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron", "links": {"self": "http://172.30.9.23:5000/v3/users/0198b6e856d64d56868b5b88b5466c01"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0198b6e856d64d56868b5b88b5466c01", "email": "neutron@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.23:5000/v3/users/14ade7f4b8874a8ebb7db7952062f8a5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "14ade7f4b8874a8ebb7db7952062f8a5", "email": "swift@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.23:5000/v3/users/2a2432a175e24e539f898da0a66c9eae"}, "domain_id": "default", "enabled": true, "options": {}, "id": "2a2432a175e24e539f898da0a66c9eae", "email": "admin@example.com", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.23:5000/v3/users/4b58e79aae4f4a0188441446fc9e3e0d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4b58e79aae4f4a0188441446fc9e3e0d", "email": "aodh@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.23:5000/v3/users/5ba0ae39343f42db9933e0f134d5b960"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5ba0ae39343f42db9933e0f134d5b960", "email": "cinder@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.23:5000/v3/users/64e0ded2595745ba8b5c76a5985ebe76"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e0ded2595745ba8b5c76a5985ebe76", "email": "placement@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.23:5000/v3/users/6d65381dfba342d699980dc046486d6a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6d65381dfba342d699980dc046486d6a", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.23:5000/v3/users/905aad13754d421a9b3fd6c8072b06ab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "905aad13754d421a9b3fd6c8072b06ab", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.23:5000/v3/users/9b6f96c2720441b98831d588c59f0527"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9b6f96c2720441b98831d588c59f0527", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.23:5000/v3/users/9d31a71c0a8a4ae59fc43228829ad4e2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9d31a71c0a8a4ae59fc43228829ad4e2", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.23:5000/v3/users/a2085a22da3e4b6386d29dcc35ad7a52"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a2085a22da3e4b6386d29dcc35ad7a52", "email": "heat@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.23:5000/v3/users/bca07516ac1c4f1090a62725b5ca804c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "bca07516ac1c4f1090a62725b5ca804c", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.23:5000/v3/users/d081ea6b48004bc3903b02bdc0a1bb4e"}, "domain_id": "d64d84be5f4f4164a385b2f32ce40555", "enabled": true, "options": {}, "id": "d081ea6b48004bc3903b02bdc0a1bb4e", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "links": {"self": "http://172.30.9.23:5000/v3/users/d1ff02a0127e41f99a61dbffb5d72932"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "1d041298a7274c82ad323798a2215a13", "id": "d1ff02a0127e41f99a61dbffb5d72932", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.23:5000/v3/users/d281579d6b7447828f008eeb05df1af2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d281579d6b7447828f008eeb05df1af2", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.23:5000/v3/users", "previous": null, "next": null}} 2018-07-21 17:39:01,641 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users used request id req-1fb93457-0bb6-42f1-b05f-4017380352c1 2018-07-21 17:39:01,645 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:01,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c0f3a09-06e8-4706-8017-1fc4ccec0d51 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "id": "1d041298a7274c82ad323798a2215a13", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:39:01,722 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef used request id req-4c0f3a09-06e8-4706-8017-1fc4ccec0d51 2018-07-21 17:39:01,725 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/domains?name=Default -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:01,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6de40c06-6064-4016-9aca-aba23d07235c Content-Encoding: gzip Content-Length: 179 Content-Type: application/json RESP BODY: {"domains": [{"description": "The default domain", "links": {"self": "http://172.30.9.23:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.23:5000/v3/domains?name=Default", "previous": null, "next": null}} 2018-07-21 17:39:01,821 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/domains?name=Default used request id req-6de40c06-6064-4016-9aca-aba23d07235c 2018-07-21 17:39:02,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:02,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6f3c67ee-2d79-4624-9c43-7c7f6be24754 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 17:39:02,264 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-6f3c67ee-2d79-4624-9c43-7c7f6be24754 2018-07-21 17:39:02,268 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:02,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-057695e0-2fd6-4453-9b54-1de4c2de69b8 Content-Encoding: gzip Content-Length: 284 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "id": "1d041298a7274c82ad323798a2215a13", "parent_id": "default", "domain_id": "default", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:39:02,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects?name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef used request id req-057695e0-2fd6-4453-9b54-1de4c2de69b8 2018-07-21 17:39:02,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/users/8c1d8f1e627f46af944d60cf8c66e280 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:02,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2b5607-f448-459c-8777-01476476194f Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "juju_network_discovery_bug", "links": {"self": "http://172.30.9.23:5000/v3/users/8c1d8f1e627f46af944d60cf8c66e280"}, "domain_id": "default", "enabled": true, "options": {}, "default_project_id": "1d041298a7274c82ad323798a2215a13", "id": "8c1d8f1e627f46af944d60cf8c66e280", "password_expires_at": null}} 2018-07-21 17:39:02,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/users/8c1d8f1e627f46af944d60cf8c66e280 used request id req-af2b5607-f448-459c-8777-01476476194f 2018-07-21 17:39:02,406 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/8c1d8f1e627f46af944d60cf8c66e280/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:02,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83f5f936-9b22-43b3-9ff0-3d25dffbc768 Content-Encoding: gzip Content-Length: 165 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/8c1d8f1e627f46af944d60cf8c66e280/roles", "previous": null, "next": null}, "roles": []} 2018-07-21 17:39:02,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/8c1d8f1e627f46af944d60cf8c66e280/roles used request id req-83f5f936-9b22-43b3-9ff0-3d25dffbc768 2018-07-21 17:39:02,520 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:02,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0935aa46-7a55-4259-92aa-49d45da6cff5 Content-Encoding: gzip Content-Length: 143 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}} 2018-07-21 17:39:02,611 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-0935aa46-7a55-4259-92aa-49d45da6cff5 2018-07-21 17:39:02,611 - keystone_utils - INFO - Granting role _member_ to project juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:39:02,615 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/8c1d8f1e627f46af944d60cf8c66e280/roles/9fe2ff9ee4384b1894a90878d3e92bab -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}89035e60e7d09406dcf9299f1f7e7957542f6ec2" 2018-07-21 17:39:02,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 17:39:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb545f6f-db3c-4c11-81ce-609fb671a947 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 17:39:02,737 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13/users/8c1d8f1e627f46af944d60cf8c66e280/roles/9fe2ff9ee4384b1894a90878d3e92bab used request id req-eb545f6f-db3c-4c11-81ce-609fb671a947 2018-07-21 17:39:02,737 - keystone_utils - INFO - Created user with name - juju_network_discovery_bug 2018-07-21 17:39:02,738 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - snaps creds: OSCreds - username=juju_network_discovery_bug, password=d7d64eff-aaf2-4dda-9c9b-4262b805a858, auth_url=http://172.30.9.23:5000/v3, project_name=juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef, identity_api_version=3.0, image_api_version=2.0, network_api_version=2.0, compute_api_version=2.0, heat_api_version=1, user_domain_id=default, user_domain_name=Default, project_domain_id=default, project_domain_name=Default, interface=public, region_name=regionOne, proxy_settings=None, cacert=False 2018-07-21 17:39:02,852 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju add-credential abot-epc -f /home/opnfv/functest/results/juju_epc/credentials.yaml --replace Credentials updated for cloud "abot-epc". 2018-07-21 17:39:02,853 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Juju Orchestrator 2018-07-21 17:39:02,853 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating full network with nameserver: 8.8.8.8 2018-07-21 17:39:02,854 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:02,856 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:03,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["sMkOOn5xRyqmhIbtqdN1Ww"], "issued_at": "2018-07-21T17:39:03.000000Z"}} 2018-07-21 17:39:03,251 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" 2018-07-21 17:39:03,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcf5cc11-53c6-49cd-8ce7-718e1a385583 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:03,339 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-bcf5cc11-53c6-49cd-8ce7-718e1a385583 2018-07-21 17:39:03,346 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=abot-net -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" 2018-07-21 17:39:03,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-4a74e658-f6d9-4791-acb3-84a1a7f774f6 Date: Sat, 21 Jul 2018 17:39:03 GMT RESP BODY: {"networks":[]} 2018-07-21 17:39:03,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=abot-net used request id req-4a74e658-f6d9-4791-acb3-84a1a7f774f6 2018-07-21 17:39:03,534 - neutron_utils - INFO - Creating network with name abot-net 2018-07-21 17:39:03,539 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" -d '{"network": {"name": "abot-net", "admin_state_up": true}}' 2018-07-21 17:39:03,926 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-9ec2e919-84e8-4ccb-90cc-a230a1992a8b Date: Sat, 21 Jul 2018 17:39:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ab95681b-a075-4bc3-8f06-caca78035a35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1d041298a7274c82ad323798a2215a13","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T17:39:03Z","is_default":false,"provider:segmentation_id":65,"name":"abot-net","admin_state_up":true,"tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:03Z","mtu":1450}} 2018-07-21 17:39:03,926 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/networks used request id req-9ec2e919-84e8-4ccb-90cc-a230a1992a8b 2018-07-21 17:39:03,931 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ab95681b-a075-4bc3-8f06-caca78035a35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" 2018-07-21 17:39:04,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-5989d46f-3b69-4aa0-b33c-1ad4381edea3 Date: Sat, 21 Jul 2018 17:39:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"ab95681b-a075-4bc3-8f06-caca78035a35","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1d041298a7274c82ad323798a2215a13","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-07-21T17:39:03Z","provider:segmentation_id":65,"name":"abot-net","admin_state_up":true,"tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:03Z","provider:network_type":"vxlan"}]} 2018-07-21 17:39:04,039 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ab95681b-a075-4bc3-8f06-caca78035a35 used request id req-5989d46f-3b69-4aa0-b33c-1ad4381edea3 2018-07-21 17:39:04,044 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab95681b-a075-4bc3-8f06-caca78035a35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" 2018-07-21 17:39:04,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14 X-Openstack-Request-Id: req-7ecacc85-0b53-4e2f-b522-57895b420a99 Date: Sat, 21 Jul 2018 17:39:04 GMT RESP BODY: {"subnets":[]} 2018-07-21 17:39:04,079 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab95681b-a075-4bc3-8f06-caca78035a35 used request id req-7ecacc85-0b53-4e2f-b522-57895b420a99 2018-07-21 17:39:04,079 - neutron_utils - INFO - Creating subnet with name abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:39:04,083 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" -d '{"subnets": [{"ip_version": 4, "network_id": "ab95681b-a075-4bc3-8f06-caca78035a35", "cidr": "172.16.0.0/24", "dns_nameservers": ["8.8.8.8"], "name": "abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]}' 2018-07-21 17:39:04,787 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-bb50596d-ec8a-420c-99d1-48fb77cbf2aa Date: Sat, 21 Jul 2018 17:39:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab95681b-a075-4bc3-8f06-caca78035a35","tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:39:04Z","gateway_ip":"172.16.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.16.0.0/24","project_id":"1d041298a7274c82ad323798a2215a13","id":"4014f273-f0d2-48a0-8293-c427bb70072d","subnetpool_id":null,"name":"abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:39:04,787 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/subnets used request id req-bb50596d-ec8a-420c-99d1-48fb77cbf2aa 2018-07-21 17:39:04,793 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?id=ab95681b-a075-4bc3-8f06-caca78035a35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" 2018-07-21 17:39:04,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 668 X-Openstack-Request-Id: req-f0c1a89e-88e3-468a-8089-5567f40d1dc5 Date: Sat, 21 Jul 2018 17:39:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"ab95681b-a075-4bc3-8f06-caca78035a35","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1d041298a7274c82ad323798a2215a13","status":"ACTIVE","subnets":["4014f273-f0d2-48a0-8293-c427bb70072d"],"description":"","tags":[],"updated_at":"2018-07-21T17:39:04Z","provider:segmentation_id":65,"name":"abot-net","admin_state_up":true,"tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:03Z","provider:network_type":"vxlan"}]} 2018-07-21 17:39:04,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?id=ab95681b-a075-4bc3-8f06-caca78035a35 used request id req-f0c1a89e-88e3-468a-8089-5567f40d1dc5 2018-07-21 17:39:04,884 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=ab95681b-a075-4bc3-8f06-caca78035a35 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}861cc4f475791f972478f10f024ffabb91b6edd6" 2018-07-21 17:39:05,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-c68dbc01-f6c1-460e-a69d-10eee4a64c84 Date: Sat, 21 Jul 2018 17:39:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab95681b-a075-4bc3-8f06-caca78035a35","tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:39:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"gateway_ip":"172.16.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.16.0.0/24","project_id":"1d041298a7274c82ad323798a2215a13","id":"4014f273-f0d2-48a0-8293-c427bb70072d","subnetpool_id":null,"name":"abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:39:05,135 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=ab95681b-a075-4bc3-8f06-caca78035a35 used request id req-c68dbc01-f6c1-460e-a69d-10eee4a64c84 2018-07-21 17:39:05,136 - OpenStackNetwork - DEBUG - Network [ab95681b-a075-4bc3-8f06-caca78035a35] created successfully 2018-07-21 17:39:05,136 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:05,137 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:05,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["4WMj--VrQOaI2Lu8PzEuqQ"], "issued_at": "2018-07-21T17:39:05.000000Z"}} 2018-07-21 17:39:05,557 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589325f0f3c0e8e8de2fe82d9e5653999e443df6" 2018-07-21 17:39:05,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d9c0f57b-b03c-4421-a6c5-53f2ea8929a1 Date: Sat, 21 Jul 2018 17:39:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:39:05,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?router%3Aexternal=True used request id req-d9c0f57b-b03c-4421-a6c5-53f2ea8929a1 2018-07-21 17:39:05,856 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}589325f0f3c0e8e8de2fe82d9e5653999e443df6" 2018-07-21 17:39:05,897 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8e235a23-d3cf-4e91-a33b-2f3ec1c4e9b2 Date: Sat, 21 Jul 2018 17:39:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 17:39:05,897 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 used request id req-8e235a23-d3cf-4e91-a33b-2f3ec1c4e9b2 2018-07-21 17:39:05,898 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating network Router .... 2018-07-21 17:39:05,898 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:05,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:06,288 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["EJGsy-IVSQeiV0mCIP3uCw"], "issued_at": "2018-07-21T17:39:06.000000Z"}} 2018-07-21 17:39:06,289 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:06,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ea1c3d2-7f31-44f8-a074-b7204aa33c9f Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:06,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-1ea1c3d2-7f31-44f8-a074-b7204aa33c9f 2018-07-21 17:39:06,464 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers?name=abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef&admin_state_up=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:06,675 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cf459da7-3e90-41f4-89c5-f7c15816ec49 Date: Sat, 21 Jul 2018 17:39:06 GMT RESP BODY: {"routers": []} 2018-07-21 17:39:06,675 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers?name=abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef&admin_state_up=True used request id req-cf459da7-3e90-41f4-89c5-f7c15816ec49 2018-07-21 17:39:06,676 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:06,676 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:07,063 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["mMzHr1DvRI-Plt963THtgw"], "issued_at": "2018-07-21T17:39:07.000000Z"}} 2018-07-21 17:39:07,064 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}42bb9d6c0ca4264bf04d986234244e56a00dea08" 2018-07-21 17:39:07,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af37020d-6271-4184-9180-c7938d55568c Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:07,153 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-af37020d-6271-4184-9180-c7938d55568c 2018-07-21 17:39:07,159 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/networks?name=external -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:07,255 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ada94630-21f7-4fca-a68c-1f978e60e9c3 Date: Sat, 21 Jul 2018 17:39:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8562b425-f304-4a61-9f95-61d480219689","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9c1b53ea4891475d886a643c0437ee5a","status":"ACTIVE","subnets":["39b4a612-3208-4f5a-9bbc-d1c8552f6943"],"description":"","tags":[],"updated_at":"2018-07-21T16:05:43Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:37Z","provider:network_type":"flat"}]} 2018-07-21 17:39:07,255 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/networks?name=external used request id req-ada94630-21f7-4fca-a68c-1f978e60e9c3 2018-07-21 17:39:07,260 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:07,304 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-95a8ddc9-ca65-4fe2-b630-0e54b588b988 Date: Sat, 21 Jul 2018 17:39:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"gateway_ip":"172.30.9.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}]} 2018-07-21 17:39:07,304 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?network_id=8562b425-f304-4a61-9f95-61d480219689 used request id req-95a8ddc9-ca65-4fe2-b630-0e54b588b988 2018-07-21 17:39:07,305 - neutron_utils - INFO - Creating router with name - abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:39:07,309 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" -d '{"router": {"external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689"}, "name": "abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "admin_state_up": true}}' 2018-07-21 17:39:08,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 637 X-Openstack-Request-Id: req-1fd48aec-46d1-4927-a4fb-810bbced660c Date: Sat, 21 Jul 2018 17:39:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T17:39:08Z", "revision_number": 2, "routes": [], "project_id": "1d041298a7274c82ad323798a2215a13", "id": "5ea4045f-c7c4-4631-a844-4c68e1ea6140", "name": "abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}} 2018-07-21 17:39:08,293 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.23:9696/v2.0/routers used request id req-1fd48aec-46d1-4927-a4fb-810bbced660c 2018-07-21 17:39:08,298 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5ea4045f-c7c4-4631-a844-4c68e1ea6140 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:08,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 751 X-Openstack-Request-Id: req-48464aa4-a43a-47c3-bbb5-9a7657c39c3e Date: Sat, 21 Jul 2018 17:39:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-21T17:39:07Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","ip_address":"172.30.9.201"}],"id":"1574159b-ef5f-4b71-a17d-e2f990904ae7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:82:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5ea4045f-c7c4-4631-a844-4c68e1ea6140","name":"","admin_state_up":true,"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"","created_at":"2018-07-21T17:39:07Z","binding:vnic_type":"normal"}]} 2018-07-21 17:39:08,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5ea4045f-c7c4-4631-a844-4c68e1ea6140 used request id req-48464aa4-a43a-47c3-bbb5-9a7657c39c3e 2018-07-21 17:39:08,352 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/39b4a612-3208-4f5a-9bbc-d1c8552f6943 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:08,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-62f08e59-ed2b-4453-b655-c6c23481843e Date: Sat, 21 Jul 2018 17:39:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}} 2018-07-21 17:39:08,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/39b4a612-3208-4f5a-9bbc-d1c8552f6943 used request id req-62f08e59-ed2b-4453-b655-c6c23481843e 2018-07-21 17:39:08,580 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets?name=abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:08,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 663 X-Openstack-Request-Id: req-71fd0930-b3b8-45ad-9d05-9dc1fa71d2eb Date: Sat, 21 Jul 2018 17:39:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab95681b-a075-4bc3-8f06-caca78035a35","tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:39:04Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"gateway_ip":"172.16.0.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"172.16.0.0/24","project_id":"1d041298a7274c82ad323798a2215a13","id":"4014f273-f0d2-48a0-8293-c427bb70072d","subnetpool_id":null,"name":"abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}]} 2018-07-21 17:39:08,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets?name=abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef used request id req-71fd0930-b3b8-45ad-9d05-9dc1fa71d2eb 2018-07-21 17:39:08,624 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-07-21 17:39:08,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sat, 21 Jul 2018 17:39:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a12d18b3-6416-4351-a74c-36f8d8dfc241 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}]}} 2018-07-21 17:39:08,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/ used request id req-a12d18b3-6416-4351-a74c-36f8d8dfc241 2018-07-21 17:39:08,630 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:08,714 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3be89bc-9178-4b39-886f-78065081417c Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}} 2018-07-21 17:39:08,714 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13 used request id req-b3be89bc-9178-4b39-886f-78065081417c 2018-07-21 17:39:08,715 - OpenStackNetwork - DEBUG - Adding router to subnet... 2018-07-21 17:39:08,715 - neutron_utils - INFO - Adding interface to router with name abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 17:39:08,719 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" -d '{"subnet_id": "4014f273-f0d2-48a0-8293-c427bb70072d"}' 2018-07-21 17:39:10,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e7e2c31e-a546-4eda-b645-9b2513e58971 Date: Sat, 21 Jul 2018 17:39:10 GMT RESP BODY: {"network_id": "ab95681b-a075-4bc3-8f06-caca78035a35", "tenant_id": "1d041298a7274c82ad323798a2215a13", "subnet_id": "4014f273-f0d2-48a0-8293-c427bb70072d", "subnet_ids": ["4014f273-f0d2-48a0-8293-c427bb70072d"], "port_id": "2d95d7d5-eb80-40c8-9c28-7164f518ef99", "id": "5ea4045f-c7c4-4631-a844-4c68e1ea6140"} 2018-07-21 17:39:10,229 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140/add_router_interface used request id req-e7e2c31e-a546-4eda-b645-9b2513e58971 2018-07-21 17:39:10,235 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:10,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 637 X-Openstack-Request-Id: req-e3592d4a-c15b-4ad3-aa75-6a43a30204d0 Date: Sat, 21 Jul 2018 17:39:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8562b425-f304-4a61-9f95-61d480219689", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "39b4a612-3208-4f5a-9bbc-d1c8552f6943", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:07Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-07-21T17:39:09Z", "revision_number": 3, "routes": [], "project_id": "1d041298a7274c82ad323798a2215a13", "id": "5ea4045f-c7c4-4631-a844-4c68e1ea6140", "name": "abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}} 2018-07-21 17:39:10,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140 used request id req-e3592d4a-c15b-4ad3-aa75-6a43a30204d0 2018-07-21 17:39:10,351 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/ports?device_id=5ea4045f-c7c4-4631-a844-4c68e1ea6140 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:10,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1555 X-Openstack-Request-Id: req-4eeb0781-ab6d-4b35-a514-a762211bcb71 Date: Sat, 21 Jul 2018 17:39:10 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-21T17:39:07Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","ip_address":"172.30.9.201"}],"id":"1574159b-ef5f-4b71-a17d-e2f990904ae7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:e8:82:40","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5ea4045f-c7c4-4631-a844-4c68e1ea6140","name":"","admin_state_up":true,"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"","created_at":"2018-07-21T17:39:07Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-07-21T17:39:09Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4014f273-f0d2-48a0-8293-c427bb70072d","ip_address":"172.16.0.1"}],"id":"2d95d7d5-eb80-40c8-9c28-7164f518ef99","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:3a:25:ed","project_id":"1d041298a7274c82ad323798a2215a13","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"5ea4045f-c7c4-4631-a844-4c68e1ea6140","name":"","admin_state_up":true,"network_id":"ab95681b-a075-4bc3-8f06-caca78035a35","tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:09Z","binding:vnic_type":"normal"}]} 2018-07-21 17:39:10,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/ports?device_id=5ea4045f-c7c4-4631-a844-4c68e1ea6140 used request id req-4eeb0781-ab6d-4b35-a514-a762211bcb71 2018-07-21 17:39:10,437 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/39b4a612-3208-4f5a-9bbc-d1c8552f6943 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:10,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 621 X-Openstack-Request-Id: req-6ef244df-f875-4416-aaa9-23290a854967 Date: Sat, 21 Jul 2018 17:39:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8562b425-f304-4a61-9f95-61d480219689","tenant_id":"9c1b53ea4891475d886a643c0437ee5a","created_at":"2018-07-21T16:05:43Z","dns_nameservers":[],"updated_at":"2018-07-21T16:05:43Z","gateway_ip":"172.30.9.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.30.9.200","end":"172.30.9.220"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.30.9.0/24","project_id":"9c1b53ea4891475d886a643c0437ee5a","id":"39b4a612-3208-4f5a-9bbc-d1c8552f6943","subnetpool_id":null,"name":"external-subnet"}} 2018-07-21 17:39:10,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/39b4a612-3208-4f5a-9bbc-d1c8552f6943 used request id req-6ef244df-f875-4416-aaa9-23290a854967 2018-07-21 17:39:10,493 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/subnets/4014f273-f0d2-48a0-8293-c427bb70072d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d12229951eaff1a102a2679fb27b2ec5036cdfbe" 2018-07-21 17:39:10,533 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 660 X-Openstack-Request-Id: req-5672f50c-ca7a-4bbc-b0cc-5e85231ad709 Date: Sat, 21 Jul 2018 17:39:10 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ab95681b-a075-4bc3-8f06-caca78035a35","tenant_id":"1d041298a7274c82ad323798a2215a13","created_at":"2018-07-21T17:39:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-07-21T17:39:04Z","gateway_ip":"172.16.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"172.16.0.2","end":"172.16.0.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"172.16.0.0/24","project_id":"1d041298a7274c82ad323798a2215a13","id":"4014f273-f0d2-48a0-8293-c427bb70072d","subnetpool_id":null,"name":"abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}} 2018-07-21 17:39:10,533 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/subnets/4014f273-f0d2-48a0-8293-c427bb70072d used request id req-5672f50c-ca7a-4bbc-b0cc-5e85231ad709 2018-07-21 17:39:10,534 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Flavor .... 2018-07-21 17:39:10,534 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:10,535 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:10,924 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["60x8QNg9Q5mJEIMY6273lQ"], "issued_at": "2018-07-21T17:39:10.000000Z"}} 2018-07-21 17:39:10,925 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68d50ddb65b386b419acd00dcea86d7e5b9fa638" 2018-07-21 17:39:11,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e908805a-3fea-4c29-a22a-f6e9f77496f2 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:11,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-e908805a-3fea-4c29-a22a-f6e9f77496f2 2018-07-21 17:39:11,013 - nova_utils - DEBUG - Retrieving Nova Client 2018-07-21 17:39:11,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68d50ddb65b386b419acd00dcea86d7e5b9fa638" 2018-07-21 17:39:11,211 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57a18cb5-3277-426e-844d-7368048d3f80 x-compute-request-id: req-57a18cb5-3277-426e-844d-7368048d3f80 Content-Encoding: gzip Content-Length: 186 Content-Type: application/json RESP BODY: {"flavors": [{"id": "cfecbba9-7186-4bf1-a970-fe70d70cb413", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/cfecbba9-7186-4bf1-a970-fe70d70cb413", "rel": "bookmark"}], "name": "vmtp-flavor_ee4a66af-271d-4a8f-b666-b4c99b5ef5d2"}]} 2018-07-21 17:39:11,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-57a18cb5-3277-426e-844d-7368048d3f80 2018-07-21 17:39:11,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}68d50ddb65b386b419acd00dcea86d7e5b9fa638" -d '{"flavor": {"vcpus": 1, "disk": 10, "name": "m1.small.juju", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "ram": 2048, "id": null, "swap": 0}}' 2018-07-21 17:39:11,263 - novaclient.v2.client - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9231118f-22fc-4ad8-93d0-0f690f40046f x-compute-request-id: req-9231118f-22fc-4ad8-93d0-0f690f40046f Content-Encoding: gzip Content-Length: 286 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.small.juju", "links": [{"href": "http://172.30.9.23:8774/v2.1/flavors/53cecc70-099a-42b2-8b35-91ff24a17812", "rel": "self"}, {"href": "http://172.30.9.23:8774/flavors/53cecc70-099a-42b2-8b35-91ff24a17812", "rel": "bookmark"}], "ram": 2048, "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": 10, "id": "53cecc70-099a-42b2-8b35-91ff24a17812"}} 2018-07-21 17:39:11,264 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.23:8774/v2.1/flavors used request id req-9231118f-22fc-4ad8-93d0-0f690f40046f 2018-07-21 17:39:11,264 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload some OS images if it doesn't exist 2018-07-21 17:39:11,276 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Images needed for vEPC: {u'trusty': u'/home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img', u'xenial': u'/home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img'} 2018-07-21 17:39:11,276 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: trusty, file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-21 17:39:11,276 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:11,277 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:11,669 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["KARXSdKhSgy9creQgsQybA"], "issued_at": "2018-07-21T17:39:11.000000Z"}} 2018-07-21 17:39:11,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" 2018-07-21 17:39:11,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57505802-6d26-4f1c-a932-e9112cb588e9 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:11,754 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-57505802-6d26-4f1c-a932-e9112cb588e9 2018-07-21 17:39:11,759 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=trusty -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" 2018-07-21 17:39:11,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 108 Content-Type: application/json X-Openstack-Request-Id: req-9a102c3c-c483-454a-bb4d-c38f280f2afd Date: Sat, 21 Jul 2018 17:39:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=trusty"} 2018-07-21 17:39:11,975 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=trusty used request id req-9a102c3c-c483-454a-bb4d-c38f280f2afd 2018-07-21 17:39:11,978 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" 2018-07-21 17:39:11,984 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-4b021b8e-4d63-408e-8c6a-ea278417418d Date: Sat, 21 Jul 2018 17:39:11 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:39:11,984 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-4b021b8e-4d63-408e-8c6a-ea278417418d 2018-07-21 17:39:12,012 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "trusty"}' 2018-07-21 17:39:12,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 567 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2a1291ba-19ed-4820-957c-601c7767e0f7 Date: Sat, 21 Jul 2018 17:39:12 GMT RESP BODY: {"status": "queued", "name": "trusty", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:39:12Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-21T17:39:12Z", "visibility": "shared", "locations": [], "self": "/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3", "min_disk": 0, "protected": false, "id": "539733c5-c48f-48c4-92ee-cc8be7f8cbb3", "file": "/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/file", "checksum": null, "owner": "1d041298a7274c82ad323798a2215a13", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:39:12,051 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-2a1291ba-19ed-4820-957c-601c7767e0f7 2018-07-21 17:39:12,057 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" -d '' 2018-07-21 17:39:16,682 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-908a59ef-3f33-4d34-a40b-c4ee0f651fc8 Date: Sat, 21 Jul 2018 17:39:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:39:16,682 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/file used request id req-908a59ef-3f33-4d34-a40b-c4ee0f651fc8 2018-07-21 17:39:16,683 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-07-21 17:39:16,686 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" 2018-07-21 17:39:16,701 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-9db6085c-74c1-4039-9e6f-4fde7b80122c Date: Sat, 21 Jul 2018 17:39:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "trusty", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:39:12Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-21T17:39:16Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/snap", "metadata": {}}], "self": "/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3", "min_disk": 0, "protected": false, "id": "539733c5-c48f-48c4-92ee-cc8be7f8cbb3", "file": "/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "1d041298a7274c82ad323798a2215a13", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:39:16,701 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 used request id req-9db6085c-74c1-4039-9e6f-4fde7b80122c 2018-07-21 17:39:16,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" 2018-07-21 17:39:16,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-13d39928-b1f4-400f-bf19-eaa1a5507577 Date: Sat, 21 Jul 2018 17:39:16 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:39:16,710 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-13d39928-b1f4-400f-bf19-eaa1a5507577 2018-07-21 17:39:16,712 - create_image - INFO - Created image with name - trusty 2018-07-21 17:39:16,715 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8ac77b06ec38747b3c8d1dcebd4247eb35436fe6" 2018-07-21 17:39:16,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-9978977b-2137-4da5-bea9-c9a031332778 Date: Sat, 21 Jul 2018 17:39:16 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "trusty", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:39:12Z", "size": 263127552, "disk_format": "qcow2", "updated_at": "2018-07-21T17:39:16Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/snap", "metadata": {}}], "self": "/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3", "min_disk": 0, "protected": false, "id": "539733c5-c48f-48c4-92ee-cc8be7f8cbb3", "file": "/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/file", "checksum": "06d561ab1ae8723493b484c1effc2790", "owner": "1d041298a7274c82ad323798a2215a13", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:39:16,729 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 used request id req-9978977b-2137-4da5-bea9-c9a031332778 2018-07-21 17:39:16,730 - create_image - DEBUG - Instance status is - active 2018-07-21 17:39:16,730 - create_image - DEBUG - Image is active with name - trusty 2018-07-21 17:39:16,730 - create_image - INFO - Image is now active with name - trusty 2018-07-21 17:39:16,892 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 539733c5-c48f-48c4-92ee-cc8be7f8cbb3 -s trusty -r regionOne -u http://172.30.9.23:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-07-21 17:39:16,892 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - image: xenial, file: /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-07-21 17:39:16,893 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 17:39:16,894 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 17:39:17,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T18:39:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["1QP3_DtRSKmxq2IuZx60iQ"], "issued_at": "2018-07-21T17:39:17.000000Z"}} 2018-07-21 17:39:17,279 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" 2018-07-21 17:39:17,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 17:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6aaffa08-f8c2-4437-911e-63737e7185c3 Content-Encoding: gzip Content-Length: 194 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.23:5000/v3/", "rel": "self"}]}} 2018-07-21 17:39:17,362 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.23:5000/v3 used request id req-6aaffa08-f8c2-4437-911e-63737e7185c3 2018-07-21 17:39:17,368 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=xenial -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" 2018-07-21 17:39:17,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 108 Content-Type: application/json X-Openstack-Request-Id: req-980d6a67-f825-4107-9e43-f48d2ecf4678 Date: Sat, 21 Jul 2018 17:39:17 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?disk_format=qcow2&limit=20&name=xenial"} 2018-07-21 17:39:17,562 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images?limit=20&disk_format=qcow2&name=xenial used request id req-980d6a67-f825-4107-9e43-f48d2ecf4678 2018-07-21 17:39:17,566 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" 2018-07-21 17:39:17,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-60291f58-3dfc-484d-8d98-5051b0dd8426 Date: Sat, 21 Jul 2018 17:39:17 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:39:17,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-60291f58-3dfc-484d-8d98-5051b0dd8426 2018-07-21 17:39:17,603 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X POST http://172.30.9.23:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "xenial"}' 2018-07-21 17:39:17,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 567 Content-Type: application/json Location: http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-79520ba7-d985-4965-8491-ca1786b028db Date: Sat, 21 Jul 2018 17:39:17 GMT RESP BODY: {"status": "queued", "name": "xenial", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:39:17Z", "size": null, "disk_format": "qcow2", "updated_at": "2018-07-21T17:39:17Z", "visibility": "shared", "locations": [], "self": "/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667", "min_disk": 0, "protected": false, "id": "0e2b9fbb-1c1f-423d-831d-6fd333060667", "file": "/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/file", "checksum": null, "owner": "1d041298a7274c82ad323798a2215a13", "virtual_size": null, "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:39:17,639 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.23:9292/v2/images used request id req-79520ba7-d985-4965-8491-ca1786b028db 2018-07-21 17:39:17,647 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" -d '' 2018-07-21 17:39:22,564 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77ff007f-3d54-4e33-99ac-9a7cb0a66b79 Date: Sat, 21 Jul 2018 17:39:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 17:39:22,564 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/file used request id req-77ff007f-3d54-4e33-99ac-9a7cb0a66b79 2018-07-21 17:39:22,564 - glance_utils - DEBUG - Closing file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-07-21 17:39:22,568 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" 2018-07-21 17:39:22,584 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-5cd06cfe-9e08-430f-bff6-5504f7ed59cc Date: Sat, 21 Jul 2018 17:39:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "xenial", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:39:17Z", "size": 292225024, "disk_format": "qcow2", "updated_at": "2018-07-21T17:39:22Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/snap", "metadata": {}}], "self": "/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667", "min_disk": 0, "protected": false, "id": "0e2b9fbb-1c1f-423d-831d-6fd333060667", "file": "/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/file", "checksum": "dc8393f531122fcf9401650e8d2fd266", "owner": "1d041298a7274c82ad323798a2215a13", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:39:22,584 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 used request id req-5cd06cfe-9e08-430f-bff6-5504f7ed59cc 2018-07-21 17:39:22,587 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" 2018-07-21 17:39:22,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4183 X-Openstack-Request-Id: req-950f0b71-e931-4b7e-8c9f-2f6d70974c1c Date: Sat, 21 Jul 2018 17:39:22 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "pending_delete", "deactivated"], "type": "string", "description": "Status of the image"}, "tags": {"items": {"type": "string", "maxLength": 255}, "type": "array", "description": "List of strings related to the image"}, "kernel_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the kernel when booting an AMI-style image.", "is_base": false}, "container_format": {"enum": [null, "ami", "ari", "aki", "bare", "ovf", "ova", "docker"], "type": ["null", "string"], "description": "Format of the container"}, "min_ram": {"type": "integer", "description": "Amount of ram (in MB) required to boot image."}, "ramdisk_id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": ["null", "string"], "description": "ID of image stored in Glance that should be used as the ramdisk when booting an AMI-style image.", "is_base": false}, "locations": {"items": {"required": ["url", "metadata"], "type": "object", "properties": {"url": {"type": "string", "maxLength": 255}, "metadata": {"type": "object"}}}, "type": "array", "description": "A set of URLs to access the image file kept in external store"}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "min_disk": {"type": "integer", "description": "Amount of disk space (in GB) required to boot image."}, "virtual_size": {"readOnly": true, "type": ["null", "integer"], "description": "Virtual size of image in bytes"}, "id": {"pattern": "^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){12}$", "type": "string", "description": "An identifier for the image"}, "size": {"readOnly": true, "type": ["null", "integer"], "description": "Size of image file in bytes"}, "instance_uuid": {"type": "string", "description": "Metadata which can be used to record which instance this image is associated with. (Informational only, does not create an instance snapshot.)", "is_base": false}, "os_distro": {"type": "string", "description": "Common name of operating system distribution as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "name": {"type": ["null", "string"], "description": "Descriptive name for the image", "maxLength": 255}, "checksum": {"readOnly": true, "type": ["null", "string"], "description": "md5 hash of image contents.", "maxLength": 32}, "created_at": {"readOnly": true, "type": "string", "description": "Date and time of image registration"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "protected": {"type": "boolean", "description": "If true, image will not be deletable."}, "architecture": {"type": "string", "description": "Operating system architecture as specified in https://docs.openstack.org/python-glanceclient/latest/cli/property-keys.html", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}}} 2018-07-21 17:39:22,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/schemas/image used request id req-950f0b71-e931-4b7e-8c9f-2f6d70974c1c 2018-07-21 17:39:22,595 - create_image - INFO - Created image with name - xenial 2018-07-21 17:39:22,597 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}808d275e72acfbcd84ab8f768ef616b8d6b10374" 2018-07-21 17:39:22,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 829 Content-Type: application/json X-Openstack-Request-Id: req-807e4aed-c90a-4b96-83bc-abd4a2ab9be4 Date: Sat, 21 Jul 2018 17:39:22 GMT RESP BODY: {"status": "active", "virtual_size": null, "name": "xenial", "tags": [], "container_format": "bare", "created_at": "2018-07-21T17:39:17Z", "size": 292225024, "disk_format": "qcow2", "updated_at": "2018-07-21T17:39:22Z", "visibility": "shared", "locations": [{"url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/snap", "metadata": {}}], "self": "/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667", "min_disk": 0, "protected": false, "id": "0e2b9fbb-1c1f-423d-831d-6fd333060667", "file": "/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/file", "checksum": "dc8393f531122fcf9401650e8d2fd266", "owner": "1d041298a7274c82ad323798a2215a13", "direct_url": "rbd://12828b64-a09f-4a01-ba79-68f764a315d8/images/0e2b9fbb-1c1f-423d-831d-6fd333060667/snap", "min_ram": 0, "schema": "/v2/schemas/image"} 2018-07-21 17:39:22,611 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 used request id req-807e4aed-c90a-4b96-83bc-abd4a2ab9be4 2018-07-21 17:39:22,611 - create_image - DEBUG - Instance status is - active 2018-07-21 17:39:22,612 - create_image - DEBUG - Image is active with name - xenial 2018-07-21 17:39:22,612 - create_image - INFO - Image is now active with name - xenial 2018-07-21 17:39:22,785 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 0e2b9fbb-1c1f-423d-831d-6fd333060667 -s xenial -r regionOne -u http://172.30.9.23:5000/v3 WARNING model could not be opened: No controllers registered. Please either create a new controller using "juju bootstrap" or connect to another controller that you have been given access to using "juju register". Image metadata files have been written to: /root/images/streams/v1. For Juju to use this metadata, the files need to be put into the image metadata search path. There are 2 options: 1. Use the --metadata-source parameter when bootstrapping: juju bootstrap --metadata-source /root 2. Use image-metadata-url in $JUJU_DATA/environments.yaml (if $JUJU_DATA is not set it will try $XDG_DATA_HOME/juju and if not set either default to ~/.local/share/juju) Configure a http server to serve the contents of /root and set the value of image-metadata-url accordingly. 2018-07-21 17:39:22,785 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Network ID : ab95681b-a075-4bc3-8f06-caca78035a35 2018-07-21 17:39:22,785 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-07-21 20:46:59,875 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Bootstrap: ['timeout', '-t', '3600', 'juju', 'bootstrap', 'abot-epc', 'abot-controller', '--metadata-source', '/root', '--constraints', 'mem=2G', '--bootstrap-series', 'xenial', '--config', 'network=ab95681b-a075-4bc3-8f06-caca78035a35', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 17:39:22 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 17:39:22 DEBUG juju.cmd supercommand.go:64 args: []string{"juju", "bootstrap", "abot-epc", "abot-controller", "--metadata-source", "/root", "--constraints", "mem=2G", "--bootstrap-series", "xenial", "--config", "network=ab95681b-a075-4bc3-8f06-caca78035a35", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 17:39:22 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "" and credential "abot-epc" () 17:39:22 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:ab95681b-a075-4bc3-8f06-caca78035a35] 17:39:23 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 17:39:23 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[apt-mirror: agent-stream:released max-action-results-age:336h max-status-history-age:336h external-network: net-bond-reconfigure-delay:17 enable-os-upgrade:true no-proxy:127.0.0.1,localhost,::1 update-status-hook-interval:5m ftp-proxy: test-mode:false proxy-ssh:false apt-https-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDgrYv1QmSV8Ee4hq0APdUjX2MwqFReiRnKq4CP31GUkK5WDgg2pu2XhpCxEtecD6LYhdIuJXCvvCo9Md4eOuVMNEMEOMZZ7M/6tMiXyFJOxDV1ONKXUGKiOMUKhENH7svfiVT8pvaQSNPZ0hon1/7sjTJ0G5cAgPm3UEYqdNKzSSuj99ptWawPF4D6B3cDjNWTpTBck580bCXJiAPJWLkoodWBUx3lVtji8DEjrwWlgTnP2PlvUp+LDv2Z0sp/T5eDvTWxKQGiTlKmpV01m4vmu0x8cKrogX2bS8apoT+r6Xs/iqGGTOaycVjI5jUdl0ObN30gfcepvLVfNZN6CGNH juju-client-key logging-config: max-status-history-size:5G use-default-secgroup:true disable-network-management:false image-stream:released type:openstack enable-os-refresh-update:true firewall-mode:instance network:ab95681b-a075-4bc3-8f06-caca78035a35 apt-ftp-proxy: image-metadata-url: use-floating-ip:true http-proxy: provisioner-harvest-mode:destroyed transmit-vendor-metrics:true ignore-machine-addresses:false apt-no-proxy: ssl-hostname-verification:false max-action-results-size:5G agent-metadata-url: logforward-enabled:false apt-http-proxy: automatically-retry-hooks:true https-proxy: development:false resource-tags: default-series:xenial name:controller uuid:78cb276c-9a79-4aa5-8316-f0933b19b28a] 17:39:23 INFO juju.provider.openstack provider.go:144 opening model "controller" 17:39:23 DEBUG goose :1 auth details: &{Token:gAAAAABbU2_L0z68ncSkiTzjeyqYo_5lmuP5UHwI1xGhfPT4RljpLw6egHHGfjXdSmyqBkLIVxc6ZGzw3dtKbLl5wIUkr6f9ruiEmmBhw19fKcVv8eywJM11zhRoVY1ptmW8hNQMleteQp7fw11aPrjC-7bsdHoTBtL6hFamp13fbURxsquvHrE TenantId:1d041298a7274c82ad323798a2215a13 UserId:8c1d8f1e627f46af944d60cf8c66e280 Domain: RegionServiceURLs:map[regionOne:map[image:http://172.30.9.23:9292 event:http://172.30.9.23:8977 volume:http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13 orchestration:http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13 compute:http://172.30.9.23:8774/v2.1 object-store:http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13 volumev3:http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13 cloudformation:http://172.30.9.23:8000/v1 identity:http://172.30.9.23:5000 network:http://172.30.9.23:9696 volumev2:http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13 alarming:http://172.30.9.23:8042 placement:http://172.30.9.23:8778/placement metric:http://172.30.9.23:8041]]} 17:39:23 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 17:39:23 DEBUG goose :1 performing API version discovery for "http://172.30.9.23:8774/" 17:39:23 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.23:8774/v2.1/ Rel:self}] Status:CURRENT}] 17:39:23 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 17:39:23 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 17:39:23 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 17:39:23 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 17:39:23 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 17:39:24 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 17:39:24 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 17:39:24 INFO cmd bootstrap.go:233 Loading image metadata 17:39:24 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 17:39:24 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 17:39:24 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 17:39:24 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.23:5000/v3} [win2008r2 win10 win7 precise raring trusty wily win81 utopic xenial win2012hvr2 win2016nano quantal win2016 win2012 genericlinux opensuseleap saucy vivid win8 centos7 zesty win2016hv yakkety win2012hv win2012r2] [amd64 i386 armhf arm64 ppc64el s390x] released}} 17:39:24 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 17:39:27 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 17:39:28 DEBUG juju.environs.simplestreams simplestreams.go:457 skipping index "http://cloud-images.ubuntu.com/releases/streams/v1/index.sjson" because of missing information: index file has no data for cloud {regionOne http://172.30.9.23:5000/v3} not found 17:39:28 DEBUG juju.environs.bootstrap bootstrap.go:584 ignoring image metadata in default ubuntu cloud images: index file has no data for cloud {regionOne http://172.30.9.23:5000/v3} not found 17:39:28 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 17:39:28 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.5 for amd64 17:39:28 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.5 17:39:28 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 17:39:28 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 17:39:28 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.5 17:39:28 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 17:39:28 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 17:39:28 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 17:39:29 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 17:39:32 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 17:39:32 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 17:39:32 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 17:39:32 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:0e2b9fbb-1c1f-423d-831d-6fd333060667 Arch:amd64 VirtType:}] 17:39:32 INFO juju.environs.instances image.go:106 find instance - using image with id: 0e2b9fbb-1c1f-423d-831d-6fd333060667 17:39:32 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 17:39:32 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 17:39:32 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2490 bytes 17:39:32 DEBUG juju.provider.openstack provider.go:1022 using network id "ab95681b-a075-4bc3-8f06-caca78035a35" 17:39:32 DEBUG goose :1 performing API version discovery for "http://172.30.9.23:9696/" 17:39:32 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:9696/v2.0/ Rel:self}] Status:CURRENT}] 17:39:35 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" has status BUILD, wait 10 seconds before retry, attempt 11 17:41:32 INFO juju.provider.openstack provider.go:1189 started instance "e224ef7c-bd2f-4f33-a266-f65bdbca3b76" 17:41:32 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 17:41:34 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.202 17:41:34 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.202 - e224ef7c-bd2f-4f33-a266-f65bdbca3b76 (arch=amd64 mem=2G cores=1) 17:41:36 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.5 17:41:36 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.5 17:41:36 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 17:41:39 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 17:41:39 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 17:41:39 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 Attempting to connect to 172.30.9.202:22 Attempting to connect to 172.16.0.6:22 17:41:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:41:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:41:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:41:49 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 17:41:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:41:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: "System is booting up. See pam_nologin(8)" Authentication failed. 17:41:59 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:00 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 17:42:00 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:04 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:05 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:09 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:10 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 17:42:10 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:14 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:15 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:19 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:19 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 17:42:21 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:24 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:26 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:29 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:30 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 17:42:31 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:34 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:36 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.202 failed: /var/lib/juju/nonce.txt does not exist 17:42:39 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.16.0.6 failed: ssh: connect to host 172.16.0.6 port 22: Connection refused 17:42:39 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 17:42:41 INFO juju.cloudconfig userdatacfg_unix.go:410 Fetching agent: curl -sSfw 'tools from %{url_effective} downloaded: HTTP %{http_code}; time %{time_total}s; size %{size_download} bytes; speed %{speed_download} bytes/s ' --retry 10 --insecure -o $bin/tools.tar.gz <[https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz]> sudo: unable to resolve host juju-19b28a-controller-0: Connection timed out Cloud-init v. 18.2 running 'init-local' at Sat, 21 Jul 2018 17:41:32 +0000. Up 5.91 seconds. Cloud-init v. 18.2 running 'init' at Sat, 21 Jul 2018 17:41:33 +0000. Up 7.20 seconds. ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: | ens3 | True | 172.16.0.6 | 255.255.255.0 | . | fa:16:3e:3d:b0:48 | ci-info: | ens3 | True | fe80::f816:3eff:fe3d:b048/64 | . | link | fa:16:3e:3d:b0:48 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 172.16.0.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 172.16.0.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 172.16.0.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.2 running 'modules:config' at Sat, 21 Jul 2018 17:41:37 +0000. Up 10.62 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.2 running 'modules:final' at Sat, 21 Jul 2018 17:42:38 +0000. Up 71.92 seconds. Cloud-init v. 18.2 finished at Sat, 21 Jul 2018 17:42:38 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 72.14 seconds Logging to /var/log/cloud-init-output.log on the bootstrap machine Regenerating SSH RSA host key Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: SHA256:HHnOM77B6LrtunPGsXF7RIei4YNwA2BuMn9kk0EU7UU root@juju-19b28a-controller-0 The key's randomart image is: +---[RSA 2048]----+ | o+=o .E | | o .o. .. | |o o =o .o . . | | = o..+..=. o . | | . .o +So=o . | | . . *+.o. | | ..*+o | | .o= .o. | | =X+ .. | +----[SHA256]-----+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: SHA256:dnEqI+FIzNlz4pNo80EQ6alqfFMPjolavqCLkLC35ew root@juju-19b28a-controller-0 The key's randomart image is: +---[DSA 1024]----+ | oo | | o.+ | | .=.* . . . | | .o* * + | |. .= B S o | |.o.. = = + | |*.+ * + | |=O X . . | |B.=oE | +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:nTp3sLBS+OAPuVh7CfThqUitXRhDmnoUSQ2V2/OQBVk root@juju-19b28a-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | .o=...+E | | o + . . | | = o o | | + =.*. . | | o oo*S*+ | | . o.+==+.o | | o +*+=.o . | | ooo*oo . | | . o.. | +----[SHA256]-----+ Running apt-get update Err:1 http://archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'archive.ubuntu.com' Err:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease Temporary failure resolving 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. Running apt-get upgrade Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Installing curl, cpu-checker, bridge-utils, cloud-utils, tmux Reading package lists... Building dependency tree... Reading state information... curl is already the newest version (7.47.0-1ubuntu2.8). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Err:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'archive.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 17.5 kB in 0s (39.7 kB/s) Selecting previously unselected package msr-tools. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54120 files and directories currently installed.) Preparing to unpack .../msr-tools_1.3-2_amd64.deb ... Unpacking msr-tools (1.3-2) ... Selecting previously unselected package cpu-checker. Preparing to unpack .../cpu-checker_0.7-0ubuntu7_amd64.deb ... Unpacking cpu-checker (0.7-0ubuntu7) ... Processing triggers for man-db (2.7.5-1) ... Setting up msr-tools (1.3-2) ... Setting up cpu-checker (0.7-0ubuntu7) ... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: bridge-utils 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 28.6 kB of archives. After this operation, 102 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (63.8 kB/s) Selecting previously unselected package bridge-utils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54134 files and directories currently installed.) Preparing to unpack .../bridge-utils_1.5-9ubuntu1_amd64.deb ... Unpacking bridge-utils (1.5-9ubuntu1) ... Processing triggers for man-db (2.7.5-1) ... Setting up bridge-utils (1.5-9ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cloud-image-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils Suggested packages: cloud-utils-euca shunit2 wodim cdrkit-doc debootstrap bsd-mailx | mailx The following NEW packages will be installed: cloud-image-utils cloud-utils distro-info genisoimage libaio1 libboost-iostreams1.58.0 libboost-random1.58.0 libboost-system1.58.0 libboost-thread1.58.0 libiscsi2 libnspr4 libnss3 libnss3-nssdb librados2 librbd1 qemu-block-extra qemu-utils sharutils 0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded. Need to get 6,365 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-iostreams1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [29.0 kB] Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-system1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [9,146 B] Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-random1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [11.7 kB] Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libboost-thread1.58.0 amd64 1.58.0+dfsg-5ubuntu3.1 [47.0 kB] Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.3 [10.6 kB] Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.9-0ubuntu0.16.04.1 [1,644 kB] Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.9-0ubuntu0.16.04.1 [2,185 kB] Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.30 [31.3 kB] Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.30 [578 kB] Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,365 kB in 3s (1,613 kB/s) Selecting previously unselected package libiscsi2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 54160 files and directories currently installed.) Preparing to unpack .../libiscsi2_1.12.0-2_amd64.deb ... Unpacking libiscsi2:amd64 (1.12.0-2) ... Selecting previously unselected package distro-info. Preparing to unpack .../distro-info_0.14build1_amd64.deb ... Unpacking distro-info (0.14build1) ... Selecting previously unselected package genisoimage. Preparing to unpack .../genisoimage_9%3a1.1.11-3ubuntu1_amd64.deb ... Unpacking genisoimage (9:1.1.11-3ubuntu1) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../libaio1_0.3.110-2_amd64.deb ... Unpacking libaio1:amd64 (0.3.110-2) ... Selecting previously unselected package libboost-iostreams1.58.0:amd64. Preparing to unpack .../libboost-iostreams1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-system1.58.0:amd64. Preparing to unpack .../libboost-system1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-random1.58.0:amd64. Preparing to unpack .../libboost-random1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libboost-thread1.58.0:amd64. Preparing to unpack .../libboost-thread1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.3_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.3_amd64.deb ... Unpacking libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Selecting previously unselected package librados2. Preparing to unpack .../librados2_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.30_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.30) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.30_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.30) ... Selecting previously unselected package sharutils. Preparing to unpack .../sharutils_1%3a4.15.2-1ubuntu0.1_amd64.deb ... Unpacking sharutils (1:4.15.2-1ubuntu0.1) ... Selecting previously unselected package cloud-image-utils. Preparing to unpack .../cloud-image-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-image-utils (0.27-0ubuntu25.1) ... Selecting previously unselected package cloud-utils. Preparing to unpack .../cloud-utils_0.27-0ubuntu25.1_all.deb ... Unpacking cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Setting up libiscsi2:amd64 (1.12.0-2) ... Setting up distro-info (0.14build1) ... Setting up genisoimage (9:1.1.11-3ubuntu1) ... Setting up libaio1:amd64 (0.3.110-2) ... Setting up libboost-iostreams1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-system1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-random1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libboost-thread1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... Setting up libnspr4:amd64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up sharutils (1:4.15.2-1ubuntu0.1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.3) ... Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.3) ... Setting up librados2 (10.2.9-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.9-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.30) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.30) ... Setting up cloud-image-utils (0.27-0ubuntu25.1) ... Setting up cloud-utils (0.27-0ubuntu25.1) ... Processing triggers for libc-bin (2.23-0ubuntu10) ... Reading package lists... Building dependency tree... Reading state information... tmux is already the newest version (2.1-3build1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Fetching Juju agent version 2.2.5 for amd64 Attempt 1 to download tools from https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz... tools from https://streams.canonical.com/juju/tools/agent/2.2.5/juju-2.2.5-ubuntu-amd64.tgz downloaded: HTTP 200; time 9.018s; size 22087170 bytes; speed 2449104.000 bytes/s Tools downloaded successfully. b5ab9e3c0189317a0dbdb60369ac91c11cfcd41f0a84f98d8347239ffb4320b9 /var/lib/juju/tools/2.2.5-xenial-amd64/tools.tar.gz 80e7bb6beb479685bc21e7f529f61e5fd2219773cf7343f459f227301d2e38d4 /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-07-21 20:46:55 INFO juju.cmd supercommand.go:63 running jujud [2.2.5 gc go1.8] 2018-07-21 20:46:55 DEBUG juju.cmd supercommand.go:64 args: []string{"/var/lib/juju/tools/2.2.5-xenial-amd64/jujud", "bootstrap-state", "--timeout", "20m0s", "--data-dir", "/var/lib/juju", "--debug", "/var/lib/juju/bootstrap-params"} 2018-07-21 20:46:55 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-07-21 20:46:55 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-07-21 20:46:57 DEBUG goose :22 auth details: &{Token:gAAAAABbU5vBW3nWNTC2z-xt5LdbyVYktbi9kLE7UA810Opua5paK6HsEpRnzQHbyojplvJ3WgIe9hl30b3TcDEJ5bxkuDC8Fk04hF5o-p8XLtZNWNdPVeVuywhQoBX7-72ooixbbsvNwm4DD3CtgFBok9rkFFXc6pUCAKyTbkbU6G6xHaq8rWs TenantId:1d041298a7274c82ad323798a2215a13 UserId:8c1d8f1e627f46af944d60cf8c66e280 Domain: RegionServiceURLs:map[regionOne:map[volume:http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13 orchestration:http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13 image:http://172.30.9.23:9292 metric:http://172.30.9.23:8041 identity:http://172.30.9.23:5000 volumev2:http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13 alarming:http://172.30.9.23:8042 cloudformation:http://172.30.9.23:8000/v1 network:http://172.30.9.23:9696 compute:http://172.30.9.23:8774/v2.1 event:http://172.30.9.23:8977 placement:http://172.30.9.23:8778/placement object-store:http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13 volumev3:http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13]]} 2018-07-21 20:46:57 DEBUG goose :22 performing API version discovery for "http://172.30.9.23:8774/" 2018-07-21 20:46:57 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.23:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.23:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-07-21 20:46:59 DEBUG juju.provider.openstack provider.go:414 instance e224ef7c-bd2f-4f33-a266-f65bdbca3b76 has floating IP address: 172.30.9.202 2018-07-21 20:46:59 INFO juju.agent identity.go:22 writing system identity file 2018-07-21 20:46:59 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-07-21 20:46:59 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-07-21 20:46:59 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-07-21 20:46:59 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-07-21 20:46:59 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2 2018-07-21 20:46:59 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb3.2"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb3.2 E: Couldn't find any package by glob 'juju-mongodb3.2' E: Couldn't find any package by regex 'juju-mongodb3.2' 2018-07-21 20:46:59 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-07-21 20:46:59 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-07-21 20:46:59 INFO juju.utils.packaging.manager utils.go:57 Running: apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb 2018-07-21 20:46:59 ERROR juju.utils.packaging.manager utils.go:103 packaging command failed: encountered fatal error: unable to locate package; cmd: "apt-get --option=Dpkg::Options::=--force-confold --option=Dpkg::options::=--force-unsafe-io --assume-yes --quiet install juju-mongodb"; output: Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package juju-mongodb 2018-07-21 20:46:59 ERROR juju.mongo mongo.go:486 cannot install/upgrade mongod (will proceed anyway): packaging command failed: encountered fatal error: unable to locate package 2018-07-21 20:46:59 INFO juju.mongo mongo.go:336 could not find /usr/lib/juju/bin/mongod or mongod in $PATH ERROR failed to start mongo: exec: "mongod": executable file not found in $PATH 2018-07-21 20:46:59 DEBUG cmd supercommand.go:459 error stack: exec: "mongod": executable file not found in $PATH github.com/juju/juju/cmd/jujud/bootstrap.go:238: failed to start mongo 2018-07-21 20:46:59 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-07-21 20:47:00,003 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-07-21 20:47:00,003 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 188:04 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-07-21 20:47:00,009 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 20:47:00,010 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:00,413 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["OXvieFraRlOtIxz0J9bUhQ"], "issued_at": "2018-07-21T20:47:00.000000Z"}} 2018-07-21 20:47:00,418 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0bc80f2d88e499b3dbf024418d36b810f85612d4" 2018-07-21 20:47:01,072 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1090 X-Openstack-Request-Id: req-ba223097-772d-46d0-b269-2a54e193b19f Date: Sat, 21 Jul 2018 20:47:01 GMT RESP BODY: {"floatingips": [{"router_id": "255566a3-10b9-48c5-9e20-0cbc157a1c3f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T16:45:22Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "192.168.1.7", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "fa877a9d-d013-4e11-a4bd-cc575bd77d1d", "id": "ae135401-325a-49b9-976a-77bc65bd24dd", "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:45:22Z", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"router_id": "5ea4045f-c7c4-4631-a844-4c68e1ea6140", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-07-21T17:41:35Z", "floating_network_id": "8562b425-f304-4a61-9f95-61d480219689", "fixed_ip_address": "172.16.0.6", "floating_ip_address": "172.30.9.202", "revision_number": 2, "port_id": "3171c02d-81bb-47ac-ad72-ba21071b02fe", "id": "c6591fe3-8270-423d-9701-2e2be800e574", "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:41:34Z", "project_id": "1d041298a7274c82ad323798a2215a13"}]} 2018-07-21 20:47:01,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/floatingips used request id req-ba223097-772d-46d0-b269-2a54e193b19f 2018-07-21 20:47:01,073 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Floating IPs assigned to project:juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:01,074 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - 172.30.9.202: 2018-07-21 20:47:01,165 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-07-21 20:47:01,166 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Release floating IPs assigned by Juju... 2018-07-21 20:47:01,166 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-07-21 20:47:01,168 - neutron_utils - DEBUG - Attempting to delete existing floating ip with IP - 172.30.9.202 2018-07-21 20:47:01,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:01,552 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["l5WErnVSSXC2RuTb1SpUdA"], "issued_at": "2018-07-21T20:47:01.000000Z"}} 2018-07-21 20:47:01,558 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/floatingips/c6591fe3-8270-423d-9701-2e2be800e574 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3731e52e731d3008ac62a84d5f1de598db5c2523" 2018-07-21 20:47:02,794 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c065db6a-1f33-495e-acf6-c7389759f090 Content-Length: 0 Date: Sat, 21 Jul 2018 20:47:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 20:47:02,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/floatingips/c6591fe3-8270-423d-9701-2e2be800e574 used request id req-c065db6a-1f33-495e-acf6-c7389759f090 2018-07-21 20:47:02,794 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Remove the Abot_epc OS objects .. 2018-07-21 20:47:02,795 - functest.core.vnf - INFO - Removing the VNF resources .. 2018-07-21 20:47:02,795 - glance_utils - INFO - Deleting image named - xenial 2018-07-21 20:47:02,796 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:03,263 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["DEcNvwj-QFi_KTyN40K50g"], "issued_at": "2018-07-21T20:47:03.000000Z"}} 2018-07-21 20:47:03,266 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7f746892a6c906e65e3351b40422b5450e795de5" 2018-07-21 20:47:04,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5a6f0ca1-99b0-4ac5-9ceb-d1d756feb3cf Date: Sat, 21 Jul 2018 20:47:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 20:47:04,740 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/0e2b9fbb-1c1f-423d-831d-6fd333060667 used request id req-5a6f0ca1-99b0-4ac5-9ceb-d1d756feb3cf 2018-07-21 20:47:04,741 - glance_utils - INFO - Deleting image named - trusty 2018-07-21 20:47:04,742 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:05,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["UedY58shQ5K2xo-u71XQLg"], "issued_at": "2018-07-21T20:47:05.000000Z"}} 2018-07-21 20:47:05,133 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aa807ed440fbc2a6c39e1e2018cf1b6b445be1ff" 2018-07-21 20:47:06,806 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ac4db564-3810-4030-8fcc-121784466c6c Date: Sat, 21 Jul 2018 20:47:06 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-07-21 20:47:06,806 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.23:9292/v2/images/539733c5-c48f-48c4-92ee-cc8be7f8cbb3 used request id req-ac4db564-3810-4030-8fcc-121784466c6c 2018-07-21 20:47:06,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:07,208 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["3vWLzVluTdCdhBBeX5aBHA"], "issued_at": "2018-07-21T20:47:07.000000Z"}} 2018-07-21 20:47:07,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:8774/v2.1/flavors/53cecc70-099a-42b2-8b35-91ff24a17812 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d91e2c979569d41304cbb893a82cd04e28d30b1" 2018-07-21 20:47:07,824 - novaclient.v2.client - DEBUG - RESP: [202] Date: Sat, 21 Jul 2018 20:47: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-983b349f-b32a-4a87-a335-3406a571fe80 x-compute-request-id: req-983b349f-b32a-4a87-a335-3406a571fe80 Content-Length: 0 Content-Type: application/json 2018-07-21 20:47:07,824 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.23:8774/v2.1/flavors/53cecc70-099a-42b2-8b35-91ff24a17812 used request id req-983b349f-b32a-4a87-a335-3406a571fe80 2018-07-21 20:47:07,825 - OpenStackNetwork - INFO - Removing router interface from router abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef and subnet abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:07,825 - neutron_utils - INFO - Removing router interface from router named abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:07,825 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:08,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["4xlPpJL0RgWmulcwh3-7wg"], "issued_at": "2018-07-21T20:47:08.000000Z"}} 2018-07-21 20:47:08,224 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X PUT http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b1a57279824452875d2392998792d21adeffd2" -d '{"subnet_id": "4014f273-f0d2-48a0-8293-c427bb70072d"}' 2018-07-21 20:47:09,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6a23fe6c-5727-427f-8123-cdf42e8fa76b Date: Sat, 21 Jul 2018 20:47:09 GMT RESP BODY: {"network_id": "ab95681b-a075-4bc3-8f06-caca78035a35", "tenant_id": "1d041298a7274c82ad323798a2215a13", "subnet_id": "4014f273-f0d2-48a0-8293-c427bb70072d", "subnet_ids": ["4014f273-f0d2-48a0-8293-c427bb70072d"], "port_id": "2d95d7d5-eb80-40c8-9c28-7164f518ef99", "id": "5ea4045f-c7c4-4631-a844-4c68e1ea6140"} 2018-07-21 20:47:09,690 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140/remove_router_interface used request id req-6a23fe6c-5727-427f-8123-cdf42e8fa76b 2018-07-21 20:47:09,691 - OpenStackNetwork - INFO - Removing router abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:09,691 - neutron_utils - INFO - Deleting router with name - abot-router-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:09,696 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}06b1a57279824452875d2392998792d21adeffd2" 2018-07-21 20:47:10,906 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb88d447-a8e4-4a9c-94d3-ec1444339765 Content-Length: 0 Date: Sat, 21 Jul 2018 20:47:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-07-21 20:47:10,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/routers/5ea4045f-c7c4-4631-a844-4c68e1ea6140 used request id req-fb88d447-a8e4-4a9c-94d3-ec1444339765 2018-07-21 20:47:10,907 - neutron_utils - INFO - Deleting subnet with name abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:10,907 - neutron_utils - INFO - Deleting subnet with name abot-subnet-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:10,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:11,297 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["-ojRf6cDSiOX0pMalH_Ayw"], "issued_at": "2018-07-21T20:47:11.000000Z"}} 2018-07-21 20:47:11,302 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/subnets/4014f273-f0d2-48a0-8293-c427bb70072d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2a8def510b749c7d93003e506f3da38e45aa0f3d" 2018-07-21 20:47:11,588 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-0ff0d264-2d71-482a-84f9-33d63f315862 Date: Sat, 21 Jul 2018 20:47:11 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 4014f273-f0d2-48a0-8293-c427bb70072d: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-21 20:47:11,589 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/subnets/4014f273-f0d2-48a0-8293-c427bb70072d used request id req-0ff0d264-2d71-482a-84f9-33d63f315862 2018-07-21 20:47:11,589 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 4014f273-f0d2-48a0-8293-c427bb70072d: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-07-21 20:47:11,589 - functest.core.vnf - ERROR - Unexpected error cleaning - Unable to complete operation on subnet 4014f273-f0d2-48a0-8293-c427bb70072d: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-0ff0d264-2d71-482a-84f9-33d63f315862'] 2018-07-21 20:47:11,590 - keystone_utils - INFO - Deleting user with name - juju_network_discovery_bug 2018-07-21 20:47:11,590 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:11,977 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/1d041298a7274c82ad323798a2215a13", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef", "id": "d1ff02a0127e41f99a61dbffb5d72932"}, "audit_ids": ["QAYEOqftT7a-gog02Piikg"], "issued_at": "2018-07-21T20:47:11.000000Z"}} 2018-07-21 20:47:11,980 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/8c1d8f1e627f46af944d60cf8c66e280 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}aec2d2e2b469c25ba656b34f6f48cce2291b92de" 2018-07-21 20:47:12,160 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 20:47:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b8fa97f-8841-4ecd-a4bc-ab798f31d8c8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 20:47:12,160 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/8c1d8f1e627f46af944d60cf8c66e280 used request id req-3b8fa97f-8841-4ecd-a4bc-ab798f31d8c8 2018-07-21 20:47:12,161 - keystone_utils - INFO - Deleting user with name - juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:12,162 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:12,563 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["upKu6VtFR_CQDZn_DV6CpA"], "issued_at": "2018-07-21T20:47:12.000000Z"}} 2018-07-21 20:47:12,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/users/d1ff02a0127e41f99a61dbffb5d72932 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5a528679b0d495acdb708f8b8e0ee0c70d5624bf" 2018-07-21 20:47:12,754 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 20:47:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d535e791-e9ef-4624-89c9-3181fef7ae30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 20:47:12,755 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/users/d1ff02a0127e41f99a61dbffb5d72932 used request id req-d535e791-e9ef-4624-89c9-3181fef7ae30 2018-07-21 20:47:12,756 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.23:5000/v3/auth/tokens 2018-07-21 20:47:13,158 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "9bae077bdc77459da4da52e13fd73a8e", "name": "member"}, {"id": "6162cf18063544399de1aa224b6485c7", "name": "admin"}, {"id": "00aaa0eca14e4fe394ac2ac7570efc7f", "name": "reader"}], "expires_at": "2018-07-21T21:47:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.10:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "150e20cf24794687b2908b7e1b6ca94c"}, {"url": "http://172.30.9.23:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ae4b317aeb6d4dac823237365b3b4d29"}, {"url": "http://192.30.9.10:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c877d1a6742f4ba180815cb5fbbc230d"}], "type": "identity", "id": "157fdeda065c460b8f0307c52ac8cf73", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "58c1fd832fc643e5b0bea792a24653af"}, {"url": "http://192.30.9.10:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a54bf17abcc14513a6a61d5e05c059da"}, {"url": "http://172.30.9.23:8776/v2/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ed8b54ce5d0240d2898be14f83857aee"}], "type": "volumev2", "id": "3ba57e55341e46ddb390cf9dc95e286d", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.10:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0eee04dec527407fb736ffeeb0de9d0f"}, {"url": "http://192.30.9.10:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2614308a511340168e7eb1ad3f99f07d"}, {"url": "http://172.30.9.23:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d2dc3cabdd3644cbb87b0671e206cf24"}], "type": "alarming", "id": "3d41c6080c5d4d318b88a556de545bf0", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "492496b3104b4066bafd6333f332b25f", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.23:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4346fc94df6e412dadc4c14db6b9ac55"}, {"url": "http://192.30.9.10:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "47066be89a064c10aed0d39cb72309a5"}, {"url": "http://192.30.9.10:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4d37f0e22309428d89b6153f25dafb65"}], "type": "image", "id": "5694037255bf469a8198e5411303ae43", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.10:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "a71563a6d430421cb00b2a755d920c2b"}, {"url": "http://192.30.9.10:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b8cb3060b5d442138d59bb64f7040131"}, {"url": "http://172.30.9.23:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d307d72573684b07b9b27bc3c5870482"}], "type": "compute", "id": "58df3b66f0ec4a94854ab793427746f7", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.10:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "106e70b9cb6448aea9c6d20e694971e1"}, {"url": "http://192.30.9.10:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bebf3563255740859d5ae90a7a8ffe3c"}, {"url": "http://172.30.9.23:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f81cdb939b5d4678837d45d3125d2e68"}], "type": "event", "id": "6c1f1060a24c4e4386301667c2ff9a74", "name": "panko"}, {"endpoints": [{"url": "http://12.0.0.24:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "81d88344967d450e8234037557d626e0"}, {"url": "http://172.30.9.23:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "97c3c0a50e064dce828ab6bcb99dc4dc"}, {"url": "http://12.0.0.24:8080/v1/AUTH_a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f1c3b76309f8417a98e4d2e1bebb73e7"}], "type": "object-store", "id": "78657f135e2c4c00a32ba983c4f5b5fb", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.10:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "44398154dd0f459d94510a4854d301f2"}, {"url": "http://172.30.9.23:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8b5795a206284724b3ba38e55294e372"}, {"url": "http://192.30.9.10:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "91b406860a55485aae2f9090021e5093"}], "type": "placement", "id": "79b3386f56e344ae9071aa0af5665cf5", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5a1872f0921a44d9841f724a017e0623"}, {"url": "http://192.30.9.10:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8c3a56e28094761ae8a3df56161aa98"}, {"url": "http://172.30.9.23:8776/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f0d9f81d3216415d8e1f767f349560fe"}], "type": "volume", "id": "8090b541497b405bb1fea05da4c41831", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3963a233e5e44632bcebe5ec4c5c6243"}, {"url": "http://192.30.9.10:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "63917868c51540129252aab08974ddf5"}, {"url": "http://172.30.9.23:8776/v3/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fb57c080558d4c7c89dc7cf1cae9a30a"}], "type": "volumev3", "id": "9f3607fd236e428087e5c78abb8b1599", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.23:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7f9e212267fc436690ea2f25dacc5c85"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aab32ce47a3f459fac579052633b7215"}, {"url": "http://192.30.9.10:8004/v1/a6906d7d21744bd98421510fc029622a", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e33af6742a574adb9df0eb23ccd82e13"}], "type": "orchestration", "id": "a8fa2edafd5f4a7e946633be93987815", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.23:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ee1d4280c6c417c9fade37c2f2f496d"}, {"url": "http://192.30.9.10:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c144ec157c404087a04da0e22367dd4a"}, {"url": "http://192.30.9.10:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd2df22e8d7f42339ab2162f97727b26"}], "type": "cloudformation", "id": "b1662afa20104d36bb19902dca79a45b", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.10:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0caae147bbf74c9daba5022773c5ec25"}, {"url": "http://192.30.9.10:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "48aae13fdfab4e55b4daa3e387b5da5d"}, {"url": "http://172.30.9.23:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8373228817884dc1a729028d44b38ac2"}], "type": "metric", "id": "d8d07ba0df0e4e32879d152cd579e940", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.23:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1eb1b8e02c4a47108dc057b6097fdbcb"}, {"url": "http://192.30.9.10:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "401aae2a0dd04fe59684edc7b11066e6"}, {"url": "http://192.30.9.10:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e2b87ab506674996ae2affdaa0464bd1"}], "type": "network", "id": "da9ebd25a8fe4c1f83c4a98a7b116e35", "name": "neutron"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "2a2432a175e24e539f898da0a66c9eae"}, "audit_ids": ["VMSLW6n0RnGkR4RjbaYtfg"], "issued_at": "2018-07-21T20:47:13.000000Z"}} 2018-07-21 20:47:13,163 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-groups?name=default -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 33483 X-Openstack-Request-Id: req-e31b40b5-c0ab-491a-8166-07a56d310ff6 Date: Sat, 21 Jul 2018 20:47:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "af07023ea03042eda668f217f154cda5", "created_at": "2018-07-21T17:38:28Z", "updated_at": "2018-07-21T17:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "2e98d91b-beb5-4692-9a1c-e5928b9b6851", "remote_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "4defcba2-d289-4c3b-857d-add259d917dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv4", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "6cb51314-4ba6-4afd-b9ac-adf65d922a6f", "remote_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:38:28Z", "revision_number": 0, "id": "97c8c484-0da4-49d4-a52c-67cc6084eed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:38:28Z", "security_group_id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "tenant_id": "af07023ea03042eda668f217f154cda5", "port_range_min": null, "ethertype": "IPv6", "project_id": "af07023ea03042eda668f217f154cda5"}], "revision_number": 1, "project_id": "af07023ea03042eda668f217f154cda5", "id": "1021bd1e-cf39-4090-9d39-98e7a462e4ed", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "created_at": "2018-07-21T16:05:37Z", "updated_at": "2018-07-21T16:05:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "153bf52d-fbdf-4e6e-9f13-d3fc7c853a33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "186782cd-8bca-4c6c-b5d1-be153a42c6d3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "4a821daa-d268-4aa5-9896-8e8565d3902b", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv4", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:05:37Z", "revision_number": 0, "id": "90aa2d98-0a90-4e75-807a-89dd8f29c361", "remote_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "remote_ip_prefix": null, "created_at": "2018-07-21T16:05:37Z", "security_group_id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "tenant_id": "9c1b53ea4891475d886a643c0437ee5a", "port_range_min": null, "ethertype": "IPv6", "project_id": "9c1b53ea4891475d886a643c0437ee5a"}], "revision_number": 1, "project_id": "9c1b53ea4891475d886a643c0437ee5a", "id": "14af840e-0b6a-4b58-9ac0-d277d943be05", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "created_at": "2018-07-21T16:08:41Z", "updated_at": "2018-07-21T16:08:41Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "14db7078-675b-47aa-8800-7f77a9bdb80a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "9726106c-3788-467f-a0f0-93b9609c9b62", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv4", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "c3af51b0-3e90-49c8-a378-4f9c7bcf1f9f", "remote_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:41Z", "revision_number": 0, "id": "d20c8b7b-ce0c-4645-920f-42603c0d2d1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:41Z", "security_group_id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "tenant_id": "b029fcc81e0244668536b3b6ddbb1ca0", "port_range_min": null, "ethertype": "IPv6", "project_id": "b029fcc81e0244668536b3b6ddbb1ca0"}], "revision_number": 1, "project_id": "b029fcc81e0244668536b3b6ddbb1ca0", "id": "2a3cd1dc-dda9-4dd0-be8b-ec9b85249050", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "98943742f3454e49b82353069c061e1c", "created_at": "2018-07-21T17:35:25Z", "updated_at": "2018-07-21T17:35:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "140cf0ab-34a6-4b83-8aa5-363b8428e524", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "175ba6b5-25bc-4ccf-b0de-f008d323ece1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "9ae4c695-e09b-49ca-be31-07ffd6dbb88f", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv4", "project_id": "98943742f3454e49b82353069c061e1c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:35:25Z", "revision_number": 0, "id": "a730f292-e469-4819-90c8-ba77af289489", "remote_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "remote_ip_prefix": null, "created_at": "2018-07-21T17:35:25Z", "security_group_id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "tenant_id": "98943742f3454e49b82353069c061e1c", "port_range_min": null, "ethertype": "IPv6", "project_id": "98943742f3454e49b82353069c061e1c"}], "revision_number": 1, "project_id": "98943742f3454e49b82353069c061e1c", "id": "36658a72-dbc2-4bce-9a2f-f2a389b02749", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0db843867cd1449f98e75546ad222527", "created_at": "2018-07-21T16:09:38Z", "updated_at": "2018-07-21T16:09:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "13e3239e-b9a2-4da3-b99c-d3fad92b1645", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "3cf375fb-5f9f-494b-aacc-30bf90f4f6a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "64cc4633-a855-4243-ae79-720f434bc4a9", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv6", "project_id": "0db843867cd1449f98e75546ad222527"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:09:38Z", "revision_number": 0, "id": "850925e3-3d55-4e77-8fcc-6395ed2df833", "remote_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "remote_ip_prefix": null, "created_at": "2018-07-21T16:09:38Z", "security_group_id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "tenant_id": "0db843867cd1449f98e75546ad222527", "port_range_min": null, "ethertype": "IPv4", "project_id": "0db843867cd1449f98e75546ad222527"}], "revision_number": 1, "project_id": "0db843867cd1449f98e75546ad222527", "id": "55b16a0a-d4e8-4cf4-afde-ed830ce1de87", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "08edf223c9044c028a8723285d1d0646", "created_at": "2018-07-21T16:10:15Z", "updated_at": "2018-07-21T16:10:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "40d81d38-9171-4c24-a1df-5bfe396b1b35", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7376d7a5-0bf0-4ea3-9244-7e998c95c78c", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "7cac188a-d7c1-43ee-8e9e-becffe4de0ac", "remote_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv6", "project_id": "08edf223c9044c028a8723285d1d0646"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:10:15Z", "revision_number": 0, "id": "eb99ed75-f310-4156-9c5d-f30bbf4b571b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:10:15Z", "security_group_id": "6133515c-277e-4362-a553-4e3bcb8baf72", "tenant_id": "08edf223c9044c028a8723285d1d0646", "port_range_min": null, "ethertype": "IPv4", "project_id": "08edf223c9044c028a8723285d1d0646"}], "revision_number": 1, "project_id": "08edf223c9044c028a8723285d1d0646", "id": "6133515c-277e-4362-a553-4e3bcb8baf72", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "4e011493c25549ef911e32e45178ecdb", "created_at": "2018-07-21T16:08:12Z", "updated_at": "2018-07-21T16:08:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "2837754f-e940-469b-90ce-4380dfc657b3", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "7192c936-7835-4f9a-99a2-d553c28ef58e", "remote_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e4b48d4a-ffbd-499d-8cb0-a0eb6eefab89", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv6", "project_id": "4e011493c25549ef911e32e45178ecdb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:08:12Z", "revision_number": 0, "id": "e8304b60-dce1-4398-bb83-1fabd7894644", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:08:12Z", "security_group_id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "tenant_id": "4e011493c25549ef911e32e45178ecdb", "port_range_min": null, "ethertype": "IPv4", "project_id": "4e011493c25549ef911e32e45178ecdb"}], "revision_number": 1, "project_id": "4e011493c25549ef911e32e45178ecdb", "id": "6ef53fdd-1e6f-4ef2-828b-d96240332c4f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "created_at": "2018-07-21T17:23:39Z", "updated_at": "2018-07-21T17:23:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "02bcedcb-f720-4515-abdd-e67ed18654ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "3863828d-965f-4fc1-acd3-b645c1ed3666", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "786cdb52-23a3-43ca-968e-b2e3551abd74", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv4", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:23:39Z", "revision_number": 0, "id": "beec9628-bece-4ac1-b6e3-63461c7ae061", "remote_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "remote_ip_prefix": null, "created_at": "2018-07-21T17:23:39Z", "security_group_id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "tenant_id": "6a5d46ab675d4d22b88637ab883622bd", "port_range_min": null, "ethertype": "IPv6", "project_id": "6a5d46ab675d4d22b88637ab883622bd"}], "revision_number": 1, "project_id": "6a5d46ab675d4d22b88637ab883622bd", "id": "833d8a5e-2b7a-480c-b737-746ba6362e62", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a6906d7d21744bd98421510fc029622a", "created_at": "2018-07-21T16:07:58Z", "updated_at": "2018-07-21T16:07:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "1f77b077-aa4b-4576-9a3a-9fa8dbe7baf6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "2938f45d-88af-4473-9555-4592ba7d5c1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "46d00a28-f9ab-461f-86f5-751eae9bc2f4", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv6", "project_id": "a6906d7d21744bd98421510fc029622a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:58Z", "revision_number": 0, "id": "9acdbed0-73de-4d1b-a73a-cb66ff65ede7", "remote_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:58Z", "security_group_id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "tenant_id": "a6906d7d21744bd98421510fc029622a", "port_range_min": null, "ethertype": "IPv4", "project_id": "a6906d7d21744bd98421510fc029622a"}], "revision_number": 1, "project_id": "a6906d7d21744bd98421510fc029622a", "id": "cbd243f3-fc3e-4a09-b0b1-5a1814ca43c1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "created_at": "2018-07-21T16:11:07Z", "updated_at": "2018-07-21T16:11:07Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "319dda73-5ba0-4597-9aac-2eca2202c0af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "5c093472-08a2-4715-9949-82f44d5cd4b3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "60a71d15-0e91-468b-80b9-88761563a6a8", "remote_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv6", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:07Z", "revision_number": 0, "id": "67977ab5-054e-41be-8d9d-d37e5a2b6287", "remote_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:07Z", "security_group_id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "tenant_id": "3bb5403b2f224f0cb1a92270712d4039", "port_range_min": null, "ethertype": "IPv4", "project_id": "3bb5403b2f224f0cb1a92270712d4039"}], "revision_number": 1, "project_id": "3bb5403b2f224f0cb1a92270712d4039", "id": "cd1db1e6-e02e-443f-b181-2e27e82cdc10", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1e8b444093b644eca90de69774b94665", "created_at": "2018-07-21T17:33:06Z", "updated_at": "2018-07-21T17:33:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "02115e3f-4a6e-4fe4-a61e-a254b75174ae", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "1d69a593-b81c-4741-b821-d7ddf3b02ac9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "e9b2af3a-39ed-4147-b852-cc7fb4e49b7d", "remote_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv6", "project_id": "1e8b444093b644eca90de69774b94665"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:33:06Z", "revision_number": 0, "id": "f9b0f8ea-3084-4c82-8bf3-5eff72167e17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:33:06Z", "security_group_id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "tenant_id": "1e8b444093b644eca90de69774b94665", "port_range_min": null, "ethertype": "IPv4", "project_id": "1e8b444093b644eca90de69774b94665"}], "revision_number": 1, "project_id": "1e8b444093b644eca90de69774b94665", "id": "d1915638-db3c-428c-a6f1-4c70e305d0d5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:03Z", "updated_at": "2018-07-21T17:39:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "revision_number": 0, "id": "452299b4-c2b8-4314-9569-88a001945a63", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "tenant_id": "1d041298a7274c82ad323798a2215a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d041298a7274c82ad323798a2215a13"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "revision_number": 0, "id": "49b1fa28-6512-4408-8a4b-26cf9f0df377", "remote_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "remote_ip_prefix": null, "created_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "tenant_id": "1d041298a7274c82ad323798a2215a13", "port_range_min": null, "ethertype": "IPv6", "project_id": "1d041298a7274c82ad323798a2215a13"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "revision_number": 0, "id": "d90700e5-1879-4c82-b750-455df61160ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "tenant_id": "1d041298a7274c82ad323798a2215a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d041298a7274c82ad323798a2215a13"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "revision_number": 0, "id": "f17a8a0c-1b83-4050-9c0c-334ff58449dc", "remote_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "remote_ip_prefix": null, "created_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "tenant_id": "1d041298a7274c82ad323798a2215a13", "port_range_min": null, "ethertype": "IPv4", "project_id": "1d041298a7274c82ad323798a2215a13"}], "revision_number": 1, "project_id": "1d041298a7274c82ad323798a2215a13", "id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "created_at": "2018-07-21T16:11:50Z", "updated_at": "2018-07-21T16:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1206ce59-8a3d-4b53-bc92-2ae0c196e20a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "1c8b5929-f01b-41a5-83c8-0efadc9ae32a", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "350715fe-e582-47b5-8cdb-1c871a15bb9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:11:50Z", "revision_number": 0, "id": "acd059f9-19a8-4b2a-a9c9-8497d3958747", "remote_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "remote_ip_prefix": null, "created_at": "2018-07-21T16:11:50Z", "security_group_id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "tenant_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7"}], "revision_number": 1, "project_id": "a62cafcbd1fa48e9878c2c1de9e975a7", "id": "f3d5f348-99d3-4ea0-b318-b98f409f4bfa", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-07-21T16:07:59Z", "updated_at": "2018-07-21T16:07:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "1d7da4c8-88cd-48e6-a281-cca9fe514adf", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "31a63c95-851f-48b6-b24f-d9678505272c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "46d4b1d3-8d35-414e-a287-d8324bad9a81", "remote_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-07-21T16:07:59Z", "revision_number": 0, "id": "66ce9865-6a48-4e29-be87-07e685ff7ab7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-07-21T16:07:59Z", "security_group_id": "f4bed278-796b-4d77-a649-88652035bb18", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "f4bed278-796b-4d77-a649-88652035bb18", "name": "default"}]} 2018-07-21 20:47:13,471 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-groups?name=default used request id req-e31b40b5-c0ab-491a-8166-07a56d310ff6 2018-07-21 20:47:13,477 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,562 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b083558-0294-4a04-bd43-70bb6af90d1c Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: af07023ea03042eda668f217f154cda5.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:13,562 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/af07023ea03042eda668f217f154cda5 used request id req-8b083558-0294-4a04-bd43-70bb6af90d1c 2018-07-21 20:47:13,563 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:13,567 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82208cc7-f70d-4317-9b7b-b66739d694d4 Content-Encoding: gzip Content-Length: 218 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "9c1b53ea4891475d886a643c0437ee5a", "name": "service"}} 2018-07-21 20:47:13,666 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/9c1b53ea4891475d886a643c0437ee5a used request id req-82208cc7-f70d-4317-9b7b-b66739d694d4 2018-07-21 20:47:13,669 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,770 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b51aae4-80be-42e9-af14-b136186b5044 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: b029fcc81e0244668536b3b6ddbb1ca0.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:13,771 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/b029fcc81e0244668536b3b6ddbb1ca0 used request id req-1b51aae4-80be-42e9-af14-b136186b5044 2018-07-21 20:47:13,771 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:13,774 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,789 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-68a500a6-f8af-4050-bfd4-1168fba7af50 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 98943742f3454e49b82353069c061e1c.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:13,789 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/98943742f3454e49b82353069c061e1c used request id req-68a500a6-f8af-4050-bfd4-1168fba7af50 2018-07-21 20:47:13,789 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:13,792 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,891 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f67f9d5-ef3e-41c4-8314-fcb1ed88db46 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 0db843867cd1449f98e75546ad222527.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:13,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/0db843867cd1449f98e75546ad222527 used request id req-4f67f9d5-ef3e-41c4-8314-fcb1ed88db46 2018-07-21 20:47:13,892 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:13,895 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:13,986 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9866ceec-aab0-4a84-9472-9030943cbc29 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 08edf223c9044c028a8723285d1d0646.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:13,986 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/08edf223c9044c028a8723285d1d0646 used request id req-9866ceec-aab0-4a84-9472-9030943cbc29 2018-07-21 20:47:13,986 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:13,990 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,088 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b19f24d5-8e82-4610-a3e4-d252025ef73e Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 4e011493c25549ef911e32e45178ecdb.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:14,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/4e011493c25549ef911e32e45178ecdb used request id req-b19f24d5-8e82-4610-a3e4-d252025ef73e 2018-07-21 20:47:14,088 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:14,091 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,169 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4d919adb-8f96-4d37-8d6d-4d34c42987b1 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 6a5d46ab675d4d22b88637ab883622bd.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:14,169 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/6a5d46ab675d4d22b88637ab883622bd used request id req-4d919adb-8f96-4d37-8d6d-4d34c42987b1 2018-07-21 20:47:14,170 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:14,173 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-573e1c00-b462-4799-9522-699ecb265565 Content-Encoding: gzip Content-Length: 198 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "a6906d7d21744bd98421510fc029622a", "name": "admin"}} 2018-07-21 20:47:14,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/a6906d7d21744bd98421510fc029622a used request id req-573e1c00-b462-4799-9522-699ecb265565 2018-07-21 20:47:14,272 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,361 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d17a554-ea55-4ac6-9963-9153c3e1e91b Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 3bb5403b2f224f0cb1a92270712d4039.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:14,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/3bb5403b2f224f0cb1a92270712d4039 used request id req-7d17a554-ea55-4ac6-9963-9153c3e1e91b 2018-07-21 20:47:14,361 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:14,365 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,534 - keystoneauth.session - DEBUG - RESP: [404] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18ee9f15-8a9f-4074-bfee-d73ac29010b0 Content-Length: 118 Content-Type: application/json RESP BODY: {"error": {"message": "Could not find project: 1e8b444093b644eca90de69774b94665.", "code": 404, "title": "Not Found"}} 2018-07-21 20:47:14,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1e8b444093b644eca90de69774b94665 used request id req-18ee9f15-8a9f-4074-bfee-d73ac29010b0 2018-07-21 20:47:14,534 - keystoneauth.session - DEBUG - Request returned failure status: 404 2018-07-21 20:47:14,537 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa2b3a39-c55f-48f7-8aba-3bd454e18f4c Content-Encoding: gzip Content-Length: 251 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13"}, "tags": [], "enabled": true, "domain_id": "default", "parent_id": "default", "id": "1d041298a7274c82ad323798a2215a13", "name": "juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef"}} 2018-07-21 20:47:14,631 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13 used request id req-aa2b3a39-c55f-48f7-8aba-3bd454e18f4c 2018-07-21 20:47:14,631 - neutron_utils - INFO - Retrieving security group rules associate with the security group with ID - e1983aa1-5822-4be0-ab51-e6b7042d3b55 2018-07-21 20:47:14,637 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e1983aa1-5822-4be0-ab51-e6b7042d3b55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2048 X-Openstack-Request-Id: req-25dac355-b787-47b2-a5d7-f252c1aba164 Date: Sat, 21 Jul 2018 20:47:14 GMT RESP BODY: {"security_group_rules": [{"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "port_range_min": null, "revision_number": 0, "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:03Z", "project_id": "1d041298a7274c82ad323798a2215a13", "id": "452299b4-c2b8-4314-9569-88a001945a63"}, {"remote_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "port_range_min": null, "revision_number": 0, "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:03Z", "project_id": "1d041298a7274c82ad323798a2215a13", "id": "49b1fa28-6512-4408-8a4b-26cf9f0df377"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "port_range_min": null, "revision_number": 0, "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:03Z", "project_id": "1d041298a7274c82ad323798a2215a13", "id": "d90700e5-1879-4c82-b750-455df61160ca"}, {"remote_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-07-21T17:39:03Z", "security_group_id": "e1983aa1-5822-4be0-ab51-e6b7042d3b55", "port_range_min": null, "revision_number": 0, "tenant_id": "1d041298a7274c82ad323798a2215a13", "created_at": "2018-07-21T17:39:03Z", "project_id": "1d041298a7274c82ad323798a2215a13", "id": "f17a8a0c-1b83-4050-9c0c-334ff58449dc"}]} 2018-07-21 20:47:14,659 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.23:9696/v2.0/security-group-rules?security_group_id=e1983aa1-5822-4be0-ab51-e6b7042d3b55 used request id req-25dac355-b787-47b2-a5d7-f252c1aba164 2018-07-21 20:47:14,660 - neutron_utils - INFO - Deleting security group with name - default 2018-07-21 20:47:14,665 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:9696/v2.0/security-groups/e1983aa1-5822-4be0-ab51-e6b7042d3b55 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,699 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-c6729dd6-96ec-4ef5-98ce-9c7ac69dc656 Date: Sat, 21 Jul 2018 20:47:14 GMT RESP BODY: {"NeutronError": {"message": "Security Group e1983aa1-5822-4be0-ab51-e6b7042d3b55 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-21 20:47:14,699 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.23:9696/v2.0/security-groups/e1983aa1-5822-4be0-ab51-e6b7042d3b55 used request id req-c6729dd6-96ec-4ef5-98ce-9c7ac69dc656 2018-07-21 20:47:14,700 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Security Group e1983aa1-5822-4be0-ab51-e6b7042d3b55 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-07-21 20:47:14,700 - keystone_utils - INFO - Deleting project with name - juju_epc-e67284af-7ad1-4a3f-aadd-d3bec0173bef 2018-07-21 20:47:14,704 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X DELETE http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,850 - keystoneauth.session - DEBUG - RESP: [204] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-59419fdd-1aa0-43e3-8b14-415146b0eb43 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-07-21 20:47:14,851 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.23:5000/v3/projects/1d041298a7274c82ad323798a2215a13 used request id req-59419fdd-1aa0-43e3-8b14-415146b0eb43 2018-07-21 20:47:14,854 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.23:5000/v3/roles? -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ca11ae3bf037482f73a95a3548553440fbafa5c9" 2018-07-21 20:47:14,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sat, 21 Jul 2018 20:47:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61230066-0bde-49c6-baff-04d10a528162 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.23:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "00aaa0eca14e4fe394ac2ac7570efc7f", "links": {"self": "http://172.30.9.23:5000/v3/roles/00aaa0eca14e4fe394ac2ac7570efc7f"}, "name": "reader"}, {"domain_id": null, "id": "3b27e96c6cb241d1a2e8088799e79167", "links": {"self": "http://172.30.9.23:5000/v3/roles/3b27e96c6cb241d1a2e8088799e79167"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "6162cf18063544399de1aa224b6485c7", "links": {"self": "http://172.30.9.23:5000/v3/roles/6162cf18063544399de1aa224b6485c7"}, "name": "admin"}, {"domain_id": null, "id": "9bae077bdc77459da4da52e13fd73a8e", "links": {"self": "http://172.30.9.23:5000/v3/roles/9bae077bdc77459da4da52e13fd73a8e"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.23:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7416974942145e18a9f8ef6a0844013", "links": {"self": "http://172.30.9.23:5000/v3/roles/c7416974942145e18a9f8ef6a0844013"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "ec98385a6f284ce1b96b91764b17eb67", "links": {"self": "http://172.30.9.23:5000/v3/roles/ec98385a6f284ce1b96b91764b17eb67"}, "name": "swiftoperator"}]} 2018-07-21 20:47:14,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.23:5000/v3/roles used request id req-61230066-0bde-49c6-baff-04d10a528162 2018-07-21 20:47:14,947 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-07-21 20:47:14,948 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 02:10 | FAIL | | cloudify_ims | functest | vnf | 01:33 | FAIL | | vyos_vrouter | functest | vnf | 01:42 | FAIL | | juju_epc | functest | vnf | 188:04 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-07-21 20:47:14,953 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR