2018-08-30 09:05:17,740 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-260 | | 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-08-30 09:05:17,743 - xtesting.ci.run_tests - INFO - Sourcing env file /var/lib/xtesting/conf/env_file # Clear any old environment that may conflict. for key in $( set | awk '{FS="="} /^OS_/ {print $1}' ); do unset $key ; done export OS_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.5 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=8OE1Gj6VcKmOahuj43CmexZUF 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=f43bf52986b74b40be2254c0cc19dd66 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=gLRKb0vDGGxhx7pG8YP7q2HjS export OS_REGION_NAME=regionOne 2018-08-30 09:05:17,743 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-30 09:05:17,744 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-30 09:05:17,767 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-30 09:05:18,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:05:18,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:05:18,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:05:18,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:05:18,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:05:18,047 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:05:18,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:05:18,053 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-30 09:05:18,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-30 09:05:18,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:18,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1119f65-549b-4925-a74b-81690960eb7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:05:18,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a1119f65-549b-4925-a74b-81690960eb7e 2018-08-30 09:05:18,061 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:05:18,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["tnn3OnTeTI-zW06XsCwv6A"], "issued_at": "2018-08-30T09:05:18.000000Z"}} 2018-08-30 09:05:18,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:19,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05: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 x-openstack-request-id: req-511686f0-eff2-4fd2-b10f-f49240818916 x-compute-request-id: req-511686f0-eff2-4fd2-b10f-f49240818916 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-30 09:05:19,430 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-511686f0-eff2-4fd2-b10f-f49240818916 2018-08-30 09:05:19,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.37723398209s 2018-08-30 09:05:19,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-511686f0-eff2-4fd2-b10f-f49240818916 2018-08-30 09:05:19,431 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-30 09:05:19,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:19,439 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:05:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a09eb2f3-19ef-45d8-9ce5-78c6666432bb Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:05:19,439 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-a09eb2f3-19ef-45d8-9ce5-78c6666432bb 2018-08-30 09:05:19,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:05:19,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:19,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7bf76dd4-cb6d-4d49-9782-a24230aae0ee Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:05:19,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-7bf76dd4-cb6d-4d49-9782-a24230aae0ee 2018-08-30 09:05:19,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.297684907913s 2018-08-30 09:05:19,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-7bf76dd4-cb6d-4d49-9782-a24230aae0ee 2018-08-30 09:05:19,738 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'7a8eed0a1e274483943ceaab7f507299', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-30 09:05:19,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-30 09:05:19,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:19,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3faa9c38-3feb-4889-a8d4-cb0c0cf984fb Content-Encoding: gzip Content-Length: 1955 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1393f07071d64459bd4bc54f0787f4a9"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ca00d278b2e54e1ab55c6df33609ebec", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/13ae26a140e24b56bae66b30ce5e6145"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6d41b1ad67848a999e8e57e9479fbbe", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1408f86ef3b9426e9506997b402cdeda"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d436f9a7cf8947f9a60945fd82343362", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/200fbd44c94e4461890c075fa1eda820"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164cdd8815f4d118c147642f576a09d", "id": "200fbd44c94e4461890c075fa1eda820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/232f750930ac4299af56b73452380121"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c8aea4215467440693befc43a9916e5d", "id": "232f750930ac4299af56b73452380121"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/269e60d8a7c547888700595106976cb6"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d436f9a7cf8947f9a60945fd82343362", "id": "269e60d8a7c547888700595106976cb6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/43730c7927c2417ea341f7ff3f5ba9c0"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6e5572b3fbb4d96bac5cde42960daec", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/45725db9c0ae457d8af856341b9d1acb"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5cef718b53c44a13871853c50fc9cf10", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/46152d3fc575490a8356cf8f3d8efe45"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1246737b1874b73afa1a4c137d24fd7", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/486f512d10ac4b16b7872d44c649cac9"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6d41b1ad67848a999e8e57e9479fbbe", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/53cc2ecdd0904446876b4cf16541711b"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0ca0727e14e74bed9bf471ba722447fc", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/59d6f802f2b746babade73752ffb9a6f"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1246737b1874b73afa1a4c137d24fd7", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6891c2b705a547fe96c775687b8132f9"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d436f9a7cf8947f9a60945fd82343362", "id": "6891c2b705a547fe96c775687b8132f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6ee84e4c500e4a7090a137868b63a12d"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1a485f420c874077b20c08153bd2fb39", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/73bcce04e7694721a346a7b8d54fb6f0"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2c135fc3322e4b03a2758ba0dd132ec8", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/777be63f0e1b4e08972e2afede3e71f7"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7826ee3e5f6044efad760639d38d79cf"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6d41b1ad67848a999e8e57e9479fbbe", "id": "7826ee3e5f6044efad760639d38d79cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7a808526e2634f7fb1dbd7e8a9a440d0"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0ca0727e14e74bed9bf471ba722447fc", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/84a20d9bbd0e4e338d34cfd19e514f6a"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5cef718b53c44a13871853c50fc9cf10", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/85035d570d2d42ae942584a68110fca2"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1a485f420c874077b20c08153bd2fb39", "id": "85035d570d2d42ae942584a68110fca2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8b3c35f387c246f891fd8b9aaea1eccd"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5fa1311117184e948d1864e970437b28", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8daf0f654fd9490e8795b98486bbb8e4"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c8aea4215467440693befc43a9916e5d", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a2105247d62745059844e0c0f21c21f0"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ca00d278b2e54e1ab55c6df33609ebec", "id": "a2105247d62745059844e0c0f21c21f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b21b91447ff04db4bf51160597488ad1"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6e5572b3fbb4d96bac5cde42960daec", "id": "b21b91447ff04db4bf51160597488ad1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ba1473e58e0242e38337ff5b66e54731"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bde50ae8399f44088f96f2cd21dd4b5a"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164cdd8815f4d118c147642f576a09d", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c178940c5133411caf0c29026db190d3"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6e5572b3fbb4d96bac5cde42960daec", "id": "c178940c5133411caf0c29026db190d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c201ca2a3c5c45e28ffc696faf5d1e6e"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e981eabe9754458dbc4175426432d908", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c7fa9998ae3f4ccc829e0563e9448d30"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5fa1311117184e948d1864e970437b28", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c8eaa2fe76a146d5a7c747c07da29ca9"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c8aea4215467440693befc43a9916e5d", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9a507455bb74209acf2d064bfe9b13b"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0ca0727e14e74bed9bf471ba722447fc", "id": "c9a507455bb74209acf2d064bfe9b13b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9f96f75d09e4c299431639d8c2caa9a"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5cef718b53c44a13871853c50fc9cf10", "id": "c9f96f75d09e4c299431639d8c2caa9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cbf7afc06c9f4aba9c24101db7d83dc1"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2c135fc3322e4b03a2758ba0dd132ec8", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cfd62492d4874f43a0e9d7e3bb16e588"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1a485f420c874077b20c08153bd2fb39", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d52ce25fb40d4b188cedd1145fc93b2d"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e981eabe9754458dbc4175426432d908", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d58cf6b7c75043088985df61f34425f2"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e981eabe9754458dbc4175426432d908", "id": "d58cf6b7c75043088985df61f34425f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d97bf31a027b46d3a4d9372197d1dd36"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164cdd8815f4d118c147642f576a09d", "id": "d97bf31a027b46d3a4d9372197d1dd36"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dbbba72276fc4a319ea3ea95e41d0df1"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2c135fc3322e4b03a2758ba0dd132ec8", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/de6a03cc01d743b3a5c2b1b33ca8a42e"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5fa1311117184e948d1864e970437b28", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ed1d808e5a644f1d9cceaed9f404f0bb"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ca00d278b2e54e1ab55c6df33609ebec", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f4dc38103d914f5085f5e26193975b21"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "id": "f4dc38103d914f5085f5e26193975b21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f62aefcf1d7b455384faa49dc90b6b71"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1246737b1874b73afa1a4c137d24fd7", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-30 09:05:19,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-3faa9c38-3feb-4889-a8d4-cb0c0cf984fb 2018-08-30 09:05:19,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.187190055847s 2018-08-30 09:05:19,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-3faa9c38-3feb-4889-a8d4-cb0c0cf984fb 2018-08-30 09:05:19,933 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1393f07071d64459bd4bc54f0787f4a9'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ca00d278b2e54e1ab55c6df33609ebec', u'id': u'1393f07071d64459bd4bc54f0787f4a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/13ae26a140e24b56bae66b30ce5e6145'}, u'url': u'http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a6d41b1ad67848a999e8e57e9479fbbe', u'id': u'13ae26a140e24b56bae66b30ce5e6145'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1408f86ef3b9426e9506997b402cdeda'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd436f9a7cf8947f9a60945fd82343362', u'id': u'1408f86ef3b9426e9506997b402cdeda'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/200fbd44c94e4461890c075fa1eda820'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7164cdd8815f4d118c147642f576a09d', u'id': u'200fbd44c94e4461890c075fa1eda820'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/232f750930ac4299af56b73452380121'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c8aea4215467440693befc43a9916e5d', u'id': u'232f750930ac4299af56b73452380121'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/269e60d8a7c547888700595106976cb6'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd436f9a7cf8947f9a60945fd82343362', u'id': u'269e60d8a7c547888700595106976cb6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/43730c7927c2417ea341f7ff3f5ba9c0'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a6e5572b3fbb4d96bac5cde42960daec', u'id': u'43730c7927c2417ea341f7ff3f5ba9c0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/45725db9c0ae457d8af856341b9d1acb'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5cef718b53c44a13871853c50fc9cf10', u'id': u'45725db9c0ae457d8af856341b9d1acb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/46152d3fc575490a8356cf8f3d8efe45'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e1246737b1874b73afa1a4c137d24fd7', u'id': u'46152d3fc575490a8356cf8f3d8efe45'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/486f512d10ac4b16b7872d44c649cac9'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a6d41b1ad67848a999e8e57e9479fbbe', u'id': u'486f512d10ac4b16b7872d44c649cac9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/53cc2ecdd0904446876b4cf16541711b'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0ca0727e14e74bed9bf471ba722447fc', u'id': u'53cc2ecdd0904446876b4cf16541711b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/59d6f802f2b746babade73752ffb9a6f'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e1246737b1874b73afa1a4c137d24fd7', u'id': u'59d6f802f2b746babade73752ffb9a6f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6891c2b705a547fe96c775687b8132f9'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd436f9a7cf8947f9a60945fd82343362', u'id': u'6891c2b705a547fe96c775687b8132f9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6ee84e4c500e4a7090a137868b63a12d'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1a485f420c874077b20c08153bd2fb39', u'id': u'6ee84e4c500e4a7090a137868b63a12d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/73bcce04e7694721a346a7b8d54fb6f0'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2c135fc3322e4b03a2758ba0dd132ec8', u'id': u'73bcce04e7694721a346a7b8d54fb6f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/777be63f0e1b4e08972e2afede3e71f7'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5d7a2de828a5431ebc2c3b6ce9fe2864', u'id': u'777be63f0e1b4e08972e2afede3e71f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7826ee3e5f6044efad760639d38d79cf'}, u'url': u'http://12.0.0.22:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a6d41b1ad67848a999e8e57e9479fbbe', u'id': u'7826ee3e5f6044efad760639d38d79cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7a808526e2634f7fb1dbd7e8a9a440d0'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0ca0727e14e74bed9bf471ba722447fc', u'id': u'7a808526e2634f7fb1dbd7e8a9a440d0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/84a20d9bbd0e4e338d34cfd19e514f6a'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5cef718b53c44a13871853c50fc9cf10', u'id': u'84a20d9bbd0e4e338d34cfd19e514f6a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/85035d570d2d42ae942584a68110fca2'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1a485f420c874077b20c08153bd2fb39', u'id': u'85035d570d2d42ae942584a68110fca2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8b3c35f387c246f891fd8b9aaea1eccd'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5fa1311117184e948d1864e970437b28', u'id': u'8b3c35f387c246f891fd8b9aaea1eccd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/8daf0f654fd9490e8795b98486bbb8e4'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c8aea4215467440693befc43a9916e5d', u'id': u'8daf0f654fd9490e8795b98486bbb8e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a2105247d62745059844e0c0f21c21f0'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ca00d278b2e54e1ab55c6df33609ebec', u'id': u'a2105247d62745059844e0c0f21c21f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b21b91447ff04db4bf51160597488ad1'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a6e5572b3fbb4d96bac5cde42960daec', u'id': u'b21b91447ff04db4bf51160597488ad1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ba1473e58e0242e38337ff5b66e54731'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5d7a2de828a5431ebc2c3b6ce9fe2864', u'id': u'ba1473e58e0242e38337ff5b66e54731'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/bde50ae8399f44088f96f2cd21dd4b5a'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7164cdd8815f4d118c147642f576a09d', u'id': u'bde50ae8399f44088f96f2cd21dd4b5a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c178940c5133411caf0c29026db190d3'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a6e5572b3fbb4d96bac5cde42960daec', u'id': u'c178940c5133411caf0c29026db190d3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c201ca2a3c5c45e28ffc696faf5d1e6e'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e981eabe9754458dbc4175426432d908', u'id': u'c201ca2a3c5c45e28ffc696faf5d1e6e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c7fa9998ae3f4ccc829e0563e9448d30'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5fa1311117184e948d1864e970437b28', u'id': u'c7fa9998ae3f4ccc829e0563e9448d30'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c8eaa2fe76a146d5a7c747c07da29ca9'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c8aea4215467440693befc43a9916e5d', u'id': u'c8eaa2fe76a146d5a7c747c07da29ca9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c9a507455bb74209acf2d064bfe9b13b'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0ca0727e14e74bed9bf471ba722447fc', u'id': u'c9a507455bb74209acf2d064bfe9b13b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/c9f96f75d09e4c299431639d8c2caa9a'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5cef718b53c44a13871853c50fc9cf10', u'id': u'c9f96f75d09e4c299431639d8c2caa9a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cbf7afc06c9f4aba9c24101db7d83dc1'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2c135fc3322e4b03a2758ba0dd132ec8', u'id': u'cbf7afc06c9f4aba9c24101db7d83dc1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cfd62492d4874f43a0e9d7e3bb16e588'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1a485f420c874077b20c08153bd2fb39', u'id': u'cfd62492d4874f43a0e9d7e3bb16e588'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d52ce25fb40d4b188cedd1145fc93b2d'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'e981eabe9754458dbc4175426432d908', u'id': u'd52ce25fb40d4b188cedd1145fc93b2d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d58cf6b7c75043088985df61f34425f2'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'e981eabe9754458dbc4175426432d908', u'id': u'd58cf6b7c75043088985df61f34425f2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d97bf31a027b46d3a4d9372197d1dd36'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7164cdd8815f4d118c147642f576a09d', u'id': u'd97bf31a027b46d3a4d9372197d1dd36'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/dbbba72276fc4a319ea3ea95e41d0df1'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2c135fc3322e4b03a2758ba0dd132ec8', u'id': u'dbbba72276fc4a319ea3ea95e41d0df1'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/de6a03cc01d743b3a5c2b1b33ca8a42e'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5fa1311117184e948d1864e970437b28', u'id': u'de6a03cc01d743b3a5c2b1b33ca8a42e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ed1d808e5a644f1d9cceaed9f404f0bb'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ca00d278b2e54e1ab55c6df33609ebec', u'id': u'ed1d808e5a644f1d9cceaed9f404f0bb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f4dc38103d914f5085f5e26193975b21'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5d7a2de828a5431ebc2c3b6ce9fe2864', u'id': u'f4dc38103d914f5085f5e26193975b21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/f62aefcf1d7b455384faa49dc90b6b71'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'e1246737b1874b73afa1a4c137d24fd7', u'id': u'f62aefcf1d7b455384faa49dc90b6b71'})] 2018-08-30 09:05:19,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-30 09:05:19,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:20,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05: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-6aaed1d4-f506-444f-9960-ea2de1ab4191 x-compute-request-id: req-6aaed1d4-f506-444f-9960-ea2de1ab4191 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-30 09:05:20,042 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-6aaed1d4-f506-444f-9960-ea2de1ab4191 2018-08-30 09:05:20,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.10776591301s 2018-08-30 09:05:20,042 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-6aaed1d4-f506-444f-9960-ea2de1ab4191 2018-08-30 09:05:20,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-30 09:05:20,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:21,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05: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-4d923e8d-1ac0-4b40-80af-36a032d8ceef x-compute-request-id: req-4d923e8d-1ac0-4b40-80af-36a032d8ceef Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-30 09:05:21,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-4d923e8d-1ac0-4b40-80af-36a032d8ceef 2018-08-30 09:05:21,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.86320114136s 2018-08-30 09:05:21,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-4d923e8d-1ac0-4b40-80af-36a032d8ceef 2018-08-30 09:05:21,915 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-30 09:05:21,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:05:21,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:22,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-49f544fd-c1cc-41a7-9034-1e099772c057 Date: Thu, 30 Aug 2018 09:05:22 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:05:22,973 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-49f544fd-c1cc-41a7-9034-1e099772c057 2018-08-30 09:05:22,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.05276298523s 2018-08-30 09:05:22,973 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-49f544fd-c1cc-41a7-9034-1e099772c057 2018-08-30 09:05:22,973 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-30 09:05:22,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-30 09:05:23,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05: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-0e3eba6e-f387-4b9f-acad-9c227f11e247 x-compute-request-id: req-0e3eba6e-f387-4b9f-acad-9c227f11e247 Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 2}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-30 09:05:23,156 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-0e3eba6e-f387-4b9f-acad-9c227f11e247 2018-08-30 09:05:23,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.182955026627s 2018-08-30 09:05:23,157 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-0e3eba6e-f387-4b9f-acad-9c227f11e247 2018-08-30 09:05:23,158 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 2}, 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.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, 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})] 2018-08-30 09:05:23,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-30 09:05:23,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05: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-3820870d-fe8b-4946-9586-3f550ce50191 x-compute-request-id: req-3820870d-fe8b-4946-9586-3f550ce50191 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-30 09:05:23,303 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-3820870d-fe8b-4946-9586-3f550ce50191 2018-08-30 09:05:23,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.144677877426s 2018-08-30 09:05:23,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-3820870d-fe8b-4946-9586-3f550ce50191 2018-08-30 09:05:23,304 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-30 09:05:23,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1adb2337-135d-4ac0-b8bf-ce37af8b3664 Date: Thu, 30 Aug 2018 09:05:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:05:23,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1adb2337-135d-4ac0-b8bf-ce37af8b3664 2018-08-30 09:05:23,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.09077501297s 2018-08-30 09:05:23,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1adb2337-135d-4ac0-b8bf-ce37af8b3664 2018-08-30 09:05:23,396 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'ab35bc92-1f74-4e24-a11f-68811c3cd092'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-30T09:02:48Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', 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'8729629bd2754da59e65d47c0e37abe8', u'created_at': u'2018-08-30T09:02:44Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8729629bd2754da59e65d47c0e37abe8'})] 2018-08-30 09:05:23,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:05:23,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-daf44d4b-e9dc-4be9-b042-69f5e39dee69 Date: Thu, 30 Aug 2018 09:05:23 GMT RESP BODY: {"ports":[]} 2018-08-30 09:05:23,425 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-daf44d4b-e9dc-4be9-b042-69f5e39dee69 2018-08-30 09:05:23,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.029116153717s 2018-08-30 09:05:23,426 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-daf44d4b-e9dc-4be9-b042-69f5e39dee69 2018-08-30 09:05:23,426 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-30 09:05:23,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:05:23,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c04f1cee-9e9f-4544-8342-b5fbd760aec4 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "0142d93c93ae477e9e077434b4eb045b"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/0142d93c93ae477e9e077434b4eb045b/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "105748ed841b462685f0d06ac0e39f72"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/105748ed841b462685f0d06ac0e39f72/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "f43bf52986b74b40be2254c0cc19dd66"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "3ff79f0400da4e288c8fe926b9341733"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66/users/3ff79f0400da4e288c8fe926b9341733/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "c7baadd7725d4430b78a7a8cf7d865ee"}, "user": {"id": "4508105ffbcd4e129157ddb1c7fc8787"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/4508105ffbcd4e129157ddb1c7fc8787/roles/c7baadd7725d4430b78a7a8cf7d865ee"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "4508105ffbcd4e129157ddb1c7fc8787"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/4508105ffbcd4e129157ddb1c7fc8787/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "5d07ccdbce1b4688876960908c6b951f"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/5d07ccdbce1b4688876960908c6b951f/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "8990462e073f46a69f214a5525ce3397"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/8990462e073f46a69f214a5525ce3397/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "cce7a694ae014269a52bc066f31accea"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/cce7a694ae014269a52bc066f31accea/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/d5bbcfe81e234a88a1e4fc5c2a07ec02/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "e646802bea2b4032a7677b41ba2a4213"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/e646802bea2b4032a7677b41ba2a4213/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "f8a237a9fd3f43fa9412479b99e8dbd3"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/f8a237a9fd3f43fa9412479b99e8dbd3/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "f9407e0bec35496dbf4f23e4f480cca6"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/f9407e0bec35496dbf4f23e4f480cca6/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"project": {"id": "8729629bd2754da59e65d47c0e37abe8"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "f9facce71c1b4ba1a40dac26214b1bde"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8/users/f9facce71c1b4ba1a40dac26214b1bde/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"domain": {"id": "7a8eed0a1e274483943ceaab7f507299"}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "d493470c03564c6abfc1bd6c2d6b359f"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299/users/d493470c03564c6abfc1bd6c2d6b359f/roles/fbad562e049b4c06b05f4d638724a519"}}, {"scope": {"system": {"all": true}}, "role": {"id": "fbad562e049b4c06b05f4d638724a519"}, "user": {"id": "3ff79f0400da4e288c8fe926b9341733"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/3ff79f0400da4e288c8fe926b9341733/roles/fbad562e049b4c06b05f4d638724a519"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-30 09:05:23,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-c04f1cee-9e9f-4544-8342-b5fbd760aec4 2018-08-30 09:05:23,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.171847820282s 2018-08-30 09:05:23,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-c04f1cee-9e9f-4544-8342-b5fbd760aec4 2018-08-30 09:05:23,604 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'0142d93c93ae477e9e077434b4eb045b'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'105748ed841b462685f0d06ac0e39f72'}), Munch({'project': u'f43bf52986b74b40be2254c0cc19dd66', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'3ff79f0400da4e288c8fe926b9341733'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'c7baadd7725d4430b78a7a8cf7d865ee', 'user': u'4508105ffbcd4e129157ddb1c7fc8787'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'4508105ffbcd4e129157ddb1c7fc8787'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'5d07ccdbce1b4688876960908c6b951f'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'5fe8f42ecd9b42ba8f3271b0a2afb3e6'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'8990462e073f46a69f214a5525ce3397'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'cce7a694ae014269a52bc066f31accea'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'd5bbcfe81e234a88a1e4fc5c2a07ec02'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'e646802bea2b4032a7677b41ba2a4213'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'f8a237a9fd3f43fa9412479b99e8dbd3'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'f9407e0bec35496dbf4f23e4f480cca6'}), Munch({'project': u'8729629bd2754da59e65d47c0e37abe8', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'f9facce71c1b4ba1a40dac26214b1bde'}), Munch({'domain': u'7a8eed0a1e274483943ceaab7f507299', 'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'd493470c03564c6abfc1bd6c2d6b359f'}), Munch({'id': u'fbad562e049b4c06b05f4d638724a519', 'user': u'3ff79f0400da4e288c8fe926b9341733'})] 2018-08-30 09:05:23,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:05:23,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b95245f-7090-4317-a5dc-cec2adb2e264 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:05:23,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5b95245f-7090-4317-a5dc-cec2adb2e264 2018-08-30 09:05:23,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19305896759s 2018-08-30 09:05:23,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5b95245f-7090-4317-a5dc-cec2adb2e264 2018-08-30 09:05:23,803 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'28a1b07d3f6a401f812704093b965e2c'}), 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'4bc2c1c062c347ae9d3f6d6b56cf8517'}), 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'68bd0b42fca9455d97bf02be4f287f96'}), 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'7f3211e4373f4e319084180a63f337ce'}), 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'c7baadd7725d4430b78a7a8cf7d865ee'}), 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'fbad562e049b4c06b05f4d638724a519'})] 2018-08-30 09:05:23,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:05:23,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:23,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-d04b7da4-9a03-421c-8927-1228ff526c5c Date: Thu, 30 Aug 2018 09:05:23 GMT RESP BODY: {"routers": []} 2018-08-30 09:05:23,851 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d04b7da4-9a03-421c-8927-1228ff526c5c 2018-08-30 09:05:23,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0473690032959s 2018-08-30 09:05:23,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d04b7da4-9a03-421c-8927-1228ff526c5c 2018-08-30 09:05:23,852 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-30 09:05:23,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:05:23,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:24,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05: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-00c0b296-955d-41ed-b722-686f42b45f12 x-compute-request-id: req-00c0b296-955d-41ed-b722-686f42b45f12 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-30 09:05:24,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-00c0b296-955d-41ed-b722-686f42b45f12 2018-08-30 09:05:24,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214555978775s 2018-08-30 09:05:24,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-00c0b296-955d-41ed-b722-686f42b45f12 2018-08-30 09:05:24,067 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-30 09:05:24,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-30 09:05:24,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:24,080 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:05:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b5670e1-a1ff-46f8-bc50-193f49728bcf Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}]}} 2018-08-30 09:05:24,080 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-2b5670e1-a1ff-46f8-bc50-193f49728bcf 2018-08-30 09:05:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:24,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21c36e2a-fc8d-4a17-9ac2-79447d889d28 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/06a20452a9a0442094467e0fe36646a0"}, "enabled": true, "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/0ca0727e14e74bed9bf471ba722447fc"}, "enabled": true, "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/1a485f420c874077b20c08153bd2fb39"}, "enabled": true, "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/2c135fc3322e4b03a2758ba0dd132ec8"}, "enabled": true, "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5cef718b53c44a13871853c50fc9cf10"}, "enabled": true, "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5d7a2de828a5431ebc2c3b6ce9fe2864"}, "enabled": true, "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5fa1311117184e948d1864e970437b28"}, "enabled": true, "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7164cdd8815f4d118c147642f576a09d"}, "enabled": true, "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a6d41b1ad67848a999e8e57e9479fbbe"}, "enabled": true, "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a6e5572b3fbb4d96bac5cde42960daec"}, "enabled": true, "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c8aea4215467440693befc43a9916e5d"}, "enabled": true, "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/ca00d278b2e54e1ab55c6df33609ebec"}, "enabled": true, "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/d436f9a7cf8947f9a60945fd82343362"}, "enabled": true, "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e1246737b1874b73afa1a4c137d24fd7"}, "enabled": true, "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/e981eabe9754458dbc4175426432d908"}, "enabled": true, "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-30 09:05:24,247 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-21c36e2a-fc8d-4a17-9ac2-79447d889d28 2018-08-30 09:05:24,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.176469087601s 2018-08-30 09:05:24,247 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-21c36e2a-fc8d-4a17-9ac2-79447d889d28 2018-08-30 09:05:24,252 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'06a20452a9a0442094467e0fe36646a0', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'0ca0727e14e74bed9bf471ba722447fc', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'1a485f420c874077b20c08153bd2fb39', 'name': u'cinderv2'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'2c135fc3322e4b03a2758ba0dd132ec8', 'name': u'neutron'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'5cef718b53c44a13871853c50fc9cf10', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'5d7a2de828a5431ebc2c3b6ce9fe2864', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'5fa1311117184e948d1864e970437b28', 'name': u'nova'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'7164cdd8815f4d118c147642f576a09d', 'name': u'heat-cfn'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'a6d41b1ad67848a999e8e57e9479fbbe', 'name': u'swift'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'a6e5572b3fbb4d96bac5cde42960daec', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'c8aea4215467440693befc43a9916e5d', 'name': u'heat'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'ca00d278b2e54e1ab55c6df33609ebec', 'name': u'glance'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'd436f9a7cf8947f9a60945fd82343362', 'name': u'placement'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'e1246737b1874b73afa1a4c137d24fd7', 'name': u'aodh'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'e981eabe9754458dbc4175426432d908', 'name': u'cinderv3'})] 2018-08-30 09:05:24,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:05:24,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f906f05696ad40878705ef92a3d891021371f4f8" 2018-08-30 09:05:24,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-98037d6d-82d6-4d9e-842a-4a418ac1b823 Date: Thu, 30 Aug 2018 09:05:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:48Z","dns_nameservers":[],"updated_at":"2018-08-30T09:02:48Z","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":"8729629bd2754da59e65d47c0e37abe8","id":"ab35bc92-1f74-4e24-a11f-68811c3cd092","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-30 09:05:24,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-98037d6d-82d6-4d9e-842a-4a418ac1b823 2018-08-30 09:05:24,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0375761985779s 2018-08-30 09:05:24,291 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-98037d6d-82d6-4d9e-842a-4a418ac1b823 2018-08-30 09:05:24,291 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:02:48Z', 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'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'tenant_id': u'8729629bd2754da59e65d47c0e37abe8', u'created_at': u'2018-08-30T09:02:48Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'8729629bd2754da59e65d47c0e37abe8'})] 2018-08-30 09:05:24,414 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:05:24,414 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:06 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-30 09:05:24,472 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-30 09:05:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:05:24,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:05:24,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:05:24,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:24,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0d599a8-c29e-4a11-8e5b-cae1aa6c13c2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:05:24,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c0d599a8-c29e-4a11-8e5b-cae1aa6c13c2 2018-08-30 09:05:24,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:05:25,038 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:05:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["vUfvvRN9QMOEqMwKnoz1tg"], "issued_at": "2018-08-30T09:05:24.000000Z"}} 2018-08-30 09:05:25,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:25,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:25,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2b4eafcf-dc72-4120-b689-8b5711cd41ad Date: Thu, 30 Aug 2018 09:05:25 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:05:25,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2b4eafcf-dc72-4120-b689-8b5711cd41ad 2018-08-30 09:05:25,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.444615125656s 2018-08-30 09:05:25,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2b4eafcf-dc72-4120-b689-8b5711cd41ad 2018-08-30 09:05:25,487 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-30 09:05:25,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:05:25,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" -d '{"network": {"name": "tenantnetwork1-net_80c1c895-7346-4b82-b05b-96880b02dc7a", "admin_state_up": true}}' 2018-08-30 09:05:25,987 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-ffea3898-ec38-4872-9e1a-8ed47a06b97a Date: Thu, 30 Aug 2018 09:05:25 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2e88682e-064a-4c2b-bf2d-54f1098dd329","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:05:25Z","is_default":false,"provider:segmentation_id":55,"name":"tenantnetwork1-net_80c1c895-7346-4b82-b05b-96880b02dc7a","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:25Z","mtu":1450}} 2018-08-30 09:05:25,987 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ffea3898-ec38-4872-9e1a-8ed47a06b97a 2018-08-30 09:05:25,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.499352931976s 2018-08-30 09:05:25,988 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ffea3898-ec38-4872-9e1a-8ed47a06b97a 2018-08-30 09:05:25,988 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-30T09:05:25Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2e88682e-064a-4c2b-bf2d-54f1098dd329', u'provider:segmentation_id': 55, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_80c1c895-7346-4b82-b05b-96880b02dc7a', u'admin_state_up': True, u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:05:25Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f43bf52986b74b40be2254c0cc19dd66'}) 2018-08-30 09:05:25,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:25,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:26,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-8db8821a-f06d-413b-b126-e09d8154a4f1 Date: Thu, 30 Aug 2018 09:05:26 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2e88682e-064a-4c2b-bf2d-54f1098dd329","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:05:25Z","provider:segmentation_id":55,"name":"tenantnetwork1-net_80c1c895-7346-4b82-b05b-96880b02dc7a","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:25Z","provider:network_type":"vxlan"}]} 2018-08-30 09:05:26,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8db8821a-f06d-413b-b126-e09d8154a4f1 2018-08-30 09:05:26,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.175040960312s 2018-08-30 09:05:26,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8db8821a-f06d-413b-b126-e09d8154a4f1 2018-08-30 09:05:26,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:05:26,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" -d '{"subnet": {"name": "tenantnetwork1-subnet_80c1c895-7346-4b82-b05b-96880b02dc7a", "enable_dhcp": true, "network_id": "2e88682e-064a-4c2b-bf2d-54f1098dd329", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:05:27,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-1f9993c3-d0f9-497a-bb8f-d239b3726472 Date: Thu, 30 Aug 2018 09:05:27 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e88682e-064a-4c2b-bf2d-54f1098dd329","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:05: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":"f43bf52986b74b40be2254c0cc19dd66","id":"2897b77e-7d8e-4790-afa9-51b366a8ef05","subnetpool_id":null,"name":"tenantnetwork1-subnet_80c1c895-7346-4b82-b05b-96880b02dc7a"}} 2018-08-30 09:05:27,102 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1f9993c3-d0f9-497a-bb8f-d239b3726472 2018-08-30 09:05:27,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.935909032822s 2018-08-30 09:05:27,102 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1f9993c3-d0f9-497a-bb8f-d239b3726472 2018-08-30 09:05:27,103 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:05: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'2897b77e-7d8e-4790-afa9-51b366a8ef05', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_80c1c895-7346-4b82-b05b-96880b02dc7a', u'enable_dhcp': True, u'network_id': u'2e88682e-064a-4c2b-bf2d-54f1098dd329', u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:05: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'f43bf52986b74b40be2254c0cc19dd66'}) 2018-08-30 09:05:27,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:05:27,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "tenantnetwork1-router_80c1c895-7346-4b82-b05b-96880b02dc7a", "admin_state_up": true}}' 2018-08-30 09:05:28,471 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-15e87d24-2fe5-4e62-9dd1-0566c8a647b8 Date: Thu, 30 Aug 2018 09:05:28 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-30T09:05:28Z", "revision_number": 2, "routes": [], "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "c46636db-6923-4f42-aa1e-f5040d5405d3", "name": "tenantnetwork1-router_80c1c895-7346-4b82-b05b-96880b02dc7a"}} 2018-08-30 09:05:28,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-15e87d24-2fe5-4e62-9dd1-0566c8a647b8 2018-08-30 09:05:28,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.36807107925s 2018-08-30 09:05:28,472 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-15e87d24-2fe5-4e62-9dd1-0566c8a647b8 2018-08-30 09:05:28,472 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:05:27Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-30T09:05:28Z', u'revision_number': 2, u'routes': [], u'project_id': u'f43bf52986b74b40be2254c0cc19dd66', u'id': u'c46636db-6923-4f42-aa1e-f5040d5405d3', u'name': u'tenantnetwork1-router_80c1c895-7346-4b82-b05b-96880b02dc7a'}) 2018-08-30 09:05:28,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:05:28,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" -d '{"subnet_id": "2897b77e-7d8e-4790-afa9-51b366a8ef05"}' 2018-08-30 09:05:29,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4e15cb8d-2f1b-4ad0-b4c0-afc5e5872edc Date: Thu, 30 Aug 2018 09:05:29 GMT RESP BODY: {"network_id": "2e88682e-064a-4c2b-bf2d-54f1098dd329", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "subnet_id": "2897b77e-7d8e-4790-afa9-51b366a8ef05", "subnet_ids": ["2897b77e-7d8e-4790-afa9-51b366a8ef05"], "port_id": "c3b8f3b6-69df-4ea2-be0c-158ae283b5d3", "id": "c46636db-6923-4f42-aa1e-f5040d5405d3"} 2018-08-30 09:05:29,976 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3/add_router_interface.json used request id req-4e15cb8d-2f1b-4ad0-b4c0-afc5e5872edc 2018-08-30 09:05:29,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.50362706184s 2018-08-30 09:05:29,977 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3/add_router_interface.json used request id req-4e15cb8d-2f1b-4ad0-b4c0-afc5e5872edc returning object c46636db-6923-4f42-aa1e-f5040d5405d3 2018-08-30 09:05:30,100 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:05:30,101 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:04 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-30 09:05:30,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:05:30,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" -d '{"subnet_id": "2897b77e-7d8e-4790-afa9-51b366a8ef05"}' 2018-08-30 09:05:31,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-50861918-1c16-48bd-9ca7-1bd41aa28732 Date: Thu, 30 Aug 2018 09:05:31 GMT RESP BODY: {"network_id": "2e88682e-064a-4c2b-bf2d-54f1098dd329", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "subnet_id": "2897b77e-7d8e-4790-afa9-51b366a8ef05", "subnet_ids": ["2897b77e-7d8e-4790-afa9-51b366a8ef05"], "port_id": "c3b8f3b6-69df-4ea2-be0c-158ae283b5d3", "id": "c46636db-6923-4f42-aa1e-f5040d5405d3"} 2018-08-30 09:05:31,721 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3/remove_router_interface.json used request id req-50861918-1c16-48bd-9ca7-1bd41aa28732 2018-08-30 09:05:31,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.61540102959s 2018-08-30 09:05:31,721 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3/remove_router_interface.json used request id req-50861918-1c16-48bd-9ca7-1bd41aa28732 returning object c46636db-6923-4f42-aa1e-f5040d5405d3 2018-08-30 09:05:31,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:05:31,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:31,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-801458ad-cdbf-474c-b01f-0fc835c17408 Date: Thu, 30 Aug 2018 09:05:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:27Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-30T09:05:31Z", "revision_number": 4, "routes": [], "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "c46636db-6923-4f42-aa1e-f5040d5405d3", "name": "tenantnetwork1-router_80c1c895-7346-4b82-b05b-96880b02dc7a"}]} 2018-08-30 09:05:31,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-801458ad-cdbf-474c-b01f-0fc835c17408 2018-08-30 09:05:31,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.273433208466s 2018-08-30 09:05:31,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-801458ad-cdbf-474c-b01f-0fc835c17408 2018-08-30 09:05:31,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:05:31,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:33,294 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f2d75c7-ce5b-444c-969c-2bc7ccead75f Content-Length: 0 Date: Thu, 30 Aug 2018 09:05:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:05:33,295 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3.json used request id req-7f2d75c7-ce5b-444c-969c-2bc7ccead75f 2018-08-30 09:05:33,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29754805565s 2018-08-30 09:05:33,295 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/c46636db-6923-4f42-aa1e-f5040d5405d3.json used request id req-7f2d75c7-ce5b-444c-969c-2bc7ccead75f 2018-08-30 09:05:33,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:05:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:33,415 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-ce1b397d-304d-45ba-b8bc-daaa0bbce006 Date: Thu, 30 Aug 2018 09:05:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2e88682e-064a-4c2b-bf2d-54f1098dd329","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:26Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:05: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":"f43bf52986b74b40be2254c0cc19dd66","id":"2897b77e-7d8e-4790-afa9-51b366a8ef05","subnetpool_id":null,"name":"tenantnetwork1-subnet_80c1c895-7346-4b82-b05b-96880b02dc7a"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:48Z","dns_nameservers":[],"updated_at":"2018-08-30T09:02:48Z","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":"8729629bd2754da59e65d47c0e37abe8","id":"ab35bc92-1f74-4e24-a11f-68811c3cd092","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-30 09:05:33,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ce1b397d-304d-45ba-b8bc-daaa0bbce006 2018-08-30 09:05:33,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.119845867157s 2018-08-30 09:05:33,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ce1b397d-304d-45ba-b8bc-daaa0bbce006 2018-08-30 09:05:33,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:05:33,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/2897b77e-7d8e-4790-afa9-51b366a8ef05.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:34,381 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d4c18b09-af1c-4035-a4ac-0c6f602d1cbe Date: Thu, 30 Aug 2018 09:05:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:05:34,381 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/2897b77e-7d8e-4790-afa9-51b366a8ef05.json used request id req-d4c18b09-af1c-4035-a4ac-0c6f602d1cbe 2018-08-30 09:05:34,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.963859796524s 2018-08-30 09:05:34,382 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/2897b77e-7d8e-4790-afa9-51b366a8ef05.json used request id req-d4c18b09-af1c-4035-a4ac-0c6f602d1cbe 2018-08-30 09:05:34,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:34,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:34,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-4f85a54f-2730-4938-baa9-6b222870fb45 Date: Thu, 30 Aug 2018 09:05:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2e88682e-064a-4c2b-bf2d-54f1098dd329","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:05:34Z","provider:segmentation_id":55,"name":"tenantnetwork1-net_80c1c895-7346-4b82-b05b-96880b02dc7a","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:25Z","provider:network_type":"vxlan"}]} 2018-08-30 09:05:34,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4f85a54f-2730-4938-baa9-6b222870fb45 2018-08-30 09:05:34,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0877108573914s 2018-08-30 09:05:34,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4f85a54f-2730-4938-baa9-6b222870fb45 2018-08-30 09:05:34,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:05:34,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/2e88682e-064a-4c2b-bf2d-54f1098dd329.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}09a120cc20b3022d1ed4688c7035ba0219acd52a" 2018-08-30 09:05:36,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-03f17946-a1a5-4ab3-ae8c-f56024375c6d Date: Thu, 30 Aug 2018 09:05:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:05:36,203 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2e88682e-064a-4c2b-bf2d-54f1098dd329.json used request id req-03f17946-a1a5-4ab3-ae8c-f56024375c6d 2018-08-30 09:05:36,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.73146295547s 2018-08-30 09:05:36,203 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2e88682e-064a-4c2b-bf2d-54f1098dd329.json used request id req-03f17946-a1a5-4ab3-ae8c-f56024375c6d 2018-08-30 09:05:36,253 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-30 09:05:36,292 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:05:36,293 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:05:36,294 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:05:36,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:36,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2306582e-f6c5-4ddd-ac50-e414a5b1543e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:05:36,301 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2306582e-f6c5-4ddd-ac50-e414a5b1543e 2018-08-30 09:05:36,301 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:05:36,690 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:05:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["UNZGkCIlSiG4SFZH46iU4Q"], "issued_at": "2018-08-30T09:05:36.000000Z"}} 2018-08-30 09:05:36,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:36,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:37,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9384b72c-47ac-43fe-9274-d0e2dbbf1bb2 Date: Thu, 30 Aug 2018 09:05:37 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:05:37,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9384b72c-47ac-43fe-9274-d0e2dbbf1bb2 2018-08-30 09:05:37,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.390487194061s 2018-08-30 09:05:37,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9384b72c-47ac-43fe-9274-d0e2dbbf1bb2 2018-08-30 09:05:37,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:37,093 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:05:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a95981b1-e02d-4a1c-a0a6-63f23c821cef Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:05:37,093 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-a95981b1-e02d-4a1c-a0a6-63f23c821cef 2018-08-30 09:05:37,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:05:37,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:37,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-11198e49-154f-46cb-9b03-6af1cb0109b5 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:05:37,286 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-11198e49-154f-46cb-9b03-6af1cb0109b5 2018-08-30 09:05:37,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192582845688s 2018-08-30 09:05:37,287 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-11198e49-154f-46cb-9b03-6af1cb0109b5 2018-08-30 09:05:37,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-30 09:05:37,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6"}}' 2018-08-30 09:05:37,459 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:05:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-491efb2f-2ce5-4339-8ffb-ed1ccc5cc3f9 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d"}, "tags": [], "enabled": true, "id": "326f161a9aad41a48d7b5b8eea20eb9d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6"}} 2018-08-30 09:05:37,459 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-491efb2f-2ce5-4339-8ffb-ed1ccc5cc3f9 2018-08-30 09:05:37,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.165433883667s 2018-08-30 09:05:37,460 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-491efb2f-2ce5-4339-8ffb-ed1ccc5cc3f9 2018-08-30 09:05:37,460 - 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'326f161a9aad41a48d7b5b8eea20eb9d', '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_14dff4de-f47d-427d-b43a-02cbc57c54c6'}) 2018-08-30 09:05:37,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-30 09:05:37,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6c0c743d-d759-474b-bc24-226596d2f860", "email": null, "name": "tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6"}}' 2018-08-30 09:05:37,886 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:05:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbfba989-feb2-414b-8217-787647165f75 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6", "links": {"self": "http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3d8cc544ce0c4bff8896b6796ea93351", "domain_id": "default", "password_expires_at": null}} 2018-08-30 09:05:37,886 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-dbfba989-feb2-414b-8217-787647165f75 2018-08-30 09:05:37,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.419768095016s 2018-08-30 09:05:37,887 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-dbfba989-feb2-414b-8217-787647165f75 2018-08-30 09:05:37,887 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3d8cc544ce0c4bff8896b6796ea93351', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6'}) 2018-08-30 09:05:37,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:05:37,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-757735b2-c644-4c5d-8f4e-aa8dab3f51fe Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:05:38,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-757735b2-c644-4c5d-8f4e-aa8dab3f51fe 2018-08-30 09:05:38,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186878919601s 2018-08-30 09:05:38,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-757735b2-c644-4c5d-8f4e-aa8dab3f51fe 2018-08-30 09:05:38,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:05:38,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e5015f7-aea3-4f68-8ef1-b60fc63d9804 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:05:38,191 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5e5015f7-aea3-4f68-8ef1-b60fc63d9804 2018-08-30 09:05:38,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107661962509s 2018-08-30 09:05:38,191 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5e5015f7-aea3-4f68-8ef1-b60fc63d9804 2018-08-30 09:05:38,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:05:38,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b497ae58-c5db-45b4-aeb3-17244757f7db Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:05:38,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b497ae58-c5db-45b4-aeb3-17244757f7db 2018-08-30 09:05:38,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185363054276s 2018-08-30 09:05:38,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b497ae58-c5db-45b4-aeb3-17244757f7db 2018-08-30 09:05:38,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:05:38,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-762a25fb-53cc-4cbb-90ff-0000d79d8639 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-30 09:05:38,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-762a25fb-53cc-4cbb-90ff-0000d79d8639 2018-08-30 09:05:38,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0989890098572s 2018-08-30 09:05:38,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-762a25fb-53cc-4cbb-90ff-0000d79d8639 2018-08-30 09:05:38,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:05:38,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e990f66e-5fa4-4924-b931-dc054e4a8cad Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6", "links": {"self": "http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3d8cc544ce0c4bff8896b6796ea93351", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:05:38,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e990f66e-5fa4-4924-b931-dc054e4a8cad 2018-08-30 09:05:38,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.184715032578s 2018-08-30 09:05:38,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e990f66e-5fa4-4924-b931-dc054e4a8cad 2018-08-30 09:05:38,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:05:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8f7e5aa6-3567-48b9-9173-cd39aa362e79 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d"}, "tags": [], "enabled": true, "id": "326f161a9aad41a48d7b5b8eea20eb9d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6"}]} 2018-08-30 09:05:38,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8f7e5aa6-3567-48b9-9173-cd39aa362e79 2018-08-30 09:05:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173575162888s 2018-08-30 09:05:38,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8f7e5aa6-3567-48b9-9173-cd39aa362e79 2018-08-30 09:05:38,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:05:38,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=3d8cc544ce0c4bff8896b6796ea93351&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=326f161a9aad41a48d7b5b8eea20eb9d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:38,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-416b95bd-6e0f-49cc-8412-9765ce609b13 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=3d8cc544ce0c4bff8896b6796ea93351&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=326f161a9aad41a48d7b5b8eea20eb9d", "previous": null, "next": null}} 2018-08-30 09:05:38,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3d8cc544ce0c4bff8896b6796ea93351&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=326f161a9aad41a48d7b5b8eea20eb9d used request id req-416b95bd-6e0f-49cc-8412-9765ce609b13 2018-08-30 09:05:38,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102989196777s 2018-08-30 09:05:38,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=3d8cc544ce0c4bff8896b6796ea93351&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=326f161a9aad41a48d7b5b8eea20eb9d used request id req-416b95bd-6e0f-49cc-8412-9765ce609b13 2018-08-30 09:05:38,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-30 09:05:38,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d/users/3d8cc544ce0c4bff8896b6796ea93351/roles/7f3211e4373f4e319084180a63f337ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:39,221 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:05:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a80b32df-90d9-4d7c-afbe-da3e45ed3c4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:05:39,221 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d/users/3d8cc544ce0c4bff8896b6796ea93351/roles/7f3211e4373f4e319084180a63f337ce used request id req-a80b32df-90d9-4d7c-afbe-da3e45ed3c4e 2018-08-30 09:05:39,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.250310897827s 2018-08-30 09:05:39,222 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d/users/3d8cc544ce0c4bff8896b6796ea93351/roles/7f3211e4373f4e319084180a63f337ce used request id req-a80b32df-90d9-4d7c-afbe-da3e45ed3c4e 2018-08-30 09:05:39,223 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6', 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'326f161a9aad41a48d7b5b8eea20eb9d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6c0c743d-d759-474b-bc24-226596d2f860', 'username': u'tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-30 09:05:39,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:05:39,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:05:39,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:05:39,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:05:39,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:05:39,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:05:39,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:05:39,228 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6', 'password': '6c0c743d-d759-474b-bc24-226596d2f860', 'project_name': 'tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '326f161a9aad41a48d7b5b8eea20eb9d', 'project_domain_name': 'Default'} 2018-08-30 09:05:39,228 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-30 09:05:39,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:39,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-143b8f15-1b13-4a5a-a945-0993ad1055ee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:05:39,236 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-143b8f15-1b13-4a5a-a945-0993ad1055ee 2018-08-30 09:05:39,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:05:39,630 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:05:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "326f161a9aad41a48d7b5b8eea20eb9d", "name": "tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_326f161a9aad41a48d7b5b8eea20eb9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_326f161a9aad41a48d7b5b8eea20eb9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/326f161a9aad41a48d7b5b8eea20eb9d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6", "id": "3d8cc544ce0c4bff8896b6796ea93351"}, "audit_ids": ["mR1fg7WtQFG14pRfbTaqCg"], "issued_at": "2018-08-30T09:05:39.000000Z"}} 2018-08-30 09:05:39,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:05:39,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" -d '{"network": {"name": "tenantnetwork2-net_14dff4de-f47d-427d-b43a-02cbc57c54c6", "admin_state_up": true}}' 2018-08-30 09:05:41,050 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-c7a97b9c-8839-4dc0-ac75-75b98a95d088 Date: Thu, 30 Aug 2018 09:05:41 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"326f161a9aad41a48d7b5b8eea20eb9d","created_at":"2018-08-30T09:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-30T09:05:40Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"326f161a9aad41a48d7b5b8eea20eb9d","id":"b58122e4-70d5-4206-a8e2-0ecdb633c132","name":"tenantnetwork2-net_14dff4de-f47d-427d-b43a-02cbc57c54c6"}} 2018-08-30 09:05:41,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c7a97b9c-8839-4dc0-ac75-75b98a95d088 2018-08-30 09:05:41,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.41714286804s 2018-08-30 09:05:41,051 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c7a97b9c-8839-4dc0-ac75-75b98a95d088 2018-08-30 09:05:41,051 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:05:40Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b58122e4-70d5-4206-a8e2-0ecdb633c132', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_14dff4de-f47d-427d-b43a-02cbc57c54c6', u'admin_state_up': True, u'tenant_id': u'326f161a9aad41a48d7b5b8eea20eb9d', u'created_at': u'2018-08-30T09:05:40Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'326f161a9aad41a48d7b5b8eea20eb9d'}) 2018-08-30 09:05:41,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:41,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:41,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3eee3f80-b65f-4d81-b647-9e6f65be9ace Date: Thu, 30 Aug 2018 09:05:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:05:40Z","tenant_id":"326f161a9aad41a48d7b5b8eea20eb9d","created_at":"2018-08-30T09:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"326f161a9aad41a48d7b5b8eea20eb9d","id":"b58122e4-70d5-4206-a8e2-0ecdb633c132","name":"tenantnetwork2-net_14dff4de-f47d-427d-b43a-02cbc57c54c6"}]} 2018-08-30 09:05:41,179 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3eee3f80-b65f-4d81-b647-9e6f65be9ace 2018-08-30 09:05:41,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127787828445s 2018-08-30 09:05:41,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3eee3f80-b65f-4d81-b647-9e6f65be9ace 2018-08-30 09:05:41,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:05:41,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" -d '{"subnet": {"name": "tenantnetwork2-subnet_14dff4de-f47d-427d-b43a-02cbc57c54c6", "enable_dhcp": true, "network_id": "b58122e4-70d5-4206-a8e2-0ecdb633c132", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:05:41,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3957d8d2-ab99-441c-b6a0-dbafa48fa2ad Date: Thu, 30 Aug 2018 09:05:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b58122e4-70d5-4206-a8e2-0ecdb633c132","tenant_id":"326f161a9aad41a48d7b5b8eea20eb9d","created_at":"2018-08-30T09:05:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:05:41Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"326f161a9aad41a48d7b5b8eea20eb9d","id":"3605c793-71ce-42f5-88ae-4870d956c914","subnetpool_id":null,"name":"tenantnetwork2-subnet_14dff4de-f47d-427d-b43a-02cbc57c54c6"}} 2018-08-30 09:05:41,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3957d8d2-ab99-441c-b6a0-dbafa48fa2ad 2018-08-30 09:05:41,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.772545099258s 2018-08-30 09:05:41,954 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3957d8d2-ab99-441c-b6a0-dbafa48fa2ad 2018-08-30 09:05:41,955 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:05:41Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3605c793-71ce-42f5-88ae-4870d956c914', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_14dff4de-f47d-427d-b43a-02cbc57c54c6', u'enable_dhcp': True, u'network_id': u'b58122e4-70d5-4206-a8e2-0ecdb633c132', u'tenant_id': u'326f161a9aad41a48d7b5b8eea20eb9d', u'created_at': u'2018-08-30T09:05:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'326f161a9aad41a48d7b5b8eea20eb9d'}) 2018-08-30 09:05:41,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:05:41,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "tenantnetwork2-router_14dff4de-f47d-427d-b43a-02cbc57c54c6", "admin_state_up": true}}' 2018-08-30 09:05:43,252 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-ffa29da5-2904-4a2d-aa9c-916f4c26aae7 Date: Thu, 30 Aug 2018 09:05:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "created_at": "2018-08-30T09:05:42Z", "admin_state_up": true, "updated_at": "2018-08-30T09:05:43Z", "revision_number": 2, "routes": [], "project_id": "326f161a9aad41a48d7b5b8eea20eb9d", "id": "ffd01266-a6a6-4a13-8902-8c1926d4a672", "name": "tenantnetwork2-router_14dff4de-f47d-427d-b43a-02cbc57c54c6"}} 2018-08-30 09:05:43,253 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ffa29da5-2904-4a2d-aa9c-916f4c26aae7 2018-08-30 09:05:43,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.29715013504s 2018-08-30 09:05:43,253 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-ffa29da5-2904-4a2d-aa9c-916f4c26aae7 2018-08-30 09:05:43,253 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'326f161a9aad41a48d7b5b8eea20eb9d', u'created_at': u'2018-08-30T09:05:42Z', u'admin_state_up': True, u'updated_at': u'2018-08-30T09:05:43Z', u'revision_number': 2, u'routes': [], u'project_id': u'326f161a9aad41a48d7b5b8eea20eb9d', u'id': u'ffd01266-a6a6-4a13-8902-8c1926d4a672', u'name': u'tenantnetwork2-router_14dff4de-f47d-427d-b43a-02cbc57c54c6'}) 2018-08-30 09:05:43,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:05:43,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" -d '{"subnet_id": "3605c793-71ce-42f5-88ae-4870d956c914"}' 2018-08-30 09:05:45,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6ac3f6c7-2b12-4ace-9a74-211823cca33b Date: Thu, 30 Aug 2018 09:05:45 GMT RESP BODY: {"network_id": "b58122e4-70d5-4206-a8e2-0ecdb633c132", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "subnet_id": "3605c793-71ce-42f5-88ae-4870d956c914", "subnet_ids": ["3605c793-71ce-42f5-88ae-4870d956c914"], "port_id": "dd779238-be66-4b50-9a3e-9788d1815744", "id": "ffd01266-a6a6-4a13-8902-8c1926d4a672"} 2018-08-30 09:05:45,077 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672/add_router_interface.json used request id req-6ac3f6c7-2b12-4ace-9a74-211823cca33b 2018-08-30 09:05:45,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.82266783714s 2018-08-30 09:05:45,077 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672/add_router_interface.json used request id req-6ac3f6c7-2b12-4ace-9a74-211823cca33b returning object ffd01266-a6a6-4a13-8902-8c1926d4a672 2018-08-30 09:05:45,191 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:05:45,191 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-30 09:05:45,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:05:45,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" -d '{"subnet_id": "3605c793-71ce-42f5-88ae-4870d956c914"}' 2018-08-30 09:05:46,931 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d09bd566-c0b9-4203-b926-75f42b380556 Date: Thu, 30 Aug 2018 09:05:46 GMT RESP BODY: {"network_id": "b58122e4-70d5-4206-a8e2-0ecdb633c132", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "subnet_id": "3605c793-71ce-42f5-88ae-4870d956c914", "subnet_ids": ["3605c793-71ce-42f5-88ae-4870d956c914"], "port_id": "dd779238-be66-4b50-9a3e-9788d1815744", "id": "ffd01266-a6a6-4a13-8902-8c1926d4a672"} 2018-08-30 09:05:46,932 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672/remove_router_interface.json used request id req-d09bd566-c0b9-4203-b926-75f42b380556 2018-08-30 09:05:46,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73517489433s 2018-08-30 09:05:46,932 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672/remove_router_interface.json used request id req-d09bd566-c0b9-4203-b926-75f42b380556 returning object ffd01266-a6a6-4a13-8902-8c1926d4a672 2018-08-30 09:05:46,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:05:46,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:47,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d74981f5-df3b-4b73-a2dd-6ec72dbd1632 Date: Thu, 30 Aug 2018 09:05:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "created_at": "2018-08-30T09:05:42Z", "admin_state_up": true, "updated_at": "2018-08-30T09:05:46Z", "revision_number": 4, "routes": [], "project_id": "326f161a9aad41a48d7b5b8eea20eb9d", "id": "ffd01266-a6a6-4a13-8902-8c1926d4a672", "name": "tenantnetwork2-router_14dff4de-f47d-427d-b43a-02cbc57c54c6"}]} 2018-08-30 09:05:47,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d74981f5-df3b-4b73-a2dd-6ec72dbd1632 2018-08-30 09:05:47,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.134384155273s 2018-08-30 09:05:47,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d74981f5-df3b-4b73-a2dd-6ec72dbd1632 2018-08-30 09:05:47,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:05:47,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:48,499 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-acaefaa2-ec10-4c74-9116-7c53a1d60bff Content-Length: 0 Date: Thu, 30 Aug 2018 09:05:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:05:48,499 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672.json used request id req-acaefaa2-ec10-4c74-9116-7c53a1d60bff 2018-08-30 09:05:48,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43009781837s 2018-08-30 09:05:48,499 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ffd01266-a6a6-4a13-8902-8c1926d4a672.json used request id req-acaefaa2-ec10-4c74-9116-7c53a1d60bff 2018-08-30 09:05:48,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:05:48,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:48,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1587a99b-93b0-45a8-a52d-df6b864b72b0 Date: Thu, 30 Aug 2018 09:05:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b58122e4-70d5-4206-a8e2-0ecdb633c132","tenant_id":"326f161a9aad41a48d7b5b8eea20eb9d","created_at":"2018-08-30T09:05:41Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:05:41Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"326f161a9aad41a48d7b5b8eea20eb9d","id":"3605c793-71ce-42f5-88ae-4870d956c914","subnetpool_id":null,"name":"tenantnetwork2-subnet_14dff4de-f47d-427d-b43a-02cbc57c54c6"}]} 2018-08-30 09:05:48,563 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1587a99b-93b0-45a8-a52d-df6b864b72b0 2018-08-30 09:05:48,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0630149841309s 2018-08-30 09:05:48,563 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1587a99b-93b0-45a8-a52d-df6b864b72b0 2018-08-30 09:05:48,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:05:48,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/3605c793-71ce-42f5-88ae-4870d956c914.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:49,661 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f122f2a0-c877-4a6e-a75c-58975cb471c0 Date: Thu, 30 Aug 2018 09:05:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:05:49,661 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3605c793-71ce-42f5-88ae-4870d956c914.json used request id req-f122f2a0-c877-4a6e-a75c-58975cb471c0 2018-08-30 09:05:49,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09682583809s 2018-08-30 09:05:49,661 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3605c793-71ce-42f5-88ae-4870d956c914.json used request id req-f122f2a0-c877-4a6e-a75c-58975cb471c0 2018-08-30 09:05:49,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:49,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:49,760 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-6cc7df49-f826-4fa5-bdb7-958fe26da9f2 Date: Thu, 30 Aug 2018 09:05:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:05:49Z","tenant_id":"326f161a9aad41a48d7b5b8eea20eb9d","created_at":"2018-08-30T09:05:40Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"326f161a9aad41a48d7b5b8eea20eb9d","id":"b58122e4-70d5-4206-a8e2-0ecdb633c132","name":"tenantnetwork2-net_14dff4de-f47d-427d-b43a-02cbc57c54c6"}]} 2018-08-30 09:05:49,760 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6cc7df49-f826-4fa5-bdb7-958fe26da9f2 2018-08-30 09:05:49,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.097971200943s 2018-08-30 09:05:49,760 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6cc7df49-f826-4fa5-bdb7-958fe26da9f2 2018-08-30 09:05:49,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:05:49,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/b58122e4-70d5-4206-a8e2-0ecdb633c132.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}98e4954286eed9905e99e04968f5a0a10a2c85d0" 2018-08-30 09:05:51,584 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1c06f5d4-5f16-4476-89ac-16aaed8dde9f Date: Thu, 30 Aug 2018 09:05:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:05:51,584 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b58122e4-70d5-4206-a8e2-0ecdb633c132.json used request id req-1c06f5d4-5f16-4476-89ac-16aaed8dde9f 2018-08-30 09:05:51,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.82284808159s 2018-08-30 09:05:51,584 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b58122e4-70d5-4206-a8e2-0ecdb633c132.json used request id req-1c06f5d4-5f16-4476-89ac-16aaed8dde9f 2018-08-30 09:05:51,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:05:51,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:51,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f09e00d7-b597-41e2-a3bd-052f445e0ff9 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6", "links": {"self": "http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3d8cc544ce0c4bff8896b6796ea93351", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:05:51,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f09e00d7-b597-41e2-a3bd-052f445e0ff9 2018-08-30 09:05:51,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200284004211s 2018-08-30 09:05:51,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-f09e00d7-b597-41e2-a3bd-052f445e0ff9 2018-08-30 09:05:51,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:05:51,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:52,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-640cc3fc-3629-4b93-9314-ed3a7896cd08 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_14dff4de-f47d-427d-b43a-02cbc57c54c6", "links": {"self": "http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3d8cc544ce0c4bff8896b6796ea93351", "description": null}} 2018-08-30 09:05:52,068 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351 used request id req-640cc3fc-3629-4b93-9314-ed3a7896cd08 2018-08-30 09:05:52,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.276410102844s 2018-08-30 09:05:52,068 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351 used request id req-640cc3fc-3629-4b93-9314-ed3a7896cd08 2018-08-30 09:05:52,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-30 09:05:52,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:52,395 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:05:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04f1e713-d3d5-4216-b7dd-36343ca2cdbc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:05:52,395 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351 used request id req-04f1e713-d3d5-4216-b7dd-36343ca2cdbc 2018-08-30 09:05:52,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.326108932495s 2018-08-30 09:05:52,395 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/3d8cc544ce0c4bff8896b6796ea93351 used request id req-04f1e713-d3d5-4216-b7dd-36343ca2cdbc 2018-08-30 09:05:52,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:05:52,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:52,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8045f647-8f5b-4d3d-bae0-a15215757f76 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d"}, "tags": [], "enabled": true, "id": "326f161a9aad41a48d7b5b8eea20eb9d", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_14dff4de-f47d-427d-b43a-02cbc57c54c6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-30 09:05:52,583 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8045f647-8f5b-4d3d-bae0-a15215757f76 2018-08-30 09:05:52,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182240962982s 2018-08-30 09:05:52,584 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8045f647-8f5b-4d3d-bae0-a15215757f76 2018-08-30 09:05:52,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-30 09:05:52,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}af2339ef21c459c4ca2e9a102adb6fae328b4f50" 2018-08-30 09:05:52,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:05:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e3ba51b8-6a45-4897-b1b3-ef208d5ad3db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:05:52,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d used request id req-e3ba51b8-6a45-4897-b1b3-ef208d5ad3db 2018-08-30 09:05:52,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.29118514061s 2018-08-30 09:05:52,879 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/326f161a9aad41a48d7b5b8eea20eb9d used request id req-e3ba51b8-6a45-4897-b1b3-ef208d5ad3db 2018-08-30 09:05:52,931 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:05:53,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:05:53,005 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:05:53,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:53,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:05:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15cd01ac-e7c6-44b3-826c-ebf17761d041 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:05:53,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-15cd01ac-e7c6-44b3-826c-ebf17761d041 2018-08-30 09:05:53,013 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:05:53,412 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:05:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["ZuO6ylDBQ_GTg1nURRFWQg"], "issued_at": "2018-08-30T09:05:53.000000Z"}} 2018-08-30 09:05:53,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:53,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:05:54,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-43af4b03-25da-49ec-bc6a-39e6bb72e515 Date: Thu, 30 Aug 2018 09:05:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:05:54,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43af4b03-25da-49ec-bc6a-39e6bb72e515 2018-08-30 09:05:54,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.03394794464s 2018-08-30 09:05:54,449 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-43af4b03-25da-49ec-bc6a-39e6bb72e515 2018-08-30 09:05:54,450 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-30 09:05:54,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:05:54,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"network": {"name": "vmready1-net_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "admin_state_up": true}}' 2018-08-30 09:05:54,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-6fd4f7d7-aae5-4ca4-a5fe-9c17f7b4192f Date: Thu, 30 Aug 2018 09:05:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2dd7cf4f-2e82-4189-a67d-26202a78eea7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:05:54Z","is_default":false,"provider:segmentation_id":97,"name":"vmready1-net_dc7861bf-6d9b-4c68-85e5-15d5b3baa426","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:54Z","mtu":1450}} 2018-08-30 09:05:54,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6fd4f7d7-aae5-4ca4-a5fe-9c17f7b4192f 2018-08-30 09:05:54,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.296345949173s 2018-08-30 09:05:54,747 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6fd4f7d7-aae5-4ca4-a5fe-9c17f7b4192f 2018-08-30 09:05:54,748 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-30T09:05:54Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2dd7cf4f-2e82-4189-a67d-26202a78eea7', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', u'admin_state_up': True, u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:05:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f43bf52986b74b40be2254c0cc19dd66'}) 2018-08-30 09:05:54,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:05:54,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:05:54,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-d8e3c8ca-de2e-4d99-995d-0f78597c02f3 Date: Thu, 30 Aug 2018 09:05:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"2dd7cf4f-2e82-4189-a67d-26202a78eea7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:05:54Z","provider:segmentation_id":97,"name":"vmready1-net_dc7861bf-6d9b-4c68-85e5-15d5b3baa426","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:54Z","provider:network_type":"vxlan"}]} 2018-08-30 09:05:54,849 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d8e3c8ca-de2e-4d99-995d-0f78597c02f3 2018-08-30 09:05:54,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100248098373s 2018-08-30 09:05:54,849 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d8e3c8ca-de2e-4d99-995d-0f78597c02f3 2018-08-30 09:05:54,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:05:54,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"subnet": {"name": "vmready1-subnet_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "enable_dhcp": true, "network_id": "2dd7cf4f-2e82-4189-a67d-26202a78eea7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:05:55,247 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1d9bded2-975f-4a37-b843-bcc34ce20266 Date: Thu, 30 Aug 2018 09:05:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2dd7cf4f-2e82-4189-a67d-26202a78eea7","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:05:54Z","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":"f43bf52986b74b40be2254c0cc19dd66","id":"03979526-f09e-4e5d-b455-996b1940735c","subnetpool_id":null,"name":"vmready1-subnet_dc7861bf-6d9b-4c68-85e5-15d5b3baa426"}} 2018-08-30 09:05:55,247 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1d9bded2-975f-4a37-b843-bcc34ce20266 2018-08-30 09:05:55,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.39636015892s 2018-08-30 09:05:55,248 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1d9bded2-975f-4a37-b843-bcc34ce20266 2018-08-30 09:05:55,248 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:05:54Z', 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'03979526-f09e-4e5d-b455-996b1940735c', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', u'enable_dhcp': True, u'network_id': u'2dd7cf4f-2e82-4189-a67d-26202a78eea7', u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:05:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f43bf52986b74b40be2254c0cc19dd66'}) 2018-08-30 09:05:55,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:05:55,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "vmready1-router_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "admin_state_up": true}}' 2018-08-30 09:05:56,354 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-40a7b5cf-9a51-4fd2-abc0-cd271c258322 Date: Thu, 30 Aug 2018 09:05:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-30T09:05:56Z", "revision_number": 2, "routes": [], "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "39884a98-e20f-46ad-b697-4a063cfe2f18", "name": "vmready1-router_dc7861bf-6d9b-4c68-85e5-15d5b3baa426"}} 2018-08-30 09:05:56,354 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-40a7b5cf-9a51-4fd2-abc0-cd271c258322 2018-08-30 09:05:56,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.10552382469s 2018-08-30 09:05:56,355 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-40a7b5cf-9a51-4fd2-abc0-cd271c258322 2018-08-30 09:05:56,355 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:05:55Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-30T09:05:56Z', u'revision_number': 2, u'routes': [], u'project_id': u'f43bf52986b74b40be2254c0cc19dd66', u'id': u'39884a98-e20f-46ad-b697-4a063cfe2f18', u'name': u'vmready1-router_dc7861bf-6d9b-4c68-85e5-15d5b3baa426'}) 2018-08-30 09:05:56,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:05:56,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"subnet_id": "03979526-f09e-4e5d-b455-996b1940735c"}' 2018-08-30 09:05:58,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5ecc6075-4d62-43fb-b00d-a035ef0bff8c Date: Thu, 30 Aug 2018 09:05:58 GMT RESP BODY: {"network_id": "2dd7cf4f-2e82-4189-a67d-26202a78eea7", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "subnet_id": "03979526-f09e-4e5d-b455-996b1940735c", "subnet_ids": ["03979526-f09e-4e5d-b455-996b1940735c"], "port_id": "011e90d2-95b1-4c3f-9128-bea99d0287da", "id": "39884a98-e20f-46ad-b697-4a063cfe2f18"} 2018-08-30 09:05:58,200 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18/add_router_interface.json used request id req-5ecc6075-4d62-43fb-b00d-a035ef0bff8c 2018-08-30 09:05:58,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.8442158699s 2018-08-30 09:05:58,200 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18/add_router_interface.json used request id req-5ecc6075-4d62-43fb-b00d-a035ef0bff8c returning object 39884a98-e20f-46ad-b697-4a063cfe2f18 2018-08-30 09:05:58,200 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:05:58,333 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:05:58,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:05:58,339 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:05:58 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:05:58,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:05:58,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:05:59,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c78bf7d1-f5d6-462b-acd4-8fc0ee91402f Date: Thu, 30 Aug 2018 09:05:59 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:05:59,089 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c78bf7d1-f5d6-462b-acd4-8fc0ee91402f 2018-08-30 09:05:59,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.747956991196s 2018-08-30 09:05:59,089 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c78bf7d1-f5d6-462b-acd4-8fc0ee91402f 2018-08-30 09:05:59,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:05:59,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426"}' 2018-08-30 09:05:59,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-93908253-ce6c-49db-a9bd-ddde8d96d943 Date: Thu, 30 Aug 2018 09:05:59 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:05:59Z", "file": "/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "234fb1bd-13bb-49e6-8c8d-9389335d12c1", "size": null, "self": "/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "checksum": null, "created_at": "2018-08-30T09:05:59Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:05:59,187 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-93908253-ce6c-49db-a9bd-ddde8d96d943 2018-08-30 09:05:59,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0890979766846s 2018-08-30 09:05:59,187 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-93908253-ce6c-49db-a9bd-ddde8d96d943 returning object 234fb1bd-13bb-49e6-8c8d-9389335d12c1 2018-08-30 09:05:59,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:05:59,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '' 2018-08-30 09:06:02,153 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ddb2b094-3aa9-4bf8-83b4-36010b396506 Date: Thu, 30 Aug 2018 09:06:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:06:02,154 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file used request id req-ddb2b094-3aa9-4bf8-83b4-36010b396506 2018-08-30 09:06:02,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.96574306488s 2018-08-30 09:06:02,154 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file used request id req-ddb2b094-3aa9-4bf8-83b4-36010b396506 2018-08-30 09:06:02,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:02,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:02,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-790caab9-ec56-4609-b32a-12777f34d19d Date: Thu, 30 Aug 2018 09:06:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:02Z", "file": "/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "234fb1bd-13bb-49e6-8c8d-9389335d12c1", "size": 12716032, "self": "/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:05:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:02,185 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-790caab9-ec56-4609-b32a-12777f34d19d 2018-08-30 09:06:02,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0272541046143s 2018-08-30 09:06:02,186 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-790caab9-ec56-4609-b32a-12777f34d19d 2018-08-30 09:06:02,188 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file', 'owner': u'f43bf52986b74b40be2254c0cc19dd66', 'id': u'234fb1bd-13bb-49e6-8c8d-9389335d12c1', 'size': 12716032, u'self': u'/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43bf52986b74b40be2254c0cc19dd66', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:06:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:06:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', 'created': u'2018-08-30T09:05:59Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:05:59Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:06:02,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:06:02,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:06:03,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-09a06973-c63c-483f-a3d2-aff8af25f6d1 x-compute-request-id: req-09a06973-c63c-483f-a3d2-aff8af25f6d1 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5", "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": "6dafa485-eb79-4b54-ae87-2b3fee5d6bf5"}} 2018-08-30 09:06:03,173 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-09a06973-c63c-483f-a3d2-aff8af25f6d1 2018-08-30 09:06:03,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.984149932861s 2018-08-30 09:06:03,173 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-09a06973-c63c-483f-a3d2-aff8af25f6d1 2018-08-30 09:06:03,174 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_dc7861bf-6d9b-4c68-85e5-15d5b3baa426', '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'f43bf52986b74b40be2254c0cc19dd66', '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'6dafa485-eb79-4b54-ae87-2b3fee5d6bf5', 'swap': 0}) 2018-08-30 09:06:03,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:06:03,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"extra_specs": {}}' 2018-08-30 09:06:03,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-b9bde554-4629-4a7f-8131-cf8c5f41db75 x-compute-request-id: req-b9bde554-4629-4a7f-8131-cf8c5f41db75 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:06:03,197 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5/os-extra_specs used request id req-b9bde554-4629-4a7f-8131-cf8c5f41db75 2018-08-30 09:06:03,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0223679542542s 2018-08-30 09:06:03,197 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5/os-extra_specs used request id req-b9bde554-4629-4a7f-8131-cf8c5f41db75 2018-08-30 09:06:03,312 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:06:03,313 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-30 09:06:03,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:06:03,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" -d '{"subnet_id": "03979526-f09e-4e5d-b455-996b1940735c"}' 2018-08-30 09:06:05,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cb1bbfd2-26fa-492d-9eab-092a41415d46 Date: Thu, 30 Aug 2018 09:06:05 GMT RESP BODY: {"network_id": "2dd7cf4f-2e82-4189-a67d-26202a78eea7", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "subnet_id": "03979526-f09e-4e5d-b455-996b1940735c", "subnet_ids": ["03979526-f09e-4e5d-b455-996b1940735c"], "port_id": "011e90d2-95b1-4c3f-9128-bea99d0287da", "id": "39884a98-e20f-46ad-b697-4a063cfe2f18"} 2018-08-30 09:06:05,044 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18/remove_router_interface.json used request id req-cb1bbfd2-26fa-492d-9eab-092a41415d46 2018-08-30 09:06:05,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72672581673s 2018-08-30 09:06:05,044 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18/remove_router_interface.json used request id req-cb1bbfd2-26fa-492d-9eab-092a41415d46 returning object 39884a98-e20f-46ad-b697-4a063cfe2f18 2018-08-30 09:06:05,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:06:05,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:05,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-d24ac6ed-4f5c-4928-acb0-1f463f92757a Date: Thu, 30 Aug 2018 09:06:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:55Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-30T09:06:04Z", "revision_number": 4, "routes": [], "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "39884a98-e20f-46ad-b697-4a063cfe2f18", "name": "vmready1-router_dc7861bf-6d9b-4c68-85e5-15d5b3baa426"}]} 2018-08-30 09:06:05,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d24ac6ed-4f5c-4928-acb0-1f463f92757a 2018-08-30 09:06:05,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110624074936s 2018-08-30 09:06:05,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-d24ac6ed-4f5c-4928-acb0-1f463f92757a 2018-08-30 09:06:05,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:06:05,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:06,647 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-587d4fd4-b9b9-4f20-9af2-8d471e67b2e5 Content-Length: 0 Date: Thu, 30 Aug 2018 09:06:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:06:06,647 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18.json used request id req-587d4fd4-b9b9-4f20-9af2-8d471e67b2e5 2018-08-30 09:06:06,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4909529686s 2018-08-30 09:06:06,648 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/39884a98-e20f-46ad-b697-4a063cfe2f18.json used request id req-587d4fd4-b9b9-4f20-9af2-8d471e67b2e5 2018-08-30 09:06:06,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:06:06,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:06,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-818ce1eb-1707-4cd2-b836-bb4bb46ac898 Date: Thu, 30 Aug 2018 09:06:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2dd7cf4f-2e82-4189-a67d-26202a78eea7","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:05:54Z","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":"f43bf52986b74b40be2254c0cc19dd66","id":"03979526-f09e-4e5d-b455-996b1940735c","subnetpool_id":null,"name":"vmready1-subnet_dc7861bf-6d9b-4c68-85e5-15d5b3baa426"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:48Z","dns_nameservers":[],"updated_at":"2018-08-30T09:02:48Z","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":"8729629bd2754da59e65d47c0e37abe8","id":"ab35bc92-1f74-4e24-a11f-68811c3cd092","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-30 09:06:06,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-818ce1eb-1707-4cd2-b836-bb4bb46ac898 2018-08-30 09:06:06,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0588331222534s 2018-08-30 09:06:06,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-818ce1eb-1707-4cd2-b836-bb4bb46ac898 2018-08-30 09:06:06,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:06:06,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/03979526-f09e-4e5d-b455-996b1940735c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:07,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-162e456d-5f32-42dd-abdb-d26ab2666b23 Date: Thu, 30 Aug 2018 09:06:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:06:07,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/03979526-f09e-4e5d-b455-996b1940735c.json used request id req-162e456d-5f32-42dd-abdb-d26ab2666b23 2018-08-30 09:06:07,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.92037987709s 2018-08-30 09:06:07,631 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/03979526-f09e-4e5d-b455-996b1940735c.json used request id req-162e456d-5f32-42dd-abdb-d26ab2666b23 2018-08-30 09:06:07,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:07,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:07,720 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-731f2c4a-2c0e-4541-86bd-9ce3fd7e701e Date: Thu, 30 Aug 2018 09:06:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"2dd7cf4f-2e82-4189-a67d-26202a78eea7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:06:07Z","provider:segmentation_id":97,"name":"vmready1-net_dc7861bf-6d9b-4c68-85e5-15d5b3baa426","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:05:54Z","provider:network_type":"vxlan"}]} 2018-08-30 09:06:07,720 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-731f2c4a-2c0e-4541-86bd-9ce3fd7e701e 2018-08-30 09:06:07,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.088721036911s 2018-08-30 09:06:07,721 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-731f2c4a-2c0e-4541-86bd-9ce3fd7e701e 2018-08-30 09:06:07,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:06:07,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/2dd7cf4f-2e82-4189-a67d-26202a78eea7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:08,963 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd74472b-aae8-4578-b1aa-96dc92fb8150 Date: Thu, 30 Aug 2018 09:06:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:06:08,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2dd7cf4f-2e82-4189-a67d-26202a78eea7.json used request id req-dd74472b-aae8-4578-b1aa-96dc92fb8150 2018-08-30 09:06:08,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24160313606s 2018-08-30 09:06:08,964 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/2dd7cf4f-2e82-4189-a67d-26202a78eea7.json used request id req-dd74472b-aae8-4578-b1aa-96dc92fb8150 2018-08-30 09:06:08,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:08,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:09,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-9f474996-4ed7-444a-b261-261199573d9d Date: Thu, 30 Aug 2018 09:06:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:02Z", "file": "/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "234fb1bd-13bb-49e6-8c8d-9389335d12c1", "size": 12716032, "self": "/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:05:59Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:09,035 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9f474996-4ed7-444a-b261-261199573d9d 2018-08-30 09:06:09,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0672540664673s 2018-08-30 09:06:09,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9f474996-4ed7-444a-b261-261199573d9d 2018-08-30 09:06:09,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:06:09,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:10,107 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0e1c19b8-225d-48b7-831b-78f859d179ad Date: Thu, 30 Aug 2018 09:06:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:06:10,107 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1 used request id req-0e1c19b8-225d-48b7-831b-78f859d179ad 2018-08-30 09:06:10,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.07017993927s 2018-08-30 09:06:10,107 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/234fb1bd-13bb-49e6-8c8d-9389335d12c1 used request id req-0e1c19b8-225d-48b7-831b-78f859d179ad 2018-08-30 09:06:10,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:06:10,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:10,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-a366fc0c-9d9d-4be8-a5df-2ed6d4c703ad x-compute-request-id: req-a366fc0c-9d9d-4be8-a5df-2ed6d4c703ad Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_dc7861bf-6d9b-4c68-85e5-15d5b3baa426", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5", "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": "6dafa485-eb79-4b54-ae87-2b3fee5d6bf5"}]} 2018-08-30 09:06:10,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a366fc0c-9d9d-4be8-a5df-2ed6d4c703ad 2018-08-30 09:06:10,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247430801392s 2018-08-30 09:06:10,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-a366fc0c-9d9d-4be8-a5df-2ed6d4c703ad 2018-08-30 09:06:10,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:06:10,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bcb7a770b30caed58a78af5cfc8c53178fce75e4" 2018-08-30 09:06:10,294 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:06: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-769bf959-02bc-49bd-8382-18fed0575595 x-compute-request-id: req-769bf959-02bc-49bd-8382-18fed0575595 Content-Length: 0 Content-Type: application/json 2018-08-30 09:06:10,294 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5 used request id req-769bf959-02bc-49bd-8382-18fed0575595 2018-08-30 09:06:10,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.159360170364s 2018-08-30 09:06:10,294 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6dafa485-eb79-4b54-ae87-2b3fee5d6bf5 used request id req-769bf959-02bc-49bd-8382-18fed0575595 2018-08-30 09:06:10,346 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:06:10,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:06:10,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:06:10,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:06:10,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c2d5fd0-17e4-4222-9e46-eb0192cd1f80 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:06:10,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4c2d5fd0-17e4-4222-9e46-eb0192cd1f80 2018-08-30 09:06:10,393 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:06:10,787 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:06:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["NIjP1OMkS8GAS34NJz8j3A"], "issued_at": "2018-08-30T09:06:10.000000Z"}} 2018-08-30 09:06:10,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:10,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:11,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ba25e6eb-5482-4999-9d93-0b24cff4df08 Date: Thu, 30 Aug 2018 09:06:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:06:11,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba25e6eb-5482-4999-9d93-0b24cff4df08 2018-08-30 09:06:11,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00734615326s 2018-08-30 09:06:11,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba25e6eb-5482-4999-9d93-0b24cff4df08 2018-08-30 09:06:11,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:06:11,807 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:06:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1166635a-688a-4283-b65a-2afa309c2466 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:06:11,807 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-1166635a-688a-4283-b65a-2afa309c2466 2018-08-30 09:06:11,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:06:11,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:11,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e2f8b3-137a-4ef1-a9b5-97cfb819202d Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:06:11,992 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-55e2f8b3-137a-4ef1-a9b5-97cfb819202d 2018-08-30 09:06:11,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184009075165s 2018-08-30 09:06:11,993 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-55e2f8b3-137a-4ef1-a9b5-97cfb819202d 2018-08-30 09:06:12,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-30 09:06:12,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_52500171-abf1-47a4-b528-673a3a012498"}}' 2018-08-30 09:06:12,260 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:06:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cc7ad623-aa6c-4c81-8f61-0b8cdbfe49d9 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227"}, "tags": [], "enabled": true, "id": "5fb7d0d1792c4fe4a196665fd3ffe227", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_52500171-abf1-47a4-b528-673a3a012498"}} 2018-08-30 09:06:12,260 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cc7ad623-aa6c-4c81-8f61-0b8cdbfe49d9 2018-08-30 09:06:12,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.26039814949s 2018-08-30 09:06:12,260 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-cc7ad623-aa6c-4c81-8f61-0b8cdbfe49d9 2018-08-30 09:06:12,261 - 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'5fb7d0d1792c4fe4a196665fd3ffe227', '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_52500171-abf1-47a4-b528-673a3a012498'}) 2018-08-30 09:06:12,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-30 09:06:12,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7efc4112-a456-4b2a-a8fd-1f826b119199", "email": null, "name": "vmready2-user_52500171-abf1-47a4-b528-673a3a012498"}}' 2018-08-30 09:06:12,757 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:06:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dad9ffd2-e09e-488a-9d76-c1486190ac7b Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_52500171-abf1-47a4-b528-673a3a012498", "links": {"self": "http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "926e64ee1176428da4c95dbf5909caf0", "domain_id": "default", "password_expires_at": null}} 2018-08-30 09:06:12,757 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-dad9ffd2-e09e-488a-9d76-c1486190ac7b 2018-08-30 09:06:12,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.490211963654s 2018-08-30 09:06:12,757 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-dad9ffd2-e09e-488a-9d76-c1486190ac7b 2018-08-30 09:06:12,758 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'926e64ee1176428da4c95dbf5909caf0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_52500171-abf1-47a4-b528-673a3a012498'}) 2018-08-30 09:06:12,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:06:12,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:12,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1bbdae7-7174-4631-a711-7e69004bc89a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:06:12,940 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a1bbdae7-7174-4631-a711-7e69004bc89a 2018-08-30 09:06:12,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179488182068s 2018-08-30 09:06:12,941 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a1bbdae7-7174-4631-a711-7e69004bc89a 2018-08-30 09:06:12,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:06:12,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:13,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbc4d7b-f244-4f4d-be5e-fc229b070eae Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:06:13,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dbbc4d7b-f244-4f4d-be5e-fc229b070eae 2018-08-30 09:06:13,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198913812637s 2018-08-30 09:06:13,145 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-dbbc4d7b-f244-4f4d-be5e-fc229b070eae 2018-08-30 09:06:13,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:06:13,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:13,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fcd438f-9b2c-4f13-a521-129dc9aad457 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:06:13,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5fcd438f-9b2c-4f13-a521-129dc9aad457 2018-08-30 09:06:13,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18509888649s 2018-08-30 09:06:13,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-5fcd438f-9b2c-4f13-a521-129dc9aad457 2018-08-30 09:06:13,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:06:13,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:13,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98730ed4-29f3-4f8e-aa6c-84391e1b91b4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-30 09:06:13,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-98730ed4-29f3-4f8e-aa6c-84391e1b91b4 2018-08-30 09:06:13,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190820932388s 2018-08-30 09:06:13,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-98730ed4-29f3-4f8e-aa6c-84391e1b91b4 2018-08-30 09:06:13,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:06:13,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:13,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-434aaf87-5885-4986-9812-da17a8435ae5 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmready2-user_52500171-abf1-47a4-b528-673a3a012498", "links": {"self": "http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "926e64ee1176428da4c95dbf5909caf0", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:06:13,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-434aaf87-5885-4986-9812-da17a8435ae5 2018-08-30 09:06:13,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192965984344s 2018-08-30 09:06:13,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-434aaf87-5885-4986-9812-da17a8435ae5 2018-08-30 09:06:13,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:06:13,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:13,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ee74b64-8e15-4488-8ecf-05af0cfc0942 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227"}, "tags": [], "enabled": true, "id": "5fb7d0d1792c4fe4a196665fd3ffe227", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_52500171-abf1-47a4-b528-673a3a012498"}]} 2018-08-30 09:06:13,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8ee74b64-8e15-4488-8ecf-05af0cfc0942 2018-08-30 09:06:13,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196110010147s 2018-08-30 09:06:13,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-8ee74b64-8e15-4488-8ecf-05af0cfc0942 2018-08-30 09:06:13,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:06:13,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=926e64ee1176428da4c95dbf5909caf0&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=5fb7d0d1792c4fe4a196665fd3ffe227" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:14,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42bbdbad-43fb-459f-ac8b-728269b1733a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=926e64ee1176428da4c95dbf5909caf0&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=5fb7d0d1792c4fe4a196665fd3ffe227", "previous": null, "next": null}} 2018-08-30 09:06:14,132 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=926e64ee1176428da4c95dbf5909caf0&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=5fb7d0d1792c4fe4a196665fd3ffe227 used request id req-42bbdbad-43fb-459f-ac8b-728269b1733a 2018-08-30 09:06:14,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.192836999893s 2018-08-30 09:06:14,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=926e64ee1176428da4c95dbf5909caf0&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=5fb7d0d1792c4fe4a196665fd3ffe227 used request id req-42bbdbad-43fb-459f-ac8b-728269b1733a 2018-08-30 09:06:14,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-30 09:06:14,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227/users/926e64ee1176428da4c95dbf5909caf0/roles/7f3211e4373f4e319084180a63f337ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:14,307 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:06:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-149b6fb9-5f29-4f4e-9d1f-39f93c0ed49b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:06:14,307 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227/users/926e64ee1176428da4c95dbf5909caf0/roles/7f3211e4373f4e319084180a63f337ce used request id req-149b6fb9-5f29-4f4e-9d1f-39f93c0ed49b 2018-08-30 09:06:14,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.170917034149s 2018-08-30 09:06:14,307 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227/users/926e64ee1176428da4c95dbf5909caf0/roles/7f3211e4373f4e319084180a63f337ce used request id req-149b6fb9-5f29-4f4e-9d1f-39f93c0ed49b 2018-08-30 09:06:14,308 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_52500171-abf1-47a4-b528-673a3a012498', 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'5fb7d0d1792c4fe4a196665fd3ffe227', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7efc4112-a456-4b2a-a8fd-1f826b119199', 'username': u'vmready2-user_52500171-abf1-47a4-b528-673a3a012498', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-30 09:06:14,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:06:14,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:06:14,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:06:14,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:06:14,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:06:14,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:06:14,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:06:14,313 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_52500171-abf1-47a4-b528-673a3a012498', 'password': '7efc4112-a456-4b2a-a8fd-1f826b119199', 'project_name': 'vmready2-project_52500171-abf1-47a4-b528-673a3a012498', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '5fb7d0d1792c4fe4a196665fd3ffe227', 'project_domain_name': 'Default'} 2018-08-30 09:06:14,313 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-30 09:06:14,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:06:14,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c835509-916a-45ce-a4cc-4032b75956e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:06:14,323 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5c835509-916a-45ce-a4cc-4032b75956e5 2018-08-30 09:06:14,323 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:06:14,719 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:06:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5fb7d0d1792c4fe4a196665fd3ffe227", "name": "vmready2-project_52500171-abf1-47a4-b528-673a3a012498"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/5fb7d0d1792c4fe4a196665fd3ffe227", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_52500171-abf1-47a4-b528-673a3a012498", "id": "926e64ee1176428da4c95dbf5909caf0"}, "audit_ids": ["qeRQ_DBYTtyp4WW0ZY1dYw"], "issued_at": "2018-08-30T09:06:14.000000Z"}} 2018-08-30 09:06:14,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:06:14,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '{"network": {"name": "vmready2-net_52500171-abf1-47a4-b528-673a3a012498", "admin_state_up": true}}' 2018-08-30 09:06:15,419 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-7153f6fc-8dd6-471b-b56f-49d421d070aa Date: Thu, 30 Aug 2018 09:06:15 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5fb7d0d1792c4fe4a196665fd3ffe227","created_at":"2018-08-30T09:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-30T09:06:15Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5fb7d0d1792c4fe4a196665fd3ffe227","id":"f9a5a807-90d6-414c-9df6-821f8696fbef","name":"vmready2-net_52500171-abf1-47a4-b528-673a3a012498"}} 2018-08-30 09:06:15,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7153f6fc-8dd6-471b-b56f-49d421d070aa 2018-08-30 09:06:15,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.697583913803s 2018-08-30 09:06:15,420 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7153f6fc-8dd6-471b-b56f-49d421d070aa 2018-08-30 09:06:15,420 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:06:15Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'f9a5a807-90d6-414c-9df6-821f8696fbef', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_52500171-abf1-47a4-b528-673a3a012498', u'admin_state_up': True, u'tenant_id': u'5fb7d0d1792c4fe4a196665fd3ffe227', u'created_at': u'2018-08-30T09:06:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5fb7d0d1792c4fe4a196665fd3ffe227'}) 2018-08-30 09:06:15,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:15,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:15,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-9823c854-5d08-4372-b6e1-88b5689a6d2f Date: Thu, 30 Aug 2018 09:06: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:06:15Z","tenant_id":"5fb7d0d1792c4fe4a196665fd3ffe227","created_at":"2018-08-30T09:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"5fb7d0d1792c4fe4a196665fd3ffe227","id":"f9a5a807-90d6-414c-9df6-821f8696fbef","name":"vmready2-net_52500171-abf1-47a4-b528-673a3a012498"}]} 2018-08-30 09:06:15,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9823c854-5d08-4372-b6e1-88b5689a6d2f 2018-08-30 09:06:15,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.316501140594s 2018-08-30 09:06:15,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9823c854-5d08-4372-b6e1-88b5689a6d2f 2018-08-30 09:06:15,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:06:15,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '{"subnet": {"name": "vmready2-subnet_52500171-abf1-47a4-b528-673a3a012498", "enable_dhcp": true, "network_id": "f9a5a807-90d6-414c-9df6-821f8696fbef", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:06:16,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-de489f78-e76e-4654-affe-a95d722f257b Date: Thu, 30 Aug 2018 09:06:16 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9a5a807-90d6-414c-9df6-821f8696fbef","tenant_id":"5fb7d0d1792c4fe4a196665fd3ffe227","created_at":"2018-08-30T09:06:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:06:15Z","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":"5fb7d0d1792c4fe4a196665fd3ffe227","id":"f8ea5434-806c-430e-82cf-d8a63e964f88","subnetpool_id":null,"name":"vmready2-subnet_52500171-abf1-47a4-b528-673a3a012498"}} 2018-08-30 09:06:16,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-de489f78-e76e-4654-affe-a95d722f257b 2018-08-30 09:06:16,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.584453105927s 2018-08-30 09:06:16,324 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-de489f78-e76e-4654-affe-a95d722f257b 2018-08-30 09:06:16,324 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:06:15Z', 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'f8ea5434-806c-430e-82cf-d8a63e964f88', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_52500171-abf1-47a4-b528-673a3a012498', u'enable_dhcp': True, u'network_id': u'f9a5a807-90d6-414c-9df6-821f8696fbef', u'tenant_id': u'5fb7d0d1792c4fe4a196665fd3ffe227', u'created_at': u'2018-08-30T09:06:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5fb7d0d1792c4fe4a196665fd3ffe227'}) 2018-08-30 09:06:16,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:06:16,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "vmready2-router_52500171-abf1-47a4-b528-673a3a012498", "admin_state_up": true}}' 2018-08-30 09:06:17,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-9c93c0c6-f054-4ac9-9abc-2e304ce5f5b5 Date: Thu, 30 Aug 2018 09:06:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "created_at": "2018-08-30T09:06:16Z", "admin_state_up": true, "updated_at": "2018-08-30T09:06:17Z", "revision_number": 2, "routes": [], "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "d21c4d10-2a0e-404b-bf5e-6cda0642b131", "name": "vmready2-router_52500171-abf1-47a4-b528-673a3a012498"}} 2018-08-30 09:06:17,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-9c93c0c6-f054-4ac9-9abc-2e304ce5f5b5 2018-08-30 09:06:17,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24721884727s 2018-08-30 09:06:17,573 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-9c93c0c6-f054-4ac9-9abc-2e304ce5f5b5 2018-08-30 09:06:17,573 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5fb7d0d1792c4fe4a196665fd3ffe227', u'created_at': u'2018-08-30T09:06:16Z', u'admin_state_up': True, u'updated_at': u'2018-08-30T09:06:17Z', u'revision_number': 2, u'routes': [], u'project_id': u'5fb7d0d1792c4fe4a196665fd3ffe227', u'id': u'd21c4d10-2a0e-404b-bf5e-6cda0642b131', u'name': u'vmready2-router_52500171-abf1-47a4-b528-673a3a012498'}) 2018-08-30 09:06:17,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:06:17,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '{"subnet_id": "f8ea5434-806c-430e-82cf-d8a63e964f88"}' 2018-08-30 09:06:19,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86b9fafe-b48f-4997-9030-ebaab33f53c2 Date: Thu, 30 Aug 2018 09:06:19 GMT RESP BODY: {"network_id": "f9a5a807-90d6-414c-9df6-821f8696fbef", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "subnet_id": "f8ea5434-806c-430e-82cf-d8a63e964f88", "subnet_ids": ["f8ea5434-806c-430e-82cf-d8a63e964f88"], "port_id": "0e9def08-7023-4981-b637-36ab022567a6", "id": "d21c4d10-2a0e-404b-bf5e-6cda0642b131"} 2018-08-30 09:06:19,382 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131/add_router_interface.json used request id req-86b9fafe-b48f-4997-9030-ebaab33f53c2 2018-08-30 09:06:19,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.80816102028s 2018-08-30 09:06:19,382 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131/add_router_interface.json used request id req-86b9fafe-b48f-4997-9030-ebaab33f53c2 returning object d21c4d10-2a0e-404b-bf5e-6cda0642b131 2018-08-30 09:06:19,383 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:06:19,515 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:06:19,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:06:19,521 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:06:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:06:19,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:19,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:20,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-297a2abf-b37d-4a4f-a27e-41f4480702b6 Date: Thu, 30 Aug 2018 09:06:20 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:20,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-297a2abf-b37d-4a4f-a27e-41f4480702b6 2018-08-30 09:06:20,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.739321947098s 2018-08-30 09:06:20,263 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-297a2abf-b37d-4a4f-a27e-41f4480702b6 2018-08-30 09:06:20,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:06:20,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_52500171-abf1-47a4-b528-673a3a012498"}' 2018-08-30 09:06:20,349 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-188a4caf-2ba2-44d7-85d0-2377b45d5169 Date: Thu, 30 Aug 2018 09:06:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:20Z", "file": "/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file", "owner": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "438be83a-321d-45d0-9a85-2c43cadc5c71", "size": null, "self": "/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "checksum": null, "created_at": "2018-08-30T09:06:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:06:20,350 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-188a4caf-2ba2-44d7-85d0-2377b45d5169 2018-08-30 09:06:20,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0784010887146s 2018-08-30 09:06:20,350 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-188a4caf-2ba2-44d7-85d0-2377b45d5169 returning object 438be83a-321d-45d0-9a85-2c43cadc5c71 2018-08-30 09:06:20,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:06:20,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '' 2018-08-30 09:06:20,913 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f863b2b-988b-4823-b980-4cf173438cec Date: Thu, 30 Aug 2018 09:06:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:06:20,913 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file used request id req-4f863b2b-988b-4823-b980-4cf173438cec 2018-08-30 09:06:20,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.562945842743s 2018-08-30 09:06:20,914 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file used request id req-4f863b2b-988b-4823-b980-4cf173438cec 2018-08-30 09:06:20,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:20,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:20,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-506ef398-5f68-4c30-a722-b075dfae949e Date: Thu, 30 Aug 2018 09:06:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:20Z", "file": "/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file", "owner": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "438be83a-321d-45d0-9a85-2c43cadc5c71", "size": 12716032, "self": "/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/438be83a-321d-45d0-9a85-2c43cadc5c71/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/438be83a-321d-45d0-9a85-2c43cadc5c71/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:06:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:20,962 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-506ef398-5f68-4c30-a722-b075dfae949e 2018-08-30 09:06:20,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0438370704651s 2018-08-30 09:06:20,962 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-506ef398-5f68-4c30-a722-b075dfae949e 2018-08-30 09:06:20,964 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/438be83a-321d-45d0-9a85-2c43cadc5c71/snap', u'metadata': Munch({})})], 'file': u'/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file', 'owner': u'5fb7d0d1792c4fe4a196665fd3ffe227', 'id': u'438be83a-321d-45d0-9a85-2c43cadc5c71', 'size': 12716032, u'self': u'/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5fb7d0d1792c4fe4a196665fd3ffe227', 'name': 'vmready2-project_52500171-abf1-47a4-b528-673a3a012498', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/438be83a-321d-45d0-9a85-2c43cadc5c71/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:06:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:06:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_52500171-abf1-47a4-b528-673a3a012498', 'created': u'2018-08-30T09:06:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:06:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:06:20,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:06:20,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_52500171-abf1-47a4-b528-673a3a012498", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:06:21,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-d2852f12-d207-41af-b47f-b21bcbf63f80 x-compute-request-id: req-d2852f12-d207-41af-b47f-b21bcbf63f80 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_52500171-abf1-47a4-b528-673a3a012498", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f85e47c8-4644-4915-bed2-f78ba3491378", "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": "f85e47c8-4644-4915-bed2-f78ba3491378"}} 2018-08-30 09:06:21,285 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d2852f12-d207-41af-b47f-b21bcbf63f80 2018-08-30 09:06:21,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.320168018341s 2018-08-30 09:06:21,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d2852f12-d207-41af-b47f-b21bcbf63f80 2018-08-30 09:06:21,286 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_52500171-abf1-47a4-b528-673a3a012498', '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'f43bf52986b74b40be2254c0cc19dd66', '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'f85e47c8-4644-4915-bed2-f78ba3491378', 'swap': 0}) 2018-08-30 09:06:21,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:06:21,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" -d '{"extra_specs": {}}' 2018-08-30 09:06:21,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-4165b2f0-02bc-45ae-9a5e-977e683a0e50 x-compute-request-id: req-4165b2f0-02bc-45ae-9a5e-977e683a0e50 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:06:21,308 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378/os-extra_specs used request id req-4165b2f0-02bc-45ae-9a5e-977e683a0e50 2018-08-30 09:06:21,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219879150391s 2018-08-30 09:06:21,309 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378/os-extra_specs used request id req-4165b2f0-02bc-45ae-9a5e-977e683a0e50 2018-08-30 09:06:21,420 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:06:21,420 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-30 09:06:21,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:06:21,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" -d '{"subnet_id": "f8ea5434-806c-430e-82cf-d8a63e964f88"}' 2018-08-30 09:06:23,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e289d42f-8b7a-4484-b8f7-288a3fb768c6 Date: Thu, 30 Aug 2018 09:06:23 GMT RESP BODY: {"network_id": "f9a5a807-90d6-414c-9df6-821f8696fbef", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "subnet_id": "f8ea5434-806c-430e-82cf-d8a63e964f88", "subnet_ids": ["f8ea5434-806c-430e-82cf-d8a63e964f88"], "port_id": "0e9def08-7023-4981-b637-36ab022567a6", "id": "d21c4d10-2a0e-404b-bf5e-6cda0642b131"} 2018-08-30 09:06:23,162 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131/remove_router_interface.json used request id req-e289d42f-8b7a-4484-b8f7-288a3fb768c6 2018-08-30 09:06:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.73817801476s 2018-08-30 09:06:23,163 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131/remove_router_interface.json used request id req-e289d42f-8b7a-4484-b8f7-288a3fb768c6 returning object d21c4d10-2a0e-404b-bf5e-6cda0642b131 2018-08-30 09:06:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:06:23,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:23,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-b01b4fe1-41a8-4cf5-b08b-265d03956eda Date: Thu, 30 Aug 2018 09:06:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "created_at": "2018-08-30T09:06:16Z", "admin_state_up": true, "updated_at": "2018-08-30T09:06:22Z", "revision_number": 4, "routes": [], "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "d21c4d10-2a0e-404b-bf5e-6cda0642b131", "name": "vmready2-router_52500171-abf1-47a4-b528-673a3a012498"}]} 2018-08-30 09:06:23,284 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b01b4fe1-41a8-4cf5-b08b-265d03956eda 2018-08-30 09:06:23,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.121192932129s 2018-08-30 09:06:23,285 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b01b4fe1-41a8-4cf5-b08b-265d03956eda 2018-08-30 09:06:23,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:06:23,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:24,554 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8db7a542-96f5-47f7-a52f-765002a24d51 Content-Length: 0 Date: Thu, 30 Aug 2018 09:06:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:06:24,555 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131.json used request id req-8db7a542-96f5-47f7-a52f-765002a24d51 2018-08-30 09:06:24,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.26832103729s 2018-08-30 09:06:24,555 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d21c4d10-2a0e-404b-bf5e-6cda0642b131.json used request id req-8db7a542-96f5-47f7-a52f-765002a24d51 2018-08-30 09:06:24,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:06:24,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:24,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-8e7179f5-84f6-47e1-9396-b33512309cfc Date: Thu, 30 Aug 2018 09:06:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f9a5a807-90d6-414c-9df6-821f8696fbef","tenant_id":"5fb7d0d1792c4fe4a196665fd3ffe227","created_at":"2018-08-30T09:06:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:06:15Z","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":"5fb7d0d1792c4fe4a196665fd3ffe227","id":"f8ea5434-806c-430e-82cf-d8a63e964f88","subnetpool_id":null,"name":"vmready2-subnet_52500171-abf1-47a4-b528-673a3a012498"}]} 2018-08-30 09:06:24,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8e7179f5-84f6-47e1-9396-b33512309cfc 2018-08-30 09:06:24,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0887670516968s 2018-08-30 09:06:24,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8e7179f5-84f6-47e1-9396-b33512309cfc 2018-08-30 09:06:24,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:06:24,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f8ea5434-806c-430e-82cf-d8a63e964f88.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:25,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-13622f57-6921-4268-8845-7cb3b047baf9 Date: Thu, 30 Aug 2018 09:06:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:06:25,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f8ea5434-806c-430e-82cf-d8a63e964f88.json used request id req-13622f57-6921-4268-8845-7cb3b047baf9 2018-08-30 09:06:25,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.21360087395s 2018-08-30 09:06:25,860 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f8ea5434-806c-430e-82cf-d8a63e964f88.json used request id req-13622f57-6921-4268-8845-7cb3b047baf9 2018-08-30 09:06:25,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:25,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:25,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-61a70eb8-75df-49a1-9aad-b201fce4af40 Date: Thu, 30 Aug 2018 09:06:25 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:06:25Z","tenant_id":"5fb7d0d1792c4fe4a196665fd3ffe227","created_at":"2018-08-30T09:06:15Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"5fb7d0d1792c4fe4a196665fd3ffe227","id":"f9a5a807-90d6-414c-9df6-821f8696fbef","name":"vmready2-net_52500171-abf1-47a4-b528-673a3a012498"}]} 2018-08-30 09:06:25,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-61a70eb8-75df-49a1-9aad-b201fce4af40 2018-08-30 09:06:25,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115730047226s 2018-08-30 09:06:25,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-61a70eb8-75df-49a1-9aad-b201fce4af40 2018-08-30 09:06:25,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:06:25,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/f9a5a807-90d6-414c-9df6-821f8696fbef.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:27,497 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4296eb68-4988-40d9-96ac-29eb5ad95fda Date: Thu, 30 Aug 2018 09:06:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:06:27,497 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f9a5a807-90d6-414c-9df6-821f8696fbef.json used request id req-4296eb68-4988-40d9-96ac-29eb5ad95fda 2018-08-30 09:06:27,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.5192091465s 2018-08-30 09:06:27,497 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f9a5a807-90d6-414c-9df6-821f8696fbef.json used request id req-4296eb68-4988-40d9-96ac-29eb5ad95fda 2018-08-30 09:06:27,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:27,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:27,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-317b4424-32e8-4f5c-b254-c8ef0a33939b Date: Thu, 30 Aug 2018 09:06:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:20Z", "file": "/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71/file", "owner": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "438be83a-321d-45d0-9a85-2c43cadc5c71", "size": 12716032, "self": "/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/438be83a-321d-45d0-9a85-2c43cadc5c71/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/438be83a-321d-45d0-9a85-2c43cadc5c71/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_52500171-abf1-47a4-b528-673a3a012498", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:06:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:27,538 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-317b4424-32e8-4f5c-b254-c8ef0a33939b 2018-08-30 09:06:27,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367579460144s 2018-08-30 09:06:27,538 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-317b4424-32e8-4f5c-b254-c8ef0a33939b 2018-08-30 09:06:27,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:06:27,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}7c571f145d4e33041a5c50abaac788ca0881b277" 2018-08-30 09:06:28,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1dcb21da-8f47-46f5-8c84-f8a6beeeeb72 Date: Thu, 30 Aug 2018 09:06:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:06:28,183 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71 used request id req-1dcb21da-8f47-46f5-8c84-f8a6beeeeb72 2018-08-30 09:06:28,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.643285989761s 2018-08-30 09:06:28,184 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/438be83a-321d-45d0-9a85-2c43cadc5c71 used request id req-1dcb21da-8f47-46f5-8c84-f8a6beeeeb72 2018-08-30 09:06:28,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:06:28,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:28,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-39f6fc9d-09e3-4019-8bd2-b04eaaa5bf9b x-compute-request-id: req-39f6fc9d-09e3-4019-8bd2-b04eaaa5bf9b Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_52500171-abf1-47a4-b528-673a3a012498", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/f85e47c8-4644-4915-bed2-f78ba3491378", "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": "f85e47c8-4644-4915-bed2-f78ba3491378"}]} 2018-08-30 09:06:28,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-39f6fc9d-09e3-4019-8bd2-b04eaaa5bf9b 2018-08-30 09:06:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0240290164948s 2018-08-30 09:06:28,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-39f6fc9d-09e3-4019-8bd2-b04eaaa5bf9b 2018-08-30 09:06:28,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:06:28,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:28,350 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:06: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-63fc0892-11a1-40bb-b0c2-c01ef62f99db x-compute-request-id: req-63fc0892-11a1-40bb-b0c2-c01ef62f99db Content-Length: 0 Content-Type: application/json 2018-08-30 09:06:28,350 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378 used request id req-63fc0892-11a1-40bb-b0c2-c01ef62f99db 2018-08-30 09:06:28,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.140224933624s 2018-08-30 09:06:28,351 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/f85e47c8-4644-4915-bed2-f78ba3491378 used request id req-63fc0892-11a1-40bb-b0c2-c01ef62f99db 2018-08-30 09:06:28,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:06:28,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:28,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e596306-96b5-45f5-b7ee-788032bd22a0 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmready2-user_52500171-abf1-47a4-b528-673a3a012498", "links": {"self": "http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "926e64ee1176428da4c95dbf5909caf0", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:06:28,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8e596306-96b5-45f5-b7ee-788032bd22a0 2018-08-30 09:06:28,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208304166794s 2018-08-30 09:06:28,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8e596306-96b5-45f5-b7ee-788032bd22a0 2018-08-30 09:06:28,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:06:28,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:28,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a777991-4d5b-400e-9d91-4600687a1d12 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_52500171-abf1-47a4-b528-673a3a012498", "links": {"self": "http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "926e64ee1176428da4c95dbf5909caf0", "description": null}} 2018-08-30 09:06:28,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0 used request id req-7a777991-4d5b-400e-9d91-4600687a1d12 2018-08-30 09:06:28,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200929164886s 2018-08-30 09:06:28,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0 used request id req-7a777991-4d5b-400e-9d91-4600687a1d12 2018-08-30 09:06:28,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-30 09:06:28,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:28,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:06:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15d82f0f-13ae-44ff-ab26-6545f6c3efd7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:06:28,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0 used request id req-15d82f0f-13ae-44ff-ab26-6545f6c3efd7 2018-08-30 09:06:28,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.201994180679s 2018-08-30 09:06:28,969 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/926e64ee1176428da4c95dbf5909caf0 used request id req-15d82f0f-13ae-44ff-ab26-6545f6c3efd7 2018-08-30 09:06:28,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:06:28,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:29,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e27fef0-a819-4d35-a0bf-ad0e45d8ee56 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227"}, "tags": [], "enabled": true, "id": "5fb7d0d1792c4fe4a196665fd3ffe227", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_52500171-abf1-47a4-b528-673a3a012498"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-30 09:06:29,084 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4e27fef0-a819-4d35-a0bf-ad0e45d8ee56 2018-08-30 09:06:29,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.109073877335s 2018-08-30 09:06:29,085 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-4e27fef0-a819-4d35-a0bf-ad0e45d8ee56 2018-08-30 09:06:29,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-30 09:06:29,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1f04fece21687e0f72566e7d98e28bc89efea59b" 2018-08-30 09:06:29,361 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:06:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8feb2d0b-d050-4442-995e-dc199ef5a25d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:06:29,361 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227 used request id req-8feb2d0b-d050-4442-995e-dc199ef5a25d 2018-08-30 09:06:29,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.271820068359s 2018-08-30 09:06:29,361 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5fb7d0d1792c4fe4a196665fd3ffe227 used request id req-8feb2d0b-d050-4442-995e-dc199ef5a25d 2018-08-30 09:06:29,414 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-30 09:06:29,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:06:29,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:06:29,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:06:29,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:06:29,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:06:29,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:06:29,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:06:29,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:06:29,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:06:29,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:06:29,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:06:29,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0550d084-58bf-4b99-923a-4f53985aed28 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:06:29,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0550d084-58bf-4b99-923a-4f53985aed28 2018-08-30 09:06:29,463 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:06:29,854 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:06:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["HRML-kY6SnWcG2_9oblwtQ"], "issued_at": "2018-08-30T09:06:29.000000Z"}} 2018-08-30 09:06:29,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:29,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:30,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-880c621c-4240-4e95-bf40-1b36f7cc65b2 Date: Thu, 30 Aug 2018 09:06:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:06:30,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-880c621c-4240-4e95-bf40-1b36f7cc65b2 2018-08-30 09:06:30,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336801052094s 2018-08-30 09:06:30,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-880c621c-4240-4e95-bf40-1b36f7cc65b2 2018-08-30 09:06:30,199 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-30 09:06:30,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:06:30,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"network": {"name": "singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258", "admin_state_up": true}}' 2018-08-30 09:06:30,454 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-760ad7fe-3b8b-42ed-8559-ba4e22e75784 Date: Thu, 30 Aug 2018 09:06:30 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:06:30Z","is_default":false,"provider:segmentation_id":21,"name":"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","mtu":1450}} 2018-08-30 09:06:30,454 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-760ad7fe-3b8b-42ed-8559-ba4e22e75784 2018-08-30 09:06:30,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.254328012466s 2018-08-30 09:06:30,455 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-760ad7fe-3b8b-42ed-8559-ba4e22e75784 2018-08-30 09:06:30,455 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-30T09:06:30Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'32e03b91-744c-4a19-9461-2b10b2ef71bc', u'provider:segmentation_id': 21, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258', u'admin_state_up': True, u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:06:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f43bf52986b74b40be2254c0cc19dd66'}) 2018-08-30 09:06:30,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:30,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:30,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-5bc196f6-b89a-4b2c-8685-d4f1df17b36e Date: Thu, 30 Aug 2018 09:06:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:06:30Z","provider:segmentation_id":21,"name":"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","provider:network_type":"vxlan"}]} 2018-08-30 09:06:30,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5bc196f6-b89a-4b2c-8685-d4f1df17b36e 2018-08-30 09:06:30,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279808998108s 2018-08-30 09:06:30,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5bc196f6-b89a-4b2c-8685-d4f1df17b36e 2018-08-30 09:06:30,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:06:30,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"subnet": {"name": "singlevm1-subnet_05f67afb-dd28-4e05-b741-7ca88a6cd258", "enable_dhcp": true, "network_id": "32e03b91-744c-4a19-9461-2b10b2ef71bc", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:06:31,238 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-19480455-8386-4fba-a7ea-917c1b39eda4 Date: Thu, 30 Aug 2018 09:06:31 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:06:30Z","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":"f43bf52986b74b40be2254c0cc19dd66","id":"de6b14e5-c510-4bb0-ad25-0a0056565b41","subnetpool_id":null,"name":"singlevm1-subnet_05f67afb-dd28-4e05-b741-7ca88a6cd258"}} 2018-08-30 09:06:31,238 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-19480455-8386-4fba-a7ea-917c1b39eda4 2018-08-30 09:06:31,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.500680923462s 2018-08-30 09:06:31,238 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-19480455-8386-4fba-a7ea-917c1b39eda4 2018-08-30 09:06:31,239 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:06:30Z', 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'de6b14e5-c510-4bb0-ad25-0a0056565b41', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_05f67afb-dd28-4e05-b741-7ca88a6cd258', u'enable_dhcp': True, u'network_id': u'32e03b91-744c-4a19-9461-2b10b2ef71bc', u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:06:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f43bf52986b74b40be2254c0cc19dd66'}) 2018-08-30 09:06:31,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:06:31,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "singlevm1-router_05f67afb-dd28-4e05-b741-7ca88a6cd258", "admin_state_up": true}}' 2018-08-30 09:06:32,426 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9d714d0b-49df-4453-adc5-1b529139d22c Date: Thu, 30 Aug 2018 09:06:32 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-30T09:06:32Z", "revision_number": 2, "routes": [], "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "7e8beebf-b1be-486e-a740-8427ee02f126", "name": "singlevm1-router_05f67afb-dd28-4e05-b741-7ca88a6cd258"}} 2018-08-30 09:06:32,426 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-9d714d0b-49df-4453-adc5-1b529139d22c 2018-08-30 09:06:32,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.18700218201s 2018-08-30 09:06:32,427 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-9d714d0b-49df-4453-adc5-1b529139d22c 2018-08-30 09:06:32,427 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', u'created_at': u'2018-08-30T09:06:31Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-30T09:06:32Z', u'revision_number': 2, u'routes': [], u'project_id': u'f43bf52986b74b40be2254c0cc19dd66', u'id': u'7e8beebf-b1be-486e-a740-8427ee02f126', u'name': u'singlevm1-router_05f67afb-dd28-4e05-b741-7ca88a6cd258'}) 2018-08-30 09:06:32,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:06:32,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"subnet_id": "de6b14e5-c510-4bb0-ad25-0a0056565b41"}' 2018-08-30 09:06:34,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5f6c0666-19c9-4b5d-841b-161daa22f030 Date: Thu, 30 Aug 2018 09:06:34 GMT RESP BODY: {"network_id": "32e03b91-744c-4a19-9461-2b10b2ef71bc", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "subnet_id": "de6b14e5-c510-4bb0-ad25-0a0056565b41", "subnet_ids": ["de6b14e5-c510-4bb0-ad25-0a0056565b41"], "port_id": "4397a1c9-968b-4454-bbe1-e1dc794f6a95", "id": "7e8beebf-b1be-486e-a740-8427ee02f126"} 2018-08-30 09:06:34,058 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126/add_router_interface.json used request id req-5f6c0666-19c9-4b5d-841b-161daa22f030 2018-08-30 09:06:34,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.62970495224s 2018-08-30 09:06:34,058 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126/add_router_interface.json used request id req-5f6c0666-19c9-4b5d-841b-161daa22f030 returning object 7e8beebf-b1be-486e-a740-8427ee02f126 2018-08-30 09:06:34,058 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:06:34,190 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:06:34,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:06:34,196 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:06:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:06:34,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:34,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:34,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-61ecc853-ce3c-4428-abbf-009e414ede9b Date: Thu, 30 Aug 2018 09:06:34 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:34,865 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-61ecc853-ce3c-4428-abbf-009e414ede9b 2018-08-30 09:06:34,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.66587305069s 2018-08-30 09:06:34,865 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-61ecc853-ce3c-4428-abbf-009e414ede9b 2018-08-30 09:06:34,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:06:34,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258"}' 2018-08-30 09:06:34,973 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7594d7cf-f123-4c12-9f47-0c88deb31117 Date: Thu, 30 Aug 2018 09:06:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:34Z", "file": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "size": null, "self": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "checksum": null, "created_at": "2018-08-30T09:06:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:06:34,973 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7594d7cf-f123-4c12-9f47-0c88deb31117 2018-08-30 09:06:34,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.09996509552s 2018-08-30 09:06:34,973 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7594d7cf-f123-4c12-9f47-0c88deb31117 returning object 154d2cd2-f738-41d6-bcc2-8a85321bb505 2018-08-30 09:06:34,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:06:34,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '' 2018-08-30 09:06:36,209 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8e2abaf0-1ca2-4599-803d-68239b894a27 Date: Thu, 30 Aug 2018 09:06:36 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:06:36,209 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file used request id req-8e2abaf0-1ca2-4599-803d-68239b894a27 2018-08-30 09:06:36,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.23497819901s 2018-08-30 09:06:36,209 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file used request id req-8e2abaf0-1ca2-4599-803d-68239b894a27 2018-08-30 09:06:36,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:36,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:36,240 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-1db8bd19-479a-420e-8aee-d22fcacc368a Date: Thu, 30 Aug 2018 09:06:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:36Z", "file": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "size": 12716032, "self": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:06:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:36,240 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1db8bd19-479a-420e-8aee-d22fcacc368a 2018-08-30 09:06:36,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.026230096817s 2018-08-30 09:06:36,240 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1db8bd19-479a-420e-8aee-d22fcacc368a 2018-08-30 09:06:36,242 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap', u'metadata': Munch({})})], 'file': u'/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file', 'owner': u'f43bf52986b74b40be2254c0cc19dd66', 'id': u'154d2cd2-f738-41d6-bcc2-8a85321bb505', 'size': 12716032, u'self': u'/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43bf52986b74b40be2254c0cc19dd66', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:06:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:06:36Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258', 'created': u'2018-08-30T09:06:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:06:34Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:06:36,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:06:36,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_05f67afb-dd28-4e05-b741-7ca88a6cd258", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:06:37,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-5daa7a2e-3d39-471f-9e26-c02f388e26aa x-compute-request-id: req-5daa7a2e-3d39-471f-9e26-c02f388e26aa Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_05f67afb-dd28-4e05-b741-7ca88a6cd258", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "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": "576c7287-2995-4770-9a65-2311bb4e455a"}} 2018-08-30 09:06:37,040 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5daa7a2e-3d39-471f-9e26-c02f388e26aa 2018-08-30 09:06:37,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.797247886658s 2018-08-30 09:06:37,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5daa7a2e-3d39-471f-9e26-c02f388e26aa 2018-08-30 09:06:37,042 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_05f67afb-dd28-4e05-b741-7ca88a6cd258', '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'f43bf52986b74b40be2254c0cc19dd66', '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'576c7287-2995-4770-9a65-2311bb4e455a', 'swap': 0}) 2018-08-30 09:06:37,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:06:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"extra_specs": {}}' 2018-08-30 09:06:37,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8dda47bd-9859-479e-8eb1-492b8e2a598d x-compute-request-id: req-8dda47bd-9859-479e-8eb1-492b8e2a598d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:06:37,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a/os-extra_specs used request id req-8dda47bd-9859-479e-8eb1-492b8e2a598d 2018-08-30 09:06:37,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0287408828735s 2018-08-30 09:06:37,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a/os-extra_specs used request id req-8dda47bd-9859-479e-8eb1-492b8e2a598d 2018-08-30 09:06:37,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-30 09:06:37,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"keypair": {"name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258"}}' 2018-08-30 09:06:37,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-67b89842-147a-4b59-9686-7fb799ad76e6 x-compute-request-id: req-67b89842-147a-4b59-9686-7fb799ad76e6 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8f1gOm+dlCmRm9jK0iaqCcmQy1B6augzTGfxQBXYvN85KwAF1xwq/AuYuOB37gQ+iqufq+0U/nVd2W4m32TomMd8yH5Kk+1SDR0E/4EmcmCq3hbxeAKUaN+LMPSo8rAMz4BYber4384zDUuydDA6ndu1453LH2NgwelqFjvQRJTFd404tWos4RsDdqvFBOgn3hGBSr4iP40fyV4X4XBwOZulm8svvnWwukKj7UQdzXBBfgrz1M93zt46jk9OHj4d9nG8eU2yslKBeGDPL/BbDrFvJ2VXf+O9aCNVwV1Tv7sWiWq1mFCF45WpBzKLHyPai0PLYkTBNybKZjWidHA23 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvH9YDpvnZQpkZvYytImqgnJkMtQemroM0xn8UAV2LzfOSsAB\ndccKvwLmLjgd+4EPoqrn6vtFP51XdluJt9k6JjHfMh+SpPtUg0dBP+BJnJgqt4W8\nXgClGjfizD0qPKwDM+AWG3q+N/OMw1LsnQwOp3bteOdyx9jYMHpahY70ESUxXeNO\nLVqLOEbA3arxQToJ94RgUq+Ij+NH8leF+FwcDmbpZvLL751sLpCo+1EHc1wQX4K8\n9TPd87eOo5PTh4+HfZxvHlNsrJSgXhgzy/wWw6xbydlV3/jvWgjVcFdU7+7Folqt\nZhQheOVqQcyix8j2otDy2JEwTcmymY1onRwNtwIDAQABAoIBADwDCwTzq9LmYRrK\nrU//OFL5ml74W5oFO8oFzuenJX5Y9QulX5GgwhIYGTKD2T/WUiUG5nlQcDaVoF/l\nOs5WkYXRgO7TUHvILJrzF5n/jVAWvhrZsCP5bpcPTdyaaJUSap6cbE1pYaAsoRca\nkoxZZ1z3pxlEDq4Doqike6dj4N6H/XYJxqLgpyhRIOBI2yU2JUusEARSJr48dTLX\neVv6RAqqyYRYQQReY0OnZYnrLR97Mc5yxNmHEJ9uLILLY8W0j5gXQ0JJ5m0NFVHz\nqM9r3u+SzdkewNgjDMMwDJx08b+D4jMN2OEv3SvGpTDxUcWDvdEvdssy+PYW17a8\n3RD0piECgYEA7uzobuR/7YPL9n/M6RJ32+qp1/eYKw2sWHIl9Vdiy48/XsdpncEW\naygNVoE98GuvMfVXM3CocHZ58IAdyrU+AOjF7Dkt++FXfZKXCcNzHkTdzpO217qi\nu8aebtA5GMyf3Ycs5Fifb/yplWN5Uag0NEBXWkHFp0xuYjwPGpFF1LECgYEAyffd\nxfcDi9EQUJBSeZ/OA3pQ/z26iNn8sAcZYS18scTYskavHN/Tp7dhPE1hfZf7xPwY\nO9yEVYuvKLV9+mEeCjLxSn+XRFFvSdkM12X1Mbn16BEioM7gO58immVadm+tXBCH\nSoSxSYgQSboQMdzzxON1j0feg46UTrbIWlFbwucCgYA/LPN0xwSwmAXpgvd6tYBt\n7QnF6lkZIT9uD5jL27Rq4NC/zfi2VuUHpoqIUho/pSmpCxdoqaRQQHOTzTyTagMg\nGGylPqVTEc2hjY5UbZLV8R25TsOtHVOEVUt1P6epUAoBeIm9Q1W9NdDdiHT+y3wq\nSM0QN43846/YV8simkEdsQKBgQDGes06YC7e93y1/67dkZtutYTl4S7wkHEQOFnL\ns10Igm+Ge4pZsOkauE9ZaJ43Q+YLxsa2BVcTjqt7MSj1pv1Tfo677LmmTPU2OJSz\nFaKp1JuCDVzfdY7NaO0jmBkXrVZL1H5wUAi+P3XqTmzd48q4IeSFA1b8KGE9Hcm1\nYKDx3wKBgQDpJmuL8Eu8JTNX0fgIKLG84jndprAtp7D7nDutWRHTYWEdLOWUMan5\nCYqhLBRT+UJZQRjOT97a9avAxZhSJUHBfjnGbu210kXvMYWMcuOrevWl8Zuxie3Z\nk9VoSKVRkK667p+0k0h6uEiVu3LOlHxmJ8nJyLccDsniFtIyATC1/g==\n-----END RSA PRIVATE KEY-----\n", "user_id": "3ff79f0400da4e288c8fe926b9341733", "name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "fingerprint": "26:8d:4c:16:8b:97:ba:a4:97:ac:ab:49:ed:71:3e:43"}} 2018-08-30 09:06:37,404 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-67b89842-147a-4b59-9686-7fb799ad76e6 2018-08-30 09:06:37,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.332051992416s 2018-08-30 09:06:37,404 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-67b89842-147a-4b59-9686-7fb799ad76e6 2018-08-30 09:06:37,405 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8f1gOm+dlCmRm9jK0iaqCcmQy1B6augzTGfxQBXYvN85KwAF1xwq/AuYuOB37gQ+iqufq+0U/nVd2W4m32TomMd8yH5Kk+1SDR0E/4EmcmCq3hbxeAKUaN+LMPSo8rAMz4BYber4384zDUuydDA6ndu1453LH2NgwelqFjvQRJTFd404tWos4RsDdqvFBOgn3hGBSr4iP40fyV4X4XBwOZulm8svvnWwukKj7UQdzXBBfgrz1M93zt46jk9OHj4d9nG8eU2yslKBeGDPL/BbDrFvJ2VXf+O9aCNVwV1Tv7sWiWq1mFCF45WpBzKLHyPai0PLYkTBNybKZjWidHA23 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAvH9YDpvnZQpkZvYytImqgnJkMtQemroM0xn8UAV2LzfOSsAB\ndccKvwLmLjgd+4EPoqrn6vtFP51XdluJt9k6JjHfMh+SpPtUg0dBP+BJnJgqt4W8\nXgClGjfizD0qPKwDM+AWG3q+N/OMw1LsnQwOp3bteOdyx9jYMHpahY70ESUxXeNO\nLVqLOEbA3arxQToJ94RgUq+Ij+NH8leF+FwcDmbpZvLL751sLpCo+1EHc1wQX4K8\n9TPd87eOo5PTh4+HfZxvHlNsrJSgXhgzy/wWw6xbydlV3/jvWgjVcFdU7+7Folqt\nZhQheOVqQcyix8j2otDy2JEwTcmymY1onRwNtwIDAQABAoIBADwDCwTzq9LmYRrK\nrU//OFL5ml74W5oFO8oFzuenJX5Y9QulX5GgwhIYGTKD2T/WUiUG5nlQcDaVoF/l\nOs5WkYXRgO7TUHvILJrzF5n/jVAWvhrZsCP5bpcPTdyaaJUSap6cbE1pYaAsoRca\nkoxZZ1z3pxlEDq4Doqike6dj4N6H/XYJxqLgpyhRIOBI2yU2JUusEARSJr48dTLX\neVv6RAqqyYRYQQReY0OnZYnrLR97Mc5yxNmHEJ9uLILLY8W0j5gXQ0JJ5m0NFVHz\nqM9r3u+SzdkewNgjDMMwDJx08b+D4jMN2OEv3SvGpTDxUcWDvdEvdssy+PYW17a8\n3RD0piECgYEA7uzobuR/7YPL9n/M6RJ32+qp1/eYKw2sWHIl9Vdiy48/XsdpncEW\naygNVoE98GuvMfVXM3CocHZ58IAdyrU+AOjF7Dkt++FXfZKXCcNzHkTdzpO217qi\nu8aebtA5GMyf3Ycs5Fifb/yplWN5Uag0NEBXWkHFp0xuYjwPGpFF1LECgYEAyffd\nxfcDi9EQUJBSeZ/OA3pQ/z26iNn8sAcZYS18scTYskavHN/Tp7dhPE1hfZf7xPwY\nO9yEVYuvKLV9+mEeCjLxSn+XRFFvSdkM12X1Mbn16BEioM7gO58immVadm+tXBCH\nSoSxSYgQSboQMdzzxON1j0feg46UTrbIWlFbwucCgYA/LPN0xwSwmAXpgvd6tYBt\n7QnF6lkZIT9uD5jL27Rq4NC/zfi2VuUHpoqIUho/pSmpCxdoqaRQQHOTzTyTagMg\nGGylPqVTEc2hjY5UbZLV8R25TsOtHVOEVUt1P6epUAoBeIm9Q1W9NdDdiHT+y3wq\nSM0QN43846/YV8simkEdsQKBgQDGes06YC7e93y1/67dkZtutYTl4S7wkHEQOFnL\ns10Igm+Ge4pZsOkauE9ZaJ43Q+YLxsa2BVcTjqt7MSj1pv1Tfo677LmmTPU2OJSz\nFaKp1JuCDVzfdY7NaO0jmBkXrVZL1H5wUAi+P3XqTmzd48q4IeSFA1b8KGE9Hcm1\nYKDx3wKBgQDpJmuL8Eu8JTNX0fgIKLG84jndprAtp7D7nDutWRHTYWEdLOWUMan5\nCYqhLBRT+UJZQRjOT97a9avAxZhSJUHBfjnGbu210kXvMYWMcuOrevWl8Zuxie3Z\nk9VoSKVRkK667p+0k0h6uEiVu3LOlHxmJ8nJyLccDsniFtIyATC1/g==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'3ff79f0400da4e288c8fe926b9341733', 'name': u'singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258', 'created_at': '2018-08-30T09:06:37.405643', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43bf52986b74b40be2254c0cc19dd66', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'26:8d:4c:16:8b:97:ba:a4:97:ac:ab:49:ed:71:3e:43', 'type': 'ssh', 'id': u'singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258'}) 2018-08-30 09:06:37,406 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAvH9YDpvnZQpkZvYytImqgnJkMtQemroM0xn8UAV2LzfOSsAB dccKvwLmLjgd+4EPoqrn6vtFP51XdluJt9k6JjHfMh+SpPtUg0dBP+BJnJgqt4W8 XgClGjfizD0qPKwDM+AWG3q+N/OMw1LsnQwOp3bteOdyx9jYMHpahY70ESUxXeNO LVqLOEbA3arxQToJ94RgUq+Ij+NH8leF+FwcDmbpZvLL751sLpCo+1EHc1wQX4K8 9TPd87eOo5PTh4+HfZxvHlNsrJSgXhgzy/wWw6xbydlV3/jvWgjVcFdU7+7Folqt ZhQheOVqQcyix8j2otDy2JEwTcmymY1onRwNtwIDAQABAoIBADwDCwTzq9LmYRrK rU//OFL5ml74W5oFO8oFzuenJX5Y9QulX5GgwhIYGTKD2T/WUiUG5nlQcDaVoF/l Os5WkYXRgO7TUHvILJrzF5n/jVAWvhrZsCP5bpcPTdyaaJUSap6cbE1pYaAsoRca koxZZ1z3pxlEDq4Doqike6dj4N6H/XYJxqLgpyhRIOBI2yU2JUusEARSJr48dTLX eVv6RAqqyYRYQQReY0OnZYnrLR97Mc5yxNmHEJ9uLILLY8W0j5gXQ0JJ5m0NFVHz qM9r3u+SzdkewNgjDMMwDJx08b+D4jMN2OEv3SvGpTDxUcWDvdEvdssy+PYW17a8 3RD0piECgYEA7uzobuR/7YPL9n/M6RJ32+qp1/eYKw2sWHIl9Vdiy48/XsdpncEW aygNVoE98GuvMfVXM3CocHZ58IAdyrU+AOjF7Dkt++FXfZKXCcNzHkTdzpO217qi u8aebtA5GMyf3Ycs5Fifb/yplWN5Uag0NEBXWkHFp0xuYjwPGpFF1LECgYEAyffd xfcDi9EQUJBSeZ/OA3pQ/z26iNn8sAcZYS18scTYskavHN/Tp7dhPE1hfZf7xPwY O9yEVYuvKLV9+mEeCjLxSn+XRFFvSdkM12X1Mbn16BEioM7gO58immVadm+tXBCH SoSxSYgQSboQMdzzxON1j0feg46UTrbIWlFbwucCgYA/LPN0xwSwmAXpgvd6tYBt 7QnF6lkZIT9uD5jL27Rq4NC/zfi2VuUHpoqIUho/pSmpCxdoqaRQQHOTzTyTagMg GGylPqVTEc2hjY5UbZLV8R25TsOtHVOEVUt1P6epUAoBeIm9Q1W9NdDdiHT+y3wq SM0QN43846/YV8simkEdsQKBgQDGes06YC7e93y1/67dkZtutYTl4S7wkHEQOFnL s10Igm+Ge4pZsOkauE9ZaJ43Q+YLxsa2BVcTjqt7MSj1pv1Tfo677LmmTPU2OJSz FaKp1JuCDVzfdY7NaO0jmBkXrVZL1H5wUAi+P3XqTmzd48q4IeSFA1b8KGE9Hcm1 YKDx3wKBgQDpJmuL8Eu8JTNX0fgIKLG84jndprAtp7D7nDutWRHTYWEdLOWUMan5 CYqhLBRT+UJZQRjOT97a9avAxZhSJUHBfjnGbu210kXvMYWMcuOrevWl8Zuxie3Z k9VoSKVRkK667p+0k0h6uEiVu3LOlHxmJ8nJyLccDsniFtIyATC1/g== -----END RSA PRIVATE KEY----- 2018-08-30 09:06:37,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-30 09:06:37,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"security_group": {"name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-30 09:06:37,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-c445837b-3435-4912-ad6b-aa8c73b776cd Date: Thu, 30 Aug 2018 09:06:37 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:37Z", "updated_at": "2018-08-30T09:06:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "a925073a-e553-460e-8c3e-0a3b4af0c377", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "e0d14d31-f850-47ac-9da3-f1aaa909619e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 1, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}} 2018-08-30 09:06:37,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c445837b-3435-4912-ad6b-aa8c73b776cd 2018-08-30 09:06:37,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.163148880005s 2018-08-30 09:06:37,572 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c445837b-3435-4912-ad6b-aa8c73b776cd 2018-08-30 09:06:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:06:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:37,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-d11137e7-7a6e-4ce2-885b-dbe097495a73 Date: Thu, 30 Aug 2018 09:06:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "created_at": "2018-08-30T09:05:40Z", "updated_at": "2018-08-30T09:05:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "879a26c5-8d20-4ee8-ae32-ba74ec7c6244", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "b332c382-862a-422e-be0b-8335081aeb82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "c3061d71-a6a0-48a5-8442-b598e88756dd", "remote_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "e18e2499-d43a-4b81-9e45-841613f164c8", "remote_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}], "revision_number": 1, "project_id": "326f161a9aad41a48d7b5b8eea20eb9d", "id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "created_at": "2018-08-30T09:06:15Z", "updated_at": "2018-08-30T09:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "4bf8918f-714f-455b-a2b0-e377befb0f88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "5e3607e9-e986-43d7-aedc-c4081acecd0e", "remote_group_id": "41497855-6044-4b47-978d-8cc41f259856", "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "7e69234b-a495-4b01-affa-7446e06b9da5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "9c5364a3-ad0b-4d7e-b24e-231355f5abe5", "remote_group_id": "41497855-6044-4b47-978d-8cc41f259856", "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}], "revision_number": 1, "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "41497855-6044-4b47-978d-8cc41f259856", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-30T09:05:27Z", "updated_at": "2018-08-30T09:05:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "09737b71-467d-4bd2-8d24-b8aa66978502", "remote_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "571c11f8-3586-44b8-bfd2-c5d1111c8adb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "63150af3-0f83-4abb-9c3c-0f81921dbbc5", "remote_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "ae55dc48-0f80-4ca9-af7d-26f79a2c34f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:25Z", "updated_at": "2018-08-30T09:05:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "5809c7a4-ccba-4d38-9ebe-2ab9eb20308a", "remote_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "68644e91-44d0-4bde-a680-ea3f988b81c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "8af4edf7-aac4-4ce5-a048-9902113bdfda", "remote_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "b5410739-cf28-41d7-9f2c-73c52dcf1813", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 1, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:37Z", "updated_at": "2018-08-30T09:06:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "a925073a-e553-460e-8c3e-0a3b4af0c377", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "e0d14d31-f850-47ac-9da3-f1aaa909619e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 1, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}, {"description": "Default security group", "tags": [], "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "created_at": "2018-08-30T09:02:43Z", "updated_at": "2018-08-30T09:02:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "02cec4aa-3b39-430e-9d6d-2676da9ac4c8", "remote_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "3a35e4e5-13f7-4ea8-abf8-6f4d74f4c2a5", "remote_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "3e398264-9587-46e0-982b-63d520b99ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "90845953-c1b3-4023-85cb-cdfceeab3123", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8729629bd2754da59e65d47c0e37abe8"}], "revision_number": 1, "project_id": "8729629bd2754da59e65d47c0e37abe8", "id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "name": "default"}]} 2018-08-30 09:06:37,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d11137e7-7a6e-4ce2-885b-dbe097495a73 2018-08-30 09:06:37,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.122251987457s 2018-08-30 09:06:37,699 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d11137e7-7a6e-4ce2-885b-dbe097495a73 2018-08-30 09:06:37,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:06:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -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": "aa63e9c7-16aa-4204-b2ba-9006c81a7785"}}' 2018-08-30 09:06:37,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-d8f4fa8a-695a-4a4c-9b52-7541e8418730 Date: Thu, 30 Aug 2018 09:06:37 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "port_range_min": 22, "revision_number": 0, "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:37Z", "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "87d78e6d-aeed-458b-944d-a22fbfcbdfcb"}} 2018-08-30 09:06:37,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d8f4fa8a-695a-4a4c-9b52-7541e8418730 2018-08-30 09:06:37,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.200989961624s 2018-08-30 09:06:37,905 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d8f4fa8a-695a-4a4c-9b52-7541e8418730 2018-08-30 09:06:37,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:06:37,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:37,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-f89a5b26-3a72-4fb9-818f-bf15886595bc Date: Thu, 30 Aug 2018 09:06:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "created_at": "2018-08-30T09:05:40Z", "updated_at": "2018-08-30T09:05:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "879a26c5-8d20-4ee8-ae32-ba74ec7c6244", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "b332c382-862a-422e-be0b-8335081aeb82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "c3061d71-a6a0-48a5-8442-b598e88756dd", "remote_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "e18e2499-d43a-4b81-9e45-841613f164c8", "remote_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}], "revision_number": 1, "project_id": "326f161a9aad41a48d7b5b8eea20eb9d", "id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "created_at": "2018-08-30T09:06:15Z", "updated_at": "2018-08-30T09:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "4bf8918f-714f-455b-a2b0-e377befb0f88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "5e3607e9-e986-43d7-aedc-c4081acecd0e", "remote_group_id": "41497855-6044-4b47-978d-8cc41f259856", "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "7e69234b-a495-4b01-affa-7446e06b9da5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "9c5364a3-ad0b-4d7e-b24e-231355f5abe5", "remote_group_id": "41497855-6044-4b47-978d-8cc41f259856", "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}], "revision_number": 1, "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "41497855-6044-4b47-978d-8cc41f259856", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-30T09:05:27Z", "updated_at": "2018-08-30T09:05:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "09737b71-467d-4bd2-8d24-b8aa66978502", "remote_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "571c11f8-3586-44b8-bfd2-c5d1111c8adb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "63150af3-0f83-4abb-9c3c-0f81921dbbc5", "remote_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "ae55dc48-0f80-4ca9-af7d-26f79a2c34f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:25Z", "updated_at": "2018-08-30T09:05:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "5809c7a4-ccba-4d38-9ebe-2ab9eb20308a", "remote_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "68644e91-44d0-4bde-a680-ea3f988b81c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "8af4edf7-aac4-4ce5-a048-9902113bdfda", "remote_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "b5410739-cf28-41d7-9f2c-73c52dcf1813", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 1, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:37Z", "updated_at": "2018-08-30T09:06:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "87d78e6d-aeed-458b-944d-a22fbfcbdfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "a925073a-e553-460e-8c3e-0a3b4af0c377", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "e0d14d31-f850-47ac-9da3-f1aaa909619e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 2, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}, {"description": "Default security group", "tags": [], "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "created_at": "2018-08-30T09:02:43Z", "updated_at": "2018-08-30T09:02:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "02cec4aa-3b39-430e-9d6d-2676da9ac4c8", "remote_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "3a35e4e5-13f7-4ea8-abf8-6f4d74f4c2a5", "remote_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "3e398264-9587-46e0-982b-63d520b99ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "90845953-c1b3-4023-85cb-cdfceeab3123", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8729629bd2754da59e65d47c0e37abe8"}], "revision_number": 1, "project_id": "8729629bd2754da59e65d47c0e37abe8", "id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "name": "default"}]} 2018-08-30 09:06:37,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f89a5b26-3a72-4fb9-818f-bf15886595bc 2018-08-30 09:06:37,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0593369007111s 2018-08-30 09:06:37,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f89a5b26-3a72-4fb9-818f-bf15886595bc 2018-08-30 09:06:37,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:06:37,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -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": "aa63e9c7-16aa-4204-b2ba-9006c81a7785"}}' 2018-08-30 09:06:38,198 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-5290145e-e73b-4783-83af-e92048f26b39 Date: Thu, 30 Aug 2018 09:06:38 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-30T09:06:38Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "port_range_min": null, "revision_number": 0, "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:38Z", "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "98a59983-50ab-4793-a072-74ce6f114a06"}} 2018-08-30 09:06:38,198 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-5290145e-e73b-4783-83af-e92048f26b39 2018-08-30 09:06:38,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.226151943207s 2018-08-30 09:06:38,199 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-5290145e-e73b-4783-83af-e92048f26b39 2018-08-30 09:06:38,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:38,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:38,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-659289d1-c265-4445-b0e2-74f994d222de Date: Thu, 30 Aug 2018 09:06:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":["de6b14e5-c510-4bb0-ad25-0a0056565b41"],"description":"","tags":[],"updated_at":"2018-08-30T09:06:30Z","provider:segmentation_id":21,"name":"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","provider:network_type":"vxlan"}]} 2018-08-30 09:06:38,286 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-659289d1-c265-4445-b0e2-74f994d222de 2018-08-30 09:06:38,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0861878395081s 2018-08-30 09:06:38,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-659289d1-c265-4445-b0e2-74f994d222de 2018-08-30 09:06:38,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:06:38,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:38,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8a0766e0-9032-471d-8620-3e12c5a54099 Date: Thu, 30 Aug 2018 09:06:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:36Z", "file": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "size": 12716032, "self": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:06:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:06:38,316 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8a0766e0-9032-471d-8620-3e12c5a54099 2018-08-30 09:06:38,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0245568752289s 2018-08-30 09:06:38,316 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8a0766e0-9032-471d-8620-3e12c5a54099 2018-08-30 09:06:38,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:06:38,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:38,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-2797341f-0024-49cf-806e-dfa81a2a9ab6 x-compute-request-id: req-2797341f-0024-49cf-806e-dfa81a2a9ab6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_05f67afb-dd28-4e05-b741-7ca88a6cd258", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "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": "576c7287-2995-4770-9a65-2311bb4e455a"}]} 2018-08-30 09:06:38,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-2797341f-0024-49cf-806e-dfa81a2a9ab6 2018-08-30 09:06:38,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.140476942062s 2018-08-30 09:06:38,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-2797341f-0024-49cf-806e-dfa81a2a9ab6 2018-08-30 09:06:38,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:06:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"server": {"name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "imageRef": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "flavorRef": "576c7287-2995-4770-9a65-2311bb4e455a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "32e03b91-744c-4a19-9461-2b10b2ef71bc"}], "security_groups": [{"name": "aa63e9c7-16aa-4204-b2ba-9006c81a7785"}]}}' 2018-08-30 09:06:41,351 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:06: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-265ccbe6-1585-4719-a92b-ef3dce48c3bd x-compute-request-id: req-265ccbe6-1585-4719-a92b-ef3dce48c3bd Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "aa63e9c7-16aa-4204-b2ba-9006c81a7785"}], "OS-DCF:diskConfig": "MANUAL", "id": "09276154-ddd8-46d5-923e-988029aaeb31", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "adminPass": "6ubJDZdZVWzA"}} 2018-08-30 09:06:41,351 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-265ccbe6-1585-4719-a92b-ef3dce48c3bd 2018-08-30 09:06:41,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.89111089706s 2018-08-30 09:06:41,352 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-265ccbe6-1585-4719-a92b-ef3dce48c3bd 2018-08-30 09:06:41,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:06:41,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:41,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-9022ca91-c0b0-4299-a207-505052886b42 x-compute-request-id: req-9022ca91-c0b0-4299-a207-505052886b42 Content-Encoding: gzip Content-Length: 642 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:06:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:06:41,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9022ca91-c0b0-4299-a207-505052886b42 2018-08-30 09:06:41,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388943910599s 2018-08-30 09:06:41,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9022ca91-c0b0-4299-a207-505052886b42 2018-08-30 09:06:41,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:41,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:41,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-f7f1eddf-42d4-46a7-b2fa-0f4127762139 Date: Thu, 30 Aug 2018 09:06:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":["de6b14e5-c510-4bb0-ad25-0a0056565b41"],"description":"","tags":[],"updated_at":"2018-08-30T09:06:30Z","provider:segmentation_id":21,"name":"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","provider:network_type":"vxlan"}]} 2018-08-30 09:06:41,830 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f7f1eddf-42d4-46a7-b2fa-0f4127762139 2018-08-30 09:06:41,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0810878276825s 2018-08-30 09:06:41,830 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f7f1eddf-42d4-46a7-b2fa-0f4127762139 2018-08-30 09:06:41,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:06:41,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:41,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-042a0afb-50b3-4ece-beec-ffaf256439e2 Date: Thu, 30 Aug 2018 09:06:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:48Z","dns_nameservers":[],"updated_at":"2018-08-30T09:02:48Z","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":"8729629bd2754da59e65d47c0e37abe8","id":"ab35bc92-1f74-4e24-a11f-68811c3cd092","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:06:30Z","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":"f43bf52986b74b40be2254c0cc19dd66","id":"de6b14e5-c510-4bb0-ad25-0a0056565b41","subnetpool_id":null,"name":"singlevm1-subnet_05f67afb-dd28-4e05-b741-7ca88a6cd258"}]} 2018-08-30 09:06:41,892 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-042a0afb-50b3-4ece-beec-ffaf256439e2 2018-08-30 09:06:41,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0610489845276s 2018-08-30 09:06:41,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-042a0afb-50b3-4ece-beec-ffaf256439e2 2018-08-30 09:06:41,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:06:43,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:06:43,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:44,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-12a72d0d-e10d-46e1-932a-20ce54ca9b5b x-compute-request-id: req-12a72d0d-e10d-46e1-932a-20ce54ca9b5b Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:06:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:06:44,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-12a72d0d-e10d-46e1-932a-20ce54ca9b5b 2018-08-30 09:06:44,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904583930969s 2018-08-30 09:06:44,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-12a72d0d-e10d-46e1-932a-20ce54ca9b5b 2018-08-30 09:06:44,805 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:06:46,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:06:46,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:47,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-ec45f06d-ad03-4d4f-be29-55477c8a32a9 x-compute-request-id: req-ec45f06d-ad03-4d4f-be29-55477c8a32a9 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "security_groups": [{"name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}], "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:06:45Z", "hostId": "df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:06:47,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ec45f06d-ad03-4d4f-be29-55477c8a32a9 2018-08-30 09:06:47,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.30520606041s 2018-08-30 09:06:47,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ec45f06d-ad03-4d4f-be29-55477c8a32a9 2018-08-30 09:06:47,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:06:49,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:06:49,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:49,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-44c84d2c-147b-4d27-ab8e-9a86e023c119 x-compute-request-id: req-44c84d2c-147b-4d27-ab8e-9a86e023c119 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:00:4f", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "security_groups": [{"name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}], "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:06:45Z", "hostId": "df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:06:49,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-44c84d2c-147b-4d27-ab8e-9a86e023c119 2018-08-30 09:06:49,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.601866960526s 2018-08-30 09:06:49,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-44c84d2c-147b-4d27-ab8e-9a86e023c119 2018-08-30 09:06:49,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:06:51,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:06:51,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:52,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c76ce02a-175f-4277-a705-1bac741a6290 x-compute-request-id: req-c76ce02a-175f-4277-a705-1bac741a6290 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:00:4f", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "security_groups": [{"name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}], "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:06:45Z", "hostId": "df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:06:52,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c76ce02a-175f-4277-a705-1bac741a6290 2018-08-30 09:06:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483625173569s 2018-08-30 09:06:52,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c76ce02a-175f-4277-a705-1bac741a6290 2018-08-30 09:06:52,216 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:06:54,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:06:54,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:54,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-072e8535-cc57-4eb0-ab5e-64f47f9ca937 x-compute-request-id: req-072e8535-cc57-4eb0-ab5e-64f47f9ca937 Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:00:4f", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-30T09:06:52.000000", "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "security_groups": [{"name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}], "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:06:52Z", "hostId": "df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:06:54,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-072e8535-cc57-4eb0-ab5e-64f47f9ca937 2018-08-30 09:06:54,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.487104892731s 2018-08-30 09:06:54,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-072e8535-cc57-4eb0-ab5e-64f47f9ca937 2018-08-30 09:06:54,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:06:54,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=09276154-ddd8-46d5-923e-988029aaeb31" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:54,956 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-6fefa019-4732-4acf-9f1c-2dd6d4573735 Date: Thu, 30 Aug 2018 09:06:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-30T09:06:51Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"de6b14e5-c510-4bb0-ad25-0a0056565b41","ip_address":"192.168.120.3"}],"id":"f786be42-a8ec-4e63-9c06-ff84407edf2f","security_groups":["aa63e9c7-16aa-4204-b2ba-9006c81a7785"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:00:4f","project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"09276154-ddd8-46d5-923e-988029aaeb31","name":"","admin_state_up":true,"network_id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:45Z","binding:vnic_type":"normal"}]} 2018-08-30 09:06:54,956 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=09276154-ddd8-46d5-923e-988029aaeb31 used request id req-6fefa019-4732-4acf-9f1c-2dd6d4573735 2018-08-30 09:06:54,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.245208978653s 2018-08-30 09:06:54,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=09276154-ddd8-46d5-923e-988029aaeb31 used request id req-6fefa019-4732-4acf-9f1c-2dd6d4573735 2018-08-30 09:06:54,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:06:54,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f786be42-a8ec-4e63-9c06-ff84407edf2f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:55,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8da007a1-af87-4ef8-a3f1-1f292f8c1b86 Date: Thu, 30 Aug 2018 09:06:55 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:06:55,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f786be42-a8ec-4e63-9c06-ff84407edf2f used request id req-8da007a1-af87-4ef8-a3f1-1f292f8c1b86 2018-08-30 09:06:55,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0440900325775s 2018-08-30 09:06:55,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f786be42-a8ec-4e63-9c06-ff84407edf2f used request id req-8da007a1-af87-4ef8-a3f1-1f292f8c1b86 2018-08-30 09:06:55,006 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:14:00:4f', 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'154d2cd2-f738-41d6-bcc2-8a85321bb505'}), 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-08-30T09:06:52.000000', 'flavor': Munch({u'id': u'576c7287-2995-4770-9a65-2311bb4e455a'}), 'az': u'nova', 'id': u'09276154-ddd8-46d5-923e-988029aaeb31', 'security_groups': [Munch({u'name': u'singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'3ff79f0400da4e288c8fe926b9341733', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43bf52986b74b40be2254c0cc19dd66', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:06:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:06:52Z', 'hostId': u'df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84', '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-08-30T09:06:52.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'f43bf52986b74b40be2254c0cc19dd66', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258', 'adminPass': u'6ubJDZdZVWzA', 'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', 'created_at': u'2018-08-30T09:06:41Z', 'created': u'2018-08-30T09:06:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:06:55,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:06:55,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:55,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-00c67495-bf43-4769-8ff0-7e6456860d68 Date: Thu, 30 Aug 2018 09:06:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":["de6b14e5-c510-4bb0-ad25-0a0056565b41"],"description":"","tags":[],"updated_at":"2018-08-30T09:06:30Z","provider:segmentation_id":21,"name":"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","provider:network_type":"vxlan"}]} 2018-08-30 09:06:55,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-00c67495-bf43-4769-8ff0-7e6456860d68 2018-08-30 09:06:55,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0896008014679s 2018-08-30 09:06:55,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-00c67495-bf43-4769-8ff0-7e6456860d68 2018-08-30 09:06:55,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:06:55,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=09276154-ddd8-46d5-923e-988029aaeb31" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:55,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-7c894b7a-3877-44b9-863d-9feee4861c99 Date: Thu, 30 Aug 2018 09:06:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-30T09:06:51Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"de6b14e5-c510-4bb0-ad25-0a0056565b41","ip_address":"192.168.120.3"}],"id":"f786be42-a8ec-4e63-9c06-ff84407edf2f","security_groups":["aa63e9c7-16aa-4204-b2ba-9006c81a7785"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:14:00:4f","project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"09276154-ddd8-46d5-923e-988029aaeb31","name":"","admin_state_up":true,"network_id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:45Z","binding:vnic_type":"normal"}]} 2018-08-30 09:06:55,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=09276154-ddd8-46d5-923e-988029aaeb31 used request id req-7c894b7a-3877-44b9-863d-9feee4861c99 2018-08-30 09:06:55,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0456640720367s 2018-08-30 09:06:55,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=09276154-ddd8-46d5-923e-988029aaeb31 used request id req-7c894b7a-3877-44b9-863d-9feee4861c99 2018-08-30 09:06:55,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-30 09:06:55,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"floatingip": {"floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "port_id": "f786be42-a8ec-4e63-9c06-ff84407edf2f"}}' 2018-08-30 09:06:57,194 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-e8c60171-a660-44c0-9a41-b949b1bd662d Date: Thu, 30 Aug 2018 09:06:57 GMT RESP BODY: {"floatingip": {"router_id": "7e8beebf-b1be-486e-a740-8427ee02f126", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:06:56Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f786be42-a8ec-4e63-9c06-ff84407edf2f", "id": "57d40dd6-74e2-46d5-9666-d77611bc0331", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:56Z", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}} 2018-08-30 09:06:57,194 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-e8c60171-a660-44c0-9a41-b949b1bd662d 2018-08-30 09:06:57,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.04671192169s 2018-08-30 09:06:57,195 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-e8c60171-a660-44c0-9a41-b949b1bd662d 2018-08-30 09:06:57,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:06:57,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:06:57,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-32b6ec1d-af48-49ba-9f94-946bb0d21ed4 Date: Thu, 30 Aug 2018 09:06:57 GMT RESP BODY: {"floatingips": [{"router_id": "7e8beebf-b1be-486e-a740-8427ee02f126", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:06:56Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f786be42-a8ec-4e63-9c06-ff84407edf2f", "id": "57d40dd6-74e2-46d5-9666-d77611bc0331", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:56Z", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}]} 2018-08-30 09:06:57,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-32b6ec1d-af48-49ba-9f94-946bb0d21ed4 2018-08-30 09:06:57,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0642929077148s 2018-08-30 09:06:57,267 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-32b6ec1d-af48-49ba-9f94-946bb0d21ed4 2018-08-30 09:06:57,271 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'7e8beebf-b1be-486e-a740-8427ee02f126', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f43bf52986b74b40be2254c0cc19dd66', 'created_at': u'2018-08-30T09:06:56Z', 'attached': True, 'updated_at': u'2018-08-30T09:06:56Z', 'id': u'57d40dd6-74e2-46d5-9666-d77611bc0331', 'floating_network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f43bf52986b74b40be2254c0cc19dd66', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'7e8beebf-b1be-486e-a740-8427ee02f126', 'project_id': u'f43bf52986b74b40be2254c0cc19dd66', 'port_id': u'f786be42-a8ec-4e63-9c06-ff84407edf2f', 'port': u'f786be42-a8ec-4e63-9c06-ff84407edf2f', 'network': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b'}) 2018-08-30 09:06:57,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:06:57,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:06:58,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:06: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-739c6d2b-71e6-4370-9064-53f9865fa3bf x-compute-request-id: req-739c6d2b-71e6-4370-9064-53f9865fa3bf Content-Encoding: gzip Content-Length: 9613 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 498856771 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.186007] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.188294] pid_max: default: 32768 minimum: 301\n[ 0.189537] ACPI: Core revision 20150930\n[ 0.191221] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.193018] Security Framework initialized\n[ 0.194145] Yama: becoming mindful.\n[ 0.195153] AppArmor: AppArmor initialized\n[ 0.196318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.198115] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201496] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203378] Initializing cgroup subsys io\n[ 0.204498] Initializing cgroup subsys memory\n[ 0.205691] Initializing cgroup subsys devices\n[ 0.206890] Initializing cgroup subsys freezer\n[ 0.208092] Initializing cgroup subsys net_cls\n[ 0.209296] Initializing cgroup subsys perf_event\n[ 0.210550] Initializing cgroup subsys net_prio\n[ 0.211757] Initializing cgroup subsys hugetlb\n[ 0.212954] Initializing cgroup subsys pids\n[ 0.214141] CPU: Physical Processor ID: 0\n[ 0.215931] mce: CPU supports 10 MCE banks\n[ 0.217093] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218457] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.233355] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.239988] ftrace: allocating 31920 entries in 125 pages\n[ 0.265254] smpboot: Max logical packages: 1\n[ 0.266428] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.268290] x2apic enabled\n[ 0.269436] Switched APIC routing to physical x2apic.\n[ 0.271905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273414] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.276148] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.278609] KVM setup paravirtual spinlock\n[ 0.280202] x86: Booted up 1 node, 1 CPUs\n[ 0.281318] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.283198] devtmpfs: initialized\n[ 0.285172] evm: security.selinux\n[ 0.286135] evm: security.SMACK64\n[ 0.287101] evm: security.SMACK64EXEC\n[ 0.288135] evm: security.SMACK64TRANSMUTE\n[ 0.289246] evm: security.SMACK64MMAP\n[ 0.290270] evm: security.ima\n[ 0.291164] evm: security.capability\n[ 0.292251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.294783] pinctrl core: initialized pinctrl subsystem\n[ 0.296301] RTC time: 9:06:52, date: 08/30/18\n[ 0.297608] NET: Registered protocol family 16\n[ 0.298937] cpuidle: using governor ladder\n[ 0.300080] cpuidle: using governor menu\n[ 0.301194] PCCT header not found.\n[ 0.302233] ACPI: bus type PCI registered\n[ 0.303369] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305148] PCI: Using configuration type 1 for base access\n[ 0.307333] ACPI: Added _OSI(Module Device)\n[ 0.308532] ACPI: Added _OSI(Processor Device)\n[ 0.309754] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311019] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313225] ACPI: Interpreter enabled\n[ 0.314289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.316879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324601] ACPI: (supports S0 S5)\n[ 0.325589] ACPI: Using IOAPIC for interrupt routing\n[ 0.326890] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332293] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333987] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335636] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338674] acpiphp: Slot [3] registered\n[ 0.339812] acpiphp: Slot [4] registered\n[ 0.340950] acpiphp: Slot [5] registered\n[ 0.342083] acpiphp: Slot [6] registered\n[ 0.343196] acpiphp: Slot [7] registered\n[ 0.344306] acpiphp: Slot [8] registered\n[ 0.345421] acpiphp: Slot [9] registered\n[ 0.346544] acpiphp: Slot [10] registered\n[ 0.347662] acpiphp: Slot [11] registered\n[ 0.348773] acpiphp: Slot [12] registered\n[ 0.349894] acpiphp: Slot [13] registered\n[ 0.351009] acpiphp: Slot [14] registered\n[ 0.352134] acpiphp: Slot [15] registered\n[ 0.367209] acpiphp: Slot [16] registered\n[ 0.368352] acpiphp: Slot [17] registered\n[ 0.369490] acpiphp: Slot [18] registered\n[ 0.370619] acpiphp: Slot [19] registered\n[ 0.371761] acpiphp: Slot [20] registered\n[ 0.372889] acpiphp: Slot [21] registered\n[ 0.374019] acpiphp: Slot [22] registered\n[ 0.375145] acpiphp: Slot [23] registered\n[ 0.376285] acpiphp: Slot [24] registered\n[ 0.377446] acpiphp: Slot [25] registered\n[ 0.378603] acpiphp: Slot [26] registered\n[ 0.379745] acpiphp: Slot [27] registered\n[ 0.380886] acpiphp: Slot [28] registered\n[ 0.382024] acpiphp: Slot [29] registered\n[ 0.383150] acpiphp: Slot [30] registered\n[ 0.384290] acpiphp: Slot [31] registered\n[ 0.385430] PCI host bridge to bus 0000:00\n[ 0.386561] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.388252] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.389953] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.392010] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.394036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.396047] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.400109] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.401803] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.403365] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.405040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.409394] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.411282] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433594] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.435536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.437405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.441064] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442799] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.444196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.446312] vgaarb: loaded\n[ 0.447114] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448694] SCSI subsystem initialized\n[ 0.449926] ACPI: bus type USB registered\n[ 0.451036] usbcore: registered new interface driver usbfs\n[ 0.452390] usbcore: registered new interface driver hub\n[ 0.453711] usbcore: registered new device driver usb\n[ 0.455201] PCI: Using ACPI for IRQ routing\n[ 0.456687] NetLabel: Initializing\n[ 0.457645] NetLabel: domain hash size = 128\n[ 0.458765] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.460020] NetLabel: unlabeled traffic allowed by default\n[ 0.461538] clocksource: Switched to clocksource kvm-clock\n[ 0.471446] AppArmor: AppArmor Filesystem Enabled\n[ 0.472804] pnp: PnP ACPI init\n[ 0.474039] pnp: PnP ACPI: found 5 devices\n[ 0.480891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483197] NET: Registered protocol family 2\n[ 0.484591] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487947] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489571] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492601] NET: Registered protocol family 1\n[ 0.493786] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495268] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496700] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525803] Trying to unpack rootfs image as initramfs...\n[ 0.587521] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592453] Scanning for low memory corruption every 60 seconds\n[ 0.594622] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.596198] audit: initializing netlink subsys (disabled)\n[ 0.597696] audit: type=2000 audit(1535620013.721:1): initialized\n[ 0.599559] Initialise system trusted keyring\n[ 0.600899] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602502] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605226] zbud: loaded\n[ 0.606232] VFS: Disk quotas dquot_6.6.0\n[ 0.607356] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609495] fuse init (API version 7.23)\n[ 0.610783] Key type big_key registered\n[ 0.611889] Allocating IMA MOK and blacklist keyrings.\n[ 0.613547] Key type asymmetric registered\n[ 0.614678] Asymmetric key parser 'x509' registered\n[ 0.615980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.618041] io scheduler noop registered\n[ 0.619130] io scheduler deadline registered (default)\n[ 0.620477] io scheduler cfq registered\n[ 0.621679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.623101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626836] ACPI: Power Button [PWRF]\n[ 0.628057] GHES: HEST is not enabled!\n[ 0.642229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671783] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698527] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701694] Linux agpgart interface v0.103\n[ 0.705183] brd: module loaded\n[ 0.707445] loop: module loaded\n[ 0.712506] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.714634] GPT:90111 != 2097151\n[ 0.715626] GPT:Alternate GPT header not at the end of the disk.\n[ 0.717243] GPT:90111 != 2097151\n[ 0.718246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719667] vda: vda1 vda15\n[ 0.721426] scsi host0: ata_piix\n[ 0.722565] scsi host1: ata_piix\n[ 0.723611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727764] libphy: Fixed MDIO Bus: probed\n[ 0.728943] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730365] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733211] PPP generic driver version 2.4.2\n[ 0.734547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.736299] ehci-pci: EHCI PCI platform driver\n[ 0.737599] ehci-platform: EHCI generic platform driver\n[ 0.739069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740714] ohci-pci: OHCI PCI platform driver\n[ 0.742009] ohci-platform: OHCI generic platform driver\n[ 0.743488] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.758246] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.759684] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.761778] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.763247] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.764914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.766641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.768645] usb usb1: Product: UHCI Host Controller\n[ 0.769945] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.771519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.772880] hub 1-0:1.0: USB hub found\n[ 0.773992] hub 1-0:1.0: 2 ports detected\n[ 0.775299] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.778269] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.779599] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.781060] mousedev: PS/2 mouse device common for all mice\n[ 0.782814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.785375] rtc_cmos 00:00: RTC can wake from S4\n[ 0.786951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.788601] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.790247] i2c /dev entries driver\n[ 0.791317] device-mapper: uevent: version 1.0.3\n[ 0.792686] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.795013] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.796911] NET: Registered protocol family 10\n[ 0.798560] NET: Registered protocol family 17\n[ 0.799870] Key type dns_resolver registered\n[ 0.801252] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.802856] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.805405] registered taskstats version 1\n[ 0.806647] Loading compiled-in X.509 certificates\n[ 0.808560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.811288] zswap: loaded using pool lzo/zbud\n[ 0.813451] Key type trusted registered\n[ 0.815627] Key type encrypted registered\n[ 0.816822] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.818321] ima: No TPM chip found, activating TPM-bypass!\n[ 0.819836] evm: HMAC attrs: 0x1\n[ 0.821195] Magic number: 14:285:122\n[ 0.822387] acpi LNXSYBUS:00: hash matches\n[ 0.823639] rtc_cmos 00:00: setting system clock to 2018-08-30 09:06:53 UTC (1535620013)\n[ 0.825926] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.827484] EDD information not available.\n[ 0.883265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.885460] Write protecting the kernel read-only data: 14336k\n[ 0.888474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.891018] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.66\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.938915] 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.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.88. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCLs4BXA85FSQnHBstLaxtw4xnWDwDggqpPCdcUAObO5/laDczU7FtMaczyLAIQZAqweA4EagDgR/liQb3iqZkFyylQFt4Y9cgMWiSivRgeDOiosfY2ya/P6t8gtBi+KPFpgNXQcz2cp4PQASEjV87n7MMOkwTtyvuUUBlNZOLTyrHy9wHQ38XLvlbPuN3kJzFCHuVyNr0KiaAWvGnBw+VTYNZz335nAGKjRK6q/XPy8fRzymiKhmXqFHtUuSfKYrIRtJq8/ZzNJet+YvSqyjluvMiFZ0vZVXffZUamADPgmr0RAj6Wvg1DxB5sYCOxCBJAZtYLIRaSlopKec4Q0f4X root@singlevm1-vm-05f67afb-dd28-4e05-b741-7ca88a6cd258\nssh-dss AAAAB3NzaC1kc3MAAACBAIrEoZlIhA5fMeDh3OKZxy1EBRYjd4/oAn0vxQwKbULFJKB5ZpNaSHIFtyyVrMGnRCPpQT1BVgNMEnYkHr4IqVxos7nme7XzJj6whLwS7Z3EtDKo9CdB3eh6obTQIx3hjRkUO9wM2BmGQDa2wNWiIAX4SdAPRGn/kcR0AKAL/JgFAAAAFQCnnXliSPYChPcfiNiNlutR65diwQAAAIEAh6NzwK6Nrcyb8b8uW5z4dlnbWE5PU5bcyP7TfvQCj4Vd2Lc/M4LXcrgwJSJPrspgz2PGZ1B+6WE7gJbRrxqj5goAxKd5RDGGSPHbEw7oQuANzv43dUdrHnU84XUMiVL3//eL8n85Pyzdxh2VLBj+uBUJFv2r84h2b07nMltAOusAAACAdA6YouTwbeM9Sn4sjcIO72IL4gvlKA9P8Yo2QexIomXdPmH8cgasM+rPYgAIu1QgwUBdjorbsi4gR3QY4dZPvF0tcqZm9hJC6H6FxkvQOTFSSatG0AQArx9oYjQB2Pk1QNWL9lGM+qI3x4isqkedO6KcmY860zcG2I2q+sOYq/Q= root@singlevm1-vm-05f67afb-dd28-4e05-b741-7ca88a6cd258\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe14:4f/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.3 \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-05f67afb-dd28-4e05-b741-7ca88a6cd258\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.32 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-05f67afb-dd28-4e05-b741-7ca88a6cd258 login: "} 2018-08-30 09:06:58,030 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31/action used request id req-739c6d2b-71e6-4370-9064-53f9865fa3bf 2018-08-30 09:06:58,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.758450984955s 2018-08-30 09:06:58,031 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31/action used request id req-739c6d2b-71e6-4370-9064-53f9865fa3bf 2018-08-30 09:06:58,032 - 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 498856771 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.186007] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.188294] pid_max: default: 32768 minimum: 301 [ 0.189537] ACPI: Core revision 20150930 [ 0.191221] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.193018] Security Framework initialized [ 0.194145] Yama: becoming mindful. [ 0.195153] AppArmor: AppArmor initialized [ 0.196318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.198115] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199851] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201496] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203378] Initializing cgroup subsys io [ 0.204498] Initializing cgroup subsys memory [ 0.205691] Initializing cgroup subsys devices [ 0.206890] Initializing cgroup subsys freezer [ 0.208092] Initializing cgroup subsys net_cls [ 0.209296] Initializing cgroup subsys perf_event [ 0.210550] Initializing cgroup subsys net_prio [ 0.211757] Initializing cgroup subsys hugetlb [ 0.212954] Initializing cgroup subsys pids [ 0.214141] CPU: Physical Processor ID: 0 [ 0.215931] mce: CPU supports 10 MCE banks [ 0.217093] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218457] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.233355] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.239988] ftrace: allocating 31920 entries in 125 pages [ 0.265254] smpboot: Max logical packages: 1 [ 0.266428] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.268290] x2apic enabled [ 0.269436] Switched APIC routing to physical x2apic. [ 0.271905] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.273414] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.276148] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.278609] KVM setup paravirtual spinlock [ 0.280202] x86: Booted up 1 node, 1 CPUs [ 0.281318] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.283198] devtmpfs: initialized [ 0.285172] evm: security.selinux [ 0.286135] evm: security.SMACK64 [ 0.287101] evm: security.SMACK64EXEC [ 0.288135] evm: security.SMACK64TRANSMUTE [ 0.289246] evm: security.SMACK64MMAP [ 0.290270] evm: security.ima [ 0.291164] evm: security.capability [ 0.292251] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.294783] pinctrl core: initialized pinctrl subsystem [ 0.296301] RTC time: 9:06:52, date: 08/30/18 [ 0.297608] NET: Registered protocol family 16 [ 0.298937] cpuidle: using governor ladder [ 0.300080] cpuidle: using governor menu [ 0.301194] PCCT header not found. [ 0.302233] ACPI: bus type PCI registered [ 0.303369] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305148] PCI: Using configuration type 1 for base access [ 0.307333] ACPI: Added _OSI(Module Device) [ 0.308532] ACPI: Added _OSI(Processor Device) [ 0.309754] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311019] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313225] ACPI: Interpreter enabled [ 0.314289] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.316879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.319454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.324601] ACPI: (supports S0 S5) [ 0.325589] ACPI: Using IOAPIC for interrupt routing [ 0.326890] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332293] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333987] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335636] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338674] acpiphp: Slot [3] registered [ 0.339812] acpiphp: Slot [4] registered [ 0.340950] acpiphp: Slot [5] registered [ 0.342083] acpiphp: Slot [6] registered [ 0.343196] acpiphp: Slot [7] registered [ 0.344306] acpiphp: Slot [8] registered [ 0.345421] acpiphp: Slot [9] registered [ 0.346544] acpiphp: Slot [10] registered [ 0.347662] acpiphp: Slot [11] registered [ 0.348773] acpiphp: Slot [12] registered [ 0.349894] acpiphp: Slot [13] registered [ 0.351009] acpiphp: Slot [14] registered [ 0.352134] acpiphp: Slot [15] registered [ 0.367209] acpiphp: Slot [16] registered [ 0.368352] acpiphp: Slot [17] registered [ 0.369490] acpiphp: Slot [18] registered [ 0.370619] acpiphp: Slot [19] registered [ 0.371761] acpiphp: Slot [20] registered [ 0.372889] acpiphp: Slot [21] registered [ 0.374019] acpiphp: Slot [22] registered [ 0.375145] acpiphp: Slot [23] registered [ 0.376285] acpiphp: Slot [24] registered [ 0.377446] acpiphp: Slot [25] registered [ 0.378603] acpiphp: Slot [26] registered [ 0.379745] acpiphp: Slot [27] registered [ 0.380886] acpiphp: Slot [28] registered [ 0.382024] acpiphp: Slot [29] registered [ 0.383150] acpiphp: Slot [30] registered [ 0.384290] acpiphp: Slot [31] registered [ 0.385430] PCI host bridge to bus 0000:00 [ 0.386561] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.388252] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.389953] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.392010] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.394036] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.396047] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.400109] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.401803] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.403365] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.405040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.409394] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.411282] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433594] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.435536] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.437405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439251] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.441064] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442799] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.444196] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.446312] vgaarb: loaded [ 0.447114] vgaarb: bridge control possible 0000:00:02.0 [ 0.448694] SCSI subsystem initialized [ 0.449926] ACPI: bus type USB registered [ 0.451036] usbcore: registered new interface driver usbfs [ 0.452390] usbcore: registered new interface driver hub [ 0.453711] usbcore: registered new device driver usb [ 0.455201] PCI: Using ACPI for IRQ routing [ 0.456687] NetLabel: Initializing [ 0.457645] NetLabel: domain hash size = 128 [ 0.458765] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.460020] NetLabel: unlabeled traffic allowed by default [ 0.461538] clocksource: Switched to clocksource kvm-clock [ 0.471446] AppArmor: AppArmor Filesystem Enabled [ 0.472804] pnp: PnP ACPI init [ 0.474039] pnp: PnP ACPI: found 5 devices [ 0.480891] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483197] NET: Registered protocol family 2 [ 0.484591] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487947] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489571] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.491042] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492601] NET: Registered protocol family 1 [ 0.493786] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495268] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496700] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.511206] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.525803] Trying to unpack rootfs image as initramfs... [ 0.587521] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.592453] Scanning for low memory corruption every 60 seconds [ 0.594622] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.596198] audit: initializing netlink subsys (disabled) [ 0.597696] audit: type=2000 audit(1535620013.721:1): initialized [ 0.599559] Initialise system trusted keyring [ 0.600899] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.602502] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.605226] zbud: loaded [ 0.606232] VFS: Disk quotas dquot_6.6.0 [ 0.607356] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.609495] fuse init (API version 7.23) [ 0.610783] Key type big_key registered [ 0.611889] Allocating IMA MOK and blacklist keyrings. [ 0.613547] Key type asymmetric registered [ 0.614678] Asymmetric key parser 'x509' registered [ 0.615980] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.618041] io scheduler noop registered [ 0.619130] io scheduler deadline registered (default) [ 0.620477] io scheduler cfq registered [ 0.621679] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.623101] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624825] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626836] ACPI: Power Button [PWRF] [ 0.628057] GHES: HEST is not enabled! [ 0.642229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671783] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674737] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.698527] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.701694] Linux agpgart interface v0.103 [ 0.705183] brd: module loaded [ 0.707445] loop: module loaded [ 0.712506] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.714634] GPT:90111 != 2097151 [ 0.715626] GPT:Alternate GPT header not at the end of the disk. [ 0.717243] GPT:90111 != 2097151 [ 0.718246] GPT: Use GNU Parted to correct GPT errors. [ 0.719667] vda: vda1 vda15 [ 0.721426] scsi host0: ata_piix [ 0.722565] scsi host1: ata_piix [ 0.723611] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725412] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727764] libphy: Fixed MDIO Bus: probed [ 0.728943] tun: Universal TUN/TAP device driver, 1.6 [ 0.730365] tun: (C) 1999-2004 Max Krasnyansky [ 0.733211] PPP generic driver version 2.4.2 [ 0.734547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.736299] ehci-pci: EHCI PCI platform driver [ 0.737599] ehci-platform: EHCI generic platform driver [ 0.739069] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740714] ohci-pci: OHCI PCI platform driver [ 0.742009] ohci-platform: OHCI generic platform driver [ 0.743488] uhci_hcd: USB Universal Host Controller Interface driver [ 0.758246] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.759684] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.761778] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.763247] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.764914] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.766641] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.768645] usb usb1: Product: UHCI Host Controller [ 0.769945] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.771519] usb usb1: SerialNumber: 0000:00:01.2 [ 0.772880] hub 1-0:1.0: USB hub found [ 0.773992] hub 1-0:1.0: 2 ports detected [ 0.775299] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.778269] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.779599] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.781060] mousedev: PS/2 mouse device common for all mice [ 0.782814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.785375] rtc_cmos 00:00: RTC can wake from S4 [ 0.786951] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.788601] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.790247] i2c /dev entries driver [ 0.791317] device-mapper: uevent: version 1.0.3 [ 0.792686] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.795013] ledtrig-cpu: registered to indicate activity on CPUs [ 0.796911] NET: Registered protocol family 10 [ 0.798560] NET: Registered protocol family 17 [ 0.799870] Key type dns_resolver registered [ 0.801252] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.802856] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.805405] registered taskstats version 1 [ 0.806647] Loading compiled-in X.509 certificates [ 0.808560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.811288] zswap: loaded using pool lzo/zbud [ 0.813451] Key type trusted registered [ 0.815627] Key type encrypted registered [ 0.816822] AppArmor: AppArmor sha1 policy hashing enabled [ 0.818321] ima: No TPM chip found, activating TPM-bypass! [ 0.819836] evm: HMAC attrs: 0x1 [ 0.821195] Magic number: 14:285:122 [ 0.822387] acpi LNXSYBUS:00: hash matches [ 0.823639] rtc_cmos 00:00: setting system clock to 2018-08-30 09:06:53 UTC (1535620013) [ 0.825926] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.827484] EDD information not available. [ 0.883265] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.885460] Write protecting the kernel read-only data: 14336k [ 0.888474] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.891018] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.66 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.938915] 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.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.88. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCLs4BXA85FSQnHBstLaxtw4xnWDwDggqpPCdcUAObO5/laDczU7FtMaczyLAIQZAqweA4EagDgR/liQb3iqZkFyylQFt4Y9cgMWiSivRgeDOiosfY2ya/P6t8gtBi+KPFpgNXQcz2cp4PQASEjV87n7MMOkwTtyvuUUBlNZOLTyrHy9wHQ38XLvlbPuN3kJzFCHuVyNr0KiaAWvGnBw+VTYNZz335nAGKjRK6q/XPy8fRzymiKhmXqFHtUuSfKYrIRtJq8/ZzNJet+YvSqyjluvMiFZ0vZVXffZUamADPgmr0RAj6Wvg1DxB5sYCOxCBJAZtYLIRaSlopKec4Q0f4X root@singlevm1-vm-05f67afb-dd28-4e05-b741-7ca88a6cd258 ssh-dss AAAAB3NzaC1kc3MAAACBAIrEoZlIhA5fMeDh3OKZxy1EBRYjd4/oAn0vxQwKbULFJKB5ZpNaSHIFtyyVrMGnRCPpQT1BVgNMEnYkHr4IqVxos7nme7XzJj6whLwS7Z3EtDKo9CdB3eh6obTQIx3hjRkUO9wM2BmGQDa2wNWiIAX4SdAPRGn/kcR0AKAL/JgFAAAAFQCnnXliSPYChPcfiNiNlutR65diwQAAAIEAh6NzwK6Nrcyb8b8uW5z4dlnbWE5PU5bcyP7TfvQCj4Vd2Lc/M4LXcrgwJSJPrspgz2PGZ1B+6WE7gJbRrxqj5goAxKd5RDGGSPHbEw7oQuANzv43dUdrHnU84XUMiVL3//eL8n85Pyzdxh2VLBj+uBUJFv2r84h2b07nMltAOusAAACAdA6YouTwbeM9Sn4sjcIO72IL4gvlKA9P8Yo2QexIomXdPmH8cgasM+rPYgAIu1QgwUBdjorbsi4gR3QY4dZPvF0tcqZm9hJC6H6FxkvQOTFSSatG0AQArx9oYjQB2Pk1QNWL9lGM+qI3x4isqkedO6KcmY860zcG2I2q+sOYq/Q= root@singlevm1-vm-05f67afb-dd28-4e05-b741-7ca88a6cd258 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe14:4f/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.3 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-05f67afb-dd28-4e05-b741-7ca88a6cd258 launch-index: 0 === cirros: current=0.4.0 uptime=3.32 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-05f67afb-dd28-4e05-b741-7ca88a6cd258 login: 2018-08-30 09:06:59,033 - paramiko.transport - DEBUG - starting thread (client mode): 0xd368f710L 2018-08-30 09:06:59,033 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-30 09:06:59,033 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-30 09:06:59,034 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-30 09:06:59,035 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-30 09:06:59,035 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-30 09:06:59,035 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-30 09:06:59,035 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-30 09:06:59,036 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-30 09:06:59,036 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-30 09:06:59,055 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-30 09:06:59,056 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-30 09:06:59,066 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: 328d8e94dd33f359b2f1ddaa43158fec 2018-08-30 09:06:59,067 - paramiko.transport - DEBUG - Trying discovered key 268d4c168b97baa497acab49ed713e43 in /tmp/tmpRTAhm4 2018-08-30 09:06:59,092 - paramiko.transport - DEBUG - userauth is OK 2018-08-30 09:06:59,098 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-30 09:06:59,099 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-30 09:06:59,100 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-30 09:06:59,100 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-30 09:06:59,101 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-30 09:06:59,102 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-30 09:06:59,102 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-30 09:06:59,103 - functest.core.singlevm - DEBUG - error: 2018-08-30 09:06:59,108 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-30 09:06:59,213 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:06:59,213 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:29 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-30 09:06:59,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-30 09:06:59,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/57d40dd6-74e2-46d5-9666-d77611bc0331.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:00,217 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2c1e8b1d-dbbf-4d0f-a954-3ea9b80db5d2 Content-Length: 0 Date: Thu, 30 Aug 2018 09:07:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:00,218 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/57d40dd6-74e2-46d5-9666-d77611bc0331.json used request id req-2c1e8b1d-dbbf-4d0f-a954-3ea9b80db5d2 2018-08-30 09:07:00,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.997625827789s 2018-08-30 09:07:00,218 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/57d40dd6-74e2-46d5-9666-d77611bc0331.json used request id req-2c1e8b1d-dbbf-4d0f-a954-3ea9b80db5d2 2018-08-30 09:07:00,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:07:00,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:00,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1c365c75-96cf-49c6-8a70-cd8de96223e6 Date: Thu, 30 Aug 2018 09:07:00 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:07:00,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-1c365c75-96cf-49c6-8a70-cd8de96223e6 2018-08-30 09:07:00,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0450518131256s 2018-08-30 09:07:00,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-1c365c75-96cf-49c6-8a70-cd8de96223e6 2018-08-30 09:07:00,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:07:00,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:00,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:07: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-015f0d34-e56d-4398-9483-930065fedbd4 x-compute-request-id: req-015f0d34-e56d-4398-9483-930065fedbd4 Content-Type: application/json 2018-08-30 09:07:00,515 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31 used request id req-015f0d34-e56d-4398-9483-930065fedbd4 2018-08-30 09:07:00,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.246708869934s 2018-08-30 09:07:00,516 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31 used request id req-015f0d34-e56d-4398-9483-930065fedbd4 2018-08-30 09:07:00,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:00,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:02,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-7ed68b3e-72ff-48db-9cc1-6052c6c8f14e x-compute-request-id: req-7ed68b3e-72ff-48db-9cc1-6052c6c8f14e Content-Encoding: gzip Content-Length: 815 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:00:4f", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:00:4f", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/09276154-ddd8-46d5-923e-988029aaeb31", "rel": "bookmark"}], "image": {"id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "links": [{"href": "http://172.30.9.22:8774/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-30T09:06:52.000000", "flavor": {"id": "576c7287-2995-4770-9a65-2311bb4e455a", "links": [{"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "bookmark"}]}, "id": "09276154-ddd8-46d5-923e-988029aaeb31", "user_id": "3ff79f0400da4e288c8fe926b9341733", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:07:00Z", "hostId": "df5e8575095cf9ea8c93f4d94514ff97d6bd5d8e15cf2137050d0b84", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_05f67afb-dd28-4e05-b741-7ca88a6cd258", "created": "2018-08-30T09:06:41Z", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:07:02,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7ed68b3e-72ff-48db-9cc1-6052c6c8f14e 2018-08-30 09:07:02,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.54426288605s 2018-08-30 09:07:02,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7ed68b3e-72ff-48db-9cc1-6052c6c8f14e 2018-08-30 09:07:02,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:07:04,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:04,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:04,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-19ad64ec-3442-46ec-ab81-4af26af4b795 x-compute-request-id: req-19ad64ec-3442-46ec-ab81-4af26af4b795 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-30 09:07:04,163 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-19ad64ec-3442-46ec-ab81-4af26af4b795 2018-08-30 09:07:04,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0972859859467s 2018-08-30 09:07:04,163 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-19ad64ec-3442-46ec-ab81-4af26af4b795 2018-08-30 09:07:04,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:07:04,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:04,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-230c0ef4-110e-43ae-aef2-d87e83a986a5 Date: Thu, 30 Aug 2018 09:07:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "created_at": "2018-08-30T09:05:40Z", "updated_at": "2018-08-30T09:05:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "879a26c5-8d20-4ee8-ae32-ba74ec7c6244", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "b332c382-862a-422e-be0b-8335081aeb82", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "c3061d71-a6a0-48a5-8442-b598e88756dd", "remote_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv6", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:40Z", "revision_number": 0, "id": "e18e2499-d43a-4b81-9e45-841613f164c8", "remote_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:40Z", "security_group_id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "tenant_id": "326f161a9aad41a48d7b5b8eea20eb9d", "port_range_min": null, "ethertype": "IPv4", "project_id": "326f161a9aad41a48d7b5b8eea20eb9d"}], "revision_number": 1, "project_id": "326f161a9aad41a48d7b5b8eea20eb9d", "id": "1d4e791c-6f7e-482b-9877-cacca0408d14", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "created_at": "2018-08-30T09:06:15Z", "updated_at": "2018-08-30T09:06:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "4bf8918f-714f-455b-a2b0-e377befb0f88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "5e3607e9-e986-43d7-aedc-c4081acecd0e", "remote_group_id": "41497855-6044-4b47-978d-8cc41f259856", "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "7e69234b-a495-4b01-affa-7446e06b9da5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv6", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:15Z", "revision_number": 0, "id": "9c5364a3-ad0b-4d7e-b24e-231355f5abe5", "remote_group_id": "41497855-6044-4b47-978d-8cc41f259856", "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:15Z", "security_group_id": "41497855-6044-4b47-978d-8cc41f259856", "tenant_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "port_range_min": null, "ethertype": "IPv4", "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227"}], "revision_number": 1, "project_id": "5fb7d0d1792c4fe4a196665fd3ffe227", "id": "41497855-6044-4b47-978d-8cc41f259856", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-30T09:05:27Z", "updated_at": "2018-08-30T09:05:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "09737b71-467d-4bd2-8d24-b8aa66978502", "remote_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "571c11f8-3586-44b8-bfd2-c5d1111c8adb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "63150af3-0f83-4abb-9c3c-0f81921dbbc5", "remote_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:27Z", "revision_number": 0, "id": "ae55dc48-0f80-4ca9-af7d-26f79a2c34f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:27Z", "security_group_id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "458ba390-8b26-4cdb-a69d-5294098ba30e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:05:25Z", "updated_at": "2018-08-30T09:05:25Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "5809c7a4-ccba-4d38-9ebe-2ab9eb20308a", "remote_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "68644e91-44d0-4bde-a680-ea3f988b81c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "8af4edf7-aac4-4ce5-a048-9902113bdfda", "remote_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:05:25Z", "revision_number": 0, "id": "b5410739-cf28-41d7-9f2c-73c52dcf1813", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:05:25Z", "security_group_id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 1, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "69740068-72f4-4346-9ea1-9ec5a56b6a48", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:37Z", "updated_at": "2018-08-30T09:06:38Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "87d78e6d-aeed-458b-944d-a22fbfcbdfcb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:38Z", "revision_number": 0, "id": "98a59983-50ab-4793-a072-74ce6f114a06", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:38Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "a925073a-e553-460e-8c3e-0a3b4af0c377", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv6", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:06:37Z", "revision_number": 0, "id": "e0d14d31-f850-47ac-9da3-f1aaa909619e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:06:37Z", "security_group_id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "port_range_min": null, "ethertype": "IPv4", "project_id": "f43bf52986b74b40be2254c0cc19dd66"}], "revision_number": 3, "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "aa63e9c7-16aa-4204-b2ba-9006c81a7785", "name": "singlevm1-sg_05f67afb-dd28-4e05-b741-7ca88a6cd258"}, {"description": "Default security group", "tags": [], "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "created_at": "2018-08-30T09:02:43Z", "updated_at": "2018-08-30T09:02:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "02cec4aa-3b39-430e-9d6d-2676da9ac4c8", "remote_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "3a35e4e5-13f7-4ea8-abf8-6f4d74f4c2a5", "remote_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "3e398264-9587-46e0-982b-63d520b99ff3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv6", "project_id": "8729629bd2754da59e65d47c0e37abe8"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:02:43Z", "revision_number": 0, "id": "90845953-c1b3-4023-85cb-cdfceeab3123", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:02:43Z", "security_group_id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "tenant_id": "8729629bd2754da59e65d47c0e37abe8", "port_range_min": null, "ethertype": "IPv4", "project_id": "8729629bd2754da59e65d47c0e37abe8"}], "revision_number": 1, "project_id": "8729629bd2754da59e65d47c0e37abe8", "id": "fe54f29d-b820-47b2-beb1-a96539f9315e", "name": "default"}]} 2018-08-30 09:07:04,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-230c0ef4-110e-43ae-aef2-d87e83a986a5 2018-08-30 09:07:04,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0540218353271s 2018-08-30 09:07:04,221 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-230c0ef4-110e-43ae-aef2-d87e83a986a5 2018-08-30 09:07:04,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-30 09:07:04,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/aa63e9c7-16aa-4204-b2ba-9006c81a7785.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:04,415 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58e44a7e-f421-4ba3-9c6e-08fc83f29f5f Content-Length: 0 Date: Thu, 30 Aug 2018 09:07:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:04,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/aa63e9c7-16aa-4204-b2ba-9006c81a7785.json used request id req-58e44a7e-f421-4ba3-9c6e-08fc83f29f5f 2018-08-30 09:07:04,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.190380096436s 2018-08-30 09:07:04,415 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/aa63e9c7-16aa-4204-b2ba-9006c81a7785.json used request id req-58e44a7e-f421-4ba3-9c6e-08fc83f29f5f 2018-08-30 09:07:04,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-30 09:07:04,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:04,612 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:07: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-bb40a52f-feae-4e69-bda6-0a6c9abae22d x-compute-request-id: req-bb40a52f-feae-4e69-bda6-0a6c9abae22d Content-Length: 0 Content-Type: application/json 2018-08-30 09:07:04,612 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258 used request id req-bb40a52f-feae-4e69-bda6-0a6c9abae22d 2018-08-30 09:07:04,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.196568965912s 2018-08-30 09:07:04,612 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_05f67afb-dd28-4e05-b741-7ca88a6cd258 used request id req-bb40a52f-feae-4e69-bda6-0a6c9abae22d 2018-08-30 09:07:04,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:07:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" -d '{"subnet_id": "de6b14e5-c510-4bb0-ad25-0a0056565b41"}' 2018-08-30 09:07:06,233 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c9a3ecc0-b3cb-4b7b-88b7-80129d40403d Date: Thu, 30 Aug 2018 09:07:06 GMT RESP BODY: {"network_id": "32e03b91-744c-4a19-9461-2b10b2ef71bc", "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "subnet_id": "de6b14e5-c510-4bb0-ad25-0a0056565b41", "subnet_ids": ["de6b14e5-c510-4bb0-ad25-0a0056565b41"], "port_id": "4397a1c9-968b-4454-bbe1-e1dc794f6a95", "id": "7e8beebf-b1be-486e-a740-8427ee02f126"} 2018-08-30 09:07:06,234 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126/remove_router_interface.json used request id req-c9a3ecc0-b3cb-4b7b-88b7-80129d40403d 2018-08-30 09:07:06,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62072682381s 2018-08-30 09:07:06,234 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126/remove_router_interface.json used request id req-c9a3ecc0-b3cb-4b7b-88b7-80129d40403d returning object 7e8beebf-b1be-486e-a740-8427ee02f126 2018-08-30 09:07:06,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:07:06,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:06,345 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-b56cd20b-94d5-4ed6-9928-8ccd78e67ca3 Date: Thu, 30 Aug 2018 09:07:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "f43bf52986b74b40be2254c0cc19dd66", "created_at": "2018-08-30T09:06:31Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-30T09:07:05Z", "revision_number": 4, "routes": [], "project_id": "f43bf52986b74b40be2254c0cc19dd66", "id": "7e8beebf-b1be-486e-a740-8427ee02f126", "name": "singlevm1-router_05f67afb-dd28-4e05-b741-7ca88a6cd258"}]} 2018-08-30 09:07:06,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b56cd20b-94d5-4ed6-9928-8ccd78e67ca3 2018-08-30 09:07:06,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11101102829s 2018-08-30 09:07:06,346 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b56cd20b-94d5-4ed6-9928-8ccd78e67ca3 2018-08-30 09:07:06,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:07:06,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:07,706 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12a11bfb-312a-44c6-bb72-591c912b4d12 Content-Length: 0 Date: Thu, 30 Aug 2018 09:07:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:07,706 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126.json used request id req-12a11bfb-312a-44c6-bb72-591c912b4d12 2018-08-30 09:07:07,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35899019241s 2018-08-30 09:07:07,707 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7e8beebf-b1be-486e-a740-8427ee02f126.json used request id req-12a11bfb-312a-44c6-bb72-591c912b4d12 2018-08-30 09:07:07,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:07:07,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:07,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-78d5ba95-7639-4c9c-af6d-4e7c114a2c44 Date: Thu, 30 Aug 2018 09:07:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:48Z","dns_nameservers":[],"updated_at":"2018-08-30T09:02:48Z","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":"8729629bd2754da59e65d47c0e37abe8","id":"ab35bc92-1f74-4e24-a11f-68811c3cd092","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:06:30Z","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":"f43bf52986b74b40be2254c0cc19dd66","id":"de6b14e5-c510-4bb0-ad25-0a0056565b41","subnetpool_id":null,"name":"singlevm1-subnet_05f67afb-dd28-4e05-b741-7ca88a6cd258"}]} 2018-08-30 09:07:07,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-78d5ba95-7639-4c9c-af6d-4e7c114a2c44 2018-08-30 09:07:07,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0486760139465s 2018-08-30 09:07:07,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-78d5ba95-7639-4c9c-af6d-4e7c114a2c44 2018-08-30 09:07:07,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:07:07,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/de6b14e5-c510-4bb0-ad25-0a0056565b41.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:08,828 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-089946a5-551c-4e6c-ac72-56509c3ff27d Date: Thu, 30 Aug 2018 09:07:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:08,828 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/de6b14e5-c510-4bb0-ad25-0a0056565b41.json used request id req-089946a5-551c-4e6c-ac72-56509c3ff27d 2018-08-30 09:07:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07013607025s 2018-08-30 09:07:08,828 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/de6b14e5-c510-4bb0-ad25-0a0056565b41.json used request id req-089946a5-551c-4e6c-ac72-56509c3ff27d 2018-08-30 09:07:08,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:08,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:08,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-33884b24-4d21-42d0-9207-b649abd9a617 Date: Thu, 30 Aug 2018 09:07:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"32e03b91-744c-4a19-9461-2b10b2ef71bc","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f43bf52986b74b40be2254c0cc19dd66","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-30T09:07:08Z","provider:segmentation_id":21,"name":"singlevm1-net_05f67afb-dd28-4e05-b741-7ca88a6cd258","admin_state_up":true,"tenant_id":"f43bf52986b74b40be2254c0cc19dd66","created_at":"2018-08-30T09:06:30Z","provider:network_type":"vxlan"}]} 2018-08-30 09:07:08,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-33884b24-4d21-42d0-9207-b649abd9a617 2018-08-30 09:07:08,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.089350938797s 2018-08-30 09:07:08,919 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-33884b24-4d21-42d0-9207-b649abd9a617 2018-08-30 09:07:08,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:07:08,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/32e03b91-744c-4a19-9461-2b10b2ef71bc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:10,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cba8ff6-868d-4af2-9fc9-67ffd579523f Date: Thu, 30 Aug 2018 09:07:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:10,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/32e03b91-744c-4a19-9461-2b10b2ef71bc.json used request id req-4cba8ff6-868d-4af2-9fc9-67ffd579523f 2018-08-30 09:07:10,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69953393936s 2018-08-30 09:07:10,619 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/32e03b91-744c-4a19-9461-2b10b2ef71bc.json used request id req-4cba8ff6-868d-4af2-9fc9-67ffd579523f 2018-08-30 09:07:10,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:07:10,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:11,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7528c261-0c31-477d-ac44-f40b67261c98 Date: Thu, 30 Aug 2018 09:07:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:06:36Z", "file": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/file", "owner": "f43bf52986b74b40be2254c0cc19dd66", "id": "154d2cd2-f738-41d6-bcc2-8a85321bb505", "size": 12716032, "self": "/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/154d2cd2-f738-41d6-bcc2-8a85321bb505/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_05f67afb-dd28-4e05-b741-7ca88a6cd258", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:06:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:07:11,380 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7528c261-0c31-477d-ac44-f40b67261c98 2018-08-30 09:07:11,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.756678104401s 2018-08-30 09:07:11,381 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7528c261-0c31-477d-ac44-f40b67261c98 2018-08-30 09:07:11,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:07:11,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:12,181 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-95a519e1-a0f5-4b35-aa48-a42da549b2e7 Date: Thu, 30 Aug 2018 09:07:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:07:12,181 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505 used request id req-95a519e1-a0f5-4b35-aa48-a42da549b2e7 2018-08-30 09:07:12,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.799183130264s 2018-08-30 09:07:12,182 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/154d2cd2-f738-41d6-bcc2-8a85321bb505 used request id req-95a519e1-a0f5-4b35-aa48-a42da549b2e7 2018-08-30 09:07:12,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:07:12,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:12,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-f2393d46-62cd-4839-bc42-ec133001443c x-compute-request-id: req-f2393d46-62cd-4839-bc42-ec133001443c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_05f67afb-dd28-4e05-b741-7ca88a6cd258", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/576c7287-2995-4770-9a65-2311bb4e455a", "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": "576c7287-2995-4770-9a65-2311bb4e455a"}]} 2018-08-30 09:07:12,212 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f2393d46-62cd-4839-bc42-ec133001443c 2018-08-30 09:07:12,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0295159816742s 2018-08-30 09:07:12,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-f2393d46-62cd-4839-bc42-ec133001443c 2018-08-30 09:07:12,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:07:12,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}0194e8891d57dd6f1350c7c65f854b2694316e0b" 2018-08-30 09:07:12,396 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:07: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-9265bf4f-3d21-4c90-8b96-8e6d808b4621 x-compute-request-id: req-9265bf4f-3d21-4c90-8b96-8e6d808b4621 Content-Length: 0 Content-Type: application/json 2018-08-30 09:07:12,397 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a used request id req-9265bf4f-3d21-4c90-8b96-8e6d808b4621 2018-08-30 09:07:12,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.183141946793s 2018-08-30 09:07:12,397 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/576c7287-2995-4770-9a65-2311bb4e455a used request id req-9265bf4f-3d21-4c90-8b96-8e6d808b4621 2018-08-30 09:07:12,451 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-30 09:07:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:07:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:07:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:07:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:07:12,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:07:12,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:07:12,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:07:12,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:07:12,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:07:12,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:12,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d320ab1-737c-4790-815f-448226d74c72 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:07:12,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0d320ab1-737c-4790-815f-448226d74c72 2018-08-30 09:07:12,500 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:07:12,890 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:07:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["u8FY2vVFQqmE8usDrXBnng"], "issued_at": "2018-08-30T09:07:12.000000Z"}} 2018-08-30 09:07:12,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:12,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:13,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-b0959606-e232-4df7-b4e0-359fcd58fdaf Date: Thu, 30 Aug 2018 09:07:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:07:13,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b0959606-e232-4df7-b4e0-359fcd58fdaf 2018-08-30 09:07:13,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.050344944s 2018-08-30 09:07:13,944 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b0959606-e232-4df7-b4e0-359fcd58fdaf 2018-08-30 09:07:13,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:13,953 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:07:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4eaf61c5-cb1d-4a1e-9e14-d287623fd5ee Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:07:13,953 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-4eaf61c5-cb1d-4a1e-9e14-d287623fd5ee 2018-08-30 09:07:13,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:07:13,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:14,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b414b32b-aae2-4c4a-9b5f-808e61c93c05 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:07:14,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-b414b32b-aae2-4c4a-9b5f-808e61c93c05 2018-08-30 09:07:14,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180530071259s 2018-08-30 09:07:14,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-b414b32b-aae2-4c4a-9b5f-808e61c93c05 2018-08-30 09:07:14,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-30 09:07:14,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087"}}' 2018-08-30 09:07:14,364 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:07:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ccc8127a-0760-4624-a59d-3e1a73171829 Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60"}, "tags": [], "enabled": true, "id": "f76dead3f5a74d86bf87120c66570d60", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087"}} 2018-08-30 09:07:14,364 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ccc8127a-0760-4624-a59d-3e1a73171829 2018-08-30 09:07:14,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.222566127777s 2018-08-30 09:07:14,365 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-ccc8127a-0760-4624-a59d-3e1a73171829 2018-08-30 09:07:14,365 - 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'f76dead3f5a74d86bf87120c66570d60', '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_efcc7080-e169-43d5-9489-1a317d7ac087'}) 2018-08-30 09:07:14,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-30 09:07:14,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "77b4b9fe-0fae-4822-9a76-4f3dd1f51528", "email": null, "name": "singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087"}}' 2018-08-30 09:07:14,891 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:07:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3693f71d-2139-4aca-99f9-0d6d63b2dca5 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087", "links": {"self": "http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "domain_id": "default", "password_expires_at": null}} 2018-08-30 09:07:14,891 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-3693f71d-2139-4aca-99f9-0d6d63b2dca5 2018-08-30 09:07:14,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.52054810524s 2018-08-30 09:07:14,892 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-3693f71d-2139-4aca-99f9-0d6d63b2dca5 2018-08-30 09:07:14,893 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'df4e9e00fb0747fdae3ecb6bb2fc6750', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087'}) 2018-08-30 09:07:14,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:07:14,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:15,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-27a89be8-8462-496d-a3d7-10e71f172675 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:07:15,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-27a89be8-8462-496d-a3d7-10e71f172675 2018-08-30 09:07:15,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185261964798s 2018-08-30 09:07:15,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-27a89be8-8462-496d-a3d7-10e71f172675 2018-08-30 09:07:15,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:07:15,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:15,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cca73879-b08b-4e4a-ab75-5e0fe81ffac7 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:07:15,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cca73879-b08b-4e4a-ab75-5e0fe81ffac7 2018-08-30 09:07:15,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0984230041504s 2018-08-30 09:07:15,186 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-cca73879-b08b-4e4a-ab75-5e0fe81ffac7 2018-08-30 09:07:15,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:07:15,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:15,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4b040be-7a42-4659-bcb4-835ca967f6db Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:07:15,368 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d4b040be-7a42-4659-bcb4-835ca967f6db 2018-08-30 09:07:15,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177248954773s 2018-08-30 09:07:15,368 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-d4b040be-7a42-4659-bcb4-835ca967f6db 2018-08-30 09:07:15,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:07:15,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:15,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7167b63b-2a6d-406e-a732-d0ea2d7b284c Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-30 09:07:15,543 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7167b63b-2a6d-406e-a732-d0ea2d7b284c 2018-08-30 09:07:15,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.170495033264s 2018-08-30 09:07:15,544 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7167b63b-2a6d-406e-a732-d0ea2d7b284c 2018-08-30 09:07:15,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:07:15,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:15,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-623b8343-473c-4fdc-96b3-59d46d9045a0 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087", "links": {"self": "http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:07:15,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-623b8343-473c-4fdc-96b3-59d46d9045a0 2018-08-30 09:07:15,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115936994553s 2018-08-30 09:07:15,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-623b8343-473c-4fdc-96b3-59d46d9045a0 2018-08-30 09:07:15,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:07:15,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:15,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c0c9b03-2585-4393-b25a-74c54a2ecf6b Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60"}, "tags": [], "enabled": true, "id": "f76dead3f5a74d86bf87120c66570d60", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:15,857 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3c0c9b03-2585-4393-b25a-74c54a2ecf6b 2018-08-30 09:07:15,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183904886246s 2018-08-30 09:07:15,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3c0c9b03-2585-4393-b25a-74c54a2ecf6b 2018-08-30 09:07:15,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:07:15,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=df4e9e00fb0747fdae3ecb6bb2fc6750&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f76dead3f5a74d86bf87120c66570d60" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:16,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35d695c5-243b-4fb1-a627-ddf0f9fb6298 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=df4e9e00fb0747fdae3ecb6bb2fc6750&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f76dead3f5a74d86bf87120c66570d60", "previous": null, "next": null}} 2018-08-30 09:07:16,078 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=df4e9e00fb0747fdae3ecb6bb2fc6750&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f76dead3f5a74d86bf87120c66570d60 used request id req-35d695c5-243b-4fb1-a627-ddf0f9fb6298 2018-08-30 09:07:16,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.213006019592s 2018-08-30 09:07:16,078 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=df4e9e00fb0747fdae3ecb6bb2fc6750&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f76dead3f5a74d86bf87120c66570d60 used request id req-35d695c5-243b-4fb1-a627-ddf0f9fb6298 2018-08-30 09:07:16,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-30 09:07:16,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60/users/df4e9e00fb0747fdae3ecb6bb2fc6750/roles/7f3211e4373f4e319084180a63f337ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:16,331 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:07:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba2e7b94-10e2-43c6-a86a-455b342e8ac5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:07:16,331 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60/users/df4e9e00fb0747fdae3ecb6bb2fc6750/roles/7f3211e4373f4e319084180a63f337ce used request id req-ba2e7b94-10e2-43c6-a86a-455b342e8ac5 2018-08-30 09:07:16,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.249459981918s 2018-08-30 09:07:16,332 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60/users/df4e9e00fb0747fdae3ecb6bb2fc6750/roles/7f3211e4373f4e319084180a63f337ce used request id req-ba2e7b94-10e2-43c6-a86a-455b342e8ac5 2018-08-30 09:07:16,333 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087', 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'f76dead3f5a74d86bf87120c66570d60', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '77b4b9fe-0fae-4822-9a76-4f3dd1f51528', 'username': u'singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-30 09:07:16,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:07:16,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:07:16,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:07:16,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:07:16,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:07:16,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:07:16,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:07:16,338 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087', 'password': '77b4b9fe-0fae-4822-9a76-4f3dd1f51528', 'project_name': 'singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'f76dead3f5a74d86bf87120c66570d60', 'project_domain_name': 'Default'} 2018-08-30 09:07:16,338 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-30 09:07:16,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:16,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45e4ca2c-9df4-4496-b3f6-75cebd1905a5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:07:16,347 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45e4ca2c-9df4-4496-b3f6-75cebd1905a5 2018-08-30 09:07:16,348 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:07:16,742 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:07:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f76dead3f5a74d86bf87120c66570d60", "name": "singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f76dead3f5a74d86bf87120c66570d60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f76dead3f5a74d86bf87120c66570d60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f76dead3f5a74d86bf87120c66570d60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f76dead3f5a74d86bf87120c66570d60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f76dead3f5a74d86bf87120c66570d60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f76dead3f5a74d86bf87120c66570d60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f76dead3f5a74d86bf87120c66570d60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f76dead3f5a74d86bf87120c66570d60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f76dead3f5a74d86bf87120c66570d60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f76dead3f5a74d86bf87120c66570d60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f76dead3f5a74d86bf87120c66570d60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f76dead3f5a74d86bf87120c66570d60", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f76dead3f5a74d86bf87120c66570d60", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f76dead3f5a74d86bf87120c66570d60", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087", "id": "df4e9e00fb0747fdae3ecb6bb2fc6750"}, "audit_ids": ["tV7ZteIWSqiCBcNWSAyMjw"], "issued_at": "2018-08-30T09:07:16.000000Z"}} 2018-08-30 09:07:16,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:07:16,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"network": {"name": "singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087", "admin_state_up": true}}' 2018-08-30 09:07:17,468 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-67431de4-7b27-4e32-aa15-ac14002ed7f7 Date: Thu, 30 Aug 2018 09:07:17 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-30T09:07:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f76dead3f5a74d86bf87120c66570d60","id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","name":"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087"}} 2018-08-30 09:07:17,468 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-67431de4-7b27-4e32-aa15-ac14002ed7f7 2018-08-30 09:07:17,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.722905874252s 2018-08-30 09:07:17,469 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-67431de4-7b27-4e32-aa15-ac14002ed7f7 2018-08-30 09:07:17,469 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:07:17Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087', u'admin_state_up': True, u'tenant_id': u'f76dead3f5a74d86bf87120c66570d60', u'created_at': u'2018-08-30T09:07:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f76dead3f5a74d86bf87120c66570d60'}) 2018-08-30 09:07:17,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:17,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:17,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-6c72014e-00fc-43db-bef0-595db2ecac5a Date: Thu, 30 Aug 2018 09:07:17 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:07:17Z","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f76dead3f5a74d86bf87120c66570d60","id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","name":"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:17,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6c72014e-00fc-43db-bef0-595db2ecac5a 2018-08-30 09:07:17,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.138190031052s 2018-08-30 09:07:17,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6c72014e-00fc-43db-bef0-595db2ecac5a 2018-08-30 09:07:17,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:07:17,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"subnet": {"name": "singlevm2-subnet_efcc7080-e169-43d5-9489-1a317d7ac087", "enable_dhcp": true, "network_id": "b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:07:18,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-5a6ed826-f551-469c-96ed-93ef6ad19805 Date: Thu, 30 Aug 2018 09:07:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:07:17Z","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":"f76dead3f5a74d86bf87120c66570d60","id":"3901350e-a9b9-49eb-a925-a102a316aa6e","subnetpool_id":null,"name":"singlevm2-subnet_efcc7080-e169-43d5-9489-1a317d7ac087"}} 2018-08-30 09:07:18,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5a6ed826-f551-469c-96ed-93ef6ad19805 2018-08-30 09:07:18,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.663010120392s 2018-08-30 09:07:18,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5a6ed826-f551-469c-96ed-93ef6ad19805 2018-08-30 09:07:18,274 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:07:17Z', 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'3901350e-a9b9-49eb-a925-a102a316aa6e', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_efcc7080-e169-43d5-9489-1a317d7ac087', u'enable_dhcp': True, u'network_id': u'b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e', u'tenant_id': u'f76dead3f5a74d86bf87120c66570d60', u'created_at': u'2018-08-30T09:07:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f76dead3f5a74d86bf87120c66570d60'}) 2018-08-30 09:07:18,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:07:18,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "singlevm2-router_efcc7080-e169-43d5-9489-1a317d7ac087", "admin_state_up": true}}' 2018-08-30 09:07:19,669 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-4de32e09-1bb9-4bea-ae39-84838e293a8b Date: Thu, 30 Aug 2018 09:07:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:18Z", "admin_state_up": true, "updated_at": "2018-08-30T09:07:19Z", "revision_number": 2, "routes": [], "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "6117f5c0-5ff9-4a6f-9e51-2f217f6e458e", "name": "singlevm2-router_efcc7080-e169-43d5-9489-1a317d7ac087"}} 2018-08-30 09:07:19,669 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-4de32e09-1bb9-4bea-ae39-84838e293a8b 2018-08-30 09:07:19,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39459991455s 2018-08-30 09:07:19,670 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-4de32e09-1bb9-4bea-ae39-84838e293a8b 2018-08-30 09:07:19,670 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.219'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f76dead3f5a74d86bf87120c66570d60', u'created_at': u'2018-08-30T09:07:18Z', u'admin_state_up': True, u'updated_at': u'2018-08-30T09:07:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'f76dead3f5a74d86bf87120c66570d60', u'id': u'6117f5c0-5ff9-4a6f-9e51-2f217f6e458e', u'name': u'singlevm2-router_efcc7080-e169-43d5-9489-1a317d7ac087'}) 2018-08-30 09:07:19,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:07:19,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"subnet_id": "3901350e-a9b9-49eb-a925-a102a316aa6e"}' 2018-08-30 09:07:21,722 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3870a23a-9ede-4799-aed5-9c7b4b34afd2 Date: Thu, 30 Aug 2018 09:07:21 GMT RESP BODY: {"network_id": "b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "subnet_id": "3901350e-a9b9-49eb-a925-a102a316aa6e", "subnet_ids": ["3901350e-a9b9-49eb-a925-a102a316aa6e"], "port_id": "86f0f96d-6dc6-4f99-be28-7932d9bf2ecd", "id": "6117f5c0-5ff9-4a6f-9e51-2f217f6e458e"} 2018-08-30 09:07:21,722 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e/add_router_interface.json used request id req-3870a23a-9ede-4799-aed5-9c7b4b34afd2 2018-08-30 09:07:21,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.05127906799s 2018-08-30 09:07:21,722 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e/add_router_interface.json used request id req-3870a23a-9ede-4799-aed5-9c7b4b34afd2 returning object 6117f5c0-5ff9-4a6f-9e51-2f217f6e458e 2018-08-30 09:07:21,723 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:07:21,850 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:07:21,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:21,855 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:07:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:07:21,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:07:21,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:22,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-169a747e-37ac-4fc4-867b-2cbb89cf5f85 Date: Thu, 30 Aug 2018 09:07:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:07:22,168 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-169a747e-37ac-4fc4-867b-2cbb89cf5f85 2018-08-30 09:07:22,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310549974442s 2018-08-30 09:07:22,169 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-169a747e-37ac-4fc4-867b-2cbb89cf5f85 2018-08-30 09:07:22,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:07:22,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087"}' 2018-08-30 09:07:22,226 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-68352056-a474-4e18-a02e-9dff0ce29921 Date: Thu, 30 Aug 2018 09:07:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:07:22Z", "file": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file", "owner": "f76dead3f5a74d86bf87120c66570d60", "id": "eaef6094-36eb-4940-a36e-2360d5c99704", "size": null, "self": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "checksum": null, "created_at": "2018-08-30T09:07:22Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:07:22,226 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-68352056-a474-4e18-a02e-9dff0ce29921 2018-08-30 09:07:22,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0496299266815s 2018-08-30 09:07:22,227 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-68352056-a474-4e18-a02e-9dff0ce29921 returning object eaef6094-36eb-4940-a36e-2360d5c99704 2018-08-30 09:07:22,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:07:22,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '' 2018-08-30 09:07:22,643 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8a2a851b-e2a9-4e38-b204-4967d66f53da Date: Thu, 30 Aug 2018 09:07:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:07:22,644 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file used request id req-8a2a851b-e2a9-4e38-b204-4967d66f53da 2018-08-30 09:07:22,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.416324853897s 2018-08-30 09:07:22,644 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file used request id req-8a2a851b-e2a9-4e38-b204-4967d66f53da 2018-08-30 09:07:22,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:07:22,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:22,738 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-244bb92f-71d0-4074-880d-aa5662234d5f Date: Thu, 30 Aug 2018 09:07:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:07:22Z", "file": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file", "owner": "f76dead3f5a74d86bf87120c66570d60", "id": "eaef6094-36eb-4940-a36e-2360d5c99704", "size": 12716032, "self": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:07:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:07:22,738 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-244bb92f-71d0-4074-880d-aa5662234d5f 2018-08-30 09:07:22,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0898861885071s 2018-08-30 09:07:22,738 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-244bb92f-71d0-4074-880d-aa5662234d5f 2018-08-30 09:07:22,740 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap', u'metadata': Munch({})})], 'file': u'/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file', 'owner': u'f76dead3f5a74d86bf87120c66570d60', 'id': u'eaef6094-36eb-4940-a36e-2360d5c99704', 'size': 12716032, u'self': u'/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f76dead3f5a74d86bf87120c66570d60', 'name': 'singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:07:22Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:07:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087', 'created': u'2018-08-30T09:07:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:07:22Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:07:22,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:07:22,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_efcc7080-e169-43d5-9489-1a317d7ac087", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:07:23,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-4b602c30-1390-4198-95f6-b63aeeb85c73 x-compute-request-id: req-4b602c30-1390-4198-95f6-b63aeeb85c73 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_efcc7080-e169-43d5-9489-1a317d7ac087", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "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": "2722b179-b4c4-43d1-b803-04b344cc6114"}} 2018-08-30 09:07:23,582 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4b602c30-1390-4198-95f6-b63aeeb85c73 2018-08-30 09:07:23,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.841222047806s 2018-08-30 09:07:23,583 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4b602c30-1390-4198-95f6-b63aeeb85c73 2018-08-30 09:07:23,584 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_efcc7080-e169-43d5-9489-1a317d7ac087', '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'f43bf52986b74b40be2254c0cc19dd66', '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'2722b179-b4c4-43d1-b803-04b344cc6114', 'swap': 0}) 2018-08-30 09:07:23,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:07:23,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" -d '{"extra_specs": {}}' 2018-08-30 09:07:23,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-92699b21-4503-4b8c-8d3d-f2964be4fa83 x-compute-request-id: req-92699b21-4503-4b8c-8d3d-f2964be4fa83 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:07:23,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114/os-extra_specs used request id req-92699b21-4503-4b8c-8d3d-f2964be4fa83 2018-08-30 09:07:23,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.170598983765s 2018-08-30 09:07:23,755 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114/os-extra_specs used request id req-92699b21-4503-4b8c-8d3d-f2964be4fa83 2018-08-30 09:07:23,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-30 09:07:23,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"keypair": {"name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087"}}' 2018-08-30 09:07:24,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-6b6ea184-38fc-42f1-83e1-b1cb0b4c155b x-compute-request-id: req-6b6ea184-38fc-42f1-83e1-b1cb0b4c155b Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTVzs+rc0H71O/1tdbR9OiVO7vIXuJhw+5EtATAaEzGsdrDPzNX2J1QJAhbd9YbVFRnXl3l8yNg0ltHEIDdSyKMqQM/BNiwbsz0bBg5bSlv4aofrEHbK9J64ubalKYWiw+eYMb1hkh08HT+oTecaIylWQq6kyYHEdkn2p5eyQ0C7cE5DabH/wgYANetKH1MdnCyjHBhkaAdbpmsyYLYq9D7VDB5eeR4h7qPTf2yAcEd4QerdIQ43YQYntqQXzjQOp6gmblTNR3dX1h5/nvfDczq8Z4uGuWkwXbM0bB0PFDDcLwVpzxLnr0UUMB8ROPqFGd6bKO0cpk68MNA9Wv146n Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA01c7Pq3NB+9Tv9bXW0fTolTu7yF7iYcPuRLQEwGhMxrHawz8\nzV9idUCQIW3fWG1RUZ15d5fMjYNJbRxCA3UsijKkDPwTYsG7M9GwYOW0pb+GqH6x\nB2yvSeuLm2pSmFosPnmDG9YZIdPB0/qE3nGiMpVkKupMmBxHZJ9qeXskNAu3BOQ2\nmx/8IGADXrSh9THZwsoxwYZGgHW6ZrMmC2KvQ+1QweXnkeIe6j039sgHBHeEHq3S\nEON2EGJ7akF840DqeoJm5UzUd3V9Yef573w3M6vGeLhrlpMF2zNGwdDxQw3C8Fac\n8S569FFDAfETj6hRnemyjtHKZOvDDQPVr9eOpwIDAQABAoIBAFPYyu9+ItcgE3kL\n8psLbyJ7UeRbw1h31jwWA6lWvy64VB/bojyUuEpOmCA7KB48GMQplvRkrEoEqU/5\noxMeHNKjbsScCdDnja7sZW68E6SizPjycqfAbfcE1XmOgEBjniQXL3YOxh/OlJrW\nTHq4WKJ69Ke2FzdOGOEKAkM6IM3okycG69Bia2qf3Xf0mQrrmgb5KajRZs6io1u3\nVQ/uPypG6aW5IQAuqxEhqI+rkqHa5vnpHKusnnd9xopVs+kdZ0NQR/vs/Ntc7Tf5\nc3mgN4gTubblg7g3UHgZ9+f9/KEtuJY4kQUYQkGpp42EyKhPFd6mkUvIPRGSgYyF\nw8cF14kCgYEA9BurOyPwSljNLpWIQd6sWDv3j0iCrTLesDqtWxlIYApIidwkBi4B\nTFN44qIeuQFn+We8661heDdEcj1hgguUKdddODbs3cabtav8y8AB1v233O3uWkV5\n56v0nrBXHNaNxpMwkNj/hpFYufSWqkwaptIEvW4fCsfFoDeQlpwRASsCgYEA3aLp\nxkudz8Jw7mgDu2SA6JOj3u+RAe8L5ji3hWH6LogzzCOXTNgINo4YcuTzKi3QzmV0\n3fP2TuW/QBB8tltof3OBiuoR8CFNKriAY4Jpepq4xVA796RD2gcrCy0dMdG4jVVo\niIxj7mk2xLS85ZDdbRDosIninsAinC7EmV13EnUCgYBKyfthSDaDoMdkYV34yG9H\nLUBAvveCdxZxKdkZExrwidYFntPOrOOq7dwYm5EMH5kqeZURI/K78TrgQVwRitif\nJSOjaHiTzhjAxWvTRQWLR/rADom7UJPz3eQ5hk96P2X6k/gKOOG46ekkOAK9NEnq\nGGhpXUbXd7NdzghXjINNNwKBgGv7hZ5hFQA2IcNl1fuk2dF2rS5e1e11Q/zkwTUx\nKS0mmuXoqTx9PHMoA+1mcrqoG8WTVL8Wr3h9IxLZdYl7O4xtAD5oEFlIQEqCHbtd\nvHpJi6BGmRDsbUp6l5QYZNLy9NGXPRjaHY34oQBxdl76l4cd5+CrLUhfH/2sI4j9\nKphJAoGBAMiu2EdZpfC7+vAUHOHW6iAfAGN4U0ieQl5VtxFj48o7r8kA6sVOPgB2\nL71W3rvwjP8FZKKW1Fr68TSzMVvKJJb7t8ZI5tAzPqm3nkcfi07TTJZLF3ff3QpX\n3+qtVUQWiuTi9FZWW3JyInuVwD9AXtmCe5vQfYwD8rRAqaKpgbjG\n-----END RSA PRIVATE KEY-----\n", "user_id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "fingerprint": "16:47:94:7b:30:9a:95:a8:ce:de:48:8b:e1:05:f9:21"}} 2018-08-30 09:07:24,113 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-6b6ea184-38fc-42f1-83e1-b1cb0b4c155b 2018-08-30 09:07:24,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.357697963715s 2018-08-30 09:07:24,114 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-6b6ea184-38fc-42f1-83e1-b1cb0b4c155b 2018-08-30 09:07:24,115 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTVzs+rc0H71O/1tdbR9OiVO7vIXuJhw+5EtATAaEzGsdrDPzNX2J1QJAhbd9YbVFRnXl3l8yNg0ltHEIDdSyKMqQM/BNiwbsz0bBg5bSlv4aofrEHbK9J64ubalKYWiw+eYMb1hkh08HT+oTecaIylWQq6kyYHEdkn2p5eyQ0C7cE5DabH/wgYANetKH1MdnCyjHBhkaAdbpmsyYLYq9D7VDB5eeR4h7qPTf2yAcEd4QerdIQ43YQYntqQXzjQOp6gmblTNR3dX1h5/nvfDczq8Z4uGuWkwXbM0bB0PFDDcLwVpzxLnr0UUMB8ROPqFGd6bKO0cpk68MNA9Wv146n Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA01c7Pq3NB+9Tv9bXW0fTolTu7yF7iYcPuRLQEwGhMxrHawz8\nzV9idUCQIW3fWG1RUZ15d5fMjYNJbRxCA3UsijKkDPwTYsG7M9GwYOW0pb+GqH6x\nB2yvSeuLm2pSmFosPnmDG9YZIdPB0/qE3nGiMpVkKupMmBxHZJ9qeXskNAu3BOQ2\nmx/8IGADXrSh9THZwsoxwYZGgHW6ZrMmC2KvQ+1QweXnkeIe6j039sgHBHeEHq3S\nEON2EGJ7akF840DqeoJm5UzUd3V9Yef573w3M6vGeLhrlpMF2zNGwdDxQw3C8Fac\n8S569FFDAfETj6hRnemyjtHKZOvDDQPVr9eOpwIDAQABAoIBAFPYyu9+ItcgE3kL\n8psLbyJ7UeRbw1h31jwWA6lWvy64VB/bojyUuEpOmCA7KB48GMQplvRkrEoEqU/5\noxMeHNKjbsScCdDnja7sZW68E6SizPjycqfAbfcE1XmOgEBjniQXL3YOxh/OlJrW\nTHq4WKJ69Ke2FzdOGOEKAkM6IM3okycG69Bia2qf3Xf0mQrrmgb5KajRZs6io1u3\nVQ/uPypG6aW5IQAuqxEhqI+rkqHa5vnpHKusnnd9xopVs+kdZ0NQR/vs/Ntc7Tf5\nc3mgN4gTubblg7g3UHgZ9+f9/KEtuJY4kQUYQkGpp42EyKhPFd6mkUvIPRGSgYyF\nw8cF14kCgYEA9BurOyPwSljNLpWIQd6sWDv3j0iCrTLesDqtWxlIYApIidwkBi4B\nTFN44qIeuQFn+We8661heDdEcj1hgguUKdddODbs3cabtav8y8AB1v233O3uWkV5\n56v0nrBXHNaNxpMwkNj/hpFYufSWqkwaptIEvW4fCsfFoDeQlpwRASsCgYEA3aLp\nxkudz8Jw7mgDu2SA6JOj3u+RAe8L5ji3hWH6LogzzCOXTNgINo4YcuTzKi3QzmV0\n3fP2TuW/QBB8tltof3OBiuoR8CFNKriAY4Jpepq4xVA796RD2gcrCy0dMdG4jVVo\niIxj7mk2xLS85ZDdbRDosIninsAinC7EmV13EnUCgYBKyfthSDaDoMdkYV34yG9H\nLUBAvveCdxZxKdkZExrwidYFntPOrOOq7dwYm5EMH5kqeZURI/K78TrgQVwRitif\nJSOjaHiTzhjAxWvTRQWLR/rADom7UJPz3eQ5hk96P2X6k/gKOOG46ekkOAK9NEnq\nGGhpXUbXd7NdzghXjINNNwKBgGv7hZ5hFQA2IcNl1fuk2dF2rS5e1e11Q/zkwTUx\nKS0mmuXoqTx9PHMoA+1mcrqoG8WTVL8Wr3h9IxLZdYl7O4xtAD5oEFlIQEqCHbtd\nvHpJi6BGmRDsbUp6l5QYZNLy9NGXPRjaHY34oQBxdl76l4cd5+CrLUhfH/2sI4j9\nKphJAoGBAMiu2EdZpfC7+vAUHOHW6iAfAGN4U0ieQl5VtxFj48o7r8kA6sVOPgB2\nL71W3rvwjP8FZKKW1Fr68TSzMVvKJJb7t8ZI5tAzPqm3nkcfi07TTJZLF3ff3QpX\n3+qtVUQWiuTi9FZWW3JyInuVwD9AXtmCe5vQfYwD8rRAqaKpgbjG\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'df4e9e00fb0747fdae3ecb6bb2fc6750', 'name': u'singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087', 'created_at': '2018-08-30T09:07:24.115114', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f76dead3f5a74d86bf87120c66570d60', 'name': 'singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'16:47:94:7b:30:9a:95:a8:ce:de:48:8b:e1:05:f9:21', 'type': 'ssh', 'id': u'singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087'}) 2018-08-30 09:07:24,115 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA01c7Pq3NB+9Tv9bXW0fTolTu7yF7iYcPuRLQEwGhMxrHawz8 zV9idUCQIW3fWG1RUZ15d5fMjYNJbRxCA3UsijKkDPwTYsG7M9GwYOW0pb+GqH6x B2yvSeuLm2pSmFosPnmDG9YZIdPB0/qE3nGiMpVkKupMmBxHZJ9qeXskNAu3BOQ2 mx/8IGADXrSh9THZwsoxwYZGgHW6ZrMmC2KvQ+1QweXnkeIe6j039sgHBHeEHq3S EON2EGJ7akF840DqeoJm5UzUd3V9Yef573w3M6vGeLhrlpMF2zNGwdDxQw3C8Fac 8S569FFDAfETj6hRnemyjtHKZOvDDQPVr9eOpwIDAQABAoIBAFPYyu9+ItcgE3kL 8psLbyJ7UeRbw1h31jwWA6lWvy64VB/bojyUuEpOmCA7KB48GMQplvRkrEoEqU/5 oxMeHNKjbsScCdDnja7sZW68E6SizPjycqfAbfcE1XmOgEBjniQXL3YOxh/OlJrW THq4WKJ69Ke2FzdOGOEKAkM6IM3okycG69Bia2qf3Xf0mQrrmgb5KajRZs6io1u3 VQ/uPypG6aW5IQAuqxEhqI+rkqHa5vnpHKusnnd9xopVs+kdZ0NQR/vs/Ntc7Tf5 c3mgN4gTubblg7g3UHgZ9+f9/KEtuJY4kQUYQkGpp42EyKhPFd6mkUvIPRGSgYyF w8cF14kCgYEA9BurOyPwSljNLpWIQd6sWDv3j0iCrTLesDqtWxlIYApIidwkBi4B TFN44qIeuQFn+We8661heDdEcj1hgguUKdddODbs3cabtav8y8AB1v233O3uWkV5 56v0nrBXHNaNxpMwkNj/hpFYufSWqkwaptIEvW4fCsfFoDeQlpwRASsCgYEA3aLp xkudz8Jw7mgDu2SA6JOj3u+RAe8L5ji3hWH6LogzzCOXTNgINo4YcuTzKi3QzmV0 3fP2TuW/QBB8tltof3OBiuoR8CFNKriAY4Jpepq4xVA796RD2gcrCy0dMdG4jVVo iIxj7mk2xLS85ZDdbRDosIninsAinC7EmV13EnUCgYBKyfthSDaDoMdkYV34yG9H LUBAvveCdxZxKdkZExrwidYFntPOrOOq7dwYm5EMH5kqeZURI/K78TrgQVwRitif JSOjaHiTzhjAxWvTRQWLR/rADom7UJPz3eQ5hk96P2X6k/gKOOG46ekkOAK9NEnq GGhpXUbXd7NdzghXjINNNwKBgGv7hZ5hFQA2IcNl1fuk2dF2rS5e1e11Q/zkwTUx KS0mmuXoqTx9PHMoA+1mcrqoG8WTVL8Wr3h9IxLZdYl7O4xtAD5oEFlIQEqCHbtd vHpJi6BGmRDsbUp6l5QYZNLy9NGXPRjaHY34oQBxdl76l4cd5+CrLUhfH/2sI4j9 KphJAoGBAMiu2EdZpfC7+vAUHOHW6iAfAGN4U0ieQl5VtxFj48o7r8kA6sVOPgB2 L71W3rvwjP8FZKKW1Fr68TSzMVvKJJb7t8ZI5tAzPqm3nkcfi07TTJZLF3ff3QpX 3+qtVUQWiuTi9FZWW3JyInuVwD9AXtmCe5vQfYwD8rRAqaKpgbjG -----END RSA PRIVATE KEY----- 2018-08-30 09:07:24,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-30 09:07:24,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"security_group": {"name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-30 09:07:24,324 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f9d3d5a4-07d3-4de0-b24d-aee7d581818f Date: Thu, 30 Aug 2018 09:07:24 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:24Z", "updated_at": "2018-08-30T09:07:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "375a5a18-79c0-4581-b6b2-e58aafea5875", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "ecd0e5e1-dc0d-4213-be69-823a0d2ea7dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 1, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}} 2018-08-30 09:07:24,324 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f9d3d5a4-07d3-4de0-b24d-aee7d581818f 2018-08-30 09:07:24,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.206281900406s 2018-08-30 09:07:24,325 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f9d3d5a4-07d3-4de0-b24d-aee7d581818f 2018-08-30 09:07:24,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:07:24,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:24,418 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-c006bb85-16ba-4d9c-be57-e8e4db67df98 Date: Thu, 30 Aug 2018 09:07:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:24Z", "updated_at": "2018-08-30T09:07:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "375a5a18-79c0-4581-b6b2-e58aafea5875", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "ecd0e5e1-dc0d-4213-be69-823a0d2ea7dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 1, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}, {"description": "Default security group", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:17Z", "updated_at": "2018-08-30T09:07:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "4744c82d-1133-4aac-a709-a0e10382c9b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "642f7ab5-da6f-4f33-93b7-b89e9db00058", "remote_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "9195cb74-ec69-44fb-b8a9-11199ca246ff", "remote_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "9d9ced23-2926-4ccb-8802-c9bf1319cb68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 1, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "name": "default"}]} 2018-08-30 09:07:24,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c006bb85-16ba-4d9c-be57-e8e4db67df98 2018-08-30 09:07:24,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.089879989624s 2018-08-30 09:07:24,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c006bb85-16ba-4d9c-be57-e8e4db67df98 2018-08-30 09:07:24,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:07:24,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -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": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede"}}' 2018-08-30 09:07:24,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2972fc25-7a8b-4ddd-98fb-08ab73b3c23c Date: Thu, 30 Aug 2018 09:07:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "port_range_min": 22, "revision_number": 0, "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:24Z", "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "76f51c97-1b88-4767-b6cc-fc250b196aef"}} 2018-08-30 09:07:24,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-2972fc25-7a8b-4ddd-98fb-08ab73b3c23c 2018-08-30 09:07:24,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.145138978958s 2018-08-30 09:07:24,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-2972fc25-7a8b-4ddd-98fb-08ab73b3c23c 2018-08-30 09:07:24,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:07:24,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:24,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-d134a85b-00d3-4945-9656-5cec5e1bc206 Date: Thu, 30 Aug 2018 09:07:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:24Z", "updated_at": "2018-08-30T09:07:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "375a5a18-79c0-4581-b6b2-e58aafea5875", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "76f51c97-1b88-4767-b6cc-fc250b196aef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "ecd0e5e1-dc0d-4213-be69-823a0d2ea7dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 2, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}, {"description": "Default security group", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:17Z", "updated_at": "2018-08-30T09:07:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "4744c82d-1133-4aac-a709-a0e10382c9b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "642f7ab5-da6f-4f33-93b7-b89e9db00058", "remote_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "9195cb74-ec69-44fb-b8a9-11199ca246ff", "remote_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "9d9ced23-2926-4ccb-8802-c9bf1319cb68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 1, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "name": "default"}]} 2018-08-30 09:07:24,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d134a85b-00d3-4945-9656-5cec5e1bc206 2018-08-30 09:07:24,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0521650314331s 2018-08-30 09:07:24,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d134a85b-00d3-4945-9656-5cec5e1bc206 2018-08-30 09:07:24,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:07:24,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -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": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede"}}' 2018-08-30 09:07:24,767 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-6e14389c-da12-4eb3-bf90-3ddcde67f5ac Date: Thu, 30 Aug 2018 09:07:24 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "port_range_min": null, "revision_number": 0, "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:24Z", "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "701d8d6c-966b-49c6-b6a0-d4e5a1f1ded4"}} 2018-08-30 09:07:24,768 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-6e14389c-da12-4eb3-bf90-3ddcde67f5ac 2018-08-30 09:07:24,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.140712022781s 2018-08-30 09:07:24,768 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-6e14389c-da12-4eb3-bf90-3ddcde67f5ac 2018-08-30 09:07:24,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:24,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:24,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-4b9b0765-b296-4801-a344-e9d50926d7b9 Date: Thu, 30 Aug 2018 09:07: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3901350e-a9b9-49eb-a925-a102a316aa6e"],"updated_at":"2018-08-30T09:07:17Z","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f76dead3f5a74d86bf87120c66570d60","id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","name":"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:24,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4b9b0765-b296-4801-a344-e9d50926d7b9 2018-08-30 09:07:24,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101078033447s 2018-08-30 09:07:24,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4b9b0765-b296-4801-a344-e9d50926d7b9 2018-08-30 09:07:24,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:07:24,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:24,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-65ff1e34-d148-4065-9003-ab8fde273bab Date: Thu, 30 Aug 2018 09:07:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:07:22Z", "file": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file", "owner": "f76dead3f5a74d86bf87120c66570d60", "id": "eaef6094-36eb-4940-a36e-2360d5c99704", "size": 12716032, "self": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:07:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:07:24,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-65ff1e34-d148-4065-9003-ab8fde273bab 2018-08-30 09:07:24,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.113587856293s 2018-08-30 09:07:24,989 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-65ff1e34-d148-4065-9003-ab8fde273bab 2018-08-30 09:07:24,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:07:24,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:25,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-7749c510-5d63-4fe7-9d91-0f997e118e6b x-compute-request-id: req-7749c510-5d63-4fe7-9d91-0f997e118e6b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_efcc7080-e169-43d5-9489-1a317d7ac087", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "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": "2722b179-b4c4-43d1-b803-04b344cc6114"}]} 2018-08-30 09:07:25,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7749c510-5d63-4fe7-9d91-0f997e118e6b 2018-08-30 09:07:25,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.157463788986s 2018-08-30 09:07:25,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7749c510-5d63-4fe7-9d91-0f997e118e6b 2018-08-30 09:07:25,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:07:25,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"server": {"name": "singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087", "imageRef": "eaef6094-36eb-4940-a36e-2360d5c99704", "key_name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "flavorRef": "2722b179-b4c4-43d1-b803-04b344cc6114", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e"}], "security_groups": [{"name": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede"}]}}' 2018-08-30 09:07:27,590 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:07: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-1fe44d9b-2405-4fe8-a377-082bc7bdfd4e x-compute-request-id: req-1fe44d9b-2405-4fe8-a377-082bc7bdfd4e Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede"}], "OS-DCF:diskConfig": "MANUAL", "id": "ef77acf3-c075-43d7-b8a8-ab7015bee10a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "bookmark"}], "adminPass": "r3bJWLg9ZvvG"}} 2018-08-30 09:07:27,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1fe44d9b-2405-4fe8-a377-082bc7bdfd4e 2018-08-30 09:07:27,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.43988895416s 2018-08-30 09:07:27,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1fe44d9b-2405-4fe8-a377-082bc7bdfd4e 2018-08-30 09:07:27,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:27,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:28,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aa72bfce-41ef-4c77-944e-dac37171cce9 x-compute-request-id: req-aa72bfce-41ef-4c77-944e-dac37171cce9 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.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "bookmark"}], "image": {"id": "eaef6094-36eb-4940-a36e-2360d5c99704", "links": [{"href": "http://172.30.9.22:8774/images/eaef6094-36eb-4940-a36e-2360d5c99704", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2722b179-b4c4-43d1-b803-04b344cc6114", "links": [{"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "bookmark"}]}, "id": "ef77acf3-c075-43d7-b8a8-ab7015bee10a", "user_id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:07:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "name": "singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087", "created": "2018-08-30T09:07:27Z", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:07:28,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa72bfce-41ef-4c77-944e-dac37171cce9 2018-08-30 09:07:28,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.944425821304s 2018-08-30 09:07:28,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-aa72bfce-41ef-4c77-944e-dac37171cce9 2018-08-30 09:07:28,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:28,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:28,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0b4d91e9-77f0-4427-a24a-dd0f509ac449 Date: Thu, 30 Aug 2018 09:07:28 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3901350e-a9b9-49eb-a925-a102a316aa6e"],"updated_at":"2018-08-30T09:07:17Z","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f76dead3f5a74d86bf87120c66570d60","id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","name":"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:28,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0b4d91e9-77f0-4427-a24a-dd0f509ac449 2018-08-30 09:07:28,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0848641395569s 2018-08-30 09:07:28,628 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0b4d91e9-77f0-4427-a24a-dd0f509ac449 2018-08-30 09:07:28,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:07:28,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:28,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-3983d77d-f6ea-4ccd-8703-608ee465f009 Date: Thu, 30 Aug 2018 09:07:28 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:07:17Z","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":"f76dead3f5a74d86bf87120c66570d60","id":"3901350e-a9b9-49eb-a925-a102a316aa6e","subnetpool_id":null,"name":"singlevm2-subnet_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:28,719 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3983d77d-f6ea-4ccd-8703-608ee465f009 2018-08-30 09:07:28,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0901401042938s 2018-08-30 09:07:28,720 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3983d77d-f6ea-4ccd-8703-608ee465f009 2018-08-30 09:07:28,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:07:30,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:30,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:31,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-0368cf6c-14d2-4a29-b225-e2cb4352a034 x-compute-request-id: req-0368cf6c-14d2-4a29-b225-e2cb4352a034 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "bookmark"}], "image": {"id": "eaef6094-36eb-4940-a36e-2360d5c99704", "links": [{"href": "http://172.30.9.22:8774/images/eaef6094-36eb-4940-a36e-2360d5c99704", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2722b179-b4c4-43d1-b803-04b344cc6114", "links": [{"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "bookmark"}]}, "id": "ef77acf3-c075-43d7-b8a8-ab7015bee10a", "security_groups": [{"name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}], "user_id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:07:30Z", "hostId": "1f7fabf02f5d7c7d365bdb9d3cf78e87f9ff522506e9c0e59cd992de", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "name": "singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087", "created": "2018-08-30T09:07:27Z", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:07:31,990 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0368cf6c-14d2-4a29-b225-e2cb4352a034 2018-08-30 09:07:31,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26740407944s 2018-08-30 09:07:31,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0368cf6c-14d2-4a29-b225-e2cb4352a034 2018-08-30 09:07:31,994 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:07:33,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:33,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:34,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-a796c7bc-c295-4691-ab13-d7e67b5cd1f3 x-compute-request-id: req-a796c7bc-c295-4691-ab13-d7e67b5cd1f3 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "bookmark"}], "image": {"id": "eaef6094-36eb-4940-a36e-2360d5c99704", "links": [{"href": "http://172.30.9.22:8774/images/eaef6094-36eb-4940-a36e-2360d5c99704", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2722b179-b4c4-43d1-b803-04b344cc6114", "links": [{"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "bookmark"}]}, "id": "ef77acf3-c075-43d7-b8a8-ab7015bee10a", "security_groups": [{"name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}], "user_id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:07:30Z", "hostId": "1f7fabf02f5d7c7d365bdb9d3cf78e87f9ff522506e9c0e59cd992de", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "name": "singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087", "created": "2018-08-30T09:07:27Z", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:07:34,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a796c7bc-c295-4691-ab13-d7e67b5cd1f3 2018-08-30 09:07:34,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.476286172867s 2018-08-30 09:07:34,474 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a796c7bc-c295-4691-ab13-d7e67b5cd1f3 2018-08-30 09:07:34,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:07:36,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:36,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:36,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-d04ed256-58fb-4d36-a60d-a1b8290ffe3e x-compute-request-id: req-d04ed256-58fb-4d36-a60d-a1b8290ffe3e Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:0e:a6", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "bookmark"}], "image": {"id": "eaef6094-36eb-4940-a36e-2360d5c99704", "links": [{"href": "http://172.30.9.22:8774/images/eaef6094-36eb-4940-a36e-2360d5c99704", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:07:35.000000", "flavor": {"id": "2722b179-b4c4-43d1-b803-04b344cc6114", "links": [{"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "bookmark"}]}, "id": "ef77acf3-c075-43d7-b8a8-ab7015bee10a", "security_groups": [{"name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}], "user_id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:07:35Z", "hostId": "1f7fabf02f5d7c7d365bdb9d3cf78e87f9ff522506e9c0e59cd992de", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "name": "singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087", "created": "2018-08-30T09:07:27Z", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:07:36,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d04ed256-58fb-4d36-a60d-a1b8290ffe3e 2018-08-30 09:07:36,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354001045227s 2018-08-30 09:07:36,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d04ed256-58fb-4d36-a60d-a1b8290ffe3e 2018-08-30 09:07:36,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:07:36,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=ef77acf3-c075-43d7-b8a8-ab7015bee10a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:36,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-570a78b8-80d1-4421-89a1-818b66b319b2 Date: Thu, 30 Aug 2018 09:07:36 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:31Z","admin_state_up":true,"updated_at":"2018-08-30T09:07:35Z","binding:vnic_type":"normal","device_id":"ef77acf3-c075-43d7-b8a8-ab7015bee10a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:00:0e:a6","id":"f7fd6e63-b2d7-44be-9148-20be2a1fa12b","port_security_enabled":true,"project_id":"f76dead3f5a74d86bf87120c66570d60","fixed_ips":[{"subnet_id":"3901350e-a9b9-49eb-a925-a102a316aa6e","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede"],"name":""}]} 2018-08-30 09:07:36,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ef77acf3-c075-43d7-b8a8-ab7015bee10a used request id req-570a78b8-80d1-4421-89a1-818b66b319b2 2018-08-30 09:07:36,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0659070014954s 2018-08-30 09:07:36,903 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ef77acf3-c075-43d7-b8a8-ab7015bee10a used request id req-570a78b8-80d1-4421-89a1-818b66b319b2 2018-08-30 09:07:36,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:07:36,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f7fd6e63-b2d7-44be-9148-20be2a1fa12b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:36,957 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f633a420-26a8-4f93-a273-59e8ea1499fb Date: Thu, 30 Aug 2018 09:07:36 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:07:36,957 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f7fd6e63-b2d7-44be-9148-20be2a1fa12b used request id req-f633a420-26a8-4f93-a273-59e8ea1499fb 2018-08-30 09:07:36,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.048103094101s 2018-08-30 09:07:36,957 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f7fd6e63-b2d7-44be-9148-20be2a1fa12b used request id req-f633a420-26a8-4f93-a273-59e8ea1499fb 2018-08-30 09:07:36,958 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:00:0e:a6', 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'eaef6094-36eb-4940-a36e-2360d5c99704'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:07:35.000000', 'flavor': Munch({u'id': u'2722b179-b4c4-43d1-b803-04b344cc6114'}), 'az': u'nova', 'id': u'ef77acf3-c075-43d7-b8a8-ab7015bee10a', 'security_groups': [Munch({u'name': u'singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'df4e9e00fb0747fdae3ecb6bb2fc6750', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f76dead3f5a74d86bf87120c66570d60', 'name': 'singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:07:35.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:07:35Z', 'hostId': u'1f7fabf02f5d7c7d365bdb9d3cf78e87f9ff522506e9c0e59cd992de', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'1f7fabf02f5d7c7d365bdb9d3cf78e87f9ff522506e9c0e59cd992de', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:07:35.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f76dead3f5a74d86bf87120c66570d60', 'name': u'singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087', 'adminPass': u'r3bJWLg9ZvvG', 'tenant_id': u'f76dead3f5a74d86bf87120c66570d60', 'created_at': u'2018-08-30T09:07:27Z', 'created': u'2018-08-30T09:07:27Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:07:36,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:36,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:37,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-d57cd5d6-ff73-4cd8-a290-caad720be5bf Date: Thu, 30 Aug 2018 09:07:37 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3901350e-a9b9-49eb-a925-a102a316aa6e"],"updated_at":"2018-08-30T09:07:17Z","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f76dead3f5a74d86bf87120c66570d60","id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","name":"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:37,047 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d57cd5d6-ff73-4cd8-a290-caad720be5bf 2018-08-30 09:07:37,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0867500305176s 2018-08-30 09:07:37,048 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d57cd5d6-ff73-4cd8-a290-caad720be5bf 2018-08-30 09:07:37,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:07:37,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=ef77acf3-c075-43d7-b8a8-ab7015bee10a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:37,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-023b4740-1c44-466c-ae09-204617cf607a Date: Thu, 30 Aug 2018 09:07:37 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:31Z","admin_state_up":true,"updated_at":"2018-08-30T09:07:35Z","binding:vnic_type":"normal","device_id":"ef77acf3-c075-43d7-b8a8-ab7015bee10a","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:00:0e:a6","id":"f7fd6e63-b2d7-44be-9148-20be2a1fa12b","port_security_enabled":true,"project_id":"f76dead3f5a74d86bf87120c66570d60","fixed_ips":[{"subnet_id":"3901350e-a9b9-49eb-a925-a102a316aa6e","ip_address":"192.168.120.8"}],"extra_dhcp_opts":[],"security_groups":["4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede"],"name":""}]} 2018-08-30 09:07:37,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ef77acf3-c075-43d7-b8a8-ab7015bee10a used request id req-023b4740-1c44-466c-ae09-204617cf607a 2018-08-30 09:07:37,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0445530414581s 2018-08-30 09:07:37,094 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=ef77acf3-c075-43d7-b8a8-ab7015bee10a used request id req-023b4740-1c44-466c-ae09-204617cf607a 2018-08-30 09:07:37,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-30 09:07:37,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"floatingip": {"floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.8", "port_id": "f7fd6e63-b2d7-44be-9148-20be2a1fa12b"}}' 2018-08-30 09:07:39,158 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-6cecb8f4-e0e0-479e-8092-28160aa6437a Date: Thu, 30 Aug 2018 09:07:39 GMT RESP BODY: {"floatingip": {"router_id": "6117f5c0-5ff9-4a6f-9e51-2f217f6e458e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:07:38Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "f7fd6e63-b2d7-44be-9148-20be2a1fa12b", "id": "d2e07ecd-9928-49e3-83f8-fd8f24b6d829", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:38Z", "project_id": "f76dead3f5a74d86bf87120c66570d60"}} 2018-08-30 09:07:39,158 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6cecb8f4-e0e0-479e-8092-28160aa6437a 2018-08-30 09:07:39,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.06383609772s 2018-08-30 09:07:39,159 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6cecb8f4-e0e0-479e-8092-28160aa6437a 2018-08-30 09:07:39,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:07:39,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:39,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-93f8ccc0-aef3-4a55-95e1-f246bf1c8612 Date: Thu, 30 Aug 2018 09:07:39 GMT RESP BODY: {"floatingips": [{"router_id": "6117f5c0-5ff9-4a6f-9e51-2f217f6e458e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:07:38Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "f7fd6e63-b2d7-44be-9148-20be2a1fa12b", "id": "d2e07ecd-9928-49e3-83f8-fd8f24b6d829", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:38Z", "project_id": "f76dead3f5a74d86bf87120c66570d60"}]} 2018-08-30 09:07:39,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-93f8ccc0-aef3-4a55-95e1-f246bf1c8612 2018-08-30 09:07:39,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0590040683746s 2018-08-30 09:07:39,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-93f8ccc0-aef3-4a55-95e1-f246bf1c8612 2018-08-30 09:07:39,230 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6117f5c0-5ff9-4a6f-9e51-2f217f6e458e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f76dead3f5a74d86bf87120c66570d60', 'created_at': u'2018-08-30T09:07:38Z', 'attached': True, 'updated_at': u'2018-08-30T09:07:38Z', 'id': u'd2e07ecd-9928-49e3-83f8-fd8f24b6d829', 'floating_network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f76dead3f5a74d86bf87120c66570d60', 'name': 'singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6117f5c0-5ff9-4a6f-9e51-2f217f6e458e', 'project_id': u'f76dead3f5a74d86bf87120c66570d60', 'port_id': u'f7fd6e63-b2d7-44be-9148-20be2a1fa12b', 'port': u'f7fd6e63-b2d7-44be-9148-20be2a1fa12b', 'network': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b'}) 2018-08-30 09:07:39,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:07:39,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:07:39,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-e93bd5eb-2a6b-45b0-b5d1-83feef326d00 x-compute-request-id: req-e93bd5eb-2a6b-45b0-b5d1-83feef326d00 Content-Encoding: gzip Content-Length: 9617 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 496016493 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.204372] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.206735] pid_max: default: 32768 minimum: 301\n[ 0.208026] ACPI: Core revision 20150930\n[ 0.209712] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.211573] Security Framework initialized\n[ 0.212707] Yama: becoming mindful.\n[ 0.213733] AppArmor: AppArmor initialized\n[ 0.214932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.216743] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.218503] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.220167] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.222063] Initializing cgroup subsys io\n[ 0.223206] Initializing cgroup subsys memory\n[ 0.224397] Initializing cgroup subsys devices\n[ 0.225603] Initializing cgroup subsys freezer\n[ 0.226802] Initializing cgroup subsys net_cls\n[ 0.228006] Initializing cgroup subsys perf_event\n[ 0.229262] Initializing cgroup subsys net_prio\n[ 0.230488] Initializing cgroup subsys hugetlb\n[ 0.231701] Initializing cgroup subsys pids\n[ 0.232896] CPU: Physical Processor ID: 0\n[ 0.234699] mce: CPU supports 10 MCE banks\n[ 0.235869] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.237243] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.253291] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.259945] ftrace: allocating 31920 entries in 125 pages\n[ 0.285277] smpboot: Max logical packages: 1\n[ 0.286474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.288381] x2apic enabled\n[ 0.289539] Switched APIC routing to physical x2apic.\n[ 0.292023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.293571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.296379] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.298879] KVM setup paravirtual spinlock\n[ 0.300473] x86: Booted up 1 node, 1 CPUs\n[ 0.301614] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.303541] devtmpfs: initialized\n[ 0.305527] evm: security.selinux\n[ 0.306507] evm: security.SMACK64\n[ 0.307479] evm: security.SMACK64EXEC\n[ 0.308515] evm: security.SMACK64TRANSMUTE\n[ 0.309638] evm: security.SMACK64MMAP\n[ 0.310679] evm: security.ima\n[ 0.311577] evm: security.capability\n[ 0.312660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.315226] pinctrl core: initialized pinctrl subsystem\n[ 0.316738] RTC time: 9:07:35, date: 08/30/18\n[ 0.318045] NET: Registered protocol family 16\n[ 0.319373] cpuidle: using governor ladder\n[ 0.320511] cpuidle: using governor menu\n[ 0.321615] PCCT header not found.\n[ 0.322654] ACPI: bus type PCI registered\n[ 0.323773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.325487] PCI: Using configuration type 1 for base access\n[ 0.327649] ACPI: Added _OSI(Module Device)\n[ 0.328804] ACPI: Added _OSI(Processor Device)\n[ 0.329988] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.331236] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.333410] ACPI: Interpreter enabled\n[ 0.334470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.337011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.339558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.342104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.344642] ACPI: (supports S0 S5)\n[ 0.345621] ACPI: Using IOAPIC for interrupt routing\n[ 0.346913] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.350718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.352299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.354010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.355644] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.358681] acpiphp: Slot [3] registered\n[ 0.359807] acpiphp: Slot [4] registered\n[ 0.360910] acpiphp: Slot [5] registered\n[ 0.362011] acpiphp: Slot [6] registered\n[ 0.363105] acpiphp: Slot [7] registered\n[ 0.364219] acpiphp: Slot [8] registered\n[ 0.365326] acpiphp: Slot [9] registered\n[ 0.366442] acpiphp: Slot [10] registered\n[ 0.367576] acpiphp: Slot [11] registered\n[ 0.368707] acpiphp: Slot [12] registered\n[ 0.369835] acpiphp: Slot [13] registered\n[ 0.370966] acpiphp: Slot [14] registered\n[ 0.372102] acpiphp: Slot [15] registered\n[ 0.387612] acpiphp: Slot [16] registered\n[ 0.388756] acpiphp: Slot [17] registered\n[ 0.389881] acpiphp: Slot [18] registered\n[ 0.390997] acpiphp: Slot [19] registered\n[ 0.392134] acpiphp: Slot [20] registered\n[ 0.393270] acpiphp: Slot [21] registered\n[ 0.394413] acpiphp: Slot [22] registered\n[ 0.395535] acpiphp: Slot [23] registered\n[ 0.396654] acpiphp: Slot [24] registered\n[ 0.397771] acpiphp: Slot [25] registered\n[ 0.398884] acpiphp: Slot [26] registered\n[ 0.399998] acpiphp: Slot [27] registered\n[ 0.401122] acpiphp: Slot [28] registered\n[ 0.402236] acpiphp: Slot [29] registered\n[ 0.403346] acpiphp: Slot [30] registered\n[ 0.404466] acpiphp: Slot [31] registered\n[ 0.405587] PCI host bridge to bus 0000:00\n[ 0.406696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408347] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.410004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.411999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.413997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416030] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420001] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.421770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.423380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.425116] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.429464] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.431467] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.451853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.453864] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.455833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.457809] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.459799] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.461534] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.463327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.464788] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466960] vgaarb: loaded\n[ 0.467804] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469473] SCSI subsystem initialized\n[ 0.470753] ACPI: bus type USB registered\n[ 0.471928] usbcore: registered new interface driver usbfs\n[ 0.473360] usbcore: registered new interface driver hub\n[ 0.474759] usbcore: registered new device driver usb\n[ 0.476278] PCI: Using ACPI for IRQ routing\n[ 0.477837] NetLabel: Initializing\n[ 0.478834] NetLabel: domain hash size = 128\n[ 0.480012] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481350] NetLabel: unlabeled traffic allowed by default\n[ 0.482962] clocksource: Switched to clocksource kvm-clock\n[ 0.493018] AppArmor: AppArmor Filesystem Enabled\n[ 0.494354] pnp: PnP ACPI init\n[ 0.495606] pnp: PnP ACPI: found 5 devices\n[ 0.502499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504862] NET: Registered protocol family 2\n[ 0.506306] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508140] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509826] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511516] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513047] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514663] NET: Registered protocol family 1\n[ 0.515909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517476] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519023] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533631] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548316] Trying to unpack rootfs image as initramfs...\n[ 0.610123] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.614996] Scanning for low memory corruption every 60 seconds\n[ 0.617265] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.618947] audit: initializing netlink subsys (disabled)\n[ 0.620526] audit: type=2000 audit(1535620055.970:1): initialized\n[ 0.622513] Initialise system trusted keyring\n[ 0.623959] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.625652] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.628450] zbud: loaded\n[ 0.629481] VFS: Disk quotas dquot_6.6.0\n[ 0.630673] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.632897] fuse init (API version 7.23)\n[ 0.634153] Key type big_key registered\n[ 0.635336] Allocating IMA MOK and blacklist keyrings.\n[ 0.637118] Key type asymmetric registered\n[ 0.638324] Asymmetric key parser 'x509' registered\n[ 0.639720] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.641912] io scheduler noop registered\n[ 0.643088] io scheduler deadline registered (default)\n[ 0.644531] io scheduler cfq registered\n[ 0.645774] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.647306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.649203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.651365] ACPI: Power Button [PWRF]\n[ 0.652655] GHES: HEST is not enabled!\n[ 0.666817] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.695994] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.698949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.722744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.725899] Linux agpgart interface v0.103\n[ 0.729369] brd: module loaded\n[ 0.731650] loop: module loaded\n[ 0.737093] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.739220] GPT:90111 != 2097151\n[ 0.740229] GPT:Alternate GPT header not at the end of the disk.\n[ 0.741825] GPT:90111 != 2097151\n[ 0.742818] GPT: Use GNU Parted to correct GPT errors.\n[ 0.744237] vda: vda1 vda15\n[ 0.745927] scsi host0: ata_piix\n[ 0.747066] scsi host1: ata_piix\n[ 0.748117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.749890] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.752207] libphy: Fixed MDIO Bus: probed\n[ 0.753407] tun: Universal TUN/TAP device driver, 1.6\n[ 0.754805] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.757652] PPP generic driver version 2.4.2\n[ 0.758990] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.760718] ehci-pci: EHCI PCI platform driver\n[ 0.761999] ehci-platform: EHCI generic platform driver\n[ 0.763567] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.765667] ohci-pci: OHCI PCI platform driver\n[ 0.767278] ohci-platform: OHCI generic platform driver\n[ 0.769143] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.784295] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.786090] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.788655] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.790393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.792405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.794617] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.797211] usb usb1: Product: UHCI Host Controller\n[ 0.798854] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.800870] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.802563] hub 1-0:1.0: USB hub found\n[ 0.803952] hub 1-0:1.0: 2 ports detected\n[ 0.805609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.809157] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810833] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.812672] mousedev: PS/2 mouse device common for all mice\n[ 0.814819] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.817815] rtc_cmos 00:00: RTC can wake from S4\n[ 0.819875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.821951] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.824057] i2c /dev entries driver\n[ 0.825432] device-mapper: uevent: version 1.0.3\n[ 0.827114] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.829991] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.832289] NET: Registered protocol family 10\n[ 0.834196] NET: Registered protocol family 17\n[ 0.835799] Key type dns_resolver registered\n[ 0.837416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.839353] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.842429] registered taskstats version 1\n[ 0.843903] Loading compiled-in X.509 certificates\n[ 0.846150] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.849422] zswap: loaded using pool lzo/zbud\n[ 0.851847] Key type trusted registered\n[ 0.854280] Key type encrypted registered\n[ 0.855768] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.857605] ima: No TPM chip found, activating TPM-bypass!\n[ 0.859444] evm: HMAC attrs: 0x1\n[ 0.860995] Magic number: 14:285:122\n[ 0.862443] acpi LNXSYBUS:00: hash matches\n[ 0.863704] rtc_cmos 00:00: setting system clock to 2018-08-30 09:07:36 UTC (1535620056)\n[ 0.865934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.867471] EDD information not available.\n[ 0.908733] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.910885] Write protecting the kernel read-only data: 14336k\n[ 0.913836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.916308] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.79\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.071905] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.88. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3dSs+3yQ+sjXxDMdMgE4lMeTqFtB0i2cYtYA/JL5mzXzldqQRGFPCEIrTlZ2GWI0b20BnLdtOFPE+o3ypCIsm5TAj4RRIZnbqzDrHaJrClDmNgB7+IjpRfzdrjDvyW2EhqzI1S8O4QmPfW09jgNY4rmOIDptsdP3v7isLmZof6hd0Kw63vVwQiFN6OxJwJDuE0/aFphWhIV4ydrl542K47GeHvLXe2Y4E1WThnGOB2BM+mx/+fqPRr3W370iNMt2bWhkrjl+4Ed64jRYWGNDg6hfiTrJe2MqtYstE8eFb5DdBMSSwnBAGm65Mx/V/bclVOKJ6zN0xzlsZ1F/ql7qr root@singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087\nssh-dss AAAAB3NzaC1kc3MAAACBAOSfQ5ItQuwf4aYuRHU+tyoD1fdQvChiY6JgklzZWXH4w/QLUGogRU/4ser7ykICEXFpMMAxy5vGmr/HNRndsrq0E5TWA0vjpQWac4iW9xGGctOloRIkLwEbfMcYfGbPjRAbl/4DCBBIEXTl5HBnFqAiL1Ht09K4wR8Oj3D9MK9HAAAAFQDJq58Rv/F0b75GaO19Wv4Ez/5v/QAAAIEAmSELEiKXrgb4Lo1UH1XMlX5uOaE/c3vgDnqStfziUZ6P405STB61dv7nAhr+b1G3JAREdMNLC3bMUtpsnkV8szGwYMa9PNctA+JlDoCgahJ9fqF7a27O7gLo1MCTJYuKIiMsZuOy1qIoqmSwv/f0iLEJvuqXUb9EyVXq4RKHv9wAAACBAJZGlSUDnZYDSEED/tDBe38VWm0LpQBIsyNpQRrTVj03yXEucnnpoGuvGhR1jZyKkwZ0CH2v6Aji+Ng7mFvCskRvuNgGGX6noDggbx5V8E8rWsItIAcCuVHguTZKCZABerDWtQ1PhlUBcgTfUC1fiordmB6sOa9EhF3vJJNAAD2y root@singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087\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:fe00:ea6/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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.14 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087 login: "} 2018-08-30 09:07:39,319 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a/action used request id req-e93bd5eb-2a6b-45b0-b5d1-83feef326d00 2018-08-30 09:07:39,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0884289741516s 2018-08-30 09:07:39,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a/action used request id req-e93bd5eb-2a6b-45b0-b5d1-83feef326d00 2018-08-30 09:07:39,320 - 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 496016493 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.204372] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.206735] pid_max: default: 32768 minimum: 301 [ 0.208026] ACPI: Core revision 20150930 [ 0.209712] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.211573] Security Framework initialized [ 0.212707] Yama: becoming mindful. [ 0.213733] AppArmor: AppArmor initialized [ 0.214932] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.216743] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.218503] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.220167] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.222063] Initializing cgroup subsys io [ 0.223206] Initializing cgroup subsys memory [ 0.224397] Initializing cgroup subsys devices [ 0.225603] Initializing cgroup subsys freezer [ 0.226802] Initializing cgroup subsys net_cls [ 0.228006] Initializing cgroup subsys perf_event [ 0.229262] Initializing cgroup subsys net_prio [ 0.230488] Initializing cgroup subsys hugetlb [ 0.231701] Initializing cgroup subsys pids [ 0.232896] CPU: Physical Processor ID: 0 [ 0.234699] mce: CPU supports 10 MCE banks [ 0.235869] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.237243] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.253291] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.259945] ftrace: allocating 31920 entries in 125 pages [ 0.285277] smpboot: Max logical packages: 1 [ 0.286474] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.288381] x2apic enabled [ 0.289539] Switched APIC routing to physical x2apic. [ 0.292023] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.293571] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.296379] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.298879] KVM setup paravirtual spinlock [ 0.300473] x86: Booted up 1 node, 1 CPUs [ 0.301614] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.303541] devtmpfs: initialized [ 0.305527] evm: security.selinux [ 0.306507] evm: security.SMACK64 [ 0.307479] evm: security.SMACK64EXEC [ 0.308515] evm: security.SMACK64TRANSMUTE [ 0.309638] evm: security.SMACK64MMAP [ 0.310679] evm: security.ima [ 0.311577] evm: security.capability [ 0.312660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.315226] pinctrl core: initialized pinctrl subsystem [ 0.316738] RTC time: 9:07:35, date: 08/30/18 [ 0.318045] NET: Registered protocol family 16 [ 0.319373] cpuidle: using governor ladder [ 0.320511] cpuidle: using governor menu [ 0.321615] PCCT header not found. [ 0.322654] ACPI: bus type PCI registered [ 0.323773] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.325487] PCI: Using configuration type 1 for base access [ 0.327649] ACPI: Added _OSI(Module Device) [ 0.328804] ACPI: Added _OSI(Processor Device) [ 0.329988] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.331236] ACPI: Added _OSI(Processor Aggregator Device) [ 0.333410] ACPI: Interpreter enabled [ 0.334470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.337011] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.339558] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.342104] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.344642] ACPI: (supports S0 S5) [ 0.345621] ACPI: Using IOAPIC for interrupt routing [ 0.346913] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.350718] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.352299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.354010] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.355644] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.358681] acpiphp: Slot [3] registered [ 0.359807] acpiphp: Slot [4] registered [ 0.360910] acpiphp: Slot [5] registered [ 0.362011] acpiphp: Slot [6] registered [ 0.363105] acpiphp: Slot [7] registered [ 0.364219] acpiphp: Slot [8] registered [ 0.365326] acpiphp: Slot [9] registered [ 0.366442] acpiphp: Slot [10] registered [ 0.367576] acpiphp: Slot [11] registered [ 0.368707] acpiphp: Slot [12] registered [ 0.369835] acpiphp: Slot [13] registered [ 0.370966] acpiphp: Slot [14] registered [ 0.372102] acpiphp: Slot [15] registered [ 0.387612] acpiphp: Slot [16] registered [ 0.388756] acpiphp: Slot [17] registered [ 0.389881] acpiphp: Slot [18] registered [ 0.390997] acpiphp: Slot [19] registered [ 0.392134] acpiphp: Slot [20] registered [ 0.393270] acpiphp: Slot [21] registered [ 0.394413] acpiphp: Slot [22] registered [ 0.395535] acpiphp: Slot [23] registered [ 0.396654] acpiphp: Slot [24] registered [ 0.397771] acpiphp: Slot [25] registered [ 0.398884] acpiphp: Slot [26] registered [ 0.399998] acpiphp: Slot [27] registered [ 0.401122] acpiphp: Slot [28] registered [ 0.402236] acpiphp: Slot [29] registered [ 0.403346] acpiphp: Slot [30] registered [ 0.404466] acpiphp: Slot [31] registered [ 0.405587] PCI host bridge to bus 0000:00 [ 0.406696] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.408347] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.410004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.411999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.413997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.416030] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.420001] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.421770] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.423380] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.425116] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.429464] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.431467] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.451853] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.453864] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.455833] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.457809] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.459799] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.461534] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.463327] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.464788] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466960] vgaarb: loaded [ 0.467804] vgaarb: bridge control possible 0000:00:02.0 [ 0.469473] SCSI subsystem initialized [ 0.470753] ACPI: bus type USB registered [ 0.471928] usbcore: registered new interface driver usbfs [ 0.473360] usbcore: registered new interface driver hub [ 0.474759] usbcore: registered new device driver usb [ 0.476278] PCI: Using ACPI for IRQ routing [ 0.477837] NetLabel: Initializing [ 0.478834] NetLabel: domain hash size = 128 [ 0.480012] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481350] NetLabel: unlabeled traffic allowed by default [ 0.482962] clocksource: Switched to clocksource kvm-clock [ 0.493018] AppArmor: AppArmor Filesystem Enabled [ 0.494354] pnp: PnP ACPI init [ 0.495606] pnp: PnP ACPI: found 5 devices [ 0.502499] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.504862] NET: Registered protocol family 2 [ 0.506306] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508140] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.509826] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511516] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513047] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.514663] NET: Registered protocol family 1 [ 0.515909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517476] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519023] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533631] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548316] Trying to unpack rootfs image as initramfs... [ 0.610123] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.614996] Scanning for low memory corruption every 60 seconds [ 0.617265] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.618947] audit: initializing netlink subsys (disabled) [ 0.620526] audit: type=2000 audit(1535620055.970:1): initialized [ 0.622513] Initialise system trusted keyring [ 0.623959] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.625652] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.628450] zbud: loaded [ 0.629481] VFS: Disk quotas dquot_6.6.0 [ 0.630673] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.632897] fuse init (API version 7.23) [ 0.634153] Key type big_key registered [ 0.635336] Allocating IMA MOK and blacklist keyrings. [ 0.637118] Key type asymmetric registered [ 0.638324] Asymmetric key parser 'x509' registered [ 0.639720] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.641912] io scheduler noop registered [ 0.643088] io scheduler deadline registered (default) [ 0.644531] io scheduler cfq registered [ 0.645774] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.647306] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.649203] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.651365] ACPI: Power Button [PWRF] [ 0.652655] GHES: HEST is not enabled! [ 0.666817] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.695994] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.698949] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.722744] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.725899] Linux agpgart interface v0.103 [ 0.729369] brd: module loaded [ 0.731650] loop: module loaded [ 0.737093] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.739220] GPT:90111 != 2097151 [ 0.740229] GPT:Alternate GPT header not at the end of the disk. [ 0.741825] GPT:90111 != 2097151 [ 0.742818] GPT: Use GNU Parted to correct GPT errors. [ 0.744237] vda: vda1 vda15 [ 0.745927] scsi host0: ata_piix [ 0.747066] scsi host1: ata_piix [ 0.748117] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.749890] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.752207] libphy: Fixed MDIO Bus: probed [ 0.753407] tun: Universal TUN/TAP device driver, 1.6 [ 0.754805] tun: (C) 1999-2004 Max Krasnyansky [ 0.757652] PPP generic driver version 2.4.2 [ 0.758990] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.760718] ehci-pci: EHCI PCI platform driver [ 0.761999] ehci-platform: EHCI generic platform driver [ 0.763567] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.765667] ohci-pci: OHCI PCI platform driver [ 0.767278] ohci-platform: OHCI generic platform driver [ 0.769143] uhci_hcd: USB Universal Host Controller Interface driver [ 0.784295] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.786090] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.788655] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.790393] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.792405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.794617] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.797211] usb usb1: Product: UHCI Host Controller [ 0.798854] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.800870] usb usb1: SerialNumber: 0000:00:01.2 [ 0.802563] hub 1-0:1.0: USB hub found [ 0.803952] hub 1-0:1.0: 2 ports detected [ 0.805609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.809157] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.810833] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.812672] mousedev: PS/2 mouse device common for all mice [ 0.814819] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.817815] rtc_cmos 00:00: RTC can wake from S4 [ 0.819875] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.821951] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.824057] i2c /dev entries driver [ 0.825432] device-mapper: uevent: version 1.0.3 [ 0.827114] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.829991] ledtrig-cpu: registered to indicate activity on CPUs [ 0.832289] NET: Registered protocol family 10 [ 0.834196] NET: Registered protocol family 17 [ 0.835799] Key type dns_resolver registered [ 0.837416] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.839353] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.842429] registered taskstats version 1 [ 0.843903] Loading compiled-in X.509 certificates [ 0.846150] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.849422] zswap: loaded using pool lzo/zbud [ 0.851847] Key type trusted registered [ 0.854280] Key type encrypted registered [ 0.855768] AppArmor: AppArmor sha1 policy hashing enabled [ 0.857605] ima: No TPM chip found, activating TPM-bypass! [ 0.859444] evm: HMAC attrs: 0x1 [ 0.860995] Magic number: 14:285:122 [ 0.862443] acpi LNXSYBUS:00: hash matches [ 0.863704] rtc_cmos 00:00: setting system clock to 2018-08-30 09:07:36 UTC (1535620056) [ 0.865934] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.867471] EDD information not available. [ 0.908733] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.910885] Write protecting the kernel read-only data: 14336k [ 0.913836] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.916308] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.79 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.071905] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.88. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3dSs+3yQ+sjXxDMdMgE4lMeTqFtB0i2cYtYA/JL5mzXzldqQRGFPCEIrTlZ2GWI0b20BnLdtOFPE+o3ypCIsm5TAj4RRIZnbqzDrHaJrClDmNgB7+IjpRfzdrjDvyW2EhqzI1S8O4QmPfW09jgNY4rmOIDptsdP3v7isLmZof6hd0Kw63vVwQiFN6OxJwJDuE0/aFphWhIV4ydrl542K47GeHvLXe2Y4E1WThnGOB2BM+mx/+fqPRr3W370iNMt2bWhkrjl+4Ed64jRYWGNDg6hfiTrJe2MqtYstE8eFb5DdBMSSwnBAGm65Mx/V/bclVOKJ6zN0xzlsZ1F/ql7qr root@singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087 ssh-dss AAAAB3NzaC1kc3MAAACBAOSfQ5ItQuwf4aYuRHU+tyoD1fdQvChiY6JgklzZWXH4w/QLUGogRU/4ser7ykICEXFpMMAxy5vGmr/HNRndsrq0E5TWA0vjpQWac4iW9xGGctOloRIkLwEbfMcYfGbPjRAbl/4DCBBIEXTl5HBnFqAiL1Ht09K4wR8Oj3D9MK9HAAAAFQDJq58Rv/F0b75GaO19Wv4Ez/5v/QAAAIEAmSELEiKXrgb4Lo1UH1XMlX5uOaE/c3vgDnqStfziUZ6P405STB61dv7nAhr+b1G3JAREdMNLC3bMUtpsnkV8szGwYMa9PNctA+JlDoCgahJ9fqF7a27O7gLo1MCTJYuKIiMsZuOy1qIoqmSwv/f0iLEJvuqXUb9EyVXq4RKHv9wAAACBAJZGlSUDnZYDSEED/tDBe38VWm0LpQBIsyNpQRrTVj03yXEucnnpoGuvGhR1jZyKkwZ0CH2v6Aji+Ng7mFvCskRvuNgGGX6noDggbx5V8E8rWsItIAcCuVHguTZKCZABerDWtQ1PhlUBcgTfUC1fiordmB6sOa9EhF3vJJNAAD2y root@singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087 -----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:fe00:ea6/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-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-efcc7080-e169-43d5-9489-1a317d7ac087 login: 2018-08-30 09:07:40,323 - paramiko.transport - DEBUG - starting thread (client mode): 0xd36020d0L 2018-08-30 09:07:40,323 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-30 09:07:40,324 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-30 09:07:40,324 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-30 09:07:40,325 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-30 09:07:40,325 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-30 09:07:40,325 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-30 09:07:40,326 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-30 09:07:40,326 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-30 09:07:40,326 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-30 09:07:40,343 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-30 09:07:40,343 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-30 09:07:40,356 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 9f8de2c2ab7a83483d23a995c0b8ef9a 2018-08-30 09:07:40,357 - paramiko.transport - DEBUG - Trying discovered key 1647947b309a95a8cede488be105f921 in /tmp/tmpNymCiO 2018-08-30 09:07:40,382 - paramiko.transport - DEBUG - userauth is OK 2018-08-30 09:07:40,389 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-30 09:07:40,422 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-30 09:07:40,423 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-30 09:07:40,423 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-30 09:07:40,424 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-30 09:07:40,425 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-30 09:07:40,426 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-30 09:07:40,426 - functest.core.singlevm - DEBUG - error: 2018-08-30 09:07:40,432 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-30 09:07:40,547 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:07:40,547 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:24 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-30 09:07:40,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-30 09:07:40,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/d2e07ecd-9928-49e3-83f8-fd8f24b6d829.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:41,559 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-899ef9ce-fda1-4f82-b544-541135539276 Content-Length: 0 Date: Thu, 30 Aug 2018 09:07:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:41,560 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/d2e07ecd-9928-49e3-83f8-fd8f24b6d829.json used request id req-899ef9ce-fda1-4f82-b544-541135539276 2018-08-30 09:07:41,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.0058619976s 2018-08-30 09:07:41,560 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/d2e07ecd-9928-49e3-83f8-fd8f24b6d829.json used request id req-899ef9ce-fda1-4f82-b544-541135539276 2018-08-30 09:07:41,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:07:41,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:41,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-aecc0b25-b8dd-4ecb-aaa6-42a842f6c2b0 Date: Thu, 30 Aug 2018 09:07:41 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:07:41,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-aecc0b25-b8dd-4ecb-aaa6-42a842f6c2b0 2018-08-30 09:07:41,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451328754425s 2018-08-30 09:07:41,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-aecc0b25-b8dd-4ecb-aaa6-42a842f6c2b0 2018-08-30 09:07:41,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:07:41,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:41,922 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:07: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-c304dcc3-2a18-40e4-aa36-81b16b94e3c9 x-compute-request-id: req-c304dcc3-2a18-40e4-aa36-81b16b94e3c9 Content-Type: application/json 2018-08-30 09:07:41,922 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a used request id req-c304dcc3-2a18-40e4-aa36-81b16b94e3c9 2018-08-30 09:07:41,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.310085058212s 2018-08-30 09:07:41,922 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a used request id req-c304dcc3-2a18-40e4-aa36-81b16b94e3c9 2018-08-30 09:07:41,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:41,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:42,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07: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-8e3df733-56b8-481d-9b55-b11a3be84efe x-compute-request-id: req-8e3df733-56b8-481d-9b55-b11a3be84efe Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:0e:a6", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:0e:a6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ef77acf3-c075-43d7-b8a8-ab7015bee10a", "rel": "bookmark"}], "image": {"id": "eaef6094-36eb-4940-a36e-2360d5c99704", "links": [{"href": "http://172.30.9.22:8774/images/eaef6094-36eb-4940-a36e-2360d5c99704", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:07:35.000000", "flavor": {"id": "2722b179-b4c4-43d1-b803-04b344cc6114", "links": [{"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "bookmark"}]}, "id": "ef77acf3-c075-43d7-b8a8-ab7015bee10a", "security_groups": [{"name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}], "user_id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:07:41Z", "hostId": "1f7fabf02f5d7c7d365bdb9d3cf78e87f9ff522506e9c0e59cd992de", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087", "name": "singlevm2-vm_efcc7080-e169-43d5-9489-1a317d7ac087", "created": "2018-08-30T09:07:27Z", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:07:42,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8e3df733-56b8-481d-9b55-b11a3be84efe 2018-08-30 09:07:42,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.736670017242s 2018-08-30 09:07:42,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8e3df733-56b8-481d-9b55-b11a3be84efe 2018-08-30 09:07:42,661 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:07:44,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:07:44,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:44,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97781f64-8ead-46c4-892b-d70135390d18 x-compute-request-id: req-97781f64-8ead-46c4-892b-d70135390d18 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-30 09:07:44,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-97781f64-8ead-46c4-892b-d70135390d18 2018-08-30 09:07:44,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0798230171204s 2018-08-30 09:07:44,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-97781f64-8ead-46c4-892b-d70135390d18 2018-08-30 09:07:44,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:07:44,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:44,791 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-0433614f-a12d-4441-86fc-3b1c46975ea4 Date: Thu, 30 Aug 2018 09:07:44 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:24Z", "updated_at": "2018-08-30T09:07:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "375a5a18-79c0-4581-b6b2-e58aafea5875", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "701d8d6c-966b-49c6-b6a0-d4e5a1f1ded4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "76f51c97-1b88-4767-b6cc-fc250b196aef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:24Z", "revision_number": 0, "id": "ecd0e5e1-dc0d-4213-be69-823a0d2ea7dc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:24Z", "security_group_id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 3, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede", "name": "singlevm2-sg_efcc7080-e169-43d5-9489-1a317d7ac087"}, {"description": "Default security group", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:17Z", "updated_at": "2018-08-30T09:07:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "4744c82d-1133-4aac-a709-a0e10382c9b1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "642f7ab5-da6f-4f33-93b7-b89e9db00058", "remote_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv4", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "9195cb74-ec69-44fb-b8a9-11199ca246ff", "remote_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:17Z", "revision_number": 0, "id": "9d9ced23-2926-4ccb-8802-c9bf1319cb68", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:17Z", "security_group_id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "port_range_min": null, "ethertype": "IPv6", "project_id": "f76dead3f5a74d86bf87120c66570d60"}], "revision_number": 1, "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "f1e0097f-2209-422a-af54-027b01c6a5f6", "name": "default"}]} 2018-08-30 09:07:44,791 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-0433614f-a12d-4441-86fc-3b1c46975ea4 2018-08-30 09:07:44,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0446271896362s 2018-08-30 09:07:44,792 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-0433614f-a12d-4441-86fc-3b1c46975ea4 2018-08-30 09:07:44,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-30 09:07:44,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:44,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3bf3cdc9-1772-4d0c-8fe3-72327a2232f1 Content-Length: 0 Date: Thu, 30 Aug 2018 09:07:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:44,983 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede.json used request id req-3bf3cdc9-1772-4d0c-8fe3-72327a2232f1 2018-08-30 09:07:44,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.187505960464s 2018-08-30 09:07:44,983 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4b83a039-e0bf-4fa7-87c4-1b4a88fe2ede.json used request id req-3bf3cdc9-1772-4d0c-8fe3-72327a2232f1 2018-08-30 09:07:44,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-30 09:07:44,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:45,061 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:07:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-795e88b5-b5be-4884-86b5-d8a9ed3a9375 x-compute-request-id: req-795e88b5-b5be-4884-86b5-d8a9ed3a9375 Content-Length: 0 Content-Type: application/json 2018-08-30 09:07:45,061 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087 used request id req-795e88b5-b5be-4884-86b5-d8a9ed3a9375 2018-08-30 09:07:45,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0776770114899s 2018-08-30 09:07:45,061 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_efcc7080-e169-43d5-9489-1a317d7ac087 used request id req-795e88b5-b5be-4884-86b5-d8a9ed3a9375 2018-08-30 09:07:45,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:07:45,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" -d '{"subnet_id": "3901350e-a9b9-49eb-a925-a102a316aa6e"}' 2018-08-30 09:07:46,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-890d1ecf-e6ec-4bbe-be5b-b6a888c02429 Date: Thu, 30 Aug 2018 09:07:46 GMT RESP BODY: {"network_id": "b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e", "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "subnet_id": "3901350e-a9b9-49eb-a925-a102a316aa6e", "subnet_ids": ["3901350e-a9b9-49eb-a925-a102a316aa6e"], "port_id": "86f0f96d-6dc6-4f99-be28-7932d9bf2ecd", "id": "6117f5c0-5ff9-4a6f-9e51-2f217f6e458e"} 2018-08-30 09:07:46,660 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e/remove_router_interface.json used request id req-890d1ecf-e6ec-4bbe-be5b-b6a888c02429 2018-08-30 09:07:46,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.59868478775s 2018-08-30 09:07:46,661 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e/remove_router_interface.json used request id req-890d1ecf-e6ec-4bbe-be5b-b6a888c02429 returning object 6117f5c0-5ff9-4a6f-9e51-2f217f6e458e 2018-08-30 09:07:46,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:07:46,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:46,773 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-16bea5d4-4c1d-4de5-ad22-91abd704843b Date: Thu, 30 Aug 2018 09:07:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.219"}]}, "description": "", "tags": [], "tenant_id": "f76dead3f5a74d86bf87120c66570d60", "created_at": "2018-08-30T09:07:18Z", "admin_state_up": true, "updated_at": "2018-08-30T09:07:46Z", "revision_number": 4, "routes": [], "project_id": "f76dead3f5a74d86bf87120c66570d60", "id": "6117f5c0-5ff9-4a6f-9e51-2f217f6e458e", "name": "singlevm2-router_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:46,773 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-16bea5d4-4c1d-4de5-ad22-91abd704843b 2018-08-30 09:07:46,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.112171888351s 2018-08-30 09:07:46,774 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-16bea5d4-4c1d-4de5-ad22-91abd704843b 2018-08-30 09:07:46,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:07:46,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:48,332 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b0966f9e-0a3a-4e2e-9cc8-509a01263649 Content-Length: 0 Date: Thu, 30 Aug 2018 09:07:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:48,332 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e.json used request id req-b0966f9e-0a3a-4e2e-9cc8-509a01263649 2018-08-30 09:07:48,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.55657792091s 2018-08-30 09:07:48,332 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6117f5c0-5ff9-4a6f-9e51-2f217f6e458e.json used request id req-b0966f9e-0a3a-4e2e-9cc8-509a01263649 2018-08-30 09:07:48,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:07:48,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:48,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b9bd4102-ddcc-46de-b5a4-785236f039d6 Date: Thu, 30 Aug 2018 09:07:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:07:17Z","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":"f76dead3f5a74d86bf87120c66570d60","id":"3901350e-a9b9-49eb-a925-a102a316aa6e","subnetpool_id":null,"name":"singlevm2-subnet_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:48,372 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b9bd4102-ddcc-46de-b5a4-785236f039d6 2018-08-30 09:07:48,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0390908718109s 2018-08-30 09:07:48,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b9bd4102-ddcc-46de-b5a4-785236f039d6 2018-08-30 09:07:48,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:07:48,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/3901350e-a9b9-49eb-a925-a102a316aa6e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:49,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c17b9bc7-0c67-4600-aef3-3fb7d98029cc Date: Thu, 30 Aug 2018 09:07:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:49,411 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3901350e-a9b9-49eb-a925-a102a316aa6e.json used request id req-c17b9bc7-0c67-4600-aef3-3fb7d98029cc 2018-08-30 09:07:49,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.03808903694s 2018-08-30 09:07:49,411 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3901350e-a9b9-49eb-a925-a102a316aa6e.json used request id req-c17b9bc7-0c67-4600-aef3-3fb7d98029cc 2018-08-30 09:07:49,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:49,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:49,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-8e91567f-bbf4-4a8e-a2c5-2f4a2bbdad08 Date: Thu, 30 Aug 2018 09:07:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:07:49Z","tenant_id":"f76dead3f5a74d86bf87120c66570d60","created_at":"2018-08-30T09:07:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f76dead3f5a74d86bf87120c66570d60","id":"b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e","name":"singlevm2-net_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:49,693 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8e91567f-bbf4-4a8e-a2c5-2f4a2bbdad08 2018-08-30 09:07:49,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.281090974808s 2018-08-30 09:07:49,693 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8e91567f-bbf4-4a8e-a2c5-2f4a2bbdad08 2018-08-30 09:07:49,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:07:49,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:50,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c090280b-9c70-4525-b5d3-c3b8fc4e40ad Date: Thu, 30 Aug 2018 09:07:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:07:50,941 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e.json used request id req-c090280b-9c70-4525-b5d3-c3b8fc4e40ad 2018-08-30 09:07:50,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24690008163s 2018-08-30 09:07:50,942 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b71f4c8a-3fd5-4c29-8fdd-f7a7fe24366e.json used request id req-c090280b-9c70-4525-b5d3-c3b8fc4e40ad 2018-08-30 09:07:50,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:07:50,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:51,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-01f0d6d7-92ac-4ceb-b257-94dccc359594 Date: Thu, 30 Aug 2018 09:07:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:07:22Z", "file": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704/file", "owner": "f76dead3f5a74d86bf87120c66570d60", "id": "eaef6094-36eb-4940-a36e-2360d5c99704", "size": 12716032, "self": "/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/eaef6094-36eb-4940-a36e-2360d5c99704/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_efcc7080-e169-43d5-9489-1a317d7ac087", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:07:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:07:51,698 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-01f0d6d7-92ac-4ceb-b257-94dccc359594 2018-08-30 09:07:51,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.752393007278s 2018-08-30 09:07:51,699 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-01f0d6d7-92ac-4ceb-b257-94dccc359594 2018-08-30 09:07:51,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:07:51,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba2420ef089002bcd63ffe3b4194d15fe834c2dd" 2018-08-30 09:07:52,141 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-09fc6933-51fb-4c83-b81a-0a1186a7bdb8 Date: Thu, 30 Aug 2018 09:07:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:07:52,141 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704 used request id req-09fc6933-51fb-4c83-b81a-0a1186a7bdb8 2018-08-30 09:07:52,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.440639019012s 2018-08-30 09:07:52,141 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/eaef6094-36eb-4940-a36e-2360d5c99704 used request id req-09fc6933-51fb-4c83-b81a-0a1186a7bdb8 2018-08-30 09:07:52,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:07:52,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:52,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-37ec4730-181b-412e-8202-bff49e33e732 x-compute-request-id: req-37ec4730-181b-412e-8202-bff49e33e732 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_efcc7080-e169-43d5-9489-1a317d7ac087", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/2722b179-b4c4-43d1-b803-04b344cc6114", "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": "2722b179-b4c4-43d1-b803-04b344cc6114"}]} 2018-08-30 09:07:52,166 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-37ec4730-181b-412e-8202-bff49e33e732 2018-08-30 09:07:52,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238678455353s 2018-08-30 09:07:52,166 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-37ec4730-181b-412e-8202-bff49e33e732 2018-08-30 09:07:52,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:07:52,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:52,223 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09: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-5d401322-8562-4957-aca0-fd5d6bee9969 x-compute-request-id: req-5d401322-8562-4957-aca0-fd5d6bee9969 Content-Length: 0 Content-Type: application/json 2018-08-30 09:07:52,224 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114 used request id req-5d401322-8562-4957-aca0-fd5d6bee9969 2018-08-30 09:07:52,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0559849739075s 2018-08-30 09:07:52,224 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/2722b179-b4c4-43d1-b803-04b344cc6114 used request id req-5d401322-8562-4957-aca0-fd5d6bee9969 2018-08-30 09:07:52,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:07:52,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:52,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57d3fb47-d733-4554-8dd2-d545f15e396e Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087", "links": {"self": "http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:07:52,443 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-57d3fb47-d733-4554-8dd2-d545f15e396e 2018-08-30 09:07:52,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218062877655s 2018-08-30 09:07:52,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-57d3fb47-d733-4554-8dd2-d545f15e396e 2018-08-30 09:07:52,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:07:52,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:52,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de8d9628-ef59-4b66-9d4d-915e9c417f26 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_efcc7080-e169-43d5-9489-1a317d7ac087", "links": {"self": "http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "df4e9e00fb0747fdae3ecb6bb2fc6750", "description": null}} 2018-08-30 09:07:52,633 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750 used request id req-de8d9628-ef59-4b66-9d4d-915e9c417f26 2018-08-30 09:07:52,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.18480181694s 2018-08-30 09:07:52,634 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750 used request id req-de8d9628-ef59-4b66-9d4d-915e9c417f26 2018-08-30 09:07:52,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-30 09:07:52,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:52,927 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:07:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-765cb7fb-878f-4782-80e5-dd98bceb701c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:07:52,927 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750 used request id req-765cb7fb-878f-4782-80e5-dd98bceb701c 2018-08-30 09:07:52,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.293354034424s 2018-08-30 09:07:52,928 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/df4e9e00fb0747fdae3ecb6bb2fc6750 used request id req-765cb7fb-878f-4782-80e5-dd98bceb701c 2018-08-30 09:07:52,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:07:52,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:53,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-584268c1-d1d6-4225-84a9-54adae01ff26 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60"}, "tags": [], "enabled": true, "id": "f76dead3f5a74d86bf87120c66570d60", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_efcc7080-e169-43d5-9489-1a317d7ac087"}]} 2018-08-30 09:07:53,126 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-584268c1-d1d6-4225-84a9-54adae01ff26 2018-08-30 09:07:53,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191675186157s 2018-08-30 09:07:53,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-584268c1-d1d6-4225-84a9-54adae01ff26 2018-08-30 09:07:53,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-30 09:07:53,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}62bbbefab23eb519a27f5d9c55a8a9df4b8e4d8a" 2018-08-30 09:07:53,435 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:07:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af078d29-4eb1-45fe-a206-aaf8a8cb7a6d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:07:53,435 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60 used request id req-af078d29-4eb1-45fe-a206-aaf8a8cb7a6d 2018-08-30 09:07:53,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.304836988449s 2018-08-30 09:07:53,435 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f76dead3f5a74d86bf87120c66570d60 used request id req-af078d29-4eb1-45fe-a206-aaf8a8cb7a6d 2018-08-30 09:07:53,489 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-30 09:07:53,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:07:53,531 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:07:53,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:07:53,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:53,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19a94af3-796c-4f24-804e-3566652725a0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:07:53,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-19a94af3-796c-4f24-804e-3566652725a0 2018-08-30 09:07:53,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:07:53,929 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:07:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["VScHJ6SVRA-jgcZvF65EKQ"], "issued_at": "2018-08-30T09:07:53.000000Z"}} 2018-08-30 09:07:53,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:53,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:54,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-0daaa23f-2561-4ffb-a5ae-ebde48933b97 Date: Thu, 30 Aug 2018 09:07:54 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:07:54,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0daaa23f-2561-4ffb-a5ae-ebde48933b97 2018-08-30 09:07:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.342236042023s 2018-08-30 09:07:54,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0daaa23f-2561-4ffb-a5ae-ebde48933b97 2018-08-30 09:07:54,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:54,283 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:07:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb7e09b7-d780-45b7-81a3-fc4efbdaf3b3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:07:54,284 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-eb7e09b7-d780-45b7-81a3-fc4efbdaf3b3 2018-08-30 09:07:54,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:07:54,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:54,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d947e54e-328c-49ab-89cd-4e86462aae85 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:07:54,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-d947e54e-328c-49ab-89cd-4e86462aae85 2018-08-30 09:07:54,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.12898516655s 2018-08-30 09:07:54,414 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-d947e54e-328c-49ab-89cd-4e86462aae85 2018-08-30 09:07:54,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-30 09:07:54,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b"}}' 2018-08-30 09:07:54,564 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:07:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-997075d7-1fe5-4576-b17d-3d247f02ef0d 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.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6"}, "tags": [], "enabled": true, "id": "27833a3c38b8452d90aba08d6b3d67c6", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b"}} 2018-08-30 09:07:54,564 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-997075d7-1fe5-4576-b17d-3d247f02ef0d 2018-08-30 09:07:54,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.14360499382s 2018-08-30 09:07:54,565 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-997075d7-1fe5-4576-b17d-3d247f02ef0d 2018-08-30 09:07:54,565 - 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'27833a3c38b8452d90aba08d6b3d67c6', '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_7d24df40-3f4e-4478-8568-b41124a8250b'}) 2018-08-30 09:07:54,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-30 09:07:54,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0edff70f-e24f-4562-9bfd-e79c759b1b26", "email": null, "name": "vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b"}}' 2018-08-30 09:07:54,948 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:07:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c94f1ee5-d817-4f3c-acdb-05a6a305ef56 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b", "links": {"self": "http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "960532766e0c46a392f6b12fe5fcb2ac", "domain_id": "default", "password_expires_at": null}} 2018-08-30 09:07:54,948 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-c94f1ee5-d817-4f3c-acdb-05a6a305ef56 2018-08-30 09:07:54,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.376950025558s 2018-08-30 09:07:54,948 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-c94f1ee5-d817-4f3c-acdb-05a6a305ef56 2018-08-30 09:07:54,949 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'960532766e0c46a392f6b12fe5fcb2ac', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b'}) 2018-08-30 09:07:54,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:07:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:55,096 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e6c701fe-120e-4e6c-be4b-f4a457c878d1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:07:55,096 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e6c701fe-120e-4e6c-be4b-f4a457c878d1 2018-08-30 09:07:55,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.143970966339s 2018-08-30 09:07:55,096 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e6c701fe-120e-4e6c-be4b-f4a457c878d1 2018-08-30 09:07:55,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:07:55,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:55,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-93978162-0305-4a17-a7a8-79818f2fcb62 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:07:55,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-93978162-0305-4a17-a7a8-79818f2fcb62 2018-08-30 09:07:55,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.174411058426s 2018-08-30 09:07:55,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-93978162-0305-4a17-a7a8-79818f2fcb62 2018-08-30 09:07:55,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:07:55,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:55,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7f3e0d5-a67f-4e96-a783-a38db60c911c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:07:55,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f7f3e0d5-a67f-4e96-a783-a38db60c911c 2018-08-30 09:07:55,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101105213165s 2018-08-30 09:07:55,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f7f3e0d5-a67f-4e96-a783-a38db60c911c 2018-08-30 09:07:55,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:07:55,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:55,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-099d9812-cda4-4437-9f5d-a146b77be139 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-30 09:07:55,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-099d9812-cda4-4437-9f5d-a146b77be139 2018-08-30 09:07:55,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184133052826s 2018-08-30 09:07:55,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-099d9812-cda4-4437-9f5d-a146b77be139 2018-08-30 09:07:55,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:07:55,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:55,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4187fb0-6f5a-4a4d-adc7-902d5c568b50 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b", "links": {"self": "http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "960532766e0c46a392f6b12fe5fcb2ac", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:07:55,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b4187fb0-6f5a-4a4d-adc7-902d5c568b50 2018-08-30 09:07:55,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201004981995s 2018-08-30 09:07:55,774 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b4187fb0-6f5a-4a4d-adc7-902d5c568b50 2018-08-30 09:07:55,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:07:55,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:55,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34bb3ce0-eb30-406e-8dda-196b9cef70d7 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6"}, "tags": [], "enabled": true, "id": "27833a3c38b8452d90aba08d6b3d67c6", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:07:55,969 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-34bb3ce0-eb30-406e-8dda-196b9cef70d7 2018-08-30 09:07:55,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183786153793s 2018-08-30 09:07:55,969 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-34bb3ce0-eb30-406e-8dda-196b9cef70d7 2018-08-30 09:07:55,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:07:55,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=960532766e0c46a392f6b12fe5fcb2ac&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=27833a3c38b8452d90aba08d6b3d67c6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:56,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf1c9733-7936-46f3-beb6-a3c3e58ff3c6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=960532766e0c46a392f6b12fe5fcb2ac&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=27833a3c38b8452d90aba08d6b3d67c6", "previous": null, "next": null}} 2018-08-30 09:07:56,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=960532766e0c46a392f6b12fe5fcb2ac&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=27833a3c38b8452d90aba08d6b3d67c6 used request id req-bf1c9733-7936-46f3-beb6-a3c3e58ff3c6 2018-08-30 09:07:56,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105745792389s 2018-08-30 09:07:56,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=960532766e0c46a392f6b12fe5fcb2ac&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=27833a3c38b8452d90aba08d6b3d67c6 used request id req-bf1c9733-7936-46f3-beb6-a3c3e58ff3c6 2018-08-30 09:07:56,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-30 09:07:56,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6/users/960532766e0c46a392f6b12fe5fcb2ac/roles/7f3211e4373f4e319084180a63f337ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:07:56,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:07:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-daae6f3a-114e-4127-83c9-bfcf00751206 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:07:56,306 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6/users/960532766e0c46a392f6b12fe5fcb2ac/roles/7f3211e4373f4e319084180a63f337ce used request id req-daae6f3a-114e-4127-83c9-bfcf00751206 2018-08-30 09:07:56,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.219826221466s 2018-08-30 09:07:56,307 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6/users/960532766e0c46a392f6b12fe5fcb2ac/roles/7f3211e4373f4e319084180a63f337ce used request id req-daae6f3a-114e-4127-83c9-bfcf00751206 2018-08-30 09:07:56,307 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 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'27833a3c38b8452d90aba08d6b3d67c6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0edff70f-e24f-4562-9bfd-e79c759b1b26', 'username': u'vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-30 09:07:56,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:07:56,309 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:07:56,310 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:07:56,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:07:56,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:07:56,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:07:56,311 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:07:56,312 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b', 'password': '0edff70f-e24f-4562-9bfd-e79c759b1b26', 'project_name': 'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '27833a3c38b8452d90aba08d6b3d67c6', 'project_domain_name': 'Default'} 2018-08-30 09:07:56,312 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-30 09:07:56,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:07:56,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:07:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f569e69f-3252-4aeb-b2d3-8f302630aaaf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:07:56,320 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f569e69f-3252-4aeb-b2d3-8f302630aaaf 2018-08-30 09:07:56,321 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:07:56,712 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:07:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "27833a3c38b8452d90aba08d6b3d67c6", "name": "vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/27833a3c38b8452d90aba08d6b3d67c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/27833a3c38b8452d90aba08d6b3d67c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/27833a3c38b8452d90aba08d6b3d67c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_27833a3c38b8452d90aba08d6b3d67c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_27833a3c38b8452d90aba08d6b3d67c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/27833a3c38b8452d90aba08d6b3d67c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/27833a3c38b8452d90aba08d6b3d67c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/27833a3c38b8452d90aba08d6b3d67c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/27833a3c38b8452d90aba08d6b3d67c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/27833a3c38b8452d90aba08d6b3d67c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/27833a3c38b8452d90aba08d6b3d67c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/27833a3c38b8452d90aba08d6b3d67c6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/27833a3c38b8452d90aba08d6b3d67c6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/27833a3c38b8452d90aba08d6b3d67c6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b", "id": "960532766e0c46a392f6b12fe5fcb2ac"}, "audit_ids": ["NB5QgtWxTUSseSC8fqL-aQ"], "issued_at": "2018-08-30T09:07:56.000000Z"}} 2018-08-30 09:07:56,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:07:56,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"network": {"name": "vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b", "admin_state_up": true}}' 2018-08-30 09:07:58,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-1b1b47d7-f914-4ac1-bedd-228fc2338aca Date: Thu, 30 Aug 2018 09:07:58 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-30T09:07:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}} 2018-08-30 09:07:58,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1b1b47d7-f914-4ac1-bedd-228fc2338aca 2018-08-30 09:07:58,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.4981648922s 2018-08-30 09:07:58,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1b1b47d7-f914-4ac1-bedd-228fc2338aca 2018-08-30 09:07:58,213 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:07:58Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e29cd8b9-6961-4588-8d68-c1b77f1fc17c', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b', u'admin_state_up': True, u'tenant_id': u'27833a3c38b8452d90aba08d6b3d67c6', u'created_at': u'2018-08-30T09:07:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'27833a3c38b8452d90aba08d6b3d67c6'}) 2018-08-30 09:07:58,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:07:58,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:07:58,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a4598ce5-163f-4490-80bc-bfc25642fff6 Date: Thu, 30 Aug 2018 09:07:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:07:58Z","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:07:58,392 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a4598ce5-163f-4490-80bc-bfc25642fff6 2018-08-30 09:07:58,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.177964925766s 2018-08-30 09:07:58,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a4598ce5-163f-4490-80bc-bfc25642fff6 2018-08-30 09:07:58,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:07:58,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"subnet": {"name": "vping_ssh-subnet_7d24df40-3f4e-4478-8568-b41124a8250b", "enable_dhcp": true, "network_id": "e29cd8b9-6961-4588-8d68-c1b77f1fc17c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:07:59,165 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f5afd2b8-bb30-4287-a672-3602247a224f Date: Thu, 30 Aug 2018 09:07:59 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:07:58Z","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":"27833a3c38b8452d90aba08d6b3d67c6","id":"38b7e313-a2c3-448c-aa73-95c7f3339f54","subnetpool_id":null,"name":"vping_ssh-subnet_7d24df40-3f4e-4478-8568-b41124a8250b"}} 2018-08-30 09:07:59,165 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f5afd2b8-bb30-4287-a672-3602247a224f 2018-08-30 09:07:59,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.771194934845s 2018-08-30 09:07:59,166 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f5afd2b8-bb30-4287-a672-3602247a224f 2018-08-30 09:07:59,166 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:07:58Z', 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'38b7e313-a2c3-448c-aa73-95c7f3339f54', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_7d24df40-3f4e-4478-8568-b41124a8250b', u'enable_dhcp': True, u'network_id': u'e29cd8b9-6961-4588-8d68-c1b77f1fc17c', u'tenant_id': u'27833a3c38b8452d90aba08d6b3d67c6', u'created_at': u'2018-08-30T09:07:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'27833a3c38b8452d90aba08d6b3d67c6'}) 2018-08-30 09:07:59,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:07:59,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "vping_ssh-router_7d24df40-3f4e-4478-8568-b41124a8250b", "admin_state_up": true}}' 2018-08-30 09:08:00,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-6914d75d-195b-4ec1-baf4-6ed3c91b1e68 Date: Thu, 30 Aug 2018 09:08:00 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:07:59Z", "admin_state_up": true, "updated_at": "2018-08-30T09:08:00Z", "revision_number": 2, "routes": [], "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "8e846831-8633-4551-9998-b47f976595bd", "name": "vping_ssh-router_7d24df40-3f4e-4478-8568-b41124a8250b"}} 2018-08-30 09:08:00,415 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-6914d75d-195b-4ec1-baf4-6ed3c91b1e68 2018-08-30 09:08:00,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.24879479408s 2018-08-30 09:08:00,416 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-6914d75d-195b-4ec1-baf4-6ed3c91b1e68 2018-08-30 09:08:00,416 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'27833a3c38b8452d90aba08d6b3d67c6', u'created_at': u'2018-08-30T09:07:59Z', u'admin_state_up': True, u'updated_at': u'2018-08-30T09:08:00Z', u'revision_number': 2, u'routes': [], u'project_id': u'27833a3c38b8452d90aba08d6b3d67c6', u'id': u'8e846831-8633-4551-9998-b47f976595bd', u'name': u'vping_ssh-router_7d24df40-3f4e-4478-8568-b41124a8250b'}) 2018-08-30 09:08:00,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:08:00,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"subnet_id": "38b7e313-a2c3-448c-aa73-95c7f3339f54"}' 2018-08-30 09:08:02,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1c264451-ac4d-461e-baef-b68feef20bec Date: Thu, 30 Aug 2018 09:08:02 GMT RESP BODY: {"network_id": "e29cd8b9-6961-4588-8d68-c1b77f1fc17c", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "subnet_id": "38b7e313-a2c3-448c-aa73-95c7f3339f54", "subnet_ids": ["38b7e313-a2c3-448c-aa73-95c7f3339f54"], "port_id": "e9be8a50-f052-4093-ad4f-d80d2f7452db", "id": "8e846831-8633-4551-9998-b47f976595bd"} 2018-08-30 09:08:02,215 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd/add_router_interface.json used request id req-1c264451-ac4d-461e-baef-b68feef20bec 2018-08-30 09:08:02,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.79826688766s 2018-08-30 09:08:02,216 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd/add_router_interface.json used request id req-1c264451-ac4d-461e-baef-b68feef20bec returning object 8e846831-8633-4551-9998-b47f976595bd 2018-08-30 09:08:02,216 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:08:02,343 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:08:02,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:08:02,349 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:08:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:08:02,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:08:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:03,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-35b06ac5-96cd-49e6-ab00-9dae3775be3a Date: Thu, 30 Aug 2018 09:08:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:08:03,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-35b06ac5-96cd-49e6-ab00-9dae3775be3a 2018-08-30 09:08:03,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.730512857437s 2018-08-30 09:08:03,083 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-35b06ac5-96cd-49e6-ab00-9dae3775be3a 2018-08-30 09:08:03,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:08:03,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b"}' 2018-08-30 09:08:03,179 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f46280e4-5557-400f-9557-680a7ff113c4 Date: Thu, 30 Aug 2018 09:08:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:08:03Z", "file": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file", "owner": "27833a3c38b8452d90aba08d6b3d67c6", "id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "size": null, "self": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "checksum": null, "created_at": "2018-08-30T09:08:03Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:08:03,180 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f46280e4-5557-400f-9557-680a7ff113c4 2018-08-30 09:08:03,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0881340503693s 2018-08-30 09:08:03,180 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f46280e4-5557-400f-9557-680a7ff113c4 returning object 1dbc159f-442a-446a-a2ce-589c536e5ce7 2018-08-30 09:08:03,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:08:03,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '' 2018-08-30 09:08:04,094 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ca6a75fe-f66c-42b5-8dfb-3e261a8a438a Date: Thu, 30 Aug 2018 09:08:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:08:04,094 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file used request id req-ca6a75fe-f66c-42b5-8dfb-3e261a8a438a 2018-08-30 09:08:04,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.913372993469s 2018-08-30 09:08:04,094 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file used request id req-ca6a75fe-f66c-42b5-8dfb-3e261a8a438a 2018-08-30 09:08:04,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:08:04,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:04,134 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-7bef18d2-08d3-447d-8a9f-69eefb4ae301 Date: Thu, 30 Aug 2018 09:08:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:08:04Z", "file": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file", "owner": "27833a3c38b8452d90aba08d6b3d67c6", "id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "size": 12716032, "self": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:08:03Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:08:04,134 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7bef18d2-08d3-447d-8a9f-69eefb4ae301 2018-08-30 09:08:04,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0357909202576s 2018-08-30 09:08:04,135 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7bef18d2-08d3-447d-8a9f-69eefb4ae301 2018-08-30 09:08:04,136 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file', 'owner': u'27833a3c38b8452d90aba08d6b3d67c6', 'id': u'1dbc159f-442a-446a-a2ce-589c536e5ce7', 'size': 12716032, u'self': u'/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': 'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:08:04Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:08:04Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b', 'created': u'2018-08-30T09:08:03Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:08:03Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:08:04,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:08:04,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_7d24df40-3f4e-4478-8568-b41124a8250b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:08:04,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-f53432b1-6196-418b-9b6c-24d6ffeb57ba x-compute-request-id: req-f53432b1-6196-418b-9b6c-24d6ffeb57ba Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_7d24df40-3f4e-4478-8568-b41124a8250b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "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": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d"}} 2018-08-30 09:08:04,585 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f53432b1-6196-418b-9b6c-24d6ffeb57ba 2018-08-30 09:08:04,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.448200941086s 2018-08-30 09:08:04,586 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f53432b1-6196-418b-9b6c-24d6ffeb57ba 2018-08-30 09:08:04,587 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_7d24df40-3f4e-4478-8568-b41124a8250b', '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'f43bf52986b74b40be2254c0cc19dd66', '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'1cc0fdec-40a9-4aaf-bb23-2256e58de54d', 'swap': 0}) 2018-08-30 09:08:04,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:08:04,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" -d '{"extra_specs": {}}' 2018-08-30 09:08:04,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-2871cc8e-ba48-4c87-804e-761fc7ac3dc8 x-compute-request-id: req-2871cc8e-ba48-4c87-804e-761fc7ac3dc8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:08:04,610 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d/os-extra_specs used request id req-2871cc8e-ba48-4c87-804e-761fc7ac3dc8 2018-08-30 09:08:04,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022745847702s 2018-08-30 09:08:04,610 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d/os-extra_specs used request id req-2871cc8e-ba48-4c87-804e-761fc7ac3dc8 2018-08-30 09:08:04,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-30 09:08:04,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"keypair": {"name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b"}}' 2018-08-30 09:08:05,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-c9a616c7-5121-4686-83ae-67995e01d48a x-compute-request-id: req-c9a616c7-5121-4686-83ae-67995e01d48a Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpY1mSj+2lRhlGNFr1PngJcvhicAz+jzDiSC3TqWNyHyXS7Yxjb2i92Mwa+PBaQ+DGEv3kiPnmxrkvPBbcwnXrV6Ds5TNAnr/4HudyFt6zAVmLVLTyBy7D2S+KaPLk203xrJzqyAJgCq1w1M+gxDErw5vM37hfXw6kCRb/S5f8EWmG5j3iakJvDTdrj8k//BFOFO/Lj0fIzrf7VZm/GRiUf8aTKmSDoObq8VYQTHuTfWzckxoDoSt+/E1o4mYxLJ++xxYpH+F7RA92tRkBAq+6Tv4n+1suyPy7InT2IQvXLTEzkAOr1vEGZ4SJQt8AMMcHFign+xZXeVHXs7Mle9mB Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6WNZko/tpUYZRjRa9T54CXL4YnAM/o8w4kgt06ljch8l0u2M\nY29ovdjMGvjwWkPgxhL95Ij55sa5LzwW3MJ161eg7OUzQJ6/+B7nchbeswFZi1S0\n8gcuw9kvimjy5NtN8ayc6sgCYAqtcNTPoMQxK8ObzN+4X18OpAkW/0uX/BFphuY9\n4mpCbw03a4/JP/wRThTvy49HyM63+1WZvxkYlH/Gkypkg6Dm6vFWEEx7k31s3JMa\nA6ErfvxNaOJmMSyfvscWKR/he0QPdrUZAQKvuk7+J/tbLsj8uyJ09iEL1y0xM5AD\nq9bxBmeEiULfADDHBxYoJ/sWV3lR17OzJXvZgQIDAQABAoIBAAPPeXDpJKokINmC\nlVGXuYH9/Iwu5Cdr0xJ+tzDTfSop1AZDlp0w/nbLCVoPYm022n6hZL/MdLgN2owo\n4P6tthsnjRsRCustLFkyt/im4u/tP7cEpQemkl7kNuB9oimWYwllFhLHPTKwOfCz\nqMgpK9xZDzwjEvGLrcOD2npEk7Cr2B91f/mQDtb1wT0a+48Vgo1tbFvn1V7RhvbK\nqLVnWnIVUP9c2M/xOxBaNbzJ3bNr3CllBCE4VDcwbaxphEZxIRd1Uur2SffvwHAV\n/TUDockrg+c4yRCapu94vwYaOIy8LmvsQzwKr5zX8crhSLab39x3IEdB+5MMUkNm\nyAJ+FjkCgYEA+a9Us9Gj/K7BzVePRyy34/8uVPwBN/vueRT9n97RliYxLuOEv+tK\nUBisiUPasJSelfQmjaY8cEuXH5wbf6HPOU6n1LyNIiGZ/Bpci/PcDIe85DrNTek8\nc1kbNtQictdtvPX6CwiTlliw7aL0YJTLX+NOXUAisbsI8hznIjdtD+cCgYEA70p/\n+FiK13OXcvbCnz+C8rTT/oATvNzuLKPr9B54Wl8NQd8OZMPfM2Ri7J6aWUgvznkh\nDvCpxV1ZfQfTp+LEY+emGpjJEwjdL6Ggfu9Ia3/G9WI/sBv8ne3T7JV+rk2RuCnN\nresOzSdb//kwcgEHBmaI7jkg7Td/2dCPdVmyvlcCgYEAviru7WI/bwW/L+F/i+sg\nR/OkWy/w0a39DJWTMj9oC98c2KSLCA1x9R1F0+otVw5q1rU04+/32mOIP5gLTaN1\nDCW/KAVPzO4gtOVzFVjvgU+k64NpuOxqkUQNuS3K6wLvXttNzTeECR+V6fiR/jl1\nyJt8pQNjKVDV2GlxFRt34oMCgYEA4i3vC9TVV5Tg4D+x8khcBAE8KGDzRx8k2XkP\nvC1Y4ULbCxpFRqWFwdPvVW0Mw7thxK3lu3NrZSw5O988BoJn027QKG+mD6HfP/hr\n9c9DCqk6bBKz1Eh/3N9B42vi0+pqBEMvMGbwFKZRZYAqdHfYJgqg/1tsbgx5gm6K\nSwe/1f0CgYB3oLubd/yaogAb95eWpACMvX/dIO2ozq8a/uXyDNFtWxmWSch0jNI0\nSxksbvH8Sa4+7j3865n+hCTGeBNyWLduOue/2NcSkNmCDXlyGaOqFxJltG1roYON\nIsfHntiOti8lrEbxSufm2ovrLddwIyoO/wID+cS8zeQDEhUS+NdPnQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "fingerprint": "04:fc:36:3c:d1:ba:dc:dc:e9:fc:56:49:f6:13:2e:d4"}} 2018-08-30 09:08:05,058 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c9a616c7-5121-4686-83ae-67995e01d48a 2018-08-30 09:08:05,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.447280883789s 2018-08-30 09:08:05,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c9a616c7-5121-4686-83ae-67995e01d48a 2018-08-30 09:08:05,059 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpY1mSj+2lRhlGNFr1PngJcvhicAz+jzDiSC3TqWNyHyXS7Yxjb2i92Mwa+PBaQ+DGEv3kiPnmxrkvPBbcwnXrV6Ds5TNAnr/4HudyFt6zAVmLVLTyBy7D2S+KaPLk203xrJzqyAJgCq1w1M+gxDErw5vM37hfXw6kCRb/S5f8EWmG5j3iakJvDTdrj8k//BFOFO/Lj0fIzrf7VZm/GRiUf8aTKmSDoObq8VYQTHuTfWzckxoDoSt+/E1o4mYxLJ++xxYpH+F7RA92tRkBAq+6Tv4n+1suyPy7InT2IQvXLTEzkAOr1vEGZ4SJQt8AMMcHFign+xZXeVHXs7Mle9mB Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA6WNZko/tpUYZRjRa9T54CXL4YnAM/o8w4kgt06ljch8l0u2M\nY29ovdjMGvjwWkPgxhL95Ij55sa5LzwW3MJ161eg7OUzQJ6/+B7nchbeswFZi1S0\n8gcuw9kvimjy5NtN8ayc6sgCYAqtcNTPoMQxK8ObzN+4X18OpAkW/0uX/BFphuY9\n4mpCbw03a4/JP/wRThTvy49HyM63+1WZvxkYlH/Gkypkg6Dm6vFWEEx7k31s3JMa\nA6ErfvxNaOJmMSyfvscWKR/he0QPdrUZAQKvuk7+J/tbLsj8uyJ09iEL1y0xM5AD\nq9bxBmeEiULfADDHBxYoJ/sWV3lR17OzJXvZgQIDAQABAoIBAAPPeXDpJKokINmC\nlVGXuYH9/Iwu5Cdr0xJ+tzDTfSop1AZDlp0w/nbLCVoPYm022n6hZL/MdLgN2owo\n4P6tthsnjRsRCustLFkyt/im4u/tP7cEpQemkl7kNuB9oimWYwllFhLHPTKwOfCz\nqMgpK9xZDzwjEvGLrcOD2npEk7Cr2B91f/mQDtb1wT0a+48Vgo1tbFvn1V7RhvbK\nqLVnWnIVUP9c2M/xOxBaNbzJ3bNr3CllBCE4VDcwbaxphEZxIRd1Uur2SffvwHAV\n/TUDockrg+c4yRCapu94vwYaOIy8LmvsQzwKr5zX8crhSLab39x3IEdB+5MMUkNm\nyAJ+FjkCgYEA+a9Us9Gj/K7BzVePRyy34/8uVPwBN/vueRT9n97RliYxLuOEv+tK\nUBisiUPasJSelfQmjaY8cEuXH5wbf6HPOU6n1LyNIiGZ/Bpci/PcDIe85DrNTek8\nc1kbNtQictdtvPX6CwiTlliw7aL0YJTLX+NOXUAisbsI8hznIjdtD+cCgYEA70p/\n+FiK13OXcvbCnz+C8rTT/oATvNzuLKPr9B54Wl8NQd8OZMPfM2Ri7J6aWUgvznkh\nDvCpxV1ZfQfTp+LEY+emGpjJEwjdL6Ggfu9Ia3/G9WI/sBv8ne3T7JV+rk2RuCnN\nresOzSdb//kwcgEHBmaI7jkg7Td/2dCPdVmyvlcCgYEAviru7WI/bwW/L+F/i+sg\nR/OkWy/w0a39DJWTMj9oC98c2KSLCA1x9R1F0+otVw5q1rU04+/32mOIP5gLTaN1\nDCW/KAVPzO4gtOVzFVjvgU+k64NpuOxqkUQNuS3K6wLvXttNzTeECR+V6fiR/jl1\nyJt8pQNjKVDV2GlxFRt34oMCgYEA4i3vC9TVV5Tg4D+x8khcBAE8KGDzRx8k2XkP\nvC1Y4ULbCxpFRqWFwdPvVW0Mw7thxK3lu3NrZSw5O988BoJn027QKG+mD6HfP/hr\n9c9DCqk6bBKz1Eh/3N9B42vi0+pqBEMvMGbwFKZRZYAqdHfYJgqg/1tsbgx5gm6K\nSwe/1f0CgYB3oLubd/yaogAb95eWpACMvX/dIO2ozq8a/uXyDNFtWxmWSch0jNI0\nSxksbvH8Sa4+7j3865n+hCTGeBNyWLduOue/2NcSkNmCDXlyGaOqFxJltG1roYON\nIsfHntiOti8lrEbxSufm2ovrLddwIyoO/wID+cS8zeQDEhUS+NdPnQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'960532766e0c46a392f6b12fe5fcb2ac', 'name': u'vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b', 'created_at': '2018-08-30T09:08:05.059843', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': 'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'04:fc:36:3c:d1:ba:dc:dc:e9:fc:56:49:f6:13:2e:d4', 'type': 'ssh', 'id': u'vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b'}) 2018-08-30 09:08:05,060 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA6WNZko/tpUYZRjRa9T54CXL4YnAM/o8w4kgt06ljch8l0u2M Y29ovdjMGvjwWkPgxhL95Ij55sa5LzwW3MJ161eg7OUzQJ6/+B7nchbeswFZi1S0 8gcuw9kvimjy5NtN8ayc6sgCYAqtcNTPoMQxK8ObzN+4X18OpAkW/0uX/BFphuY9 4mpCbw03a4/JP/wRThTvy49HyM63+1WZvxkYlH/Gkypkg6Dm6vFWEEx7k31s3JMa A6ErfvxNaOJmMSyfvscWKR/he0QPdrUZAQKvuk7+J/tbLsj8uyJ09iEL1y0xM5AD q9bxBmeEiULfADDHBxYoJ/sWV3lR17OzJXvZgQIDAQABAoIBAAPPeXDpJKokINmC lVGXuYH9/Iwu5Cdr0xJ+tzDTfSop1AZDlp0w/nbLCVoPYm022n6hZL/MdLgN2owo 4P6tthsnjRsRCustLFkyt/im4u/tP7cEpQemkl7kNuB9oimWYwllFhLHPTKwOfCz qMgpK9xZDzwjEvGLrcOD2npEk7Cr2B91f/mQDtb1wT0a+48Vgo1tbFvn1V7RhvbK qLVnWnIVUP9c2M/xOxBaNbzJ3bNr3CllBCE4VDcwbaxphEZxIRd1Uur2SffvwHAV /TUDockrg+c4yRCapu94vwYaOIy8LmvsQzwKr5zX8crhSLab39x3IEdB+5MMUkNm yAJ+FjkCgYEA+a9Us9Gj/K7BzVePRyy34/8uVPwBN/vueRT9n97RliYxLuOEv+tK UBisiUPasJSelfQmjaY8cEuXH5wbf6HPOU6n1LyNIiGZ/Bpci/PcDIe85DrNTek8 c1kbNtQictdtvPX6CwiTlliw7aL0YJTLX+NOXUAisbsI8hznIjdtD+cCgYEA70p/ +FiK13OXcvbCnz+C8rTT/oATvNzuLKPr9B54Wl8NQd8OZMPfM2Ri7J6aWUgvznkh DvCpxV1ZfQfTp+LEY+emGpjJEwjdL6Ggfu9Ia3/G9WI/sBv8ne3T7JV+rk2RuCnN resOzSdb//kwcgEHBmaI7jkg7Td/2dCPdVmyvlcCgYEAviru7WI/bwW/L+F/i+sg R/OkWy/w0a39DJWTMj9oC98c2KSLCA1x9R1F0+otVw5q1rU04+/32mOIP5gLTaN1 DCW/KAVPzO4gtOVzFVjvgU+k64NpuOxqkUQNuS3K6wLvXttNzTeECR+V6fiR/jl1 yJt8pQNjKVDV2GlxFRt34oMCgYEA4i3vC9TVV5Tg4D+x8khcBAE8KGDzRx8k2XkP vC1Y4ULbCxpFRqWFwdPvVW0Mw7thxK3lu3NrZSw5O988BoJn027QKG+mD6HfP/hr 9c9DCqk6bBKz1Eh/3N9B42vi0+pqBEMvMGbwFKZRZYAqdHfYJgqg/1tsbgx5gm6K Swe/1f0CgYB3oLubd/yaogAb95eWpACMvX/dIO2ozq8a/uXyDNFtWxmWSch0jNI0 SxksbvH8Sa4+7j3865n+hCTGeBNyWLduOue/2NcSkNmCDXlyGaOqFxJltG1roYON IsfHntiOti8lrEbxSufm2ovrLddwIyoO/wID+cS8zeQDEhUS+NdPnQ== -----END RSA PRIVATE KEY----- 2018-08-30 09:08:05,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-30 09:08:05,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"security_group": {"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-30 09:08:05,252 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-31b60ad2-30f8-4c64-8744-645a508f8280 Date: Thu, 30 Aug 2018 09:08:05 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:05Z", "updated_at": "2018-08-30T09:08:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "3091155f-bb59-474d-aeea-cd37ed270a64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "fb1b9919-c0e5-42b3-9655-43e410f90702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 1, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "486ff154-400a-42b6-935b-f1955395516e", "name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}} 2018-08-30 09:08:05,252 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-31b60ad2-30f8-4c64-8744-645a508f8280 2018-08-30 09:08:05,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.189315795898s 2018-08-30 09:08:05,253 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-31b60ad2-30f8-4c64-8744-645a508f8280 2018-08-30 09:08:05,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:08:05,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:05,335 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-46b8f68c-7117-4981-8367-adc1e378f89b Date: Thu, 30 Aug 2018 09:08:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:05Z", "updated_at": "2018-08-30T09:08:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "3091155f-bb59-474d-aeea-cd37ed270a64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "fb1b9919-c0e5-42b3-9655-43e410f90702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 1, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "486ff154-400a-42b6-935b-f1955395516e", "name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}, {"description": "Default security group", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:07:57Z", "updated_at": "2018-08-30T09:07:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "2b5668a4-8294-4e54-b5b4-21947120e046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "68671674-4075-408e-9c9f-b1c2b444f61c", "remote_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "8170386e-b5f2-462c-9475-aa4efb27bad6", "remote_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "cbb0d6b8-2d58-428c-a5be-ba5e6b291c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 1, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "name": "default"}]} 2018-08-30 09:08:05,335 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-46b8f68c-7117-4981-8367-adc1e378f89b 2018-08-30 09:08:05,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0781211853027s 2018-08-30 09:08:05,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-46b8f68c-7117-4981-8367-adc1e378f89b 2018-08-30 09:08:05,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:08:05,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -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": "486ff154-400a-42b6-935b-f1955395516e"}}' 2018-08-30 09:08:05,657 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-99740508-511f-4d59-ae7e-2b9174b46297 Date: Thu, 30 Aug 2018 09:08:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "port_range_min": 22, "revision_number": 0, "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:05Z", "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "3d29d98f-13e8-48dd-b79a-a9eca52aca44"}} 2018-08-30 09:08:05,657 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-99740508-511f-4d59-ae7e-2b9174b46297 2018-08-30 09:08:05,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.31741309166s 2018-08-30 09:08:05,657 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-99740508-511f-4d59-ae7e-2b9174b46297 2018-08-30 09:08:05,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:08:05,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:05,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-197b8702-9523-4764-8d89-354bf1f4e935 Date: Thu, 30 Aug 2018 09:08:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:05Z", "updated_at": "2018-08-30T09:08:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "3091155f-bb59-474d-aeea-cd37ed270a64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "3d29d98f-13e8-48dd-b79a-a9eca52aca44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "fb1b9919-c0e5-42b3-9655-43e410f90702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 2, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "486ff154-400a-42b6-935b-f1955395516e", "name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}, {"description": "Default security group", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:07:57Z", "updated_at": "2018-08-30T09:07:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "2b5668a4-8294-4e54-b5b4-21947120e046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "68671674-4075-408e-9c9f-b1c2b444f61c", "remote_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "8170386e-b5f2-462c-9475-aa4efb27bad6", "remote_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "cbb0d6b8-2d58-428c-a5be-ba5e6b291c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 1, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "name": "default"}]} 2018-08-30 09:08:05,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-197b8702-9523-4764-8d89-354bf1f4e935 2018-08-30 09:08:05,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0448780059814s 2018-08-30 09:08:05,705 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-197b8702-9523-4764-8d89-354bf1f4e935 2018-08-30 09:08:05,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:08:05,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -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": "486ff154-400a-42b6-935b-f1955395516e"}}' 2018-08-30 09:08:05,845 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-5773ad6b-2d8a-41ed-b634-5c648e75c985 Date: Thu, 30 Aug 2018 09:08:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "port_range_min": null, "revision_number": 0, "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:05Z", "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "da2c440b-e048-4999-82b9-72ceba05ea4d"}} 2018-08-30 09:08:05,845 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-5773ad6b-2d8a-41ed-b634-5c648e75c985 2018-08-30 09:08:05,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.137844085693s 2018-08-30 09:08:05,846 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-5773ad6b-2d8a-41ed-b634-5c648e75c985 2018-08-30 09:08:05,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:08:05,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:05,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-c0de778b-ad04-4eac-a33d-ee8cb8ad0d4f Date: Thu, 30 Aug 2018 09:08:05 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b7e313-a2c3-448c-aa73-95c7f3339f54"],"updated_at":"2018-08-30T09:07:58Z","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:05,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c0de778b-ad04-4eac-a33d-ee8cb8ad0d4f 2018-08-30 09:08:05,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101706027985s 2018-08-30 09:08:05,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c0de778b-ad04-4eac-a33d-ee8cb8ad0d4f 2018-08-30 09:08:05,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:08:05,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:05,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8fb0703e-f6a5-44d0-9275-a69850f21966 Date: Thu, 30 Aug 2018 09:08:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:08:04Z", "file": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file", "owner": "27833a3c38b8452d90aba08d6b3d67c6", "id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "size": 12716032, "self": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:08:03Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:08:05,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8fb0703e-f6a5-44d0-9275-a69850f21966 2018-08-30 09:08:05,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0353169441223s 2018-08-30 09:08:05,989 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8fb0703e-f6a5-44d0-9275-a69850f21966 2018-08-30 09:08:05,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:08:05,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:06,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-ac1da395-1121-4a40-b0af-976848feb08e x-compute-request-id: req-ac1da395-1121-4a40-b0af-976848feb08e Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_7d24df40-3f4e-4478-8568-b41124a8250b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "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": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d"}]} 2018-08-30 09:08:06,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ac1da395-1121-4a40-b0af-976848feb08e 2018-08-30 09:08:06,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230751037598s 2018-08-30 09:08:06,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ac1da395-1121-4a40-b0af-976848feb08e 2018-08-30 09:08:06,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:08:06,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"server": {"name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "imageRef": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "flavorRef": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e29cd8b9-6961-4588-8d68-c1b77f1fc17c"}], "security_groups": [{"name": "486ff154-400a-42b6-935b-f1955395516e"}]}}' 2018-08-30 09:08:08,007 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:08: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-3d4850f0-be7e-44b8-986e-eb57c5bac114 x-compute-request-id: req-3d4850f0-be7e-44b8-986e-eb57c5bac114 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "486ff154-400a-42b6-935b-f1955395516e"}], "OS-DCF:diskConfig": "MANUAL", "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "adminPass": "Wp3gJY6XhbW3"}} 2018-08-30 09:08:08,008 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-3d4850f0-be7e-44b8-986e-eb57c5bac114 2018-08-30 09:08:08,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.9920668602s 2018-08-30 09:08:08,008 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-3d4850f0-be7e-44b8-986e-eb57c5bac114 2018-08-30 09:08:08,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:08,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:08,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-5196b340-efce-4af0-8e70-808ac48bdf83 x-compute-request-id: req-5196b340-efce-4af0-8e70-808ac48bdf83 Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:08,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5196b340-efce-4af0-8e70-808ac48bdf83 2018-08-30 09:08:08,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631294965744s 2018-08-30 09:08:08,640 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5196b340-efce-4af0-8e70-808ac48bdf83 2018-08-30 09:08:08,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:08:08,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:08,726 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-2e84c2e8-6dc4-48ae-bedf-a9084c37da47 Date: Thu, 30 Aug 2018 09:08: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b7e313-a2c3-448c-aa73-95c7f3339f54"],"updated_at":"2018-08-30T09:07:58Z","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:08,726 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2e84c2e8-6dc4-48ae-bedf-a9084c37da47 2018-08-30 09:08:08,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0817649364471s 2018-08-30 09:08:08,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2e84c2e8-6dc4-48ae-bedf-a9084c37da47 2018-08-30 09:08:08,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:08:08,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:08,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-97d7c9f4-ab06-4535-8f47-258dbad7294b Date: Thu, 30 Aug 2018 09:08:08 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:07:58Z","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":"27833a3c38b8452d90aba08d6b3d67c6","id":"38b7e313-a2c3-448c-aa73-95c7f3339f54","subnetpool_id":null,"name":"vping_ssh-subnet_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:08,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-97d7c9f4-ab06-4535-8f47-258dbad7294b 2018-08-30 09:08:08,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0632560253143s 2018-08-30 09:08:08,791 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-97d7c9f4-ab06-4535-8f47-258dbad7294b 2018-08-30 09:08:08,791 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:10,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:10,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:11,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-031d4ac8-c46a-4d40-bf54-9f687b91067e x-compute-request-id: req-031d4ac8-c46a-4d40-bf54-9f687b91067e Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:10Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:11,405 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-031d4ac8-c46a-4d40-bf54-9f687b91067e 2018-08-30 09:08:11,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611259937286s 2018-08-30 09:08:11,406 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-031d4ac8-c46a-4d40-bf54-9f687b91067e 2018-08-30 09:08:11,410 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:13,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:13,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:14,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-9aab1272-e84e-4690-98bc-dca7e5cca183 x-compute-request-id: req-9aab1272-e84e-4690-98bc-dca7e5cca183 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.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:10Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:14,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9aab1272-e84e-4690-98bc-dca7e5cca183 2018-08-30 09:08:14,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669174909592s 2018-08-30 09:08:14,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9aab1272-e84e-4690-98bc-dca7e5cca183 2018-08-30 09:08:14,085 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:16,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:16,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:16,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-b983afc4-326e-488b-9cb5-17a518e8f115 x-compute-request-id: req-b983afc4-326e-488b-9cb5-17a518e8f115 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:15Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:16,428 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b983afc4-326e-488b-9cb5-17a518e8f115 2018-08-30 09:08:16,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.340283870697s 2018-08-30 09:08:16,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b983afc4-326e-488b-9cb5-17a518e8f115 2018-08-30 09:08:16,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:08:16,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=12d4e750-2c8a-4dd5-85d6-3c018f473ad7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:16,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-bcfc0145-002d-4984-9e1e-2d4baae66d77 Date: Thu, 30 Aug 2018 09:08:16 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:08:11Z","admin_state_up":true,"updated_at":"2018-08-30T09:08:15Z","binding:vnic_type":"normal","device_id":"12d4e750-2c8a-4dd5-85d6-3c018f473ad7","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1b:a0:0e","id":"66c62d1a-6862-44a6-bee2-c1ae1d6fdff3","port_security_enabled":true,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","fixed_ips":[{"subnet_id":"38b7e313-a2c3-448c-aa73-95c7f3339f54","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["486ff154-400a-42b6-935b-f1955395516e"],"name":""}]} 2018-08-30 09:08:16,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=12d4e750-2c8a-4dd5-85d6-3c018f473ad7 used request id req-bcfc0145-002d-4984-9e1e-2d4baae66d77 2018-08-30 09:08:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0670499801636s 2018-08-30 09:08:16,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=12d4e750-2c8a-4dd5-85d6-3c018f473ad7 used request id req-bcfc0145-002d-4984-9e1e-2d4baae66d77 2018-08-30 09:08:16,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:08:16,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=66c62d1a-6862-44a6-bee2-c1ae1d6fdff3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:16,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ef948d96-365c-49b4-ac50-bd20c1f6810c Date: Thu, 30 Aug 2018 09:08:16 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:08:16,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=66c62d1a-6862-44a6-bee2-c1ae1d6fdff3 used request id req-ef948d96-365c-49b4-ac50-bd20c1f6810c 2018-08-30 09:08:16,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0458838939667s 2018-08-30 09:08:16,551 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=66c62d1a-6862-44a6-bee2-c1ae1d6fdff3 used request id req-ef948d96-365c-49b4-ac50-bd20c1f6810c 2018-08-30 09:08:16,551 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1b:a0:0e', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'1dbc159f-442a-446a-a2ce-589c536e5ce7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:08:15.000000', 'flavor': Munch({u'id': u'1cc0fdec-40a9-4aaf-bb23-2256e58de54d'}), 'az': u'nova', 'id': u'12d4e750-2c8a-4dd5-85d6-3c018f473ad7', 'security_groups': [Munch({u'name': u'vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'960532766e0c46a392f6b12fe5fcb2ac', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': 'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:08:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:08:15Z', 'hostId': u'8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:08:15.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': u'vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b', 'adminPass': u'Wp3gJY6XhbW3', 'tenant_id': u'27833a3c38b8452d90aba08d6b3d67c6', 'created_at': u'2018-08-30T09:08:07Z', 'created': u'2018-08-30T09:08:07Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:08:16,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:08:16,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:16,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-e6e28bc5-8e73-4ed8-a02f-5f5063e9abe0 Date: Thu, 30 Aug 2018 09:08:16 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b7e313-a2c3-448c-aa73-95c7f3339f54"],"updated_at":"2018-08-30T09:07:58Z","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:16,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e6e28bc5-8e73-4ed8-a02f-5f5063e9abe0 2018-08-30 09:08:16,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0877680778503s 2018-08-30 09:08:16,640 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e6e28bc5-8e73-4ed8-a02f-5f5063e9abe0 2018-08-30 09:08:16,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:08:16,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:16,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0c9eca39-dd11-4bf1-a893-c6d570c465c5 Date: Thu, 30 Aug 2018 09:08:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:08:04Z", "file": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file", "owner": "27833a3c38b8452d90aba08d6b3d67c6", "id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "size": 12716032, "self": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:08:03Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:08:16,948 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0c9eca39-dd11-4bf1-a893-c6d570c465c5 2018-08-30 09:08:16,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303067922592s 2018-08-30 09:08:16,948 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0c9eca39-dd11-4bf1-a893-c6d570c465c5 2018-08-30 09:08:16,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:08:16,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:16,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-548742e2-fa46-4e19-aca9-e0fa8613735d x-compute-request-id: req-548742e2-fa46-4e19-aca9-e0fa8613735d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_7d24df40-3f4e-4478-8568-b41124a8250b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "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": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d"}]} 2018-08-30 09:08:16,984 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-548742e2-fa46-4e19-aca9-e0fa8613735d 2018-08-30 09:08:16,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0343999862671s 2018-08-30 09:08:16,985 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-548742e2-fa46-4e19-aca9-e0fa8613735d 2018-08-30 09:08:16,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:08:16,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"server": {"name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "imageRef": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "flavorRef": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e29cd8b9-6961-4588-8d68-c1b77f1fc17c"}], "security_groups": [{"name": "486ff154-400a-42b6-935b-f1955395516e"}]}}' 2018-08-30 09:08:19,102 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:08: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-62cf1811-588b-4a68-8bc2-2e3c50cc3093 x-compute-request-id: req-62cf1811-588b-4a68-8bc2-2e3c50cc3093 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "486ff154-400a-42b6-935b-f1955395516e"}], "OS-DCF:diskConfig": "MANUAL", "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "adminPass": "bhbc4gyJNjFt"}} 2018-08-30 09:08:19,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-62cf1811-588b-4a68-8bc2-2e3c50cc3093 2018-08-30 09:08:19,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.11632204056s 2018-08-30 09:08:19,102 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-62cf1811-588b-4a68-8bc2-2e3c50cc3093 2018-08-30 09:08:19,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:19,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:19,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-5b25498b-d552-40b2-9886-a999a6383b27 x-compute-request-id: req-5b25498b-d552-40b2-9886-a999a6383b27 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:15Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:19,552 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5b25498b-d552-40b2-9886-a999a6383b27 2018-08-30 09:08:19,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.448945999146s 2018-08-30 09:08:19,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5b25498b-d552-40b2-9886-a999a6383b27 2018-08-30 09:08:19,557 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:21,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:21,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:22,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-757ba009-b801-47e7-a7eb-f4cb04b0ba81 x-compute-request-id: req-757ba009-b801-47e7-a7eb-f4cb04b0ba81 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:21Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:15Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:22,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-757ba009-b801-47e7-a7eb-f4cb04b0ba81 2018-08-30 09:08:22,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480455875397s 2018-08-30 09:08:22,040 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-757ba009-b801-47e7-a7eb-f4cb04b0ba81 2018-08-30 09:08:22,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:24,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:24,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:25,105 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-b33ab5e7-2581-4a24-8106-af06cc14cc64 x-compute-request-id: req-b33ab5e7-2581-4a24-8106-af06cc14cc64 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:22Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:15Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:25,105 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b33ab5e7-2581-4a24-8106-af06cc14cc64 2018-08-30 09:08:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05777287483s 2018-08-30 09:08:25,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b33ab5e7-2581-4a24-8106-af06cc14cc64 2018-08-30 09:08:25,110 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:27,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:27,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:27,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-450f8a6d-d589-428b-8595-68c2190bba02 x-compute-request-id: req-450f8a6d-d589-428b-8595-68c2190bba02 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:08:22Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:15Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:27,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-450f8a6d-d589-428b-8595-68c2190bba02 2018-08-30 09:08:27,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711999177933s 2018-08-30 09:08:27,825 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-450f8a6d-d589-428b-8595-68c2190bba02 2018-08-30 09:08:27,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:29,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:29,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:30,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-04521f6a-2c1d-4c81-9318-d7e2e7e80112 x-compute-request-id: req-04521f6a-2c1d-4c81-9318-d7e2e7e80112 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:27.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:27Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:15Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:30,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-04521f6a-2c1d-4c81-9318-d7e2e7e80112 2018-08-30 09:08:30,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192729949951s 2018-08-30 09:08:30,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-04521f6a-2c1d-4c81-9318-d7e2e7e80112 2018-08-30 09:08:30,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:08:30,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=e4d44700-06b3-4d86-b524-d0a6264f941c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:30,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-8c1d0dcb-908c-4d9b-bd26-bc82d82a4970 Date: Thu, 30 Aug 2018 09:08:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:08:22Z","admin_state_up":true,"updated_at":"2018-08-30T09:08:27Z","binding:vnic_type":"normal","device_id":"e4d44700-06b3-4d86-b524-d0a6264f941c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:10:0e:93","id":"4b025853-5ce1-49e0-aa2c-e036ce92da21","port_security_enabled":true,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","fixed_ips":[{"subnet_id":"38b7e313-a2c3-448c-aa73-95c7f3339f54","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["486ff154-400a-42b6-935b-f1955395516e"],"name":""}]} 2018-08-30 09:08:30,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e4d44700-06b3-4d86-b524-d0a6264f941c used request id req-8c1d0dcb-908c-4d9b-bd26-bc82d82a4970 2018-08-30 09:08:30,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0524749755859s 2018-08-30 09:08:30,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e4d44700-06b3-4d86-b524-d0a6264f941c used request id req-8c1d0dcb-908c-4d9b-bd26-bc82d82a4970 2018-08-30 09:08:30,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:08:30,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=4b025853-5ce1-49e0-aa2c-e036ce92da21" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:30,136 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8b2adae0-2653-48ff-b883-cd0c762a6a68 Date: Thu, 30 Aug 2018 09:08:30 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:08:30,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=4b025853-5ce1-49e0-aa2c-e036ce92da21 used request id req-8b2adae0-2653-48ff-b883-cd0c762a6a68 2018-08-30 09:08:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0473868846893s 2018-08-30 09:08:30,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=4b025853-5ce1-49e0-aa2c-e036ce92da21 used request id req-8b2adae0-2653-48ff-b883-cd0c762a6a68 2018-08-30 09:08:30,137 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:10:0e:93', 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'1dbc159f-442a-446a-a2ce-589c536e5ce7'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:08:27.000000', 'flavor': Munch({u'id': u'1cc0fdec-40a9-4aaf-bb23-2256e58de54d'}), 'az': u'nova', 'id': u'e4d44700-06b3-4d86-b524-d0a6264f941c', 'security_groups': [Munch({u'name': u'vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'960532766e0c46a392f6b12fe5fcb2ac', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': 'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:08:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:08:27Z', 'hostId': u'ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:08:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': u'vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b', 'adminPass': u'bhbc4gyJNjFt', 'tenant_id': u'27833a3c38b8452d90aba08d6b3d67c6', 'created_at': u'2018-08-30T09:08:19Z', 'created': u'2018-08-30T09:08:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:08:30,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:08:30,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:30,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-aaf8a416-86b2-4e31-894e-0f7a92d6582b Date: Thu, 30 Aug 2018 09:08:30 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38b7e313-a2c3-448c-aa73-95c7f3339f54"],"updated_at":"2018-08-30T09:07:58Z","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:30,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-aaf8a416-86b2-4e31-894e-0f7a92d6582b 2018-08-30 09:08:30,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0917091369629s 2018-08-30 09:08:30,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-aaf8a416-86b2-4e31-894e-0f7a92d6582b 2018-08-30 09:08:30,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:08:30,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=e4d44700-06b3-4d86-b524-d0a6264f941c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:30,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-daeedfdf-0d4a-4f71-90d9-b3a4a22e7a91 Date: Thu, 30 Aug 2018 09:08:30 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:08:22Z","admin_state_up":true,"updated_at":"2018-08-30T09:08:27Z","binding:vnic_type":"normal","device_id":"e4d44700-06b3-4d86-b524-d0a6264f941c","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:10:0e:93","id":"4b025853-5ce1-49e0-aa2c-e036ce92da21","port_security_enabled":true,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","fixed_ips":[{"subnet_id":"38b7e313-a2c3-448c-aa73-95c7f3339f54","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["486ff154-400a-42b6-935b-f1955395516e"],"name":""}]} 2018-08-30 09:08:30,280 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e4d44700-06b3-4d86-b524-d0a6264f941c used request id req-daeedfdf-0d4a-4f71-90d9-b3a4a22e7a91 2018-08-30 09:08:30,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0459470748901s 2018-08-30 09:08:30,280 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e4d44700-06b3-4d86-b524-d0a6264f941c used request id req-daeedfdf-0d4a-4f71-90d9-b3a4a22e7a91 2018-08-30 09:08:30,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-30 09:08:30,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"floatingip": {"floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "port_id": "4b025853-5ce1-49e0-aa2c-e036ce92da21"}}' 2018-08-30 09:08:32,130 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-62c6d99c-3a70-402b-a20d-c78ff9de84d6 Date: Thu, 30 Aug 2018 09:08:32 GMT RESP BODY: {"floatingip": {"router_id": "8e846831-8633-4551-9998-b47f976595bd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:08:31Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "4b025853-5ce1-49e0-aa2c-e036ce92da21", "id": "75e68cd5-bf1d-4884-aa57-d543cd48530a", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:31Z", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}} 2018-08-30 09:08:32,130 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-62c6d99c-3a70-402b-a20d-c78ff9de84d6 2018-08-30 09:08:32,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.8496119976s 2018-08-30 09:08:32,131 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-62c6d99c-3a70-402b-a20d-c78ff9de84d6 2018-08-30 09:08:32,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:08:32,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:32,207 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-a6fd5797-73b0-4fdc-8847-823e46f5ec60 Date: Thu, 30 Aug 2018 09:08:32 GMT RESP BODY: {"floatingips": [{"router_id": "8e846831-8633-4551-9998-b47f976595bd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:08:31Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "4b025853-5ce1-49e0-aa2c-e036ce92da21", "id": "75e68cd5-bf1d-4884-aa57-d543cd48530a", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:31Z", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}]} 2018-08-30 09:08:32,207 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a6fd5797-73b0-4fdc-8847-823e46f5ec60 2018-08-30 09:08:32,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684440135956s 2018-08-30 09:08:32,208 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a6fd5797-73b0-4fdc-8847-823e46f5ec60 2018-08-30 09:08:32,211 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'8e846831-8633-4551-9998-b47f976595bd', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'27833a3c38b8452d90aba08d6b3d67c6', 'created_at': u'2018-08-30T09:08:31Z', 'attached': True, 'updated_at': u'2018-08-30T09:08:31Z', 'id': u'75e68cd5-bf1d-4884-aa57-d543cd48530a', 'floating_network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'27833a3c38b8452d90aba08d6b3d67c6', 'name': 'vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'8e846831-8633-4551-9998-b47f976595bd', 'project_id': u'27833a3c38b8452d90aba08d6b3d67c6', 'port_id': u'4b025853-5ce1-49e0-aa2c-e036ce92da21', 'port': u'4b025853-5ce1-49e0-aa2c-e036ce92da21', 'network': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b'}) 2018-08-30 09:08:32,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:08:32,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:08:32,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-aa39d3dc-151d-4378-94ea-778c0d48231e x-compute-request-id: req-aa39d3dc-151d-4378-94ea-778c0d48231e Content-Encoding: gzip Content-Length: 9613 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 504976946 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.192657] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195063] pid_max: default: 32768 minimum: 301\n[ 0.196407] ACPI: Core revision 20150930\n[ 0.198106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199998] Security Framework initialized\n[ 0.201173] Yama: becoming mindful.\n[ 0.202207] AppArmor: AppArmor initialized\n[ 0.203433] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205333] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207128] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210825] Initializing cgroup subsys io\n[ 0.212040] Initializing cgroup subsys memory\n[ 0.213275] Initializing cgroup subsys devices\n[ 0.214507] Initializing cgroup subsys freezer\n[ 0.215782] Initializing cgroup subsys net_cls\n[ 0.217048] Initializing cgroup subsys perf_event\n[ 0.218341] Initializing cgroup subsys net_prio\n[ 0.219636] Initializing cgroup subsys hugetlb\n[ 0.220901] Initializing cgroup subsys pids\n[ 0.222123] CPU: Physical Processor ID: 0\n[ 0.224016] mce: CPU supports 10 MCE banks\n[ 0.225220] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242834] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.249592] ftrace: allocating 31920 entries in 125 pages\n[ 0.274706] smpboot: Max logical packages: 1\n[ 0.276010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277955] x2apic enabled\n[ 0.279099] Switched APIC routing to physical x2apic.\n[ 0.281664] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283239] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288575] KVM setup paravirtual spinlock\n[ 0.290204] x86: Booted up 1 node, 1 CPUs\n[ 0.291343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293282] devtmpfs: initialized\n[ 0.295321] evm: security.selinux\n[ 0.296310] evm: security.SMACK64\n[ 0.297298] evm: security.SMACK64EXEC\n[ 0.298364] evm: security.SMACK64TRANSMUTE\n[ 0.299507] evm: security.SMACK64MMAP\n[ 0.300558] evm: security.ima\n[ 0.301467] evm: security.capability\n[ 0.302579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305192] pinctrl core: initialized pinctrl subsystem\n[ 0.306709] RTC time: 9:08:27, date: 08/30/18\n[ 0.308042] NET: Registered protocol family 16\n[ 0.309387] cpuidle: using governor ladder\n[ 0.310543] cpuidle: using governor menu\n[ 0.311667] PCCT header not found.\n[ 0.312721] ACPI: bus type PCI registered\n[ 0.313854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315593] PCI: Using configuration type 1 for base access\n[ 0.317774] ACPI: Added _OSI(Module Device)\n[ 0.318964] ACPI: Added _OSI(Processor Device)\n[ 0.320188] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323677] ACPI: Interpreter enabled\n[ 0.324810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335352] ACPI: (supports S0 S5)\n[ 0.336357] ACPI: Using IOAPIC for interrupt routing\n[ 0.337694] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345077] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346778] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349882] acpiphp: Slot [3] registered\n[ 0.351016] acpiphp: Slot [4] registered\n[ 0.352147] acpiphp: Slot [5] registered\n[ 0.353282] acpiphp: Slot [6] registered\n[ 0.354448] acpiphp: Slot [7] registered\n[ 0.355575] acpiphp: Slot [8] registered\n[ 0.356706] acpiphp: Slot [9] registered\n[ 0.357829] acpiphp: Slot [10] registered\n[ 0.358981] acpiphp: Slot [11] registered\n[ 0.360131] acpiphp: Slot [12] registered\n[ 0.361298] acpiphp: Slot [13] registered\n[ 0.362483] acpiphp: Slot [14] registered\n[ 0.363626] acpiphp: Slot [15] registered\n[ 0.378406] acpiphp: Slot [16] registered\n[ 0.379563] acpiphp: Slot [17] registered\n[ 0.380707] acpiphp: Slot [18] registered\n[ 0.381849] acpiphp: Slot [19] registered\n[ 0.382997] acpiphp: Slot [20] registered\n[ 0.384157] acpiphp: Slot [21] registered\n[ 0.385337] acpiphp: Slot [22] registered\n[ 0.386475] acpiphp: Slot [23] registered\n[ 0.387619] acpiphp: Slot [24] registered\n[ 0.388767] acpiphp: Slot [25] registered\n[ 0.389908] acpiphp: Slot [26] registered\n[ 0.391061] acpiphp: Slot [27] registered\n[ 0.392205] acpiphp: Slot [28] registered\n[ 0.393352] acpiphp: Slot [29] registered\n[ 0.394510] acpiphp: Slot [30] registered\n[ 0.395704] acpiphp: Slot [31] registered\n[ 0.396849] PCI host bridge to bus 0000:00\n[ 0.397999] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399723] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403497] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405559] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415195] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416991] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421221] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445615] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447588] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449596] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453401] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455267] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458962] vgaarb: loaded\n[ 0.459817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461506] SCSI subsystem initialized\n[ 0.462845] ACPI: bus type USB registered\n[ 0.464021] usbcore: registered new interface driver usbfs\n[ 0.465482] usbcore: registered new interface driver hub\n[ 0.466937] usbcore: registered new device driver usb\n[ 0.468543] PCI: Using ACPI for IRQ routing\n[ 0.470141] NetLabel: Initializing\n[ 0.471182] NetLabel: domain hash size = 128\n[ 0.472433] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473817] NetLabel: unlabeled traffic allowed by default\n[ 0.475502] clocksource: Switched to clocksource kvm-clock\n[ 0.485432] AppArmor: AppArmor Filesystem Enabled\n[ 0.486793] pnp: PnP ACPI init\n[ 0.488051] pnp: PnP ACPI: found 5 devices\n[ 0.494877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497350] NET: Registered protocol family 2\n[ 0.498793] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.500621] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502331] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.504047] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507240] NET: Registered protocol family 1\n[ 0.508481] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.510034] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.511557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.525790] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.540211] Trying to unpack rootfs image as initramfs...\n[ 0.602572] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607477] Scanning for low memory corruption every 60 seconds\n[ 0.609718] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611420] audit: initializing netlink subsys (disabled)\n[ 0.612984] audit: type=2000 audit(1535620108.280:1): initialized\n[ 0.614920] Initialise system trusted keyring\n[ 0.616329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620771] zbud: loaded\n[ 0.621793] VFS: Disk quotas dquot_6.6.0\n[ 0.622983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625215] fuse init (API version 7.23)\n[ 0.626483] Key type big_key registered\n[ 0.627646] Allocating IMA MOK and blacklist keyrings.\n[ 0.629376] Key type asymmetric registered\n[ 0.630560] Asymmetric key parser 'x509' registered\n[ 0.631944] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.634102] io scheduler noop registered\n[ 0.635244] io scheduler deadline registered (default)\n[ 0.636679] io scheduler cfq registered\n[ 0.637910] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.641261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.643359] ACPI: Power Button [PWRF]\n[ 0.644616] GHES: HEST is not enabled!\n[ 0.658514] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.686950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.689823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.713570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.716652] Linux agpgart interface v0.103\n[ 0.720056] brd: module loaded\n[ 0.722252] loop: module loaded\n[ 0.727324] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729480] GPT:90111 != 2097151\n[ 0.730468] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732038] GPT:90111 != 2097151\n[ 0.732998] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734855] vda: vda1 vda15\n[ 0.736983] scsi host0: ata_piix\n[ 0.738383] scsi host1: ata_piix\n[ 0.739728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.742098] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.745024] libphy: Fixed MDIO Bus: probed\n[ 0.746560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748393] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.751864] PPP generic driver version 2.4.2\n[ 0.753557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755875] ehci-pci: EHCI PCI platform driver\n[ 0.757543] ehci-platform: EHCI generic platform driver\n[ 0.759431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761621] ohci-pci: OHCI PCI platform driver\n[ 0.763298] ohci-platform: OHCI generic platform driver\n[ 0.765199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780459] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782341] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.785108] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.787021] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.789182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.791566] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794241] usb usb1: Product: UHCI Host Controller\n[ 0.795987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798148] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799969] hub 1-0:1.0: USB hub found\n[ 0.801407] hub 1-0:1.0: 2 ports detected\n[ 0.803080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806752] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.808562] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.810470] mousedev: PS/2 mouse device common for all mice\n[ 0.812705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.815872] rtc_cmos 00:00: RTC can wake from S4\n[ 0.818004] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.820208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822481] i2c /dev entries driver\n[ 0.823883] device-mapper: uevent: version 1.0.3\n[ 0.825650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.828695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.831136] NET: Registered protocol family 10\n[ 0.833159] NET: Registered protocol family 17\n[ 0.834811] Key type dns_resolver registered\n[ 0.836532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838592] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.841869] registered taskstats version 1\n[ 0.843465] Loading compiled-in X.509 certificates\n[ 0.845768] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.849321] zswap: loaded using pool lzo/zbud\n[ 0.851884] Key type trusted registered\n[ 0.854443] Key type encrypted registered\n[ 0.855999] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.857947] ima: No TPM chip found, activating TPM-bypass!\n[ 0.859920] evm: HMAC attrs: 0x1\n[ 0.861535] Magic number: 14:285:122\n[ 0.863006] acpi LNXSYBUS:00: hash matches\n[ 0.864617] rtc_cmos 00:00: setting system clock to 2018-08-30 09:08:28 UTC (1535620108)\n[ 0.867577] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869677] EDD information not available.\n[ 0.901248] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904163] Write protecting the kernel read-only data: 14336k\n[ 0.907707] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910978] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.100269] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMP73jG+liahOpblALHDJ7cVyLhBIhYI/E8VTkYKb5stI3y+GL9xy0J17Zr8apjU74ypKZm9fwOivlojsfFfk6KzwPFvcmWM1PO6pXeWRmqCJan5TmlVjq2pNUinXw+vmYhI87vkzv9OX2TZRN8Wke/0azLSkt2Lhh5TYNqUUcIzrJLW+lrIUgmAL1900KxvG2+smGg0FAS+eiW/7XquWQW5D3V+NhOu6omXOPFK2YISnA/rXF3+MRU37rVnV41dqpYJc9KS2GeuimkZ3NfDUkuy/Yi1sy/ykGHFGYB8gcXZhqqoEzLR1kJ2r4peSfuST++0wK0/q4WQSHuANACKqN root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b\nssh-dss AAAAB3NzaC1kc3MAAACBAIM0iEKwp3jtmT9sPfc40381o5motUtIdsf8lK09xU1xMuAo+Lrp23ENmFGg7/JWnm8yopNsuP5BzOOWuQA5TKB96/JXKNEB4AMCR06l1GOTH5tUmpnFIHx0BkRZihZq/iSS25Fz5md0QoTmNU62Hd186APRyDsGJSP7rLIg0EGbAAAAFQCb9k4KPijbasBDut0PFg/gMhNKGQAAAIA9lmfWxaOgXmnF3TYyRBhyHi5VT/i16hC3czcXK0F34ka6P8gkTKrAlyjD+PR20rh+VNz/jbWoiAZsdzG86CS7ZfI+bWo5Iz3DwvM+EsL4Kp9NnLhHgtvZChI6zA80b/ov9bje64rOad4UqjLbPI9G288o/P67kcPkF/glM+mwawAAAIBOJdJTNS4B8fwy4/OQ9wTTlhwx5oTjDwUM3sVpcQ6iIvi+7/5aqoBy0FTZUsvEK4P5yem/SEQm3zJHhswd7TXwJDOjVXtXsnPnUF5YBFVLdkK9NsoQ4sd9p3grSb3ObAJwJgjP2g3x+usZm+pWaut2yrXeEdhs8lvbPz3wjMwjgQ== root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe10:e93/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.3 \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-7d24df40-3f4e-4478-8568-b41124a8250b\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.97 ===\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-7d24df40-3f4e-4478-8568-b41124a8250b login: "} 2018-08-30 09:08:32,947 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c/action used request id req-aa39d3dc-151d-4378-94ea-778c0d48231e 2018-08-30 09:08:32,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.735452890396s 2018-08-30 09:08:32,948 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c/action used request id req-aa39d3dc-151d-4378-94ea-778c0d48231e 2018-08-30 09:08:32,949 - 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 504976946 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.192657] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195063] pid_max: default: 32768 minimum: 301 [ 0.196407] ACPI: Core revision 20150930 [ 0.198106] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199998] Security Framework initialized [ 0.201173] Yama: becoming mindful. [ 0.202207] AppArmor: AppArmor initialized [ 0.203433] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205333] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207128] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210825] Initializing cgroup subsys io [ 0.212040] Initializing cgroup subsys memory [ 0.213275] Initializing cgroup subsys devices [ 0.214507] Initializing cgroup subsys freezer [ 0.215782] Initializing cgroup subsys net_cls [ 0.217048] Initializing cgroup subsys perf_event [ 0.218341] Initializing cgroup subsys net_prio [ 0.219636] Initializing cgroup subsys hugetlb [ 0.220901] Initializing cgroup subsys pids [ 0.222123] CPU: Physical Processor ID: 0 [ 0.224016] mce: CPU supports 10 MCE banks [ 0.225220] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.226637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242834] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249592] ftrace: allocating 31920 entries in 125 pages [ 0.274706] smpboot: Max logical packages: 1 [ 0.276010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277955] x2apic enabled [ 0.279099] Switched APIC routing to physical x2apic. [ 0.281664] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283239] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288575] KVM setup paravirtual spinlock [ 0.290204] x86: Booted up 1 node, 1 CPUs [ 0.291343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293282] devtmpfs: initialized [ 0.295321] evm: security.selinux [ 0.296310] evm: security.SMACK64 [ 0.297298] evm: security.SMACK64EXEC [ 0.298364] evm: security.SMACK64TRANSMUTE [ 0.299507] evm: security.SMACK64MMAP [ 0.300558] evm: security.ima [ 0.301467] evm: security.capability [ 0.302579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305192] pinctrl core: initialized pinctrl subsystem [ 0.306709] RTC time: 9:08:27, date: 08/30/18 [ 0.308042] NET: Registered protocol family 16 [ 0.309387] cpuidle: using governor ladder [ 0.310543] cpuidle: using governor menu [ 0.311667] PCCT header not found. [ 0.312721] ACPI: bus type PCI registered [ 0.313854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315593] PCI: Using configuration type 1 for base access [ 0.317774] ACPI: Added _OSI(Module Device) [ 0.318964] ACPI: Added _OSI(Processor Device) [ 0.320188] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323677] ACPI: Interpreter enabled [ 0.324810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335352] ACPI: (supports S0 S5) [ 0.336357] ACPI: Using IOAPIC for interrupt routing [ 0.337694] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345077] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346778] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349882] acpiphp: Slot [3] registered [ 0.351016] acpiphp: Slot [4] registered [ 0.352147] acpiphp: Slot [5] registered [ 0.353282] acpiphp: Slot [6] registered [ 0.354448] acpiphp: Slot [7] registered [ 0.355575] acpiphp: Slot [8] registered [ 0.356706] acpiphp: Slot [9] registered [ 0.357829] acpiphp: Slot [10] registered [ 0.358981] acpiphp: Slot [11] registered [ 0.360131] acpiphp: Slot [12] registered [ 0.361298] acpiphp: Slot [13] registered [ 0.362483] acpiphp: Slot [14] registered [ 0.363626] acpiphp: Slot [15] registered [ 0.378406] acpiphp: Slot [16] registered [ 0.379563] acpiphp: Slot [17] registered [ 0.380707] acpiphp: Slot [18] registered [ 0.381849] acpiphp: Slot [19] registered [ 0.382997] acpiphp: Slot [20] registered [ 0.384157] acpiphp: Slot [21] registered [ 0.385337] acpiphp: Slot [22] registered [ 0.386475] acpiphp: Slot [23] registered [ 0.387619] acpiphp: Slot [24] registered [ 0.388767] acpiphp: Slot [25] registered [ 0.389908] acpiphp: Slot [26] registered [ 0.391061] acpiphp: Slot [27] registered [ 0.392205] acpiphp: Slot [28] registered [ 0.393352] acpiphp: Slot [29] registered [ 0.394510] acpiphp: Slot [30] registered [ 0.395704] acpiphp: Slot [31] registered [ 0.396849] PCI host bridge to bus 0000:00 [ 0.397999] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399723] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403497] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405559] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407660] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415195] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.416991] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.421221] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445615] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447588] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449596] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453401] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.455267] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.456762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458962] vgaarb: loaded [ 0.459817] vgaarb: bridge control possible 0000:00:02.0 [ 0.461506] SCSI subsystem initialized [ 0.462845] ACPI: bus type USB registered [ 0.464021] usbcore: registered new interface driver usbfs [ 0.465482] usbcore: registered new interface driver hub [ 0.466937] usbcore: registered new device driver usb [ 0.468543] PCI: Using ACPI for IRQ routing [ 0.470141] NetLabel: Initializing [ 0.471182] NetLabel: domain hash size = 128 [ 0.472433] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473817] NetLabel: unlabeled traffic allowed by default [ 0.475502] clocksource: Switched to clocksource kvm-clock [ 0.485432] AppArmor: AppArmor Filesystem Enabled [ 0.486793] pnp: PnP ACPI init [ 0.488051] pnp: PnP ACPI: found 5 devices [ 0.494877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497350] NET: Registered protocol family 2 [ 0.498793] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500621] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502331] TCP: Hash tables configured (established 4096 bind 4096) [ 0.504047] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.505588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.507240] NET: Registered protocol family 1 [ 0.508481] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.510034] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.511557] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.525790] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.540211] Trying to unpack rootfs image as initramfs... [ 0.602572] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607477] Scanning for low memory corruption every 60 seconds [ 0.609718] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611420] audit: initializing netlink subsys (disabled) [ 0.612984] audit: type=2000 audit(1535620108.280:1): initialized [ 0.614920] Initialise system trusted keyring [ 0.616329] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620771] zbud: loaded [ 0.621793] VFS: Disk quotas dquot_6.6.0 [ 0.622983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.625215] fuse init (API version 7.23) [ 0.626483] Key type big_key registered [ 0.627646] Allocating IMA MOK and blacklist keyrings. [ 0.629376] Key type asymmetric registered [ 0.630560] Asymmetric key parser 'x509' registered [ 0.631944] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.634102] io scheduler noop registered [ 0.635244] io scheduler deadline registered (default) [ 0.636679] io scheduler cfq registered [ 0.637910] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.641261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.643359] ACPI: Power Button [PWRF] [ 0.644616] GHES: HEST is not enabled! [ 0.658514] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.686950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.689823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.713570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.716652] Linux agpgart interface v0.103 [ 0.720056] brd: module loaded [ 0.722252] loop: module loaded [ 0.727324] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729480] GPT:90111 != 2097151 [ 0.730468] GPT:Alternate GPT header not at the end of the disk. [ 0.732038] GPT:90111 != 2097151 [ 0.732998] GPT: Use GNU Parted to correct GPT errors. [ 0.734855] vda: vda1 vda15 [ 0.736983] scsi host0: ata_piix [ 0.738383] scsi host1: ata_piix [ 0.739728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.742098] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.745024] libphy: Fixed MDIO Bus: probed [ 0.746560] tun: Universal TUN/TAP device driver, 1.6 [ 0.748393] tun: (C) 1999-2004 Max Krasnyansky [ 0.751864] PPP generic driver version 2.4.2 [ 0.753557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755875] ehci-pci: EHCI PCI platform driver [ 0.757543] ehci-platform: EHCI generic platform driver [ 0.759431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761621] ohci-pci: OHCI PCI platform driver [ 0.763298] ohci-platform: OHCI generic platform driver [ 0.765199] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780459] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782341] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.785108] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.787021] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.789182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.791566] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794241] usb usb1: Product: UHCI Host Controller [ 0.795987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798148] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799969] hub 1-0:1.0: USB hub found [ 0.801407] hub 1-0:1.0: 2 ports detected [ 0.803080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.806752] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.808562] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.810470] mousedev: PS/2 mouse device common for all mice [ 0.812705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.815872] rtc_cmos 00:00: RTC can wake from S4 [ 0.818004] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.820208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.822481] i2c /dev entries driver [ 0.823883] device-mapper: uevent: version 1.0.3 [ 0.825650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.828695] ledtrig-cpu: registered to indicate activity on CPUs [ 0.831136] NET: Registered protocol family 10 [ 0.833159] NET: Registered protocol family 17 [ 0.834811] Key type dns_resolver registered [ 0.836532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.838592] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.841869] registered taskstats version 1 [ 0.843465] Loading compiled-in X.509 certificates [ 0.845768] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.849321] zswap: loaded using pool lzo/zbud [ 0.851884] Key type trusted registered [ 0.854443] Key type encrypted registered [ 0.855999] AppArmor: AppArmor sha1 policy hashing enabled [ 0.857947] ima: No TPM chip found, activating TPM-bypass! [ 0.859920] evm: HMAC attrs: 0x1 [ 0.861535] Magic number: 14:285:122 [ 0.863006] acpi LNXSYBUS:00: hash matches [ 0.864617] rtc_cmos 00:00: setting system clock to 2018-08-30 09:08:28 UTC (1535620108) [ 0.867577] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.869677] EDD information not available. [ 0.901248] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.904163] Write protecting the kernel read-only data: 14336k [ 0.907707] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910978] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.100269] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMP73jG+liahOpblALHDJ7cVyLhBIhYI/E8VTkYKb5stI3y+GL9xy0J17Zr8apjU74ypKZm9fwOivlojsfFfk6KzwPFvcmWM1PO6pXeWRmqCJan5TmlVjq2pNUinXw+vmYhI87vkzv9OX2TZRN8Wke/0azLSkt2Lhh5TYNqUUcIzrJLW+lrIUgmAL1900KxvG2+smGg0FAS+eiW/7XquWQW5D3V+NhOu6omXOPFK2YISnA/rXF3+MRU37rVnV41dqpYJc9KS2GeuimkZ3NfDUkuy/Yi1sy/ykGHFGYB8gcXZhqqoEzLR1kJ2r4peSfuST++0wK0/q4WQSHuANACKqN root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b ssh-dss AAAAB3NzaC1kc3MAAACBAIM0iEKwp3jtmT9sPfc40381o5motUtIdsf8lK09xU1xMuAo+Lrp23ENmFGg7/JWnm8yopNsuP5BzOOWuQA5TKB96/JXKNEB4AMCR06l1GOTH5tUmpnFIHx0BkRZihZq/iSS25Fz5md0QoTmNU62Hd186APRyDsGJSP7rLIg0EGbAAAAFQCb9k4KPijbasBDut0PFg/gMhNKGQAAAIA9lmfWxaOgXmnF3TYyRBhyHi5VT/i16hC3czcXK0F34ka6P8gkTKrAlyjD+PR20rh+VNz/jbWoiAZsdzG86CS7ZfI+bWo5Iz3DwvM+EsL4Kp9NnLhHgtvZChI6zA80b/ov9bje64rOad4UqjLbPI9G288o/P67kcPkF/glM+mwawAAAIBOJdJTNS4B8fwy4/OQ9wTTlhwx5oTjDwUM3sVpcQ6iIvi+7/5aqoBy0FTZUsvEK4P5yem/SEQm3zJHhswd7TXwJDOjVXtXsnPnUF5YBFVLdkK9NsoQ4sd9p3grSb3ObAJwJgjP2g3x+usZm+pWaut2yrXeEdhs8lvbPz3wjMwjgQ== root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.31s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe10:e93/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.3 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-7d24df40-3f4e-4478-8568-b41124a8250b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.97 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b login: 2018-08-30 09:08:33,951 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-30 09:08:42,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:08:42,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:08:43,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-29ada34d-5d84-4908-96f5-594ec5dd8c9b x-compute-request-id: req-29ada34d-5d84-4908-96f5-594ec5dd8c9b Content-Encoding: gzip Content-Length: 9613 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 504976946 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.192657] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.195063] pid_max: default: 32768 minimum: 301\n[ 0.196407] ACPI: Core revision 20150930\n[ 0.198106] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.199998] Security Framework initialized\n[ 0.201173] Yama: becoming mindful.\n[ 0.202207] AppArmor: AppArmor initialized\n[ 0.203433] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.205333] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.207128] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.208879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.210825] Initializing cgroup subsys io\n[ 0.212040] Initializing cgroup subsys memory\n[ 0.213275] Initializing cgroup subsys devices\n[ 0.214507] Initializing cgroup subsys freezer\n[ 0.215782] Initializing cgroup subsys net_cls\n[ 0.217048] Initializing cgroup subsys perf_event\n[ 0.218341] Initializing cgroup subsys net_prio\n[ 0.219636] Initializing cgroup subsys hugetlb\n[ 0.220901] Initializing cgroup subsys pids\n[ 0.222123] CPU: Physical Processor ID: 0\n[ 0.224016] mce: CPU supports 10 MCE banks\n[ 0.225220] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.226637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.242834] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.249592] ftrace: allocating 31920 entries in 125 pages\n[ 0.274706] smpboot: Max logical packages: 1\n[ 0.276010] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.277955] x2apic enabled\n[ 0.279099] Switched APIC routing to physical x2apic.\n[ 0.281664] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.283239] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.288575] KVM setup paravirtual spinlock\n[ 0.290204] x86: Booted up 1 node, 1 CPUs\n[ 0.291343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.293282] devtmpfs: initialized\n[ 0.295321] evm: security.selinux\n[ 0.296310] evm: security.SMACK64\n[ 0.297298] evm: security.SMACK64EXEC\n[ 0.298364] evm: security.SMACK64TRANSMUTE\n[ 0.299507] evm: security.SMACK64MMAP\n[ 0.300558] evm: security.ima\n[ 0.301467] evm: security.capability\n[ 0.302579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.305192] pinctrl core: initialized pinctrl subsystem\n[ 0.306709] RTC time: 9:08:27, date: 08/30/18\n[ 0.308042] NET: Registered protocol family 16\n[ 0.309387] cpuidle: using governor ladder\n[ 0.310543] cpuidle: using governor menu\n[ 0.311667] PCCT header not found.\n[ 0.312721] ACPI: bus type PCI registered\n[ 0.313854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.315593] PCI: Using configuration type 1 for base access\n[ 0.317774] ACPI: Added _OSI(Module Device)\n[ 0.318964] ACPI: Added _OSI(Processor Device)\n[ 0.320188] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.321465] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.323677] ACPI: Interpreter enabled\n[ 0.324810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.327432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.330049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.332668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.335352] ACPI: (supports S0 S5)\n[ 0.336357] ACPI: Using IOAPIC for interrupt routing\n[ 0.337694] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.341648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.343269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.345077] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.346778] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.349882] acpiphp: Slot [3] registered\n[ 0.351016] acpiphp: Slot [4] registered\n[ 0.352147] acpiphp: Slot [5] registered\n[ 0.353282] acpiphp: Slot [6] registered\n[ 0.354448] acpiphp: Slot [7] registered\n[ 0.355575] acpiphp: Slot [8] registered\n[ 0.356706] acpiphp: Slot [9] registered\n[ 0.357829] acpiphp: Slot [10] registered\n[ 0.358981] acpiphp: Slot [11] registered\n[ 0.360131] acpiphp: Slot [12] registered\n[ 0.361298] acpiphp: Slot [13] registered\n[ 0.362483] acpiphp: Slot [14] registered\n[ 0.363626] acpiphp: Slot [15] registered\n[ 0.378406] acpiphp: Slot [16] registered\n[ 0.379563] acpiphp: Slot [17] registered\n[ 0.380707] acpiphp: Slot [18] registered\n[ 0.381849] acpiphp: Slot [19] registered\n[ 0.382997] acpiphp: Slot [20] registered\n[ 0.384157] acpiphp: Slot [21] registered\n[ 0.385337] acpiphp: Slot [22] registered\n[ 0.386475] acpiphp: Slot [23] registered\n[ 0.387619] acpiphp: Slot [24] registered\n[ 0.388767] acpiphp: Slot [25] registered\n[ 0.389908] acpiphp: Slot [26] registered\n[ 0.391061] acpiphp: Slot [27] registered\n[ 0.392205] acpiphp: Slot [28] registered\n[ 0.393352] acpiphp: Slot [29] registered\n[ 0.394510] acpiphp: Slot [30] registered\n[ 0.395704] acpiphp: Slot [31] registered\n[ 0.396849] PCI host bridge to bus 0000:00\n[ 0.397999] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.399723] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.401433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.403497] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.405559] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.407660] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.411734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.413531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.415195] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416991] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.421221] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445615] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447588] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449596] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453401] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455267] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.456762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.458962] vgaarb: loaded\n[ 0.459817] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461506] SCSI subsystem initialized\n[ 0.462845] ACPI: bus type USB registered\n[ 0.464021] usbcore: registered new interface driver usbfs\n[ 0.465482] usbcore: registered new interface driver hub\n[ 0.466937] usbcore: registered new device driver usb\n[ 0.468543] PCI: Using ACPI for IRQ routing\n[ 0.470141] NetLabel: Initializing\n[ 0.471182] NetLabel: domain hash size = 128\n[ 0.472433] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473817] NetLabel: unlabeled traffic allowed by default\n[ 0.475502] clocksource: Switched to clocksource kvm-clock\n[ 0.485432] AppArmor: AppArmor Filesystem Enabled\n[ 0.486793] pnp: PnP ACPI init\n[ 0.488051] pnp: PnP ACPI: found 5 devices\n[ 0.494877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497350] NET: Registered protocol family 2\n[ 0.498793] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.500621] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502331] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.504047] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507240] NET: Registered protocol family 1\n[ 0.508481] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.510034] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.511557] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.525790] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.540211] Trying to unpack rootfs image as initramfs...\n[ 0.602572] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.607477] Scanning for low memory corruption every 60 seconds\n[ 0.609718] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.611420] audit: initializing netlink subsys (disabled)\n[ 0.612984] audit: type=2000 audit(1535620108.280:1): initialized\n[ 0.614920] Initialise system trusted keyring\n[ 0.616329] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617994] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.620771] zbud: loaded\n[ 0.621793] VFS: Disk quotas dquot_6.6.0\n[ 0.622983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.625215] fuse init (API version 7.23)\n[ 0.626483] Key type big_key registered\n[ 0.627646] Allocating IMA MOK and blacklist keyrings.\n[ 0.629376] Key type asymmetric registered\n[ 0.630560] Asymmetric key parser 'x509' registered\n[ 0.631944] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.634102] io scheduler noop registered\n[ 0.635244] io scheduler deadline registered (default)\n[ 0.636679] io scheduler cfq registered\n[ 0.637910] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.639415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.641261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.643359] ACPI: Power Button [PWRF]\n[ 0.644616] GHES: HEST is not enabled!\n[ 0.658514] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.686950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.689823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.713570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.716652] Linux agpgart interface v0.103\n[ 0.720056] brd: module loaded\n[ 0.722252] loop: module loaded\n[ 0.727324] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.729480] GPT:90111 != 2097151\n[ 0.730468] GPT:Alternate GPT header not at the end of the disk.\n[ 0.732038] GPT:90111 != 2097151\n[ 0.732998] GPT: Use GNU Parted to correct GPT errors.\n[ 0.734855] vda: vda1 vda15\n[ 0.736983] scsi host0: ata_piix\n[ 0.738383] scsi host1: ata_piix\n[ 0.739728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.742098] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.745024] libphy: Fixed MDIO Bus: probed\n[ 0.746560] tun: Universal TUN/TAP device driver, 1.6\n[ 0.748393] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.751864] PPP generic driver version 2.4.2\n[ 0.753557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.755875] ehci-pci: EHCI PCI platform driver\n[ 0.757543] ehci-platform: EHCI generic platform driver\n[ 0.759431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761621] ohci-pci: OHCI PCI platform driver\n[ 0.763298] ohci-platform: OHCI generic platform driver\n[ 0.765199] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.780459] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.782341] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.785108] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.787021] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.789182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.791566] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.794241] usb usb1: Product: UHCI Host Controller\n[ 0.795987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.798148] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.799969] hub 1-0:1.0: USB hub found\n[ 0.801407] hub 1-0:1.0: 2 ports detected\n[ 0.803080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.806752] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.808562] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.810470] mousedev: PS/2 mouse device common for all mice\n[ 0.812705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.815872] rtc_cmos 00:00: RTC can wake from S4\n[ 0.818004] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.820208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.822481] i2c /dev entries driver\n[ 0.823883] device-mapper: uevent: version 1.0.3\n[ 0.825650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.828695] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.831136] NET: Registered protocol family 10\n[ 0.833159] NET: Registered protocol family 17\n[ 0.834811] Key type dns_resolver registered\n[ 0.836532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.838592] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.841869] registered taskstats version 1\n[ 0.843465] Loading compiled-in X.509 certificates\n[ 0.845768] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.849321] zswap: loaded using pool lzo/zbud\n[ 0.851884] Key type trusted registered\n[ 0.854443] Key type encrypted registered\n[ 0.855999] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.857947] ima: No TPM chip found, activating TPM-bypass!\n[ 0.859920] evm: HMAC attrs: 0x1\n[ 0.861535] Magic number: 14:285:122\n[ 0.863006] acpi LNXSYBUS:00: hash matches\n[ 0.864617] rtc_cmos 00:00: setting system clock to 2018-08-30 09:08:28 UTC (1535620108)\n[ 0.867577] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.869677] EDD information not available.\n[ 0.901248] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.904163] Write protecting the kernel read-only data: 14336k\n[ 0.907707] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.910978] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.84\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.100269] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.93. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMP73jG+liahOpblALHDJ7cVyLhBIhYI/E8VTkYKb5stI3y+GL9xy0J17Zr8apjU74ypKZm9fwOivlojsfFfk6KzwPFvcmWM1PO6pXeWRmqCJan5TmlVjq2pNUinXw+vmYhI87vkzv9OX2TZRN8Wke/0azLSkt2Lhh5TYNqUUcIzrJLW+lrIUgmAL1900KxvG2+smGg0FAS+eiW/7XquWQW5D3V+NhOu6omXOPFK2YISnA/rXF3+MRU37rVnV41dqpYJc9KS2GeuimkZ3NfDUkuy/Yi1sy/ykGHFGYB8gcXZhqqoEzLR1kJ2r4peSfuST++0wK0/q4WQSHuANACKqN root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b\nssh-dss AAAAB3NzaC1kc3MAAACBAIM0iEKwp3jtmT9sPfc40381o5motUtIdsf8lK09xU1xMuAo+Lrp23ENmFGg7/JWnm8yopNsuP5BzOOWuQA5TKB96/JXKNEB4AMCR06l1GOTH5tUmpnFIHx0BkRZihZq/iSS25Fz5md0QoTmNU62Hd186APRyDsGJSP7rLIg0EGbAAAAFQCb9k4KPijbasBDut0PFg/gMhNKGQAAAIA9lmfWxaOgXmnF3TYyRBhyHi5VT/i16hC3czcXK0F34ka6P8gkTKrAlyjD+PR20rh+VNz/jbWoiAZsdzG86CS7ZfI+bWo5Iz3DwvM+EsL4Kp9NnLhHgtvZChI6zA80b/ov9bje64rOad4UqjLbPI9G288o/P67kcPkF/glM+mwawAAAIBOJdJTNS4B8fwy4/OQ9wTTlhwx5oTjDwUM3sVpcQ6iIvi+7/5aqoBy0FTZUsvEK4P5yem/SEQm3zJHhswd7TXwJDOjVXtXsnPnUF5YBFVLdkK9NsoQ4sd9p3grSb3ObAJwJgjP2g3x+usZm+pWaut2yrXeEdhs8lvbPz3wjMwjgQ== root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe10:e93/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.3 \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-7d24df40-3f4e-4478-8568-b41124a8250b\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.97 ===\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-7d24df40-3f4e-4478-8568-b41124a8250b login: "} 2018-08-30 09:08:43,029 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c/action used request id req-29ada34d-5d84-4908-96f5-594ec5dd8c9b 2018-08-30 09:08:43,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0747740268707s 2018-08-30 09:08:43,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c/action used request id req-29ada34d-5d84-4908-96f5-594ec5dd8c9b 2018-08-30 09:08:43,030 - 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 504976946 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.192657] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.195063] pid_max: default: 32768 minimum: 301 [ 0.196407] ACPI: Core revision 20150930 [ 0.198106] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.199998] Security Framework initialized [ 0.201173] Yama: becoming mindful. [ 0.202207] AppArmor: AppArmor initialized [ 0.203433] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.205333] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.207128] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.208879] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.210825] Initializing cgroup subsys io [ 0.212040] Initializing cgroup subsys memory [ 0.213275] Initializing cgroup subsys devices [ 0.214507] Initializing cgroup subsys freezer [ 0.215782] Initializing cgroup subsys net_cls [ 0.217048] Initializing cgroup subsys perf_event [ 0.218341] Initializing cgroup subsys net_prio [ 0.219636] Initializing cgroup subsys hugetlb [ 0.220901] Initializing cgroup subsys pids [ 0.222123] CPU: Physical Processor ID: 0 [ 0.224016] mce: CPU supports 10 MCE banks [ 0.225220] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.226637] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.242834] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.249592] ftrace: allocating 31920 entries in 125 pages [ 0.274706] smpboot: Max logical packages: 1 [ 0.276010] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.277955] x2apic enabled [ 0.279099] Switched APIC routing to physical x2apic. [ 0.281664] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283239] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.286044] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.288575] KVM setup paravirtual spinlock [ 0.290204] x86: Booted up 1 node, 1 CPUs [ 0.291343] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.293282] devtmpfs: initialized [ 0.295321] evm: security.selinux [ 0.296310] evm: security.SMACK64 [ 0.297298] evm: security.SMACK64EXEC [ 0.298364] evm: security.SMACK64TRANSMUTE [ 0.299507] evm: security.SMACK64MMAP [ 0.300558] evm: security.ima [ 0.301467] evm: security.capability [ 0.302579] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.305192] pinctrl core: initialized pinctrl subsystem [ 0.306709] RTC time: 9:08:27, date: 08/30/18 [ 0.308042] NET: Registered protocol family 16 [ 0.309387] cpuidle: using governor ladder [ 0.310543] cpuidle: using governor menu [ 0.311667] PCCT header not found. [ 0.312721] ACPI: bus type PCI registered [ 0.313854] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.315593] PCI: Using configuration type 1 for base access [ 0.317774] ACPI: Added _OSI(Module Device) [ 0.318964] ACPI: Added _OSI(Processor Device) [ 0.320188] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.321465] ACPI: Added _OSI(Processor Aggregator Device) [ 0.323677] ACPI: Interpreter enabled [ 0.324810] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.327432] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.330049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.332668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.335352] ACPI: (supports S0 S5) [ 0.336357] ACPI: Using IOAPIC for interrupt routing [ 0.337694] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.341648] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.343269] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.345077] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.346778] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349882] acpiphp: Slot [3] registered [ 0.351016] acpiphp: Slot [4] registered [ 0.352147] acpiphp: Slot [5] registered [ 0.353282] acpiphp: Slot [6] registered [ 0.354448] acpiphp: Slot [7] registered [ 0.355575] acpiphp: Slot [8] registered [ 0.356706] acpiphp: Slot [9] registered [ 0.357829] acpiphp: Slot [10] registered [ 0.358981] acpiphp: Slot [11] registered [ 0.360131] acpiphp: Slot [12] registered [ 0.361298] acpiphp: Slot [13] registered [ 0.362483] acpiphp: Slot [14] registered [ 0.363626] acpiphp: Slot [15] registered [ 0.378406] acpiphp: Slot [16] registered [ 0.379563] acpiphp: Slot [17] registered [ 0.380707] acpiphp: Slot [18] registered [ 0.381849] acpiphp: Slot [19] registered [ 0.382997] acpiphp: Slot [20] registered [ 0.384157] acpiphp: Slot [21] registered [ 0.385337] acpiphp: Slot [22] registered [ 0.386475] acpiphp: Slot [23] registered [ 0.387619] acpiphp: Slot [24] registered [ 0.388767] acpiphp: Slot [25] registered [ 0.389908] acpiphp: Slot [26] registered [ 0.391061] acpiphp: Slot [27] registered [ 0.392205] acpiphp: Slot [28] registered [ 0.393352] acpiphp: Slot [29] registered [ 0.394510] acpiphp: Slot [30] registered [ 0.395704] acpiphp: Slot [31] registered [ 0.396849] PCI host bridge to bus 0000:00 [ 0.397999] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.399723] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.401433] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.403497] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.405559] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.407660] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.411734] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.413531] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.415195] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.416991] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.421221] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423265] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443512] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445615] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447588] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449596] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451609] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453401] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.455267] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.456762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.458962] vgaarb: loaded [ 0.459817] vgaarb: bridge control possible 0000:00:02.0 [ 0.461506] SCSI subsystem initialized [ 0.462845] ACPI: bus type USB registered [ 0.464021] usbcore: registered new interface driver usbfs [ 0.465482] usbcore: registered new interface driver hub [ 0.466937] usbcore: registered new device driver usb [ 0.468543] PCI: Using ACPI for IRQ routing [ 0.470141] NetLabel: Initializing [ 0.471182] NetLabel: domain hash size = 128 [ 0.472433] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473817] NetLabel: unlabeled traffic allowed by default [ 0.475502] clocksource: Switched to clocksource kvm-clock [ 0.485432] AppArmor: AppArmor Filesystem Enabled [ 0.486793] pnp: PnP ACPI init [ 0.488051] pnp: PnP ACPI: found 5 devices [ 0.494877] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497350] NET: Registered protocol family 2 [ 0.498793] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500621] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502331] TCP: Hash tables configured (established 4096 bind 4096) [ 0.504047] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.505588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.507240] NET: Registered protocol family 1 [ 0.508481] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.510034] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.511557] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.525790] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.540211] Trying to unpack rootfs image as initramfs... [ 0.602572] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.607477] Scanning for low memory corruption every 60 seconds [ 0.609718] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.611420] audit: initializing netlink subsys (disabled) [ 0.612984] audit: type=2000 audit(1535620108.280:1): initialized [ 0.614920] Initialise system trusted keyring [ 0.616329] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617994] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.620771] zbud: loaded [ 0.621793] VFS: Disk quotas dquot_6.6.0 [ 0.622983] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.625215] fuse init (API version 7.23) [ 0.626483] Key type big_key registered [ 0.627646] Allocating IMA MOK and blacklist keyrings. [ 0.629376] Key type asymmetric registered [ 0.630560] Asymmetric key parser 'x509' registered [ 0.631944] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.634102] io scheduler noop registered [ 0.635244] io scheduler deadline registered (default) [ 0.636679] io scheduler cfq registered [ 0.637910] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.639415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.641261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.643359] ACPI: Power Button [PWRF] [ 0.644616] GHES: HEST is not enabled! [ 0.658514] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.686950] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.689823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.713570] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.716652] Linux agpgart interface v0.103 [ 0.720056] brd: module loaded [ 0.722252] loop: module loaded [ 0.727324] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.729480] GPT:90111 != 2097151 [ 0.730468] GPT:Alternate GPT header not at the end of the disk. [ 0.732038] GPT:90111 != 2097151 [ 0.732998] GPT: Use GNU Parted to correct GPT errors. [ 0.734855] vda: vda1 vda15 [ 0.736983] scsi host0: ata_piix [ 0.738383] scsi host1: ata_piix [ 0.739728] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.742098] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.745024] libphy: Fixed MDIO Bus: probed [ 0.746560] tun: Universal TUN/TAP device driver, 1.6 [ 0.748393] tun: (C) 1999-2004 Max Krasnyansky [ 0.751864] PPP generic driver version 2.4.2 [ 0.753557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.755875] ehci-pci: EHCI PCI platform driver [ 0.757543] ehci-platform: EHCI generic platform driver [ 0.759431] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761621] ohci-pci: OHCI PCI platform driver [ 0.763298] ohci-platform: OHCI generic platform driver [ 0.765199] uhci_hcd: USB Universal Host Controller Interface driver [ 0.780459] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.782341] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.785108] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.787021] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.789182] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.791566] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.794241] usb usb1: Product: UHCI Host Controller [ 0.795987] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.798148] usb usb1: SerialNumber: 0000:00:01.2 [ 0.799969] hub 1-0:1.0: USB hub found [ 0.801407] hub 1-0:1.0: 2 ports detected [ 0.803080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.806752] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.808562] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.810470] mousedev: PS/2 mouse device common for all mice [ 0.812705] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.815872] rtc_cmos 00:00: RTC can wake from S4 [ 0.818004] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.820208] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.822481] i2c /dev entries driver [ 0.823883] device-mapper: uevent: version 1.0.3 [ 0.825650] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.828695] ledtrig-cpu: registered to indicate activity on CPUs [ 0.831136] NET: Registered protocol family 10 [ 0.833159] NET: Registered protocol family 17 [ 0.834811] Key type dns_resolver registered [ 0.836532] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.838592] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.841869] registered taskstats version 1 [ 0.843465] Loading compiled-in X.509 certificates [ 0.845768] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.849321] zswap: loaded using pool lzo/zbud [ 0.851884] Key type trusted registered [ 0.854443] Key type encrypted registered [ 0.855999] AppArmor: AppArmor sha1 policy hashing enabled [ 0.857947] ima: No TPM chip found, activating TPM-bypass! [ 0.859920] evm: HMAC attrs: 0x1 [ 0.861535] Magic number: 14:285:122 [ 0.863006] acpi LNXSYBUS:00: hash matches [ 0.864617] rtc_cmos 00:00: setting system clock to 2018-08-30 09:08:28 UTC (1535620108) [ 0.867577] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.869677] EDD information not available. [ 0.901248] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.904163] Write protecting the kernel read-only data: 14336k [ 0.907707] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.910978] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.84 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.100269] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.93. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCMP73jG+liahOpblALHDJ7cVyLhBIhYI/E8VTkYKb5stI3y+GL9xy0J17Zr8apjU74ypKZm9fwOivlojsfFfk6KzwPFvcmWM1PO6pXeWRmqCJan5TmlVjq2pNUinXw+vmYhI87vkzv9OX2TZRN8Wke/0azLSkt2Lhh5TYNqUUcIzrJLW+lrIUgmAL1900KxvG2+smGg0FAS+eiW/7XquWQW5D3V+NhOu6omXOPFK2YISnA/rXF3+MRU37rVnV41dqpYJc9KS2GeuimkZ3NfDUkuy/Yi1sy/ykGHFGYB8gcXZhqqoEzLR1kJ2r4peSfuST++0wK0/q4WQSHuANACKqN root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b ssh-dss AAAAB3NzaC1kc3MAAACBAIM0iEKwp3jtmT9sPfc40381o5motUtIdsf8lK09xU1xMuAo+Lrp23ENmFGg7/JWnm8yopNsuP5BzOOWuQA5TKB96/JXKNEB4AMCR06l1GOTH5tUmpnFIHx0BkRZihZq/iSS25Fz5md0QoTmNU62Hd186APRyDsGJSP7rLIg0EGbAAAAFQCb9k4KPijbasBDut0PFg/gMhNKGQAAAIA9lmfWxaOgXmnF3TYyRBhyHi5VT/i16hC3czcXK0F34ka6P8gkTKrAlyjD+PR20rh+VNz/jbWoiAZsdzG86CS7ZfI+bWo5Iz3DwvM+EsL4Kp9NnLhHgtvZChI6zA80b/ov9bje64rOad4UqjLbPI9G288o/P67kcPkF/glM+mwawAAAIBOJdJTNS4B8fwy4/OQ9wTTlhwx5oTjDwUM3sVpcQ6iIvi+7/5aqoBy0FTZUsvEK4P5yem/SEQm3zJHhswd7TXwJDOjVXtXsnPnUF5YBFVLdkK9NsoQ4sd9p3grSb3ObAJwJgjP2g3x+usZm+pWaut2yrXeEdhs8lvbPz3wjMwjgQ== root@vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.31s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe10:e93/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.3 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-7d24df40-3f4e-4478-8568-b41124a8250b launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.97 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-7d24df40-3f4e-4478-8568-b41124a8250b login: 2018-08-30 09:08:44,032 - paramiko.transport - DEBUG - starting thread (client mode): 0xd3613d10L 2018-08-30 09:08:44,032 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-30 09:08:44,032 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-30 09:08:44,033 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-30 09:08:44,034 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-30 09:08:44,034 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-30 09:08:44,034 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-30 09:08:44,034 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-30 09:08:44,035 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-30 09:08:44,035 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-30 09:08:44,049 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-30 09:08:44,050 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-30 09:08:44,064 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: c5fcc48f4595a9eee86f96392272d823 2018-08-30 09:08:44,065 - paramiko.transport - DEBUG - Trying discovered key 04fc363cd1badcdce9fc5649f6132ed4 in /tmp/tmp8hIyeL 2018-08-30 09:08:44,086 - paramiko.transport - DEBUG - userauth is OK 2018-08-30 09:08:44,091 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-30 09:08:44,098 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-30 09:08:44,099 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-30 09:08:44,099 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-30 09:08:44,100 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-30 09:08:44,104 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-30 09:08:44,104 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.4 (192.168.120.4): 56 data bytes 64 bytes from 192.168.120.4: seq=0 ttl=64 time=1.851 ms --- 192.168.120.4 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.851/1.851/1.851 ms 2018-08-30 09:08:44,105 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-30 09:08:44,105 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-30 09:08:44,216 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:08:44,216 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-30 09:08:44,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:08:44,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:44,408 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:08:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c6c59ec1-baf7-4d8b-8971-ed0e09397073 x-compute-request-id: req-c6c59ec1-baf7-4d8b-8971-ed0e09397073 Content-Type: application/json 2018-08-30 09:08:44,408 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7 used request id req-c6c59ec1-baf7-4d8b-8971-ed0e09397073 2018-08-30 09:08:44,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.188295841217s 2018-08-30 09:08:44,409 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7 used request id req-c6c59ec1-baf7-4d8b-8971-ed0e09397073 2018-08-30 09:08:44,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:44,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:44,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-948cef67-f55b-452e-80c1-1032d092a618 x-compute-request-id: req-948cef67-f55b-452e-80c1-1032d092a618 Content-Encoding: gzip Content-Length: 896 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:27.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:27Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1b:a0:0e", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:15.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "12d4e750-2c8a-4dd5-85d6-3c018f473ad7", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:44Z", "hostId": "8d41b92989d79a05ebb3e2fc0b55d8ea95a2aec24a5f0d08c9d48d89", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:07Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:44,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-948cef67-f55b-452e-80c1-1032d092a618 2018-08-30 09:08:44,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.430166006088s 2018-08-30 09:08:44,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-948cef67-f55b-452e-80c1-1032d092a618 2018-08-30 09:08:44,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:46,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:46,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:47,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-6ae8c973-b377-42ad-b97a-b97b74596616 x-compute-request-id: req-6ae8c973-b377-42ad-b97a-b97b74596616 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:27.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:27Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:47,016 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ae8c973-b377-42ad-b97a-b97b74596616 2018-08-30 09:08:47,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170068025589s 2018-08-30 09:08:47,016 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6ae8c973-b377-42ad-b97a-b97b74596616 2018-08-30 09:08:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-30 09:08:47,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/75e68cd5-bf1d-4884-aa57-d543cd48530a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:48,125 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04d59257-d116-46ea-86bd-27a61d0797a1 Content-Length: 0 Date: Thu, 30 Aug 2018 09:08:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:08:48,125 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/75e68cd5-bf1d-4884-aa57-d543cd48530a.json used request id req-04d59257-d116-46ea-86bd-27a61d0797a1 2018-08-30 09:08:48,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.10508298874s 2018-08-30 09:08:48,126 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/75e68cd5-bf1d-4884-aa57-d543cd48530a.json used request id req-04d59257-d116-46ea-86bd-27a61d0797a1 2018-08-30 09:08:48,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:08:48,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:48,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-17fdbadf-608e-4612-8720-c2fbb7f66b0a Date: Thu, 30 Aug 2018 09:08:48 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:08:48,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-17fdbadf-608e-4612-8720-c2fbb7f66b0a 2018-08-30 09:08:48,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0490200519562s 2018-08-30 09:08:48,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-17fdbadf-608e-4612-8720-c2fbb7f66b0a 2018-08-30 09:08:48,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:08:48,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:48,362 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:08: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 x-openstack-request-id: req-8480bba6-532d-4848-bf9e-77d59c900718 x-compute-request-id: req-8480bba6-532d-4848-bf9e-77d59c900718 Content-Type: application/json 2018-08-30 09:08:48,362 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c used request id req-8480bba6-532d-4848-bf9e-77d59c900718 2018-08-30 09:08:48,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.181041002274s 2018-08-30 09:08:48,362 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c used request id req-8480bba6-532d-4848-bf9e-77d59c900718 2018-08-30 09:08:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:48,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:49,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-6bf90068-d9e9-4ee0-91f1-d29bfde9cecb x-compute-request-id: req-6bf90068-d9e9-4ee0-91f1-d29bfde9cecb Content-Encoding: gzip Content-Length: 765 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:10:0e:93", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e4d44700-06b3-4d86-b524-d0a6264f941c", "rel": "bookmark"}], "image": {"id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "links": [{"href": "http://172.30.9.22:8774/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:08:27.000000", "flavor": {"id": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "links": [{"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "bookmark"}]}, "id": "e4d44700-06b3-4d86-b524-d0a6264f941c", "security_groups": [{"name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}], "user_id": "960532766e0c46a392f6b12fe5fcb2ac", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:08:48Z", "hostId": "ab4b6080d1db8ee4c25215db326e9d5e3d5b1b6e5960337984e13a7a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b", "name": "vping_ssh-vm_7d24df40-3f4e-4478-8568-b41124a8250b", "created": "2018-08-30T09:08:19Z", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:08:49,200 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6bf90068-d9e9-4ee0-91f1-d29bfde9cecb 2018-08-30 09:08:49,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.837321996689s 2018-08-30 09:08:49,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6bf90068-d9e9-4ee0-91f1-d29bfde9cecb 2018-08-30 09:08:49,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:08:51,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:08:51,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:51,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c416666-5dc6-4467-a17f-a531acefc1bf x-compute-request-id: req-5c416666-5dc6-4467-a17f-a531acefc1bf Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-30 09:08:51,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5c416666-5dc6-4467-a17f-a531acefc1bf 2018-08-30 09:08:51,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.070454120636s 2018-08-30 09:08:51,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5c416666-5dc6-4467-a17f-a531acefc1bf 2018-08-30 09:08:51,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:08:51,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:51,322 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-a052c816-25da-496c-b928-de8a97211569 Date: Thu, 30 Aug 2018 09:08:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:08:05Z", "updated_at": "2018-08-30T09:08:05Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "3091155f-bb59-474d-aeea-cd37ed270a64", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "3d29d98f-13e8-48dd-b79a-a9eca52aca44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "da2c440b-e048-4999-82b9-72ceba05ea4d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:08:05Z", "revision_number": 0, "id": "fb1b9919-c0e5-42b3-9655-43e410f90702", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:08:05Z", "security_group_id": "486ff154-400a-42b6-935b-f1955395516e", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 3, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "486ff154-400a-42b6-935b-f1955395516e", "name": "vping_ssh-sg_7d24df40-3f4e-4478-8568-b41124a8250b"}, {"description": "Default security group", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:07:57Z", "updated_at": "2018-08-30T09:07:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "2b5668a4-8294-4e54-b5b4-21947120e046", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "68671674-4075-408e-9c9f-b1c2b444f61c", "remote_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "8170386e-b5f2-462c-9475-aa4efb27bad6", "remote_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv4", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:07:57Z", "revision_number": 0, "id": "cbb0d6b8-2d58-428c-a5be-ba5e6b291c49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:07:57Z", "security_group_id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "port_range_min": null, "ethertype": "IPv6", "project_id": "27833a3c38b8452d90aba08d6b3d67c6"}], "revision_number": 1, "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "85c2fbeb-3e15-4032-8a4f-3f610c8ff1d5", "name": "default"}]} 2018-08-30 09:08:51,322 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a052c816-25da-496c-b928-de8a97211569 2018-08-30 09:08:51,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0445120334625s 2018-08-30 09:08:51,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a052c816-25da-496c-b928-de8a97211569 2018-08-30 09:08:51,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-30 09:08:51,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/486ff154-400a-42b6-935b-f1955395516e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:51,509 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-baf610dd-7d5b-410a-bfc6-d9a60074bfa9 Content-Length: 0 Date: Thu, 30 Aug 2018 09:08:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:08:51,509 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/486ff154-400a-42b6-935b-f1955395516e.json used request id req-baf610dd-7d5b-410a-bfc6-d9a60074bfa9 2018-08-30 09:08:51,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.182816982269s 2018-08-30 09:08:51,510 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/486ff154-400a-42b6-935b-f1955395516e.json used request id req-baf610dd-7d5b-410a-bfc6-d9a60074bfa9 2018-08-30 09:08:51,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-30 09:08:51,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:51,551 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:08:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bb6cd34-0f82-4025-86b3-2d5314207d4e x-compute-request-id: req-4bb6cd34-0f82-4025-86b3-2d5314207d4e Content-Length: 0 Content-Type: application/json 2018-08-30 09:08:51,552 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b used request id req-4bb6cd34-0f82-4025-86b3-2d5314207d4e 2018-08-30 09:08:51,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0416350364685s 2018-08-30 09:08:51,552 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_7d24df40-3f4e-4478-8568-b41124a8250b used request id req-4bb6cd34-0f82-4025-86b3-2d5314207d4e 2018-08-30 09:08:51,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:08:51,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" -d '{"subnet_id": "38b7e313-a2c3-448c-aa73-95c7f3339f54"}' 2018-08-30 09:08:53,330 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4e7a0f17-d592-45a1-9ea9-9e55738a353b Date: Thu, 30 Aug 2018 09:08:53 GMT RESP BODY: {"network_id": "e29cd8b9-6961-4588-8d68-c1b77f1fc17c", "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "subnet_id": "38b7e313-a2c3-448c-aa73-95c7f3339f54", "subnet_ids": ["38b7e313-a2c3-448c-aa73-95c7f3339f54"], "port_id": "e9be8a50-f052-4093-ad4f-d80d2f7452db", "id": "8e846831-8633-4551-9998-b47f976595bd"} 2018-08-30 09:08:53,331 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd/remove_router_interface.json used request id req-4e7a0f17-d592-45a1-9ea9-9e55738a353b 2018-08-30 09:08:53,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.77829003334s 2018-08-30 09:08:53,331 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd/remove_router_interface.json used request id req-4e7a0f17-d592-45a1-9ea9-9e55738a353b returning object 8e846831-8633-4551-9998-b47f976595bd 2018-08-30 09:08:53,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:08:53,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:53,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-e6fbfc83-e70f-49f9-87db-a933dfe09920 Date: Thu, 30 Aug 2018 09:08:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "27833a3c38b8452d90aba08d6b3d67c6", "created_at": "2018-08-30T09:07:59Z", "admin_state_up": true, "updated_at": "2018-08-30T09:08:52Z", "revision_number": 4, "routes": [], "project_id": "27833a3c38b8452d90aba08d6b3d67c6", "id": "8e846831-8633-4551-9998-b47f976595bd", "name": "vping_ssh-router_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:53,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e6fbfc83-e70f-49f9-87db-a933dfe09920 2018-08-30 09:08:53,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11355304718s 2018-08-30 09:08:53,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e6fbfc83-e70f-49f9-87db-a933dfe09920 2018-08-30 09:08:53,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:08:53,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:54,756 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa2f0421-5412-48bc-aa9b-b3ea1e405d54 Content-Length: 0 Date: Thu, 30 Aug 2018 09:08:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:08:54,756 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd.json used request id req-fa2f0421-5412-48bc-aa9b-b3ea1e405d54 2018-08-30 09:08:54,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.30928277969s 2018-08-30 09:08:54,756 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/8e846831-8633-4551-9998-b47f976595bd.json used request id req-fa2f0421-5412-48bc-aa9b-b3ea1e405d54 2018-08-30 09:08:54,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:08:54,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:54,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b46cff4f-86e0-4eee-be7a-c8fe8fe7c178 Date: Thu, 30 Aug 2018 09:08:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:07:58Z","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":"27833a3c38b8452d90aba08d6b3d67c6","id":"38b7e313-a2c3-448c-aa73-95c7f3339f54","subnetpool_id":null,"name":"vping_ssh-subnet_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:54,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b46cff4f-86e0-4eee-be7a-c8fe8fe7c178 2018-08-30 09:08:54,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.195546865463s 2018-08-30 09:08:54,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b46cff4f-86e0-4eee-be7a-c8fe8fe7c178 2018-08-30 09:08:54,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:08:54,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/38b7e313-a2c3-448c-aa73-95c7f3339f54.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:55,952 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-68661de3-c64b-44d7-b1d1-2a2b45380420 Date: Thu, 30 Aug 2018 09:08:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:08:55,952 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/38b7e313-a2c3-448c-aa73-95c7f3339f54.json used request id req-68661de3-c64b-44d7-b1d1-2a2b45380420 2018-08-30 09:08:55,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.998112916946s 2018-08-30 09:08:55,953 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/38b7e313-a2c3-448c-aa73-95c7f3339f54.json used request id req-68661de3-c64b-44d7-b1d1-2a2b45380420 2018-08-30 09:08:55,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:08:55,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:56,051 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-e61dc0ad-f568-4c73-9402-733803703562 Date: Thu, 30 Aug 2018 09:08: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:08:55Z","tenant_id":"27833a3c38b8452d90aba08d6b3d67c6","created_at":"2018-08-30T09:07:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"27833a3c38b8452d90aba08d6b3d67c6","id":"e29cd8b9-6961-4588-8d68-c1b77f1fc17c","name":"vping_ssh-net_7d24df40-3f4e-4478-8568-b41124a8250b"}]} 2018-08-30 09:08:56,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e61dc0ad-f568-4c73-9402-733803703562 2018-08-30 09:08:56,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0980789661407s 2018-08-30 09:08:56,052 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e61dc0ad-f568-4c73-9402-733803703562 2018-08-30 09:08:56,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:08:56,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/e29cd8b9-6961-4588-8d68-c1b77f1fc17c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:57,334 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f5818dbc-96ed-4fcc-8d6c-acf6bd13a369 Date: Thu, 30 Aug 2018 09:08:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:08:57,334 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e29cd8b9-6961-4588-8d68-c1b77f1fc17c.json used request id req-f5818dbc-96ed-4fcc-8d6c-acf6bd13a369 2018-08-30 09:08:57,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.28109192848s 2018-08-30 09:08:57,334 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/e29cd8b9-6961-4588-8d68-c1b77f1fc17c.json used request id req-f5818dbc-96ed-4fcc-8d6c-acf6bd13a369 2018-08-30 09:08:57,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:08:57,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:58,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-522757aa-a9b2-4c9d-8396-c2fdf8e7e1c8 Date: Thu, 30 Aug 2018 09:08:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:08:04Z", "file": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/file", "owner": "27833a3c38b8452d90aba08d6b3d67c6", "id": "1dbc159f-442a-446a-a2ce-589c536e5ce7", "size": 12716032, "self": "/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/1dbc159f-442a-446a-a2ce-589c536e5ce7/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_7d24df40-3f4e-4478-8568-b41124a8250b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:08:03Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:08:58,082 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-522757aa-a9b2-4c9d-8396-c2fdf8e7e1c8 2018-08-30 09:08:58,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.743328094482s 2018-08-30 09:08:58,082 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-522757aa-a9b2-4c9d-8396-c2fdf8e7e1c8 2018-08-30 09:08:58,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:08:58,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8d59ab38c611fdcb4c0d39eb92c7d0268924eba6" 2018-08-30 09:08:58,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c2143387-756d-4ca5-b03c-60a47c0651dd Date: Thu, 30 Aug 2018 09:08:58 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:08:58,418 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7 used request id req-c2143387-756d-4ca5-b03c-60a47c0651dd 2018-08-30 09:08:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.334250926971s 2018-08-30 09:08:58,419 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/1dbc159f-442a-446a-a2ce-589c536e5ce7 used request id req-c2143387-756d-4ca5-b03c-60a47c0651dd 2018-08-30 09:08:58,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:08:58,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:58,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08: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-25201ce9-1c2f-486d-9d9a-a65402d40b5f x-compute-request-id: req-25201ce9-1c2f-486d-9d9a-a65402d40b5f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_7d24df40-3f4e-4478-8568-b41124a8250b", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d", "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": "1cc0fdec-40a9-4aaf-bb23-2256e58de54d"}]} 2018-08-30 09:08:58,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-25201ce9-1c2f-486d-9d9a-a65402d40b5f 2018-08-30 09:08:58,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276918411255s 2018-08-30 09:08:58,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-25201ce9-1c2f-486d-9d9a-a65402d40b5f 2018-08-30 09:08:58,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:08:58,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:58,484 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:08: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-4e941167-542e-4ec9-9603-b66f87b37559 x-compute-request-id: req-4e941167-542e-4ec9-9603-b66f87b37559 Content-Length: 0 Content-Type: application/json 2018-08-30 09:08:58,484 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d used request id req-4e941167-542e-4ec9-9603-b66f87b37559 2018-08-30 09:08:58,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.035817861557s 2018-08-30 09:08:58,485 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1cc0fdec-40a9-4aaf-bb23-2256e58de54d used request id req-4e941167-542e-4ec9-9603-b66f87b37559 2018-08-30 09:08:58,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:08:58,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:58,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-356de7de-9fcf-4bb2-adfc-69d1b22e3720 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b", "links": {"self": "http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "960532766e0c46a392f6b12fe5fcb2ac", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:08:58,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-356de7de-9fcf-4bb2-adfc-69d1b22e3720 2018-08-30 09:08:58,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205106973648s 2018-08-30 09:08:58,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-356de7de-9fcf-4bb2-adfc-69d1b22e3720 2018-08-30 09:08:58,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:08:58,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:58,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91a83f55-2499-473e-9dd6-03ebbe12cea1 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_7d24df40-3f4e-4478-8568-b41124a8250b", "links": {"self": "http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "960532766e0c46a392f6b12fe5fcb2ac", "description": null}} 2018-08-30 09:08:58,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac used request id req-91a83f55-2499-473e-9dd6-03ebbe12cea1 2018-08-30 09:08:58,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19035410881s 2018-08-30 09:08:58,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac used request id req-91a83f55-2499-473e-9dd6-03ebbe12cea1 2018-08-30 09:08:58,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-30 09:08:58,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:59,185 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:08:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3192dbc-021a-4ad8-a06f-1de005590b78 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:08:59,185 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac used request id req-a3192dbc-021a-4ad8-a06f-1de005590b78 2018-08-30 09:08:59,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.297556877136s 2018-08-30 09:08:59,186 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/960532766e0c46a392f6b12fe5fcb2ac used request id req-a3192dbc-021a-4ad8-a06f-1de005590b78 2018-08-30 09:08:59,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:08:59,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:59,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae6cf09c-9cf2-484d-b972-4ab7218323f0 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6"}, "tags": [], "enabled": true, "id": "27833a3c38b8452d90aba08d6b3d67c6", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_7d24df40-3f4e-4478-8568-b41124a8250b"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-30 09:08:59,373 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ae6cf09c-9cf2-484d-b972-4ab7218323f0 2018-08-30 09:08:59,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181041002274s 2018-08-30 09:08:59,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-ae6cf09c-9cf2-484d-b972-4ab7218323f0 2018-08-30 09:08:59,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-30 09:08:59,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}abaa3f307777ad52edd40733651dd3e931d3eb82" 2018-08-30 09:08:59,682 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:08:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-411bf5e8-223f-400c-a736-d3a36254a1ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:08:59,682 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6 used request id req-411bf5e8-223f-400c-a736-d3a36254a1ba 2018-08-30 09:08:59,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.303388118744s 2018-08-30 09:08:59,682 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/27833a3c38b8452d90aba08d6b3d67c6 used request id req-411bf5e8-223f-400c-a736-d3a36254a1ba 2018-08-30 09:08:59,735 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:08:59,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:08:59,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:08:59,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:08:59,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:08:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e2d2e07-bf4d-4276-b1d7-18f56b2e3066 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:08:59,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7e2d2e07-bf4d-4276-b1d7-18f56b2e3066 2018-08-30 09:08:59,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:09:00,196 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:09:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["EZlOlVWIT1OfEZvqVYQ54Q"], "issued_at": "2018-08-30T09:09:00.000000Z"}} 2018-08-30 09:09:00,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:00,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:00,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-44d8894b-977f-4256-8aea-e0bb236117b4 Date: Thu, 30 Aug 2018 09:09:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:09:00,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-44d8894b-977f-4256-8aea-e0bb236117b4 2018-08-30 09:09:00,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363118886948s 2018-08-30 09:09:00,563 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-44d8894b-977f-4256-8aea-e0bb236117b4 2018-08-30 09:09:00,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:00,570 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:09:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b02af127-d128-474a-a309-649e58846609 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:09:00,570 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-b02af127-d128-474a-a309-649e58846609 2018-08-30 09:09:00,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:09:00,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:00,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-158f594e-fe9f-46d7-85bf-2c6f9c07a094 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:09:00,751 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-158f594e-fe9f-46d7-85bf-2c6f9c07a094 2018-08-30 09:09:00,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179534912109s 2018-08-30 09:09:00,751 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-158f594e-fe9f-46d7-85bf-2c6f9c07a094 2018-08-30 09:09:00,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-30 09:09:00,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}}' 2018-08-30 09:09:01,017 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:09:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-640122b1-c1fa-4bf0-8ef2-4a0d4f928c68 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.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb"}, "tags": [], "enabled": true, "id": "55afbfa04d5d4ea7a136952eac097dfb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}} 2018-08-30 09:09:01,017 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-640122b1-c1fa-4bf0-8ef2-4a0d4f928c68 2018-08-30 09:09:01,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.259934186935s 2018-08-30 09:09:01,018 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-640122b1-c1fa-4bf0-8ef2-4a0d4f928c68 2018-08-30 09:09:01,019 - 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'55afbfa04d5d4ea7a136952eac097dfb', '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_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a'}) 2018-08-30 09:09:01,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-30 09:09:01,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d9736293-6475-47e2-8962-e9700feb80f5", "email": null, "name": "vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}}' 2018-08-30 09:09:01,447 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:09:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4ac0fac-e3b4-4f71-b751-e39ad3fbd18a Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": {"self": "http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e3509d4f94d1496380635dd753d69130", "domain_id": "default", "password_expires_at": null}} 2018-08-30 09:09:01,447 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b4ac0fac-e3b4-4f71-b751-e39ad3fbd18a 2018-08-30 09:09:01,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.421403884888s 2018-08-30 09:09:01,448 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-b4ac0fac-e3b4-4f71-b751-e39ad3fbd18a 2018-08-30 09:09:01,448 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e3509d4f94d1496380635dd753d69130', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a'}) 2018-08-30 09:09:01,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:09:01,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:01,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56615669-d923-488a-a680-8841760ce58d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:09:01,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-56615669-d923-488a-a680-8841760ce58d 2018-08-30 09:09:01,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194511890411s 2018-08-30 09:09:01,647 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-56615669-d923-488a-a680-8841760ce58d 2018-08-30 09:09:01,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:09:01,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:01,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-564aafc3-5b8c-4996-960a-92c6f18bfcf9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:09:01,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-564aafc3-5b8c-4996-960a-92c6f18bfcf9 2018-08-30 09:09:01,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.298529863358s 2018-08-30 09:09:01,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-564aafc3-5b8c-4996-960a-92c6f18bfcf9 2018-08-30 09:09:01,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:09:01,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:02,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bec838f1-63ea-4cb8-acd3-2586ab5b4bf9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:09:02,054 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bec838f1-63ea-4cb8-acd3-2586ab5b4bf9 2018-08-30 09:09:02,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10073184967s 2018-08-30 09:09:02,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bec838f1-63ea-4cb8-acd3-2586ab5b4bf9 2018-08-30 09:09:02,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:09:02,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:02,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1c28c0-165e-47ed-b8bb-500871932267 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-30 09:09:02,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7a1c28c0-165e-47ed-b8bb-500871932267 2018-08-30 09:09:02,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0975830554962s 2018-08-30 09:09:02,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7a1c28c0-165e-47ed-b8bb-500871932267 2018-08-30 09:09:02,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:09:02,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:02,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86f21cdb-a2f1-4688-b4ca-e3fcf02cd586 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": {"self": "http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e3509d4f94d1496380635dd753d69130", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:09:02,276 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-86f21cdb-a2f1-4688-b4ca-e3fcf02cd586 2018-08-30 09:09:02,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118583202362s 2018-08-30 09:09:02,277 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-86f21cdb-a2f1-4688-b4ca-e3fcf02cd586 2018-08-30 09:09:02,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:09:02,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:02,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c75cb5d-5ad3-4699-9fa5-d9ba2827eb5c Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb"}, "tags": [], "enabled": true, "id": "55afbfa04d5d4ea7a136952eac097dfb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:02,434 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-7c75cb5d-5ad3-4699-9fa5-d9ba2827eb5c 2018-08-30 09:09:02,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.145265102386s 2018-08-30 09:09:02,435 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-7c75cb5d-5ad3-4699-9fa5-d9ba2827eb5c 2018-08-30 09:09:02,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:09:02,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=e3509d4f94d1496380635dd753d69130&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=55afbfa04d5d4ea7a136952eac097dfb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:02,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-139af499-78a8-4004-b9dd-5f3c9e990078 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=e3509d4f94d1496380635dd753d69130&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=55afbfa04d5d4ea7a136952eac097dfb", "previous": null, "next": null}} 2018-08-30 09:09:02,549 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=e3509d4f94d1496380635dd753d69130&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=55afbfa04d5d4ea7a136952eac097dfb used request id req-139af499-78a8-4004-b9dd-5f3c9e990078 2018-08-30 09:09:02,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106745958328s 2018-08-30 09:09:02,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=e3509d4f94d1496380635dd753d69130&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=55afbfa04d5d4ea7a136952eac097dfb used request id req-139af499-78a8-4004-b9dd-5f3c9e990078 2018-08-30 09:09:02,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-30 09:09:02,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb/users/e3509d4f94d1496380635dd753d69130/roles/7f3211e4373f4e319084180a63f337ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:02,731 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:09:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-827cec52-4df0-49f8-ba5b-64f788a49506 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:09:02,731 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb/users/e3509d4f94d1496380635dd753d69130/roles/7f3211e4373f4e319084180a63f337ce used request id req-827cec52-4df0-49f8-ba5b-64f788a49506 2018-08-30 09:09:02,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.178832054138s 2018-08-30 09:09:02,731 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb/users/e3509d4f94d1496380635dd753d69130/roles/7f3211e4373f4e319084180a63f337ce used request id req-827cec52-4df0-49f8-ba5b-64f788a49506 2018-08-30 09:09:02,732 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 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'55afbfa04d5d4ea7a136952eac097dfb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd9736293-6475-47e2-8962-e9700feb80f5', 'username': u'vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-30 09:09:02,733 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:09:02,734 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:09:02,735 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:09:02,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:09:02,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:09:02,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:09:02,736 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:09:02,737 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'password': 'd9736293-6475-47e2-8962-e9700feb80f5', 'project_name': 'vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '55afbfa04d5d4ea7a136952eac097dfb', 'project_domain_name': 'Default'} 2018-08-30 09:09:02,738 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-30 09:09:02,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:02,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b48ffa1a-f7fd-41f4-9e51-6834358b9399 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:09:02,746 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b48ffa1a-f7fd-41f4-9e51-6834358b9399 2018-08-30 09:09:02,747 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:09:03,144 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:09:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "55afbfa04d5d4ea7a136952eac097dfb", "name": "vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/55afbfa04d5d4ea7a136952eac097dfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/55afbfa04d5d4ea7a136952eac097dfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/55afbfa04d5d4ea7a136952eac097dfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_55afbfa04d5d4ea7a136952eac097dfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_55afbfa04d5d4ea7a136952eac097dfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/55afbfa04d5d4ea7a136952eac097dfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/55afbfa04d5d4ea7a136952eac097dfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/55afbfa04d5d4ea7a136952eac097dfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/55afbfa04d5d4ea7a136952eac097dfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/55afbfa04d5d4ea7a136952eac097dfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/55afbfa04d5d4ea7a136952eac097dfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/55afbfa04d5d4ea7a136952eac097dfb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/55afbfa04d5d4ea7a136952eac097dfb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/55afbfa04d5d4ea7a136952eac097dfb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "id": "e3509d4f94d1496380635dd753d69130"}, "audit_ids": ["ywkpMLx2Tu6vV00F5MPHkA"], "issued_at": "2018-08-30T09:09:03.000000Z"}} 2018-08-30 09:09:03,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:09:03,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"network": {"name": "vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "admin_state_up": true}}' 2018-08-30 09:09:03,960 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-3761fdb3-b382-4061-b690-566903f1ef92 Date: Thu, 30 Aug 2018 09:09:03 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-30T09:09:03Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","id":"ad15a351-863e-4b50-bb1f-580691cece04","name":"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}} 2018-08-30 09:09:03,960 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3761fdb3-b382-4061-b690-566903f1ef92 2018-08-30 09:09:03,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.812786817551s 2018-08-30 09:09:03,960 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3761fdb3-b382-4061-b690-566903f1ef92 2018-08-30 09:09:03,961 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:09:03Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ad15a351-863e-4b50-bb1f-580691cece04', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', u'admin_state_up': True, u'tenant_id': u'55afbfa04d5d4ea7a136952eac097dfb', u'created_at': u'2018-08-30T09:09:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'55afbfa04d5d4ea7a136952eac097dfb'}) 2018-08-30 09:09:03,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:03,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:04,115 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-258b0336-f5dd-49bd-b756-4864cebda384 Date: Thu, 30 Aug 2018 09:09: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:09:03Z","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","id":"ad15a351-863e-4b50-bb1f-580691cece04","name":"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:04,115 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-258b0336-f5dd-49bd-b756-4864cebda384 2018-08-30 09:09:04,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.153713226318s 2018-08-30 09:09:04,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-258b0336-f5dd-49bd-b756-4864cebda384 2018-08-30 09:09:04,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:09:04,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"subnet": {"name": "vping_userdata-subnet_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "enable_dhcp": true, "network_id": "ad15a351-863e-4b50-bb1f-580691cece04", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:09:04,870 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-fd49399c-de67-4fbb-9bcc-8fcc89ed94cc Date: Thu, 30 Aug 2018 09:09:04 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad15a351-863e-4b50-bb1f-580691cece04","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:09:04Z","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":"55afbfa04d5d4ea7a136952eac097dfb","id":"0cee566f-6cdb-487c-a7bf-c305091cef66","subnetpool_id":null,"name":"vping_userdata-subnet_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}} 2018-08-30 09:09:04,870 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-fd49399c-de67-4fbb-9bcc-8fcc89ed94cc 2018-08-30 09:09:04,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.752678155899s 2018-08-30 09:09:04,870 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-fd49399c-de67-4fbb-9bcc-8fcc89ed94cc 2018-08-30 09:09:04,871 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:09:04Z', 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'0cee566f-6cdb-487c-a7bf-c305091cef66', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', u'enable_dhcp': True, u'network_id': u'ad15a351-863e-4b50-bb1f-580691cece04', u'tenant_id': u'55afbfa04d5d4ea7a136952eac097dfb', u'created_at': u'2018-08-30T09:09:04Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'55afbfa04d5d4ea7a136952eac097dfb'}) 2018-08-30 09:09:04,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:09:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "vping_userdata-router_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "admin_state_up": true}}' 2018-08-30 09:09:06,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-14478800-9ff2-4621-8a8d-86fc25e837d9 Date: Thu, 30 Aug 2018 09:09:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "created_at": "2018-08-30T09:09:04Z", "admin_state_up": true, "updated_at": "2018-08-30T09:09:05Z", "revision_number": 2, "routes": [], "project_id": "55afbfa04d5d4ea7a136952eac097dfb", "id": "f50c92d0-485f-4531-b965-b556681c2937", "name": "vping_userdata-router_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}} 2018-08-30 09:09:06,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-14478800-9ff2-4621-8a8d-86fc25e837d9 2018-08-30 09:09:06,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22035098076s 2018-08-30 09:09:06,092 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-14478800-9ff2-4621-8a8d-86fc25e837d9 2018-08-30 09:09:06,092 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'55afbfa04d5d4ea7a136952eac097dfb', u'created_at': u'2018-08-30T09:09:04Z', u'admin_state_up': True, u'updated_at': u'2018-08-30T09:09:05Z', u'revision_number': 2, u'routes': [], u'project_id': u'55afbfa04d5d4ea7a136952eac097dfb', u'id': u'f50c92d0-485f-4531-b965-b556681c2937', u'name': u'vping_userdata-router_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a'}) 2018-08-30 09:09:06,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:09:06,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"subnet_id": "0cee566f-6cdb-487c-a7bf-c305091cef66"}' 2018-08-30 09:09:08,019 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9def1266-3da5-4623-9d5a-b3b72d1f06d9 Date: Thu, 30 Aug 2018 09:09:08 GMT RESP BODY: {"network_id": "ad15a351-863e-4b50-bb1f-580691cece04", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "subnet_id": "0cee566f-6cdb-487c-a7bf-c305091cef66", "subnet_ids": ["0cee566f-6cdb-487c-a7bf-c305091cef66"], "port_id": "17a359fb-3ea8-4549-8f39-7727b14ccf04", "id": "f50c92d0-485f-4531-b965-b556681c2937"} 2018-08-30 09:09:08,019 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937/add_router_interface.json used request id req-9def1266-3da5-4623-9d5a-b3b72d1f06d9 2018-08-30 09:09:08,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.92616391182s 2018-08-30 09:09:08,019 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937/add_router_interface.json used request id req-9def1266-3da5-4623-9d5a-b3b72d1f06d9 returning object f50c92d0-485f-4531-b965-b556681c2937 2018-08-30 09:09:08,020 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:09:08,152 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:09:08,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:08,158 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:09:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:09:08,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:08,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:08,450 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ab27756c-7507-49a3-a79b-24c4aea7249c Date: Thu, 30 Aug 2018 09:09:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:08,450 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ab27756c-7507-49a3-a79b-24c4aea7249c 2018-08-30 09:09:08,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.290448188782s 2018-08-30 09:09:08,451 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ab27756c-7507-49a3-a79b-24c4aea7249c 2018-08-30 09:09:08,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:09:08,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}' 2018-08-30 09:09:08,507 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eb043162-3196-4540-9d2a-fb979dadde3c Date: Thu, 30 Aug 2018 09:09:08 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:08Z", "file": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file", "owner": "55afbfa04d5d4ea7a136952eac097dfb", "id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "size": null, "self": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "checksum": null, "created_at": "2018-08-30T09:09:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:09:08,507 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-eb043162-3196-4540-9d2a-fb979dadde3c 2018-08-30 09:09:08,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0472280979156s 2018-08-30 09:09:08,507 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-eb043162-3196-4540-9d2a-fb979dadde3c returning object 47e4bba4-d1d7-4403-952b-daa0faef874b 2018-08-30 09:09:08,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:09:08,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '' 2018-08-30 09:09:08,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-77a9adaa-5fbe-4d60-8009-7975504d15b1 Date: Thu, 30 Aug 2018 09:09:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:09:08,898 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file used request id req-77a9adaa-5fbe-4d60-8009-7975504d15b1 2018-08-30 09:09:08,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.389776945114s 2018-08-30 09:09:08,898 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file used request id req-77a9adaa-5fbe-4d60-8009-7975504d15b1 2018-08-30 09:09:08,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:08,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:08,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f95c3eea-d3bb-4ca3-8b94-cebd3944d3c5 Date: Thu, 30 Aug 2018 09:09:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:08Z", "file": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file", "owner": "55afbfa04d5d4ea7a136952eac097dfb", "id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "size": 12716032, "self": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:08,941 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f95c3eea-d3bb-4ca3-8b94-cebd3944d3c5 2018-08-30 09:09:08,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391700267792s 2018-08-30 09:09:08,942 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f95c3eea-d3bb-4ca3-8b94-cebd3944d3c5 2018-08-30 09:09:08,943 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file', 'owner': u'55afbfa04d5d4ea7a136952eac097dfb', 'id': u'47e4bba4-d1d7-4403-952b-daa0faef874b', 'size': 12716032, u'self': u'/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'55afbfa04d5d4ea7a136952eac097dfb', 'name': 'vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:09:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:09:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'created': u'2018-08-30T09:09:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:09:08Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:09:08,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:09:08,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:09:09,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-f7ff8046-2b57-4080-817a-7439cbb707c7 x-compute-request-id: req-f7ff8046-2b57-4080-817a-7439cbb707c7 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "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": "8802cba7-551c-4c62-8e2e-7e4c198c17a8"}} 2018-08-30 09:09:09,299 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f7ff8046-2b57-4080-817a-7439cbb707c7 2018-08-30 09:09:09,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.355268955231s 2018-08-30 09:09:09,300 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f7ff8046-2b57-4080-817a-7439cbb707c7 2018-08-30 09:09:09,301 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', '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'f43bf52986b74b40be2254c0cc19dd66', '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'8802cba7-551c-4c62-8e2e-7e4c198c17a8', 'swap': 0}) 2018-08-30 09:09:09,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:09:09,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" -d '{"extra_specs": {}}' 2018-08-30 09:09:09,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59f9a91a-f761-4fbf-bd57-c3b9fddc24a8 x-compute-request-id: req-59f9a91a-f761-4fbf-bd57-c3b9fddc24a8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:09:09,322 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8/os-extra_specs used request id req-59f9a91a-f761-4fbf-bd57-c3b9fddc24a8 2018-08-30 09:09:09,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0204288959503s 2018-08-30 09:09:09,322 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8/os-extra_specs used request id req-59f9a91a-f761-4fbf-bd57-c3b9fddc24a8 2018-08-30 09:09:09,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:09,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:09,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-d06454e2-0f23-4ad5-bc05-82e6bd65935b Date: Thu, 30 Aug 2018 09:09:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0cee566f-6cdb-487c-a7bf-c305091cef66"],"updated_at":"2018-08-30T09:09:04Z","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","id":"ad15a351-863e-4b50-bb1f-580691cece04","name":"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:09,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d06454e2-0f23-4ad5-bc05-82e6bd65935b 2018-08-30 09:09:09,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108977794647s 2018-08-30 09:09:09,432 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d06454e2-0f23-4ad5-bc05-82e6bd65935b 2018-08-30 09:09:09,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:09,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:09,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-1596c245-c9e1-4864-8998-3eb63b71b77e Date: Thu, 30 Aug 2018 09:09:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:08Z", "file": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file", "owner": "55afbfa04d5d4ea7a136952eac097dfb", "id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "size": 12716032, "self": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:09,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1596c245-c9e1-4864-8998-3eb63b71b77e 2018-08-30 09:09:09,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0358641147614s 2018-08-30 09:09:09,473 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1596c245-c9e1-4864-8998-3eb63b71b77e 2018-08-30 09:09:09,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:09:09,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:09,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-36565bf1-a92f-4cb1-ae36-248ac2d3b7f9 x-compute-request-id: req-36565bf1-a92f-4cb1-ae36-248ac2d3b7f9 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "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": "8802cba7-551c-4c62-8e2e-7e4c198c17a8"}]} 2018-08-30 09:09:09,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-36565bf1-a92f-4cb1-ae36-248ac2d3b7f9 2018-08-30 09:09:09,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.282144069672s 2018-08-30 09:09:09,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-36565bf1-a92f-4cb1-ae36-248ac2d3b7f9 2018-08-30 09:09:09,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:09:09,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"server": {"name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "imageRef": "47e4bba4-d1d7-4403-952b-daa0faef874b", "flavorRef": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ad15a351-863e-4b50-bb1f-580691cece04"}]}}' 2018-08-30 09:09:11,932 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:09:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc8daa8e-49e0-4f32-bfc2-9c3bd502147b x-compute-request-id: req-bc8daa8e-49e0-4f32-bfc2-9c3bd502147b Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "adminPass": "9ssDSbprh39G"}} 2018-08-30 09:09:11,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-bc8daa8e-49e0-4f32-bfc2-9c3bd502147b 2018-08-30 09:09:11,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.1741130352s 2018-08-30 09:09:11,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-bc8daa8e-49e0-4f32-bfc2-9c3bd502147b 2018-08-30 09:09:11,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:11,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:12,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-32d55aa3-5ce3-47b7-a66b-4b45c0b91daf x-compute-request-id: req-32d55aa3-5ce3-47b7-a66b-4b45c0b91daf Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:12,550 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-32d55aa3-5ce3-47b7-a66b-4b45c0b91daf 2018-08-30 09:09:12,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61651802063s 2018-08-30 09:09:12,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-32d55aa3-5ce3-47b7-a66b-4b45c0b91daf 2018-08-30 09:09:12,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:12,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:12,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-ef0a0b02-8e3d-4247-b79b-ec8036a14fdd Date: Thu, 30 Aug 2018 09:09: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0cee566f-6cdb-487c-a7bf-c305091cef66"],"updated_at":"2018-08-30T09:09:04Z","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","id":"ad15a351-863e-4b50-bb1f-580691cece04","name":"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:12,640 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ef0a0b02-8e3d-4247-b79b-ec8036a14fdd 2018-08-30 09:09:12,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0834200382233s 2018-08-30 09:09:12,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ef0a0b02-8e3d-4247-b79b-ec8036a14fdd 2018-08-30 09:09:12,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:09:12,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:12,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-4385d9e7-4591-4360-9a62-9ae7e1228cc7 Date: Thu, 30 Aug 2018 09:09:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad15a351-863e-4b50-bb1f-580691cece04","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:09:04Z","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":"55afbfa04d5d4ea7a136952eac097dfb","id":"0cee566f-6cdb-487c-a7bf-c305091cef66","subnetpool_id":null,"name":"vping_userdata-subnet_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:12,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4385d9e7-4591-4360-9a62-9ae7e1228cc7 2018-08-30 09:09:12,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0664069652557s 2018-08-30 09:09:12,709 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4385d9e7-4591-4360-9a62-9ae7e1228cc7 2018-08-30 09:09:12,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:14,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:14,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:15,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-fcd4a46e-03bf-482f-9190-e0b02055a05b x-compute-request-id: req-fcd4a46e-03bf-482f-9190-e0b02055a05b Content-Encoding: gzip Content-Length: 644 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:14Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:15,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fcd4a46e-03bf-482f-9190-e0b02055a05b 2018-08-30 09:09:15,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.48619890213s 2018-08-30 09:09:15,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fcd4a46e-03bf-482f-9190-e0b02055a05b 2018-08-30 09:09:15,203 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:17,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:17,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:17,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-e3f9352d-9fe1-4d5c-ada1-0bb734520092 x-compute-request-id: req-e3f9352d-9fe1-4d5c-ada1-0bb734520092 Content-Encoding: gzip Content-Length: 665 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:14Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:17,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e3f9352d-9fe1-4d5c-ada1-0bb734520092 2018-08-30 09:09:17,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688238859177s 2018-08-30 09:09:17,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e3f9352d-9fe1-4d5c-ada1-0bb734520092 2018-08-30 09:09:17,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:19,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:19,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:20,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-0c48ebd2-653f-4215-b39f-2a0bfaf90f5b x-compute-request-id: req-0c48ebd2-653f-4215-b39f-2a0bfaf90f5b Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:20,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c48ebd2-653f-4215-b39f-2a0bfaf90f5b 2018-08-30 09:09:20,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.173569202423s 2018-08-30 09:09:20,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0c48ebd2-653f-4215-b39f-2a0bfaf90f5b 2018-08-30 09:09:20,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:09:20,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=859ab355-b49d-4c05-9595-1640c839ccf8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:20,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6b36d82c-fc52-4e88-9100-3010e766c41f Date: Thu, 30 Aug 2018 09:09:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ad15a351-863e-4b50-bb1f-580691cece04","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:15Z","admin_state_up":true,"updated_at":"2018-08-30T09:09:18Z","binding:vnic_type":"normal","device_id":"859ab355-b49d-4c05-9595-1640c839ccf8","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:24:f4:01","id":"5db69d66-74e3-423b-adad-c6c8e1726f1c","port_security_enabled":true,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","fixed_ips":[{"subnet_id":"0cee566f-6cdb-487c-a7bf-c305091cef66","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["9801634f-cd7c-47e0-be06-1e741a2f00f2"],"name":""}]} 2018-08-30 09:09:20,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=859ab355-b49d-4c05-9595-1640c839ccf8 used request id req-6b36d82c-fc52-4e88-9100-3010e766c41f 2018-08-30 09:09:20,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0716528892517s 2018-08-30 09:09:20,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=859ab355-b49d-4c05-9595-1640c839ccf8 used request id req-6b36d82c-fc52-4e88-9100-3010e766c41f 2018-08-30 09:09:20,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:09:20,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5db69d66-74e3-423b-adad-c6c8e1726f1c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:20,201 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-033c6ce5-878b-4dd9-b8b0-43eb61fc57f5 Date: Thu, 30 Aug 2018 09:09:20 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:09:20,201 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5db69d66-74e3-423b-adad-c6c8e1726f1c used request id req-033c6ce5-878b-4dd9-b8b0-43eb61fc57f5 2018-08-30 09:09:20,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467300415039s 2018-08-30 09:09:20,202 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=5db69d66-74e3-423b-adad-c6c8e1726f1c used request id req-033c6ce5-878b-4dd9-b8b0-43eb61fc57f5 2018-08-30 09:09:20,202 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:24:f4:01', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'47e4bba4-d1d7-4403-952b-daa0faef874b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:09:18.000000', 'flavor': Munch({u'id': u'8802cba7-551c-4c62-8e2e-7e4c198c17a8'}), 'az': u'nova', 'id': u'859ab355-b49d-4c05-9595-1640c839ccf8', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e3509d4f94d1496380635dd753d69130', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'55afbfa04d5d4ea7a136952eac097dfb', 'name': 'vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:09:18.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:09:18Z', 'hostId': u'69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:09:18.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'55afbfa04d5d4ea7a136952eac097dfb', 'name': u'vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'adminPass': u'9ssDSbprh39G', 'tenant_id': u'55afbfa04d5d4ea7a136952eac097dfb', 'created_at': u'2018-08-30T09:09:11Z', 'created': u'2018-08-30T09:09:11Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:09:20,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:20,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:20,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-3ce57a28-06e4-4524-ae36-c0598f9cb63a Date: Thu, 30 Aug 2018 09:09: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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["0cee566f-6cdb-487c-a7bf-c305091cef66"],"updated_at":"2018-08-30T09:09:04Z","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","id":"ad15a351-863e-4b50-bb1f-580691cece04","name":"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:20,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3ce57a28-06e4-4524-ae36-c0598f9cb63a 2018-08-30 09:09:20,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0847179889679s 2018-08-30 09:09:20,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3ce57a28-06e4-4524-ae36-c0598f9cb63a 2018-08-30 09:09:20,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:20,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:20,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-8e589bd1-399a-474b-9548-f6d3719d0566 Date: Thu, 30 Aug 2018 09:09:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:08Z", "file": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file", "owner": "55afbfa04d5d4ea7a136952eac097dfb", "id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "size": 12716032, "self": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:20,335 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8e589bd1-399a-474b-9548-f6d3719d0566 2018-08-30 09:09:20,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0418059825897s 2018-08-30 09:09:20,335 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8e589bd1-399a-474b-9548-f6d3719d0566 2018-08-30 09:09:20,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:09:20,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:20,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-7e1b2dd0-ebf8-4054-ac62-a43e3de39699 x-compute-request-id: req-7e1b2dd0-ebf8-4054-ac62-a43e3de39699 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "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": "8802cba7-551c-4c62-8e2e-7e4c198c17a8"}]} 2018-08-30 09:09:20,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7e1b2dd0-ebf8-4054-ac62-a43e3de39699 2018-08-30 09:09:20,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234289169312s 2018-08-30 09:09:20,361 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-7e1b2dd0-ebf8-4054-ac62-a43e3de39699 2018-08-30 09:09:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:09:20,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"server": {"name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "imageRef": "47e4bba4-d1d7-4403-952b-daa0faef874b", "flavorRef": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE3IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ad15a351-863e-4b50-bb1f-580691cece04"}]}}' 2018-08-30 09:09:21,651 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:09: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-4f9a7d56-fd1b-4c53-aef4-ef362ed23720 x-compute-request-id: req-4f9a7d56-fd1b-4c53-aef4-ef362ed23720 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "adminPass": "e5VK52ZD3m5E"}} 2018-08-30 09:09:21,651 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4f9a7d56-fd1b-4c53-aef4-ef362ed23720 2018-08-30 09:09:21,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.28945684433s 2018-08-30 09:09:21,652 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-4f9a7d56-fd1b-4c53-aef4-ef362ed23720 2018-08-30 09:09:21,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:21,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:21,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-2be69721-2670-4310-9ae8-a199104c916e x-compute-request-id: req-2be69721-2670-4310-9ae8-a199104c916e Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:21,841 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2be69721-2670-4310-9ae8-a199104c916e 2018-08-30 09:09:21,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188782930374s 2018-08-30 09:09:21,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2be69721-2670-4310-9ae8-a199104c916e 2018-08-30 09:09:21,847 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:23,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:23,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:24,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-fd956b35-6980-43ed-bfe5-be9063236a97 x-compute-request-id: req-fd956b35-6980-43ed-bfe5-be9063236a97 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:23Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:24,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fd956b35-6980-43ed-bfe5-be9063236a97 2018-08-30 09:09:24,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194044113159s 2018-08-30 09:09:24,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fd956b35-6980-43ed-bfe5-be9063236a97 2018-08-30 09:09:24,049 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:26,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:26,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:26,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-b0b25d5b-b264-4b62-b6a1-d547621c6f3a x-compute-request-id: req-b0b25d5b-b264-4b62-b6a1-d547621c6f3a Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:24Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:26,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b0b25d5b-b264-4b62-b6a1-d547621c6f3a 2018-08-30 09:09:26,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.638076066971s 2018-08-30 09:09:26,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b0b25d5b-b264-4b62-b6a1-d547621c6f3a 2018-08-30 09:09:26,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:28,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:28,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:29,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-285e96ee-da83-4514-8067-c518b76a5fd7 x-compute-request-id: req-285e96ee-da83-4514-8067-c518b76a5fd7 Content-Encoding: gzip Content-Length: 882 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:09:24Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:29,093 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-285e96ee-da83-4514-8067-c518b76a5fd7 2018-08-30 09:09:29,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.395118951797s 2018-08-30 09:09:29,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-285e96ee-da83-4514-8067-c518b76a5fd7 2018-08-30 09:09:29,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:31,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:31,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:31,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-e972e271-f82a-4dbe-af87-cbf83a0edb62 x-compute-request-id: req-e972e271-f82a-4dbe-af87-cbf83a0edb62 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:e1:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:28.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:28Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:31,448 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e972e271-f82a-4dbe-af87-cbf83a0edb62 2018-08-30 09:09:31,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347172021866s 2018-08-30 09:09:31,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e972e271-f82a-4dbe-af87-cbf83a0edb62 2018-08-30 09:09:31,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:09:31,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=4e562a7a-9bd1-40a1-b6e1-893643015da0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:31,779 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5abc509e-c931-4e71-a251-be907694d669 Date: Thu, 30 Aug 2018 09:09:31 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ad15a351-863e-4b50-bb1f-580691cece04","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:24Z","admin_state_up":true,"updated_at":"2018-08-30T09:09:28Z","binding:vnic_type":"normal","device_id":"4e562a7a-9bd1-40a1-b6e1-893643015da0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1a:e1:e8","id":"91da893a-e5be-41d5-8b2b-678fa8e9134c","port_security_enabled":true,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","fixed_ips":[{"subnet_id":"0cee566f-6cdb-487c-a7bf-c305091cef66","ip_address":"192.168.120.5"}],"extra_dhcp_opts":[],"security_groups":["9801634f-cd7c-47e0-be06-1e741a2f00f2"],"name":""}]} 2018-08-30 09:09:31,779 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4e562a7a-9bd1-40a1-b6e1-893643015da0 used request id req-5abc509e-c931-4e71-a251-be907694d669 2018-08-30 09:09:31,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.326069831848s 2018-08-30 09:09:31,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4e562a7a-9bd1-40a1-b6e1-893643015da0 used request id req-5abc509e-c931-4e71-a251-be907694d669 2018-08-30 09:09:31,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:09:31,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=91da893a-e5be-41d5-8b2b-678fa8e9134c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:31,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c0c098b8-5e04-4fa0-851b-a4da9e6734ad Date: Thu, 30 Aug 2018 09:09:31 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:09:31,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=91da893a-e5be-41d5-8b2b-678fa8e9134c used request id req-c0c098b8-5e04-4fa0-851b-a4da9e6734ad 2018-08-30 09:09:31,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0466768741608s 2018-08-30 09:09:31,832 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=91da893a-e5be-41d5-8b2b-678fa8e9134c used request id req-c0c098b8-5e04-4fa0-851b-a4da9e6734ad 2018-08-30 09:09:31,833 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1a:e1:e8', 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'47e4bba4-d1d7-4403-952b-daa0faef874b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:09:28.000000', 'flavor': Munch({u'id': u'8802cba7-551c-4c62-8e2e-7e4c198c17a8'}), 'az': u'nova', 'id': u'4e562a7a-9bd1-40a1-b6e1-893643015da0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'e3509d4f94d1496380635dd753d69130', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'55afbfa04d5d4ea7a136952eac097dfb', 'name': 'vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:09:28.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:09:28Z', 'hostId': u'b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:09:28.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'55afbfa04d5d4ea7a136952eac097dfb', 'name': u'vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a', 'adminPass': u'e5VK52ZD3m5E', 'tenant_id': u'55afbfa04d5d4ea7a136952eac097dfb', 'created_at': u'2018-08-30T09:09:21Z', 'created': u'2018-08-30T09:09:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:09:31,833 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-30 09:09:32,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:32,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:33,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-fb59a2b6-5811-4ead-b66b-02a07447b595 x-compute-request-id: req-fb59a2b6-5811-4ead-b66b-02a07447b595 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:e1:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:28.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:28Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:18Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:33,195 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fb59a2b6-5811-4ead-b66b-02a07447b595 2018-08-30 09:09:33,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.359925031662s 2018-08-30 09:09:33,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fb59a2b6-5811-4ead-b66b-02a07447b595 2018-08-30 09:09:33,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:09:33,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:09:33,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-801a6a1d-b3a9-47ba-9bea-023df6cf4f0f x-compute-request-id: req-801a6a1d-b3a9-47ba-9bea-023df6cf4f0f Content-Encoding: gzip Content-Length: 9579 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 485542323 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.189939] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.192297] pid_max: default: 32768 minimum: 301\n[ 0.193567] ACPI: Core revision 20150930\n[ 0.195263] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.197124] Security Framework initialized\n[ 0.198309] Yama: becoming mindful.\n[ 0.199355] AppArmor: AppArmor initialized\n[ 0.200589] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.202438] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.204212] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.207854] Initializing cgroup subsys io\n[ 0.209018] Initializing cgroup subsys memory\n[ 0.210252] Initializing cgroup subsys devices\n[ 0.211505] Initializing cgroup subsys freezer\n[ 0.212794] Initializing cgroup subsys net_cls\n[ 0.214041] Initializing cgroup subsys perf_event\n[ 0.215346] Initializing cgroup subsys net_prio\n[ 0.216634] Initializing cgroup subsys hugetlb\n[ 0.217869] Initializing cgroup subsys pids\n[ 0.219092] CPU: Physical Processor ID: 0\n[ 0.220974] mce: CPU supports 10 MCE banks\n[ 0.222182] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.223629] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.240514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.247212] ftrace: allocating 31920 entries in 125 pages\n[ 0.272570] smpboot: Max logical packages: 1\n[ 0.273776] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.275687] x2apic enabled\n[ 0.276859] Switched APIC routing to physical x2apic.\n[ 0.279344] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.280947] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.283801] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.286374] KVM setup paravirtual spinlock\n[ 0.288018] x86: Booted up 1 node, 1 CPUs\n[ 0.289176] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.291120] devtmpfs: initialized\n[ 0.293127] evm: security.selinux\n[ 0.294130] evm: security.SMACK64\n[ 0.295116] evm: security.SMACK64EXEC\n[ 0.296179] evm: security.SMACK64TRANSMUTE\n[ 0.297336] evm: security.SMACK64MMAP\n[ 0.298403] evm: security.ima\n[ 0.299315] evm: security.capability\n[ 0.300438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.303032] pinctrl core: initialized pinctrl subsystem\n[ 0.304560] RTC time: 9:09:28, date: 08/30/18\n[ 0.305883] NET: Registered protocol family 16\n[ 0.307246] cpuidle: using governor ladder\n[ 0.308417] cpuidle: using governor menu\n[ 0.309530] PCCT header not found.\n[ 0.310578] ACPI: bus type PCI registered\n[ 0.311735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.313488] PCI: Using configuration type 1 for base access\n[ 0.315687] ACPI: Added _OSI(Module Device)\n[ 0.316865] ACPI: Added _OSI(Processor Device)\n[ 0.318087] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.319355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.321565] ACPI: Interpreter enabled\n[ 0.322658] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.325348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.327983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.330678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.333314] ACPI: (supports S0 S5)\n[ 0.334330] ACPI: Using IOAPIC for interrupt routing\n[ 0.335675] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.339636] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.341258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.343017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.344723] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.347836] acpiphp: Slot [3] registered\n[ 0.348968] acpiphp: Slot [4] registered\n[ 0.350115] acpiphp: Slot [5] registered\n[ 0.351258] acpiphp: Slot [6] registered\n[ 0.352418] acpiphp: Slot [7] registered\n[ 0.353574] acpiphp: Slot [8] registered\n[ 0.354723] acpiphp: Slot [9] registered\n[ 0.355871] acpiphp: Slot [10] registered\n[ 0.357033] acpiphp: Slot [11] registered\n[ 0.358197] acpiphp: Slot [12] registered\n[ 0.359385] acpiphp: Slot [13] registered\n[ 0.360537] acpiphp: Slot [14] registered\n[ 0.361703] acpiphp: Slot [15] registered\n[ 0.377010] acpiphp: Slot [16] registered\n[ 0.378176] acpiphp: Slot [17] registered\n[ 0.379333] acpiphp: Slot [18] registered\n[ 0.380495] acpiphp: Slot [19] registered\n[ 0.381652] acpiphp: Slot [20] registered\n[ 0.382807] acpiphp: Slot [21] registered\n[ 0.383957] acpiphp: Slot [22] registered\n[ 0.385098] acpiphp: Slot [23] registered\n[ 0.386258] acpiphp: Slot [24] registered\n[ 0.387426] acpiphp: Slot [25] registered\n[ 0.388570] acpiphp: Slot [26] registered\n[ 0.389719] acpiphp: Slot [27] registered\n[ 0.390896] acpiphp: Slot [28] registered\n[ 0.392067] acpiphp: Slot [29] registered\n[ 0.393210] acpiphp: Slot [30] registered\n[ 0.394366] acpiphp: Slot [31] registered\n[ 0.395533] PCI host bridge to bus 0000:00\n[ 0.396693] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.398389] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.400109] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.402174] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.404252] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.406351] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.410374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.412168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.415626] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420099] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.422138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.443563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.445623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.447667] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.449686] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.451933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.453726] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.455597] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.457070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.459297] vgaarb: loaded\n[ 0.460174] vgaarb: bridge control possible 0000:00:02.0\n[ 0.461894] SCSI subsystem initialized\n[ 0.463191] ACPI: bus type USB registered\n[ 0.464368] usbcore: registered new interface driver usbfs\n[ 0.465813] usbcore: registered new interface driver hub\n[ 0.467238] usbcore: registered new device driver usb\n[ 0.468795] PCI: Using ACPI for IRQ routing\n[ 0.470344] NetLabel: Initializing\n[ 0.471370] NetLabel: domain hash size = 128\n[ 0.472577] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473933] NetLabel: unlabeled traffic allowed by default\n[ 0.475568] clocksource: Switched to clocksource kvm-clock\n[ 0.485736] AppArmor: AppArmor Filesystem Enabled\n[ 0.487109] pnp: PnP ACPI init\n[ 0.488383] pnp: PnP ACPI: found 5 devices\n[ 0.495349] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497759] NET: Registered protocol family 2\n[ 0.499279] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.501174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502930] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.504689] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.506266] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507919] NET: Registered protocol family 1\n[ 0.509202] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.510765] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.512350] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.526977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.541661] Trying to unpack rootfs image as initramfs...\n[ 0.603724] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.608747] Scanning for low memory corruption every 60 seconds\n[ 0.611085] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.612907] audit: initializing netlink subsys (disabled)\n[ 0.614468] audit: type=2000 audit(1535620169.650:1): initialized\n[ 0.616437] Initialise system trusted keyring\n[ 0.617889] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.619580] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.622470] zbud: loaded\n[ 0.623532] VFS: Disk quotas dquot_6.6.0\n[ 0.624775] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.627047] fuse init (API version 7.23)\n[ 0.628375] Key type big_key registered\n[ 0.629526] Allocating IMA MOK and blacklist keyrings.\n[ 0.631307] Key type asymmetric registered\n[ 0.632525] Asymmetric key parser 'x509' registered\n[ 0.633909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.636090] io scheduler noop registered\n[ 0.637289] io scheduler deadline registered (default)\n[ 0.638801] io scheduler cfq registered\n[ 0.640094] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.641645] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.643531] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.645737] ACPI: Power Button [PWRF]\n[ 0.647019] GHES: HEST is not enabled!\n[ 0.661255] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.690436] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.693434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.717273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.720612] Linux agpgart interface v0.103\n[ 0.724251] brd: module loaded\n[ 0.726676] loop: module loaded\n[ 0.732091] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.734252] GPT:90111 != 2097151\n[ 0.735266] GPT:Alternate GPT header not at the end of the disk.\n[ 0.736894] GPT:90111 != 2097151\n[ 0.737882] GPT: Use GNU Parted to correct GPT errors.\n[ 0.739286] vda: vda1 vda15\n[ 0.741004] scsi host0: ata_piix\n[ 0.742159] scsi host1: ata_piix\n[ 0.743231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.745052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.747428] libphy: Fixed MDIO Bus: probed\n[ 0.748669] tun: Universal TUN/TAP device driver, 1.6\n[ 0.750098] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.753119] PPP generic driver version 2.4.2\n[ 0.754475] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.756261] ehci-pci: EHCI PCI platform driver\n[ 0.757560] ehci-platform: EHCI generic platform driver\n[ 0.759016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.760704] ohci-pci: OHCI PCI platform driver\n[ 0.762016] ohci-platform: OHCI generic platform driver\n[ 0.763509] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.778228] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.779736] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.781917] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785093] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.786851] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.788875] usb usb1: Product: UHCI Host Controller\n[ 0.790222] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791988] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793410] hub 1-0:1.0: USB hub found\n[ 0.794532] hub 1-0:1.0: 2 ports detected\n[ 0.795873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798957] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.800340] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801866] mousedev: PS/2 mouse device common for all mice\n[ 0.803648] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.806250] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807885] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.809576] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.811277] i2c /dev entries driver\n[ 0.812390] device-mapper: uevent: version 1.0.3\n[ 0.813767] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.816206] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.818196] NET: Registered protocol family 10\n[ 0.819853] NET: Registered protocol family 17\n[ 0.821129] Key type dns_resolver registered\n[ 0.822513] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.824116] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.826675] registered taskstats version 1\n[ 0.827896] Loading compiled-in X.509 certificates\n[ 0.829823] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.832554] zswap: loaded using pool lzo/zbud\n[ 0.834779] Key type trusted registered\n[ 0.837100] Key type encrypted registered\n[ 0.838322] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.839903] ima: No TPM chip found, activating TPM-bypass!\n[ 0.841455] evm: HMAC attrs: 0x1\n[ 0.842827] Magic number: 14:835:172\n[ 0.844000] net eth0: hash matches\n[ 0.845170] rtc_cmos 00:00: setting system clock to 2018-08-30 09:09:29 UTC (1535620169)\n[ 0.847597] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849248] EDD information not available.\n[ 0.901292] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.903588] Write protecting the kernel read-only data: 14336k\n[ 0.906646] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.909266] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.958257] 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.91\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.5...\nLease of 192.168.120.5 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 1.03. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDkBKWGcJtvZC8RerYOdM5UegFslw8SJCKv/cyrP2sel5rUP32lregS2xsNgDnSrCahO575Qbnq0z4DbFhfr1ZmeiYYB+IZHcqW8pgF0hGP61zZLEmPEABU4i1ue66ZOvJGiRGiCKbHNKliHL8+abd9XCUG4/qMUyp/1Xiz0WxiAvNJYvC/LPRWha9pMC3tPp1vIcPjfX40uPJvM8St/h8lrnUIOroDsD5XhiRWG7N+WzHvPkd4MUtwvAZNk+jxm3pyvw1OQKW8T0Q96rmlbEqHtYtq3FrcJnLs0XceISKu93804Zr9kBBSPxRnxBseKBsbe0OyGcHt1v3PHni1eaGL root@vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a\nssh-dss AAAAB3NzaC1kc3MAAACBAO7gmNzIIF0blRCv6VtZ4EC407Ao1X5EHUznQxcjcmJAJLnQxIwQ5Ch8uXeXRXiRyJxNkBMcchyrO6ELy1R2KsL3Oh9eGsU1CuAIU0UobIVCR1afdMPSM3Ker26pceGEvltCDKP4vKHPPJQdEsAnQ036YUXSwXSAjiZCBFW35AWJAAAAFQDqBDnYHfrfoPVTyxRnPUc71FA6PQAAAIA7LONqk9ieQFD/KksaGiCjr6/GAEQ0r41VQzNoHai/8VfSKiokZ/EEZ+yT2TSIvSd0mU+UjNIpDa3miXcJEyU/1ws64dKZ2F2pw905kfawVwjNhy3i8/TTtBtH+8o3ghMiJooXn7A13zcOIctGhJa4H/yOtb2WNc/7AvUxSThMGAAAAIEA4FGDDHwMzUoSFIu7Eb3raGte908MgSWU6C7ZdGhTqh2YqRAKNrU1Egn7XyOIzwyBogyaAcmIhNj7TfP0MRaCE30suQpfUid0rBBHc16K3rcrcO5aHKm21ifge//bKb48UBikvrW9mg7uge8+7giMuNaLoS3YG7uVf+d6BRTWaKE= root@vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.31s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe1a:e1e8/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.12 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a login: "} 2018-08-30 09:09:33,289 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0/action used request id req-801a6a1d-b3a9-47ba-9bea-023df6cf4f0f 2018-08-30 09:09:33,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0913848876953s 2018-08-30 09:09:33,290 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0/action used request id req-801a6a1d-b3a9-47ba-9bea-023df6cf4f0f 2018-08-30 09:09:33,291 - 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 485542323 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.189939] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.192297] pid_max: default: 32768 minimum: 301 [ 0.193567] ACPI: Core revision 20150930 [ 0.195263] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.197124] Security Framework initialized [ 0.198309] Yama: becoming mindful. [ 0.199355] AppArmor: AppArmor initialized [ 0.200589] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.202438] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.204212] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205915] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.207854] Initializing cgroup subsys io [ 0.209018] Initializing cgroup subsys memory [ 0.210252] Initializing cgroup subsys devices [ 0.211505] Initializing cgroup subsys freezer [ 0.212794] Initializing cgroup subsys net_cls [ 0.214041] Initializing cgroup subsys perf_event [ 0.215346] Initializing cgroup subsys net_prio [ 0.216634] Initializing cgroup subsys hugetlb [ 0.217869] Initializing cgroup subsys pids [ 0.219092] CPU: Physical Processor ID: 0 [ 0.220974] mce: CPU supports 10 MCE banks [ 0.222182] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.223629] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.240514] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.247212] ftrace: allocating 31920 entries in 125 pages [ 0.272570] smpboot: Max logical packages: 1 [ 0.273776] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.275687] x2apic enabled [ 0.276859] Switched APIC routing to physical x2apic. [ 0.279344] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.280947] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.283801] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.286374] KVM setup paravirtual spinlock [ 0.288018] x86: Booted up 1 node, 1 CPUs [ 0.289176] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.291120] devtmpfs: initialized [ 0.293127] evm: security.selinux [ 0.294130] evm: security.SMACK64 [ 0.295116] evm: security.SMACK64EXEC [ 0.296179] evm: security.SMACK64TRANSMUTE [ 0.297336] evm: security.SMACK64MMAP [ 0.298403] evm: security.ima [ 0.299315] evm: security.capability [ 0.300438] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.303032] pinctrl core: initialized pinctrl subsystem [ 0.304560] RTC time: 9:09:28, date: 08/30/18 [ 0.305883] NET: Registered protocol family 16 [ 0.307246] cpuidle: using governor ladder [ 0.308417] cpuidle: using governor menu [ 0.309530] PCCT header not found. [ 0.310578] ACPI: bus type PCI registered [ 0.311735] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.313488] PCI: Using configuration type 1 for base access [ 0.315687] ACPI: Added _OSI(Module Device) [ 0.316865] ACPI: Added _OSI(Processor Device) [ 0.318087] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.319355] ACPI: Added _OSI(Processor Aggregator Device) [ 0.321565] ACPI: Interpreter enabled [ 0.322658] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.325348] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.327983] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.330678] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.333314] ACPI: (supports S0 S5) [ 0.334330] ACPI: Using IOAPIC for interrupt routing [ 0.335675] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.339636] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.341258] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.343017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.344723] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.347836] acpiphp: Slot [3] registered [ 0.348968] acpiphp: Slot [4] registered [ 0.350115] acpiphp: Slot [5] registered [ 0.351258] acpiphp: Slot [6] registered [ 0.352418] acpiphp: Slot [7] registered [ 0.353574] acpiphp: Slot [8] registered [ 0.354723] acpiphp: Slot [9] registered [ 0.355871] acpiphp: Slot [10] registered [ 0.357033] acpiphp: Slot [11] registered [ 0.358197] acpiphp: Slot [12] registered [ 0.359385] acpiphp: Slot [13] registered [ 0.360537] acpiphp: Slot [14] registered [ 0.361703] acpiphp: Slot [15] registered [ 0.377010] acpiphp: Slot [16] registered [ 0.378176] acpiphp: Slot [17] registered [ 0.379333] acpiphp: Slot [18] registered [ 0.380495] acpiphp: Slot [19] registered [ 0.381652] acpiphp: Slot [20] registered [ 0.382807] acpiphp: Slot [21] registered [ 0.383957] acpiphp: Slot [22] registered [ 0.385098] acpiphp: Slot [23] registered [ 0.386258] acpiphp: Slot [24] registered [ 0.387426] acpiphp: Slot [25] registered [ 0.388570] acpiphp: Slot [26] registered [ 0.389719] acpiphp: Slot [27] registered [ 0.390896] acpiphp: Slot [28] registered [ 0.392067] acpiphp: Slot [29] registered [ 0.393210] acpiphp: Slot [30] registered [ 0.394366] acpiphp: Slot [31] registered [ 0.395533] PCI host bridge to bus 0000:00 [ 0.396693] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.398389] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.400109] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.402174] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.404252] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.406351] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.410374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.412168] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.415626] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420099] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.422138] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.443563] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.445623] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.447667] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.449686] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.451933] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.453726] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.455597] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.457070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.459297] vgaarb: loaded [ 0.460174] vgaarb: bridge control possible 0000:00:02.0 [ 0.461894] SCSI subsystem initialized [ 0.463191] ACPI: bus type USB registered [ 0.464368] usbcore: registered new interface driver usbfs [ 0.465813] usbcore: registered new interface driver hub [ 0.467238] usbcore: registered new device driver usb [ 0.468795] PCI: Using ACPI for IRQ routing [ 0.470344] NetLabel: Initializing [ 0.471370] NetLabel: domain hash size = 128 [ 0.472577] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473933] NetLabel: unlabeled traffic allowed by default [ 0.475568] clocksource: Switched to clocksource kvm-clock [ 0.485736] AppArmor: AppArmor Filesystem Enabled [ 0.487109] pnp: PnP ACPI init [ 0.488383] pnp: PnP ACPI: found 5 devices [ 0.495349] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497759] NET: Registered protocol family 2 [ 0.499279] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.501174] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502930] TCP: Hash tables configured (established 4096 bind 4096) [ 0.504689] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.506266] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.507919] NET: Registered protocol family 1 [ 0.509202] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.510765] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.512350] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.526977] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.541661] Trying to unpack rootfs image as initramfs... [ 0.603724] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.608747] Scanning for low memory corruption every 60 seconds [ 0.611085] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.612907] audit: initializing netlink subsys (disabled) [ 0.614468] audit: type=2000 audit(1535620169.650:1): initialized [ 0.616437] Initialise system trusted keyring [ 0.617889] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.619580] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.622470] zbud: loaded [ 0.623532] VFS: Disk quotas dquot_6.6.0 [ 0.624775] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.627047] fuse init (API version 7.23) [ 0.628375] Key type big_key registered [ 0.629526] Allocating IMA MOK and blacklist keyrings. [ 0.631307] Key type asymmetric registered [ 0.632525] Asymmetric key parser 'x509' registered [ 0.633909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.636090] io scheduler noop registered [ 0.637289] io scheduler deadline registered (default) [ 0.638801] io scheduler cfq registered [ 0.640094] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.641645] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.643531] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.645737] ACPI: Power Button [PWRF] [ 0.647019] GHES: HEST is not enabled! [ 0.661255] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.690436] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.693434] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.717273] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.720612] Linux agpgart interface v0.103 [ 0.724251] brd: module loaded [ 0.726676] loop: module loaded [ 0.732091] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.734252] GPT:90111 != 2097151 [ 0.735266] GPT:Alternate GPT header not at the end of the disk. [ 0.736894] GPT:90111 != 2097151 [ 0.737882] GPT: Use GNU Parted to correct GPT errors. [ 0.739286] vda: vda1 vda15 [ 0.741004] scsi host0: ata_piix [ 0.742159] scsi host1: ata_piix [ 0.743231] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.745052] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.747428] libphy: Fixed MDIO Bus: probed [ 0.748669] tun: Universal TUN/TAP device driver, 1.6 [ 0.750098] tun: (C) 1999-2004 Max Krasnyansky [ 0.753119] PPP generic driver version 2.4.2 [ 0.754475] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.756261] ehci-pci: EHCI PCI platform driver [ 0.757560] ehci-platform: EHCI generic platform driver [ 0.759016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.760704] ohci-pci: OHCI PCI platform driver [ 0.762016] ohci-platform: OHCI generic platform driver [ 0.763509] uhci_hcd: USB Universal Host Controller Interface driver [ 0.778228] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.779736] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.781917] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783402] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.785093] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.786851] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.788875] usb usb1: Product: UHCI Host Controller [ 0.790222] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791988] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793410] hub 1-0:1.0: USB hub found [ 0.794532] hub 1-0:1.0: 2 ports detected [ 0.795873] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798957] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.800340] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801866] mousedev: PS/2 mouse device common for all mice [ 0.803648] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.806250] rtc_cmos 00:00: RTC can wake from S4 [ 0.807885] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.809576] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.811277] i2c /dev entries driver [ 0.812390] device-mapper: uevent: version 1.0.3 [ 0.813767] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.816206] ledtrig-cpu: registered to indicate activity on CPUs [ 0.818196] NET: Registered protocol family 10 [ 0.819853] NET: Registered protocol family 17 [ 0.821129] Key type dns_resolver registered [ 0.822513] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.824116] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.826675] registered taskstats version 1 [ 0.827896] Loading compiled-in X.509 certificates [ 0.829823] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.832554] zswap: loaded using pool lzo/zbud [ 0.834779] Key type trusted registered [ 0.837100] Key type encrypted registered [ 0.838322] AppArmor: AppArmor sha1 policy hashing enabled [ 0.839903] ima: No TPM chip found, activating TPM-bypass! [ 0.841455] evm: HMAC attrs: 0x1 [ 0.842827] Magic number: 14:835:172 [ 0.844000] net eth0: hash matches [ 0.845170] rtc_cmos 00:00: setting system clock to 2018-08-30 09:09:29 UTC (1535620169) [ 0.847597] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849248] EDD information not available. [ 0.901292] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.903588] Write protecting the kernel read-only data: 14336k [ 0.906646] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.909266] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.958257] 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.91 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.5... Lease of 192.168.120.5 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 1.03. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDkBKWGcJtvZC8RerYOdM5UegFslw8SJCKv/cyrP2sel5rUP32lregS2xsNgDnSrCahO575Qbnq0z4DbFhfr1ZmeiYYB+IZHcqW8pgF0hGP61zZLEmPEABU4i1ue66ZOvJGiRGiCKbHNKliHL8+abd9XCUG4/qMUyp/1Xiz0WxiAvNJYvC/LPRWha9pMC3tPp1vIcPjfX40uPJvM8St/h8lrnUIOroDsD5XhiRWG7N+WzHvPkd4MUtwvAZNk+jxm3pyvw1OQKW8T0Q96rmlbEqHtYtq3FrcJnLs0XceISKu93804Zr9kBBSPxRnxBseKBsbe0OyGcHt1v3PHni1eaGL root@vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a ssh-dss AAAAB3NzaC1kc3MAAACBAO7gmNzIIF0blRCv6VtZ4EC407Ao1X5EHUznQxcjcmJAJLnQxIwQ5Ch8uXeXRXiRyJxNkBMcchyrO6ELy1R2KsL3Oh9eGsU1CuAIU0UobIVCR1afdMPSM3Ker26pceGEvltCDKP4vKHPPJQdEsAnQ036YUXSwXSAjiZCBFW35AWJAAAAFQDqBDnYHfrfoPVTyxRnPUc71FA6PQAAAIA7LONqk9ieQFD/KksaGiCjr6/GAEQ0r41VQzNoHai/8VfSKiokZ/EEZ+yT2TSIvSd0mU+UjNIpDa3miXcJEyU/1ws64dKZ2F2pw905kfawVwjNhy3i8/TTtBtH+8o3ghMiJooXn7A13zcOIctGhJa4H/yOtb2WNc/7AvUxSThMGAAAAIEA4FGDDHwMzUoSFIu7Eb3raGte908MgSWU6C7ZdGhTqh2YqRAKNrU1Egn7XyOIzwyBogyaAcmIhNj7TfP0MRaCE30suQpfUid0rBBHc16K3rcrcO5aHKm21ifge//bKb48UBikvrW9mg7uge8+7giMuNaLoS3YG7uVf+d6BRTWaKE= root@vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.31s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.5,24,fe80::f816:3eff:fe1a:e1e8/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.5 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a launch-index: 0 === cirros: current=0.4.0 uptime=3.12 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-cce2a6cd-273e-4de4-a1b5-4c594a4cba7a login: 2018-08-30 09:09:33,292 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-30 09:09:33,400 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:09:33,400 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:31 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-30 09:09:33,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:09:33,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:33,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:09: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-cba1268a-23c6-4bd0-ae24-0170f1fb4664 x-compute-request-id: req-cba1268a-23c6-4bd0-ae24-0170f1fb4664 Content-Type: application/json 2018-08-30 09:09:33,552 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8 used request id req-cba1268a-23c6-4bd0-ae24-0170f1fb4664 2018-08-30 09:09:33,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.14692401886s 2018-08-30 09:09:33,553 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8 used request id req-cba1268a-23c6-4bd0-ae24-0170f1fb4664 2018-08-30 09:09:33,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:33,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:33,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-855a7c39-6cee-4274-8f12-07cf4b38f72a x-compute-request-id: req-855a7c39-6cee-4274-8f12-07cf4b38f72a Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:e1:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:28.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:28Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:24:f4:01", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/859ab355-b49d-4c05-9595-1640c839ccf8", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:18.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "859ab355-b49d-4c05-9595-1640c839ccf8", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:33Z", "hostId": "69664be1e48cb5d2d0a509818fa69fef1f81786e8dfde9507e5f2679", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:11Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:33,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-855a7c39-6cee-4274-8f12-07cf4b38f72a 2018-08-30 09:09:33,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418369054794s 2018-08-30 09:09:33,972 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-855a7c39-6cee-4274-8f12-07cf4b38f72a 2018-08-30 09:09:33,974 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:35,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:35,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:36,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-17ed2160-7933-40ce-8c7b-7bf4ae26364c x-compute-request-id: req-17ed2160-7933-40ce-8c7b-7bf4ae26364c Content-Encoding: gzip Content-Length: 738 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:e1:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:28.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:28Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:36,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17ed2160-7933-40ce-8c7b-7bf4ae26364c 2018-08-30 09:09:36,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.33286690712s 2018-08-30 09:09:36,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-17ed2160-7933-40ce-8c7b-7bf4ae26364c 2018-08-30 09:09:36,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:09:36,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:36,457 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:09: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-c99a2a2c-7403-4ca0-948e-5fa5294b3054 x-compute-request-id: req-c99a2a2c-7403-4ca0-948e-5fa5294b3054 Content-Type: application/json 2018-08-30 09:09:36,458 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0 used request id req-c99a2a2c-7403-4ca0-948e-5fa5294b3054 2018-08-30 09:09:36,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145401000977s 2018-08-30 09:09:36,458 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0 used request id req-c99a2a2c-7403-4ca0-948e-5fa5294b3054 2018-08-30 09:09:36,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:36,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:36,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-b15b62b2-c2be-4214-9d29-488d9113357d x-compute-request-id: req-b15b62b2-c2be-4214-9d29-488d9113357d Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:e1:e8", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4e562a7a-9bd1-40a1-b6e1-893643015da0", "rel": "bookmark"}], "image": {"id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "links": [{"href": "http://172.30.9.22:8774/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:09:28.000000", "flavor": {"id": "8802cba7-551c-4c62-8e2e-7e4c198c17a8", "links": [{"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "bookmark"}]}, "id": "4e562a7a-9bd1-40a1-b6e1-893643015da0", "security_groups": [{"name": "default"}], "user_id": "e3509d4f94d1496380635dd753d69130", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:09:36Z", "hostId": "b02d02bab022aeb6cc983bde240a0e0f7bcf8351b5bb13e3a9c23b2d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "created": "2018-08-30T09:09:21Z", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:09:36,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b15b62b2-c2be-4214-9d29-488d9113357d 2018-08-30 09:09:36,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.235218048096s 2018-08-30 09:09:36,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b15b62b2-c2be-4214-9d29-488d9113357d 2018-08-30 09:09:36,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:09:38,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:09:38,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:38,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-f2bd8680-63c4-4d2a-bf1d-14de441941c4 x-compute-request-id: req-f2bd8680-63c4-4d2a-bf1d-14de441941c4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-30 09:09:38,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f2bd8680-63c4-4d2a-bf1d-14de441941c4 2018-08-30 09:09:38,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0673251152039s 2018-08-30 09:09:38,765 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f2bd8680-63c4-4d2a-bf1d-14de441941c4 2018-08-30 09:09:38,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:09:38,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" -d '{"subnet_id": "0cee566f-6cdb-487c-a7bf-c305091cef66"}' 2018-08-30 09:09:40,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5ef558c1-5efe-41ab-9fe5-d6d6fa4f77f9 Date: Thu, 30 Aug 2018 09:09:40 GMT RESP BODY: {"network_id": "ad15a351-863e-4b50-bb1f-580691cece04", "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "subnet_id": "0cee566f-6cdb-487c-a7bf-c305091cef66", "subnet_ids": ["0cee566f-6cdb-487c-a7bf-c305091cef66"], "port_id": "17a359fb-3ea8-4549-8f39-7727b14ccf04", "id": "f50c92d0-485f-4531-b965-b556681c2937"} 2018-08-30 09:09:40,444 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937/remove_router_interface.json used request id req-5ef558c1-5efe-41ab-9fe5-d6d6fa4f77f9 2018-08-30 09:09:40,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.67809510231s 2018-08-30 09:09:40,445 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937/remove_router_interface.json used request id req-5ef558c1-5efe-41ab-9fe5-d6d6fa4f77f9 returning object f50c92d0-485f-4531-b965-b556681c2937 2018-08-30 09:09:40,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:09:40,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:40,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-b2791c5c-b86e-48bf-9b36-4b9c99bebdf5 Date: Thu, 30 Aug 2018 09:09:40 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "55afbfa04d5d4ea7a136952eac097dfb", "created_at": "2018-08-30T09:09:04Z", "admin_state_up": true, "updated_at": "2018-08-30T09:09:39Z", "revision_number": 4, "routes": [], "project_id": "55afbfa04d5d4ea7a136952eac097dfb", "id": "f50c92d0-485f-4531-b965-b556681c2937", "name": "vping_userdata-router_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:40,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b2791c5c-b86e-48bf-9b36-4b9c99bebdf5 2018-08-30 09:09:40,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114413022995s 2018-08-30 09:09:40,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b2791c5c-b86e-48bf-9b36-4b9c99bebdf5 2018-08-30 09:09:40,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:09:40,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:41,901 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d0109234-ee79-463d-b9ff-65026a2e8c39 Content-Length: 0 Date: Thu, 30 Aug 2018 09:09:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:09:41,901 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937.json used request id req-d0109234-ee79-463d-b9ff-65026a2e8c39 2018-08-30 09:09:41,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.34015202522s 2018-08-30 09:09:41,902 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/f50c92d0-485f-4531-b965-b556681c2937.json used request id req-d0109234-ee79-463d-b9ff-65026a2e8c39 2018-08-30 09:09:41,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:09:41,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:41,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-557f5dfe-3a62-4d35-baf7-a6e51e5ad72f Date: Thu, 30 Aug 2018 09:09:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ad15a351-863e-4b50-bb1f-580691cece04","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:09:04Z","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":"55afbfa04d5d4ea7a136952eac097dfb","id":"0cee566f-6cdb-487c-a7bf-c305091cef66","subnetpool_id":null,"name":"vping_userdata-subnet_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:41,944 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-557f5dfe-3a62-4d35-baf7-a6e51e5ad72f 2018-08-30 09:09:41,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0417959690094s 2018-08-30 09:09:41,944 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-557f5dfe-3a62-4d35-baf7-a6e51e5ad72f 2018-08-30 09:09:41,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:09:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/0cee566f-6cdb-487c-a7bf-c305091cef66.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:43,070 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7769cb1a-125f-42ed-a393-586f951d846e Date: Thu, 30 Aug 2018 09:09:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:09:43,070 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0cee566f-6cdb-487c-a7bf-c305091cef66.json used request id req-7769cb1a-125f-42ed-a393-586f951d846e 2018-08-30 09:09:43,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12459015846s 2018-08-30 09:09:43,071 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/0cee566f-6cdb-487c-a7bf-c305091cef66.json used request id req-7769cb1a-125f-42ed-a393-586f951d846e 2018-08-30 09:09:43,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:43,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:43,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-65ba8d9c-bc4a-4734-a712-af716189783b Date: Thu, 30 Aug 2018 09:09:43 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:09:42Z","tenant_id":"55afbfa04d5d4ea7a136952eac097dfb","created_at":"2018-08-30T09:09:03Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"55afbfa04d5d4ea7a136952eac097dfb","id":"ad15a351-863e-4b50-bb1f-580691cece04","name":"vping_userdata-net_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}]} 2018-08-30 09:09:43,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-65ba8d9c-bc4a-4734-a712-af716189783b 2018-08-30 09:09:43,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0975279808044s 2018-08-30 09:09:43,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-65ba8d9c-bc4a-4734-a712-af716189783b 2018-08-30 09:09:43,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:09:43,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/ad15a351-863e-4b50-bb1f-580691cece04.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:44,378 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b289c842-05d6-43a2-b3ee-45032e4ecc45 Date: Thu, 30 Aug 2018 09:09:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:09:44,378 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ad15a351-863e-4b50-bb1f-580691cece04.json used request id req-b289c842-05d6-43a2-b3ee-45032e4ecc45 2018-08-30 09:09:44,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.20783901215s 2018-08-30 09:09:44,378 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ad15a351-863e-4b50-bb1f-580691cece04.json used request id req-b289c842-05d6-43a2-b3ee-45032e4ecc45 2018-08-30 09:09:44,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:44,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:44,665 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-a5066046-850f-4ce9-8e69-5dc69e5dcd90 Date: Thu, 30 Aug 2018 09:09:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:08Z", "file": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b/file", "owner": "55afbfa04d5d4ea7a136952eac097dfb", "id": "47e4bba4-d1d7-4403-952b-daa0faef874b", "size": 12716032, "self": "/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/47e4bba4-d1d7-4403-952b-daa0faef874b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:44,665 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a5066046-850f-4ce9-8e69-5dc69e5dcd90 2018-08-30 09:09:44,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.282194137573s 2018-08-30 09:09:44,665 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a5066046-850f-4ce9-8e69-5dc69e5dcd90 2018-08-30 09:09:44,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:09:44,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5eb202feb9b09d42d0f6040c8768efec04a786fe" 2018-08-30 09:09:45,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-274a2045-3a0b-48c8-aa56-e692c42eeb11 Date: Thu, 30 Aug 2018 09:09:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:09:45,008 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b used request id req-274a2045-3a0b-48c8-aa56-e692c42eeb11 2018-08-30 09:09:45,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.340979099274s 2018-08-30 09:09:45,008 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/47e4bba4-d1d7-4403-952b-daa0faef874b used request id req-274a2045-3a0b-48c8-aa56-e692c42eeb11 2018-08-30 09:09:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:09:45,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:45,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-3f6c4e50-54d5-448f-b6cc-8b525169a7bb x-compute-request-id: req-3f6c4e50-54d5-448f-b6cc-8b525169a7bb Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8", "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": "8802cba7-551c-4c62-8e2e-7e4c198c17a8"}]} 2018-08-30 09:09:45,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3f6c4e50-54d5-448f-b6cc-8b525169a7bb 2018-08-30 09:09:45,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228540897369s 2018-08-30 09:09:45,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3f6c4e50-54d5-448f-b6cc-8b525169a7bb 2018-08-30 09:09:45,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:09:45,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:45,068 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09: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-21c8eaed-1484-49dc-bedc-02503be3f3f8 x-compute-request-id: req-21c8eaed-1484-49dc-bedc-02503be3f3f8 Content-Length: 0 Content-Type: application/json 2018-08-30 09:09:45,068 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8 used request id req-21c8eaed-1484-49dc-bedc-02503be3f3f8 2018-08-30 09:09:45,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0347831249237s 2018-08-30 09:09:45,068 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/8802cba7-551c-4c62-8e2e-7e4c198c17a8 used request id req-21c8eaed-1484-49dc-bedc-02503be3f3f8 2018-08-30 09:09:45,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:09:45,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:45,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb7bf691-fb54-4cf9-bc76-d5b2c9e6ef96 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": {"self": "http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e3509d4f94d1496380635dd753d69130", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:09:45,293 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fb7bf691-fb54-4cf9-bc76-d5b2c9e6ef96 2018-08-30 09:09:45,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224232912064s 2018-08-30 09:09:45,294 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-fb7bf691-fb54-4cf9-bc76-d5b2c9e6ef96 2018-08-30 09:09:45,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:09:45,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:45,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b657301c-e54b-4f68-9549-fcfc1bd8d3e2 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a", "links": {"self": "http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e3509d4f94d1496380635dd753d69130", "description": null}} 2018-08-30 09:09:45,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130 used request id req-b657301c-e54b-4f68-9549-fcfc1bd8d3e2 2018-08-30 09:09:45,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203001976013s 2018-08-30 09:09:45,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130 used request id req-b657301c-e54b-4f68-9549-fcfc1bd8d3e2 2018-08-30 09:09:45,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-30 09:09:45,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:45,827 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:09:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80a6d919-fa10-4ac0-b31d-8526354db83c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:09:45,827 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130 used request id req-80a6d919-fa10-4ac0-b31d-8526354db83c 2018-08-30 09:09:45,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.323596954346s 2018-08-30 09:09:45,827 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/e3509d4f94d1496380635dd753d69130 used request id req-80a6d919-fa10-4ac0-b31d-8526354db83c 2018-08-30 09:09:45,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:09:45,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:46,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7454dbbc-626e-4a5d-b232-3dd23cd1f526 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb"}, "tags": [], "enabled": true, "id": "55afbfa04d5d4ea7a136952eac097dfb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_cce2a6cd-273e-4de4-a1b5-4c594a4cba7a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-30 09:09:46,021 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-7454dbbc-626e-4a5d-b232-3dd23cd1f526 2018-08-30 09:09:46,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186770915985s 2018-08-30 09:09:46,021 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-7454dbbc-626e-4a5d-b232-3dd23cd1f526 2018-08-30 09:09:46,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-30 09:09:46,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}291cf30157e0e2ea0edb3f3632676b25bbd56619" 2018-08-30 09:09:46,266 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:09:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9f01472c-d8df-44f1-b9d6-be4a3040dc30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:09:46,266 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb used request id req-9f01472c-d8df-44f1-b9d6-be4a3040dc30 2018-08-30 09:09:46,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.24094080925s 2018-08-30 09:09:46,267 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/55afbfa04d5d4ea7a136952eac097dfb used request id req-9f01472c-d8df-44f1-b9d6-be4a3040dc30 2018-08-30 09:09:46,325 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-30 09:09:46,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:09:46,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:09:46,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:09:46,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:09:46,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:09:46,388 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:09:46,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:09:46,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:09:46,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:09:46,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:09:46,389 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:09:46,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:46,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca82c85e-4b88-4fd4-9855-14de233f26dc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:09:46,398 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ca82c85e-4b88-4fd4-9855-14de233f26dc 2018-08-30 09:09:46,398 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:09:46,796 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:09:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["VfdGxYP7TDywDHpq_oHdvw"], "issued_at": "2018-08-30T09:09:46.000000Z"}} 2018-08-30 09:09:46,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:46,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:47,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6091ac87-880b-4fcc-ba0c-8a202a9be5ec Date: Thu, 30 Aug 2018 09:09:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","status":"ACTIVE","subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"description":"","tags":[],"updated_at":"2018-08-30T09:02:48Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","provider:network_type":"flat"}]} 2018-08-30 09:09:47,253 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6091ac87-880b-4fcc-ba0c-8a202a9be5ec 2018-08-30 09:09:47,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.454424142838s 2018-08-30 09:09:47,253 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6091ac87-880b-4fcc-ba0c-8a202a9be5ec 2018-08-30 09:09:47,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:47,263 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:09:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2765548-38aa-4f69-98e5-7f1bf35e7dbe Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:09:47,263 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-a2765548-38aa-4f69-98e5-7f1bf35e7dbe 2018-08-30 09:09:47,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:09:47,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:47,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4de857bf-2d37-452a-bec0-3004e6b50482 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/7a8eed0a1e274483943ceaab7f507299"}, "tags": [], "enabled": true, "id": "7a8eed0a1e274483943ceaab7f507299", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-30 09:09:47,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-4de857bf-2d37-452a-bec0-3004e6b50482 2018-08-30 09:09:47,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110617876053s 2018-08-30 09:09:47,375 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-4de857bf-2d37-452a-bec0-3004e6b50482 2018-08-30 09:09:47,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-30 09:09:47,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6"}}' 2018-08-30 09:09:47,596 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:09:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b863f2d3-dbb0-4c38-a891-ef6de752ad54 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.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545"}, "tags": [], "enabled": true, "id": "f5ac0159655b465b892022247b8fd545", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6"}} 2018-08-30 09:09:47,597 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b863f2d3-dbb0-4c38-a891-ef6de752ad54 2018-08-30 09:09:47,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.214574813843s 2018-08-30 09:09:47,597 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-b863f2d3-dbb0-4c38-a891-ef6de752ad54 2018-08-30 09:09:47,597 - 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'f5ac0159655b465b892022247b8fd545', '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_44295806-c9c9-47dc-af4c-c740985756d6'}) 2018-08-30 09:09:47,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-30 09:09:47,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0b5e156b-8cf4-405d-a6fc-59a9e0bc8a70", "email": null, "name": "cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6"}}' 2018-08-30 09:09:48,142 - keystoneauth.session - DEBUG - RESP: [201] Date: Thu, 30 Aug 2018 09:09:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f85acb13-347e-494e-a621-78e1a56f6d7c Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6", "links": {"self": "http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aa53ae6a93684bffbb222ef78aa590b1", "domain_id": "default", "password_expires_at": null}} 2018-08-30 09:09:48,142 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-f85acb13-347e-494e-a621-78e1a56f6d7c 2018-08-30 09:09:48,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.53809094429s 2018-08-30 09:09:48,142 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-f85acb13-347e-494e-a621-78e1a56f6d7c 2018-08-30 09:09:48,143 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'aa53ae6a93684bffbb222ef78aa590b1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6'}) 2018-08-30 09:09:48,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:09:48,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:48,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42edf090-2fe3-4a5f-b94d-ac406fc28c93 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:09:48,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-42edf090-2fe3-4a5f-b94d-ac406fc28c93 2018-08-30 09:09:48,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.175963878632s 2018-08-30 09:09:48,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-42edf090-2fe3-4a5f-b94d-ac406fc28c93 2018-08-30 09:09:48,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:09:48,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:48,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bfaad655-3454-4693-aeaa-d1a1eacb6dd9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:09:48,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bfaad655-3454-4693-aeaa-d1a1eacb6dd9 2018-08-30 09:09:48,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17777299881s 2018-08-30 09:09:48,505 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bfaad655-3454-4693-aeaa-d1a1eacb6dd9 2018-08-30 09:09:48,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-30 09:09:48,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:48,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9512f5d7-3431-49cc-b969-cd1d497a70fc Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "28a1b07d3f6a401f812704093b965e2c", "links": {"self": "http://172.30.9.22:5000/v3/roles/28a1b07d3f6a401f812704093b965e2c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "links": {"self": "http://172.30.9.22:5000/v3/roles/4bc2c1c062c347ae9d3f6d6b56cf8517"}, "name": "reader"}, {"domain_id": null, "id": "68bd0b42fca9455d97bf02be4f287f96", "links": {"self": "http://172.30.9.22:5000/v3/roles/68bd0b42fca9455d97bf02be4f287f96"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "7f3211e4373f4e319084180a63f337ce", "links": {"self": "http://172.30.9.22:5000/v3/roles/7f3211e4373f4e319084180a63f337ce"}, "name": "member"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c7baadd7725d4430b78a7a8cf7d865ee", "links": {"self": "http://172.30.9.22:5000/v3/roles/c7baadd7725d4430b78a7a8cf7d865ee"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "fbad562e049b4c06b05f4d638724a519", "links": {"self": "http://172.30.9.22:5000/v3/roles/fbad562e049b4c06b05f4d638724a519"}, "name": "admin"}]} 2018-08-30 09:09:48,617 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9512f5d7-3431-49cc-b969-cd1d497a70fc 2018-08-30 09:09:48,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106648921967s 2018-08-30 09:09:48,618 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9512f5d7-3431-49cc-b969-cd1d497a70fc 2018-08-30 09:09:48,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-30 09:09:48,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:48,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d20db488-f04a-43d6-b09a-a592c11d3f3d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-30 09:09:48,724 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d20db488-f04a-43d6-b09a-a592c11d3f3d 2018-08-30 09:09:48,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101830005646s 2018-08-30 09:09:48,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-d20db488-f04a-43d6-b09a-a592c11d3f3d 2018-08-30 09:09:48,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:09:48,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:48,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9c6dec-9482-4328-90d1-f6f6815bb229 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6", "links": {"self": "http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aa53ae6a93684bffbb222ef78aa590b1", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:09:48,933 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8c9c6dec-9482-4328-90d1-f6f6815bb229 2018-08-30 09:09:48,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207390069962s 2018-08-30 09:09:48,934 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-8c9c6dec-9482-4328-90d1-f6f6815bb229 2018-08-30 09:09:48,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:09:48,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:49,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c107f63b-d6bb-4534-8c5b-536191009844 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545"}, "tags": [], "enabled": true, "id": "f5ac0159655b465b892022247b8fd545", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-30 09:09:49,222 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c107f63b-d6bb-4534-8c5b-536191009844 2018-08-30 09:09:49,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.27654504776s 2018-08-30 09:09:49,223 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-c107f63b-d6bb-4534-8c5b-536191009844 2018-08-30 09:09:49,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-30 09:09:49,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=aa53ae6a93684bffbb222ef78aa590b1&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f5ac0159655b465b892022247b8fd545" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:49,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0876979-c181-4e6a-a8a7-c9dcd7462642 Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=aa53ae6a93684bffbb222ef78aa590b1&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f5ac0159655b465b892022247b8fd545", "previous": null, "next": null}} 2018-08-30 09:09:49,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=aa53ae6a93684bffbb222ef78aa590b1&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f5ac0159655b465b892022247b8fd545 used request id req-f0876979-c181-4e6a-a8a7-c9dcd7462642 2018-08-30 09:09:49,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.108949899673s 2018-08-30 09:09:49,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=aa53ae6a93684bffbb222ef78aa590b1&role.id=7f3211e4373f4e319084180a63f337ce&scope.project.id=f5ac0159655b465b892022247b8fd545 used request id req-f0876979-c181-4e6a-a8a7-c9dcd7462642 2018-08-30 09:09:49,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-30 09:09:49,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545/users/aa53ae6a93684bffbb222ef78aa590b1/roles/7f3211e4373f4e319084180a63f337ce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:09:49,554 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:09:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-37e20adb-4724-4b69-875b-e21426730eaf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:09:49,554 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545/users/aa53ae6a93684bffbb222ef78aa590b1/roles/7f3211e4373f4e319084180a63f337ce used request id req-37e20adb-4724-4b69-875b-e21426730eaf 2018-08-30 09:09:49,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.211437940598s 2018-08-30 09:09:49,554 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545/users/aa53ae6a93684bffbb222ef78aa590b1/roles/7f3211e4373f4e319084180a63f337ce used request id req-37e20adb-4724-4b69-875b-e21426730eaf 2018-08-30 09:09:49,555 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 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'f5ac0159655b465b892022247b8fd545', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0b5e156b-8cf4-405d-a6fc-59a9e0bc8a70', 'username': u'cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-30 09:09:49,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:09:49,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:09:49,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:09:49,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:09:49,558 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:09:49,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:09:49,560 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6', 'password': '0b5e156b-8cf4-405d-a6fc-59a9e0bc8a70', 'project_name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'f5ac0159655b465b892022247b8fd545', 'project_domain_name': 'Default'} 2018-08-30 09:09:49,560 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-30 09:09:49,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:49,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b5ba007-771e-4ca1-b439-93253ac2412b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:09:49,568 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b5ba007-771e-4ca1-b439-93253ac2412b 2018-08-30 09:09:49,568 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:09:49,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:09:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5ac0159655b465b892022247b8fd545", "name": "cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f5ac0159655b465b892022247b8fd545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f5ac0159655b465b892022247b8fd545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f5ac0159655b465b892022247b8fd545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f5ac0159655b465b892022247b8fd545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f5ac0159655b465b892022247b8fd545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f5ac0159655b465b892022247b8fd545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f5ac0159655b465b892022247b8fd545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f5ac0159655b465b892022247b8fd545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f5ac0159655b465b892022247b8fd545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f5ac0159655b465b892022247b8fd545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f5ac0159655b465b892022247b8fd545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f5ac0159655b465b892022247b8fd545", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f5ac0159655b465b892022247b8fd545", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6", "id": "aa53ae6a93684bffbb222ef78aa590b1"}, "audit_ids": ["ndQDyqubQuy2qg31AVh2mg"], "issued_at": "2018-08-30T09:09:49.000000Z"}} 2018-08-30 09:09:49,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-30 09:09:49,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"network": {"name": "cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6", "admin_state_up": true}}' 2018-08-30 09:09:50,718 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-a11e865a-a535-4c88-9709-afddba6eef9e Date: Thu, 30 Aug 2018 09:09:50 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-30T09:09:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}} 2018-08-30 09:09:50,718 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a11e865a-a535-4c88-9709-afddba6eef9e 2018-08-30 09:09:50,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.764219045639s 2018-08-30 09:09:50,718 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a11e865a-a535-4c88-9709-afddba6eef9e 2018-08-30 09:09:50,719 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:09:50Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'3ee16ec5-ead4-4091-ac9e-456e10e8a95a', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6', u'admin_state_up': True, u'tenant_id': u'f5ac0159655b465b892022247b8fd545', u'created_at': u'2018-08-30T09:09:50Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f5ac0159655b465b892022247b8fd545'}) 2018-08-30 09:09:50,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:50,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:50,870 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-d44b964f-2aab-4fbd-97ef-1ab098a77f78 Date: Thu, 30 Aug 2018 09:09:50 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:09:50Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:09:50,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d44b964f-2aab-4fbd-97ef-1ab098a77f78 2018-08-30 09:09:50,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.150800943375s 2018-08-30 09:09:50,871 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d44b964f-2aab-4fbd-97ef-1ab098a77f78 2018-08-30 09:09:50,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-30 09:09:50,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"subnet": {"name": "cinder_test-subnet_44295806-c9c9-47dc-af4c-c740985756d6", "enable_dhcp": true, "network_id": "3ee16ec5-ead4-4091-ac9e-456e10e8a95a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-30 09:09:51,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-16d38b30-d62b-4831-a65d-51d3c0037f45 Date: Thu, 30 Aug 2018 09:09:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:09: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":"f5ac0159655b465b892022247b8fd545","id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","subnetpool_id":null,"name":"cinder_test-subnet_44295806-c9c9-47dc-af4c-c740985756d6"}} 2018-08-30 09:09:51,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-16d38b30-d62b-4831-a65d-51d3c0037f45 2018-08-30 09:09:51,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.732079029083s 2018-08-30 09:09:51,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-16d38b30-d62b-4831-a65d-51d3c0037f45 2018-08-30 09:09:51,605 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-30T09:09: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'a062a4c7-aaac-4f51-b5b1-36f5aff59b59', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_44295806-c9c9-47dc-af4c-c740985756d6', u'enable_dhcp': True, u'network_id': u'3ee16ec5-ead4-4091-ac9e-456e10e8a95a', u'tenant_id': u'f5ac0159655b465b892022247b8fd545', u'created_at': u'2018-08-30T09:09: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'f5ac0159655b465b892022247b8fd545'}) 2018-08-30 09:09:51,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-30 09:09:51,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"router": {"external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b"}, "name": "cinder_test-router_44295806-c9c9-47dc-af4c-c740985756d6", "admin_state_up": true}}' 2018-08-30 09:09:52,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8142c20f-3d2e-4ba0-81f9-f39892e1e0a0 Date: Thu, 30 Aug 2018 09:09:52 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:51Z", "admin_state_up": true, "updated_at": "2018-08-30T09:09:52Z", "revision_number": 2, "routes": [], "project_id": "f5ac0159655b465b892022247b8fd545", "id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "name": "cinder_test-router_44295806-c9c9-47dc-af4c-c740985756d6"}} 2018-08-30 09:09:52,833 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8142c20f-3d2e-4ba0-81f9-f39892e1e0a0 2018-08-30 09:09:52,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22689890862s 2018-08-30 09:09:52,833 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8142c20f-3d2e-4ba0-81f9-f39892e1e0a0 2018-08-30 09:09:52,833 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'ab35bc92-1f74-4e24-a11f-68811c3cd092', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f5ac0159655b465b892022247b8fd545', u'created_at': u'2018-08-30T09:09:51Z', u'admin_state_up': True, u'updated_at': u'2018-08-30T09:09:52Z', u'revision_number': 2, u'routes': [], u'project_id': u'f5ac0159655b465b892022247b8fd545', u'id': u'6ad49665-3e70-43c8-8845-3d0e111f3534', u'name': u'cinder_test-router_44295806-c9c9-47dc-af4c-c740985756d6'}) 2018-08-30 09:09:52,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-30 09:09:52,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"subnet_id": "a062a4c7-aaac-4f51-b5b1-36f5aff59b59"}' 2018-08-30 09:09:54,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-14049700-2965-4fc7-844e-06e31e59188d Date: Thu, 30 Aug 2018 09:09:54 GMT RESP BODY: {"network_id": "3ee16ec5-ead4-4091-ac9e-456e10e8a95a", "tenant_id": "f5ac0159655b465b892022247b8fd545", "subnet_id": "a062a4c7-aaac-4f51-b5b1-36f5aff59b59", "subnet_ids": ["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"], "port_id": "1e63f709-a1a9-492e-ad58-4194ca8d19f8", "id": "6ad49665-3e70-43c8-8845-3d0e111f3534"} 2018-08-30 09:09:54,832 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534/add_router_interface.json used request id req-14049700-2965-4fc7-844e-06e31e59188d 2018-08-30 09:09:54,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.99808502197s 2018-08-30 09:09:54,833 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534/add_router_interface.json used request id req-14049700-2965-4fc7-844e-06e31e59188d returning object 6ad49665-3e70-43c8-8845-3d0e111f3534 2018-08-30 09:09:54,833 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-30 09:09:54,952 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-30 09:09:54,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:09:54,958 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Thu, 30 Aug 2018 09:09:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-30 09:09:54,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:54,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:55,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7ca7b8a0-6685-4ab8-a716-7e157c9097f4 Date: Thu, 30 Aug 2018 09:09:55 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:55,274 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7ca7b8a0-6685-4ab8-a716-7e157c9097f4 2018-08-30 09:09:55,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313066005707s 2018-08-30 09:09:55,275 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7ca7b8a0-6685-4ab8-a716-7e157c9097f4 2018-08-30 09:09:55,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-30 09:09:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6"}' 2018-08-30 09:09:55,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9b6d5f69-75ce-41fd-8ff6-0db11b68884f Date: Thu, 30 Aug 2018 09:09:55 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:55Z", "file": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file", "owner": "f5ac0159655b465b892022247b8fd545", "id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "size": null, "self": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "checksum": null, "created_at": "2018-08-30T09:09:55Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-30 09:09:55,322 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9b6d5f69-75ce-41fd-8ff6-0db11b68884f 2018-08-30 09:09:55,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0377128124237s 2018-08-30 09:09:55,322 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9b6d5f69-75ce-41fd-8ff6-0db11b68884f returning object 62a2b2d7-fb27-4e6f-9941-6bfba5e7d660 2018-08-30 09:09:55,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-30 09:09:55,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '' 2018-08-30 09:09:56,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61889cfa-cf39-413d-9435-ab885c7b1409 Date: Thu, 30 Aug 2018 09:09:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:09:56,300 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file used request id req-61889cfa-cf39-413d-9435-ab885c7b1409 2018-08-30 09:09:56,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.9775390625s 2018-08-30 09:09:56,301 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file used request id req-61889cfa-cf39-413d-9435-ab885c7b1409 2018-08-30 09:09:56,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:56,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:56,426 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-8895ed8f-681f-4ec9-bdac-6a2874a26ca9 Date: Thu, 30 Aug 2018 09:09:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:56Z", "file": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file", "owner": "f5ac0159655b465b892022247b8fd545", "id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "size": 12716032, "self": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:56,426 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8895ed8f-681f-4ec9-bdac-6a2874a26ca9 2018-08-30 09:09:56,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.121334075928s 2018-08-30 09:09:56,427 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-8895ed8f-681f-4ec9-bdac-6a2874a26ca9 2018-08-30 09:09:56,429 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap', u'metadata': Munch({})})], 'file': u'/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file', 'owner': u'f5ac0159655b465b892022247b8fd545', 'id': u'62a2b2d7-fb27-4e6f-9941-6bfba5e7d660', 'size': 12716032, u'self': u'/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5ac0159655b465b892022247b8fd545', 'name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-30T09:09:56Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-30T09:09:56Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6', 'created': u'2018-08-30T09:09:55Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-30T09:09:55Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-30 09:09:56,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-30 09:09:56,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_44295806-c9c9-47dc-af4c-c740985756d6", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-30 09:09:56,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-e6956c64-c472-455a-8775-7298a9cee484 x-compute-request-id: req-e6956c64-c472-455a-8775-7298a9cee484 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_44295806-c9c9-47dc-af4c-c740985756d6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "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": "c73d8425-e1d0-4381-b1fb-d2b521398205"}} 2018-08-30 09:09:56,693 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e6956c64-c472-455a-8775-7298a9cee484 2018-08-30 09:09:56,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.263267993927s 2018-08-30 09:09:56,693 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e6956c64-c472-455a-8775-7298a9cee484 2018-08-30 09:09:56,694 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_44295806-c9c9-47dc-af4c-c740985756d6', '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'f43bf52986b74b40be2254c0cc19dd66', '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'c73d8425-e1d0-4381-b1fb-d2b521398205', 'swap': 0}) 2018-08-30 09:09:56,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-30 09:09:56,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" -d '{"extra_specs": {}}' 2018-08-30 09:09:56,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-47f4945b-926c-42f5-bb66-85438823e9a9 x-compute-request-id: req-47f4945b-926c-42f5-bb66-85438823e9a9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-30 09:09:56,717 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205/os-extra_specs used request id req-47f4945b-926c-42f5-bb66-85438823e9a9 2018-08-30 09:09:56,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0219049453735s 2018-08-30 09:09:56,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205/os-extra_specs used request id req-47f4945b-926c-42f5-bb66-85438823e9a9 2018-08-30 09:09:56,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-30 09:09:56,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"keypair": {"name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6"}}' 2018-08-30 09:09:57,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-c5f063ff-7946-4ce0-8a72-64d00705031a x-compute-request-id: req-c5f063ff-7946-4ce0-8a72-64d00705031a Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqOJuuYNErQu5GgD85LV3oboV62xJ9L6pGoTFUNmKuZ+QPpvyQAnOYDYqtr8NeoOvgh1mn8hVc3V34Cdb36S2hl3ZA+dkcTn9oN5T+p2olQwIqF7j3HKQ1UyMMj36RXSibx0dA/H33Ferfv8y0dkKbwWGzMxtm6Jp9sVt0RkFsCbeZ6jIUlYef1dRHoJTDxODXmMStG0l5cc/TqIz1OyGZnLkk6lIGT8QN8zNd5mQfpbByEFGT7DC7gQPur/LiJvZ1PbiotjgBXHRmUQ0ydBTqiHs4evfJiBl3T8dS/8B3NOyRgY92I6y5nHj7ljE0LvYxkLiNkPpXZO8ntlPnDLGR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqjibrmDRK0LuRoA/OS1d6G6FetsSfS+qRqExVDZirmfkD6b8\nkAJzmA2Kra/DXqDr4IdZp/IVXN1d+AnW9+ktoZd2QPnZHE5/aDeU/qdqJUMCKhe4\n9xykNVMjDI9+kV0om8dHQPx99xXq37/MtHZCm8FhszMbZuiafbFbdEZBbAm3meoy\nFJWHn9XUR6CUw8Tg15jErRtJeXHP06iM9TshmZy5JOpSBk/EDfMzXeZkH6WwchBR\nk+wwu4ED7q/y4ib2dT24qLY4AVx0ZlENMnQU6oh7OHr3yYgZd0/HUv/AdzTskYGP\ndiOsuZx4+5YxNC72MZC4jZD6V2TvJ7ZT5wyxkQIDAQABAoIBAHMbFoNjqu5DM1dv\nT9F9URxk6FQ8ohMPUWizheT5Zd+kFz9SX0WOstYmihmLWmS6Eudg/4qnFDUY6Htb\nRAeeoaG9B1VG3r7agiNaOqG9WfTajDMkmYpYzt3UW0YaHq9zvIsixZc3ZoLYSlyF\nmYqK0d37dfK045nCPv4yGbLV81V3XcRRZH1UzFj0Qgv3wGCxy4AsGDjGxojxOnxJ\nB6vrPQUVMIBA0Tdh0wPeRvU2mSgkJeJITAmhYrozdxUJaaDfvxnEAFaCSjtF+fLC\nCr1bzFbdzmsC9u4KiFPYBrhcQkDeip30mmTgRteM6UCtDleSEsHchfTI2CXrPahQ\nhPPr2UECgYEA3wfkHvkc9+PG8k8NU5pGjW55QAKwobscOu2AcvhW3ANkIovxSMye\nwKTL3jD77d+SGxX6M7WCJxibG5evWF05PGbLs6PDJa+k9MDgwDlUYgCW2F1IpHUL\nwZGFzhqPwne5k7Zqu6KBnM1Zh7++SzJAiZDWWK5btyZTG9yMDJwH6UkCgYEAw2JA\nKLsHj+pEZBkt5xjbIA0oInQKteLa6HW5ciZrgGVp5MZnVL873L//L8T1JXvfrNJW\nX5Jl4F71c1+CJR1dPNulTC2JrIKBI85iDYPokDXOgdmZnF5uJ2sjjxpNHwz9Ff63\nvkEVYaImTCdLWUls7GTu5WU5umdswzJn4NNnjgkCgYEAjn7sMR3YdEkDgy0expt7\nGEHNFiih0bNKhhvYRZyFYmyIPcpLjsetZkfkOUHytDhzkPqpsP/2+COwdiCj10E4\noG7NFyk6NYnTSs0wy5/VWggmWHbBQtHFgRcI9nXiA82as9WIu/lH9nb9DM5lNoYU\n1c/EI0TDNHE4CEUQ9b17EIECgYEAkhdl1865Ac/uIVZ+bxyzw8xypQhVddjRTB2y\ncvrtSM0Ll+cOHlz7Or1I5wQDNWrhPYzszntdt53pM8JHQs8pBzdI6qPmHFpci1Rn\nFqn5+9JvvcHhzP0CqnC+3uKQpdYFayvRYe2yOhWPQ0PiYDm5uyxhQJ8mwg1RUsbe\ny0nnVVkCgYAfHLDjAzwwqdCvUUsSl1FOuSYwlxi8z33OqO+lrEsG8JN9WG1Bo6F/\n/jPhl16P9RxPvu3z8peSy0cluJJMT/gtqXvnkjU7A26jI5PRmZiEAXB0yJ62QYOi\n4WkPQVBdbEXNH/QByJ5N6FL9dgPC2I7htTSNvAdFakT7l5NyBcdS6w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "fingerprint": "d6:f8:bd:20:cb:85:52:7a:e9:4b:cb:01:5c:70:2e:02"}} 2018-08-30 09:09:57,166 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c5f063ff-7946-4ce0-8a72-64d00705031a 2018-08-30 09:09:57,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.448204040527s 2018-08-30 09:09:57,166 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-c5f063ff-7946-4ce0-8a72-64d00705031a 2018-08-30 09:09:57,167 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqOJuuYNErQu5GgD85LV3oboV62xJ9L6pGoTFUNmKuZ+QPpvyQAnOYDYqtr8NeoOvgh1mn8hVc3V34Cdb36S2hl3ZA+dkcTn9oN5T+p2olQwIqF7j3HKQ1UyMMj36RXSibx0dA/H33Ferfv8y0dkKbwWGzMxtm6Jp9sVt0RkFsCbeZ6jIUlYef1dRHoJTDxODXmMStG0l5cc/TqIz1OyGZnLkk6lIGT8QN8zNd5mQfpbByEFGT7DC7gQPur/LiJvZ1PbiotjgBXHRmUQ0ydBTqiHs4evfJiBl3T8dS/8B3NOyRgY92I6y5nHj7ljE0LvYxkLiNkPpXZO8ntlPnDLGR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAqjibrmDRK0LuRoA/OS1d6G6FetsSfS+qRqExVDZirmfkD6b8\nkAJzmA2Kra/DXqDr4IdZp/IVXN1d+AnW9+ktoZd2QPnZHE5/aDeU/qdqJUMCKhe4\n9xykNVMjDI9+kV0om8dHQPx99xXq37/MtHZCm8FhszMbZuiafbFbdEZBbAm3meoy\nFJWHn9XUR6CUw8Tg15jErRtJeXHP06iM9TshmZy5JOpSBk/EDfMzXeZkH6WwchBR\nk+wwu4ED7q/y4ib2dT24qLY4AVx0ZlENMnQU6oh7OHr3yYgZd0/HUv/AdzTskYGP\ndiOsuZx4+5YxNC72MZC4jZD6V2TvJ7ZT5wyxkQIDAQABAoIBAHMbFoNjqu5DM1dv\nT9F9URxk6FQ8ohMPUWizheT5Zd+kFz9SX0WOstYmihmLWmS6Eudg/4qnFDUY6Htb\nRAeeoaG9B1VG3r7agiNaOqG9WfTajDMkmYpYzt3UW0YaHq9zvIsixZc3ZoLYSlyF\nmYqK0d37dfK045nCPv4yGbLV81V3XcRRZH1UzFj0Qgv3wGCxy4AsGDjGxojxOnxJ\nB6vrPQUVMIBA0Tdh0wPeRvU2mSgkJeJITAmhYrozdxUJaaDfvxnEAFaCSjtF+fLC\nCr1bzFbdzmsC9u4KiFPYBrhcQkDeip30mmTgRteM6UCtDleSEsHchfTI2CXrPahQ\nhPPr2UECgYEA3wfkHvkc9+PG8k8NU5pGjW55QAKwobscOu2AcvhW3ANkIovxSMye\nwKTL3jD77d+SGxX6M7WCJxibG5evWF05PGbLs6PDJa+k9MDgwDlUYgCW2F1IpHUL\nwZGFzhqPwne5k7Zqu6KBnM1Zh7++SzJAiZDWWK5btyZTG9yMDJwH6UkCgYEAw2JA\nKLsHj+pEZBkt5xjbIA0oInQKteLa6HW5ciZrgGVp5MZnVL873L//L8T1JXvfrNJW\nX5Jl4F71c1+CJR1dPNulTC2JrIKBI85iDYPokDXOgdmZnF5uJ2sjjxpNHwz9Ff63\nvkEVYaImTCdLWUls7GTu5WU5umdswzJn4NNnjgkCgYEAjn7sMR3YdEkDgy0expt7\nGEHNFiih0bNKhhvYRZyFYmyIPcpLjsetZkfkOUHytDhzkPqpsP/2+COwdiCj10E4\noG7NFyk6NYnTSs0wy5/VWggmWHbBQtHFgRcI9nXiA82as9WIu/lH9nb9DM5lNoYU\n1c/EI0TDNHE4CEUQ9b17EIECgYEAkhdl1865Ac/uIVZ+bxyzw8xypQhVddjRTB2y\ncvrtSM0Ll+cOHlz7Or1I5wQDNWrhPYzszntdt53pM8JHQs8pBzdI6qPmHFpci1Rn\nFqn5+9JvvcHhzP0CqnC+3uKQpdYFayvRYe2yOhWPQ0PiYDm5uyxhQJ8mwg1RUsbe\ny0nnVVkCgYAfHLDjAzwwqdCvUUsSl1FOuSYwlxi8z33OqO+lrEsG8JN9WG1Bo6F/\n/jPhl16P9RxPvu3z8peSy0cluJJMT/gtqXvnkjU7A26jI5PRmZiEAXB0yJ62QYOi\n4WkPQVBdbEXNH/QByJ5N6FL9dgPC2I7htTSNvAdFakT7l5NyBcdS6w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'aa53ae6a93684bffbb222ef78aa590b1', 'name': u'cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6', 'created_at': '2018-08-30T09:09:57.167553', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5ac0159655b465b892022247b8fd545', 'name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'd6:f8:bd:20:cb:85:52:7a:e9:4b:cb:01:5c:70:2e:02', 'type': 'ssh', 'id': u'cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6'}) 2018-08-30 09:09:57,167 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAqjibrmDRK0LuRoA/OS1d6G6FetsSfS+qRqExVDZirmfkD6b8 kAJzmA2Kra/DXqDr4IdZp/IVXN1d+AnW9+ktoZd2QPnZHE5/aDeU/qdqJUMCKhe4 9xykNVMjDI9+kV0om8dHQPx99xXq37/MtHZCm8FhszMbZuiafbFbdEZBbAm3meoy FJWHn9XUR6CUw8Tg15jErRtJeXHP06iM9TshmZy5JOpSBk/EDfMzXeZkH6WwchBR k+wwu4ED7q/y4ib2dT24qLY4AVx0ZlENMnQU6oh7OHr3yYgZd0/HUv/AdzTskYGP diOsuZx4+5YxNC72MZC4jZD6V2TvJ7ZT5wyxkQIDAQABAoIBAHMbFoNjqu5DM1dv T9F9URxk6FQ8ohMPUWizheT5Zd+kFz9SX0WOstYmihmLWmS6Eudg/4qnFDUY6Htb RAeeoaG9B1VG3r7agiNaOqG9WfTajDMkmYpYzt3UW0YaHq9zvIsixZc3ZoLYSlyF mYqK0d37dfK045nCPv4yGbLV81V3XcRRZH1UzFj0Qgv3wGCxy4AsGDjGxojxOnxJ B6vrPQUVMIBA0Tdh0wPeRvU2mSgkJeJITAmhYrozdxUJaaDfvxnEAFaCSjtF+fLC Cr1bzFbdzmsC9u4KiFPYBrhcQkDeip30mmTgRteM6UCtDleSEsHchfTI2CXrPahQ hPPr2UECgYEA3wfkHvkc9+PG8k8NU5pGjW55QAKwobscOu2AcvhW3ANkIovxSMye wKTL3jD77d+SGxX6M7WCJxibG5evWF05PGbLs6PDJa+k9MDgwDlUYgCW2F1IpHUL wZGFzhqPwne5k7Zqu6KBnM1Zh7++SzJAiZDWWK5btyZTG9yMDJwH6UkCgYEAw2JA KLsHj+pEZBkt5xjbIA0oInQKteLa6HW5ciZrgGVp5MZnVL873L//L8T1JXvfrNJW X5Jl4F71c1+CJR1dPNulTC2JrIKBI85iDYPokDXOgdmZnF5uJ2sjjxpNHwz9Ff63 vkEVYaImTCdLWUls7GTu5WU5umdswzJn4NNnjgkCgYEAjn7sMR3YdEkDgy0expt7 GEHNFiih0bNKhhvYRZyFYmyIPcpLjsetZkfkOUHytDhzkPqpsP/2+COwdiCj10E4 oG7NFyk6NYnTSs0wy5/VWggmWHbBQtHFgRcI9nXiA82as9WIu/lH9nb9DM5lNoYU 1c/EI0TDNHE4CEUQ9b17EIECgYEAkhdl1865Ac/uIVZ+bxyzw8xypQhVddjRTB2y cvrtSM0Ll+cOHlz7Or1I5wQDNWrhPYzszntdt53pM8JHQs8pBzdI6qPmHFpci1Rn Fqn5+9JvvcHhzP0CqnC+3uKQpdYFayvRYe2yOhWPQ0PiYDm5uyxhQJ8mwg1RUsbe y0nnVVkCgYAfHLDjAzwwqdCvUUsSl1FOuSYwlxi8z33OqO+lrEsG8JN9WG1Bo6F/ /jPhl16P9RxPvu3z8peSy0cluJJMT/gtqXvnkjU7A26jI5PRmZiEAXB0yJ62QYOi 4WkPQVBdbEXNH/QByJ5N6FL9dgPC2I7htTSNvAdFakT7l5NyBcdS6w== -----END RSA PRIVATE KEY----- 2018-08-30 09:09:57,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-30 09:09:57,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"security_group": {"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-30 09:09:57,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-ccc4dadb-bd00-460e-92c8-88e65e8456d9 Date: Thu, 30 Aug 2018 09:09:57 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:57Z", "updated_at": "2018-08-30T09:09:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "4b76028d-56ff-40d3-8ea7-39b43a6cb58f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "f6aa248b-bcd8-4714-8ed2-196336fc80be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 1, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}} 2018-08-30 09:09:57,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ccc4dadb-bd00-460e-92c8-88e65e8456d9 2018-08-30 09:09:57,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.236954212189s 2018-08-30 09:09:57,407 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-ccc4dadb-bd00-460e-92c8-88e65e8456d9 2018-08-30 09:09:57,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:09:57,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:57,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-e500075a-a780-464f-8c36-3781e3bf1090 Date: Thu, 30 Aug 2018 09:09:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:57Z", "updated_at": "2018-08-30T09:09:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "4b76028d-56ff-40d3-8ea7-39b43a6cb58f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "f6aa248b-bcd8-4714-8ed2-196336fc80be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 1, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}, {"description": "Default security group", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:50Z", "updated_at": "2018-08-30T09:09:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "7f980948-8513-477d-8655-585437728be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "8e4258ae-29cd-47ed-8d4f-a572315fd5ba", "remote_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "a074b97d-4933-4deb-86b2-cc116f8b51c3", "remote_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "a9c3ded6-e13a-425a-a638-5b5696385997", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 1, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "name": "default"}]} 2018-08-30 09:09:57,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e500075a-a780-464f-8c36-3781e3bf1090 2018-08-30 09:09:57,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.108417987823s 2018-08-30 09:09:57,521 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-e500075a-a780-464f-8c36-3781e3bf1090 2018-08-30 09:09:57,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:09:57,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -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": "09e5de63-7497-4c7c-9d9c-ccddb709b218"}}' 2018-08-30 09:09:57,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0766a24d-8544-4e24-a9cf-fa27c43af557 Date: Thu, 30 Aug 2018 09:09: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-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "port_range_min": 22, "revision_number": 0, "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:57Z", "project_id": "f5ac0159655b465b892022247b8fd545", "id": "e2821967-4c0d-403c-baad-4d6be6067210"}} 2018-08-30 09:09:57,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0766a24d-8544-4e24-a9cf-fa27c43af557 2018-08-30 09:09:57,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.20340013504s 2018-08-30 09:09:57,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-0766a24d-8544-4e24-a9cf-fa27c43af557 2018-08-30 09:09:57,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:09:57,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:57,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-2f772f4f-b8f0-4737-86c7-1dab046608fc Date: Thu, 30 Aug 2018 09:09:57 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:57Z", "updated_at": "2018-08-30T09:09:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "4b76028d-56ff-40d3-8ea7-39b43a6cb58f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "e2821967-4c0d-403c-baad-4d6be6067210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "f6aa248b-bcd8-4714-8ed2-196336fc80be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 2, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}, {"description": "Default security group", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:50Z", "updated_at": "2018-08-30T09:09:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "7f980948-8513-477d-8655-585437728be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "8e4258ae-29cd-47ed-8d4f-a572315fd5ba", "remote_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "a074b97d-4933-4deb-86b2-cc116f8b51c3", "remote_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "a9c3ded6-e13a-425a-a638-5b5696385997", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 1, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "name": "default"}]} 2018-08-30 09:09:57,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-2f772f4f-b8f0-4737-86c7-1dab046608fc 2018-08-30 09:09:57,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0498828887939s 2018-08-30 09:09:57,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-2f772f4f-b8f0-4737-86c7-1dab046608fc 2018-08-30 09:09:57,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-30 09:09:57,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -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": "09e5de63-7497-4c7c-9d9c-ccddb709b218"}}' 2018-08-30 09:09:58,303 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9ae5aed5-55a3-44eb-a9d2-a783206fe28a Date: Thu, 30 Aug 2018 09:09:58 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "port_range_min": null, "revision_number": 0, "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:57Z", "project_id": "f5ac0159655b465b892022247b8fd545", "id": "8a536d36-1c7a-43ab-bddf-0c1ac8541600"}} 2018-08-30 09:09:58,303 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-9ae5aed5-55a3-44eb-a9d2-a783206fe28a 2018-08-30 09:09:58,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.517911195755s 2018-08-30 09:09:58,304 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-9ae5aed5-55a3-44eb-a9d2-a783206fe28a 2018-08-30 09:09:58,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:09:58,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:58,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-a74352e6-e5ca-4596-93f4-6652a40881f8 Date: Thu, 30 Aug 2018 09:09:58 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"],"updated_at":"2018-08-30T09:09:51Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:09:58,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a74352e6-e5ca-4596-93f4-6652a40881f8 2018-08-30 09:09:58,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109512090683s 2018-08-30 09:09:58,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a74352e6-e5ca-4596-93f4-6652a40881f8 2018-08-30 09:09:58,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:09:58,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:58,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-48ad7d0f-025f-43f6-882b-99820c43ac42 Date: Thu, 30 Aug 2018 09:09:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:56Z", "file": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file", "owner": "f5ac0159655b465b892022247b8fd545", "id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "size": 12716032, "self": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:09:58,455 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-48ad7d0f-025f-43f6-882b-99820c43ac42 2018-08-30 09:09:58,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.035542011261s 2018-08-30 09:09:58,456 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-48ad7d0f-025f-43f6-882b-99820c43ac42 2018-08-30 09:09:58,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:09:58,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:09:58,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:09: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-8df6f7d8-2d96-4f7e-b028-373a3b3adcb7 x-compute-request-id: req-8df6f7d8-2d96-4f7e-b028-373a3b3adcb7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_44295806-c9c9-47dc-af4c-c740985756d6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "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": "c73d8425-e1d0-4381-b1fb-d2b521398205"}]} 2018-08-30 09:09:58,479 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8df6f7d8-2d96-4f7e-b028-373a3b3adcb7 2018-08-30 09:09:58,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0220868587494s 2018-08-30 09:09:58,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8df6f7d8-2d96-4f7e-b028-373a3b3adcb7 2018-08-30 09:09:58,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:09:58,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"server": {"name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "imageRef": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "flavorRef": "c73d8425-e1d0-4381-b1fb-d2b521398205", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3ee16ec5-ead4-4091-ac9e-456e10e8a95a"}], "security_groups": [{"name": "09e5de63-7497-4c7c-9d9c-ccddb709b218"}]}}' 2018-08-30 09:10:00,615 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:09: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-099618f0-d73a-48be-a748-f32cfbdde4d4 x-compute-request-id: req-099618f0-d73a-48be-a748-f32cfbdde4d4 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "09e5de63-7497-4c7c-9d9c-ccddb709b218"}], "OS-DCF:diskConfig": "MANUAL", "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "adminPass": "LqvNNRkgD8p2"}} 2018-08-30 09:10:00,615 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-099618f0-d73a-48be-a748-f32cfbdde4d4 2018-08-30 09:10:00,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.134111166s 2018-08-30 09:10:00,616 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-099618f0-d73a-48be-a748-f32cfbdde4d4 2018-08-30 09:10:00,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:00,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:00,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-2eeedd85-9202-41bc-95af-df082aaa7e6a x-compute-request-id: req-2eeedd85-9202-41bc-95af-df082aaa7e6a 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.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:10:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:00,986 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2eeedd85-9202-41bc-95af-df082aaa7e6a 2018-08-30 09:10:00,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369546175003s 2018-08-30 09:10:00,986 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2eeedd85-9202-41bc-95af-df082aaa7e6a 2018-08-30 09:10:00,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:10:00,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:01,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d88a4825-eed7-4b2f-9d31-6211698dae70 Date: Thu, 30 Aug 2018 09:10:01 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"],"updated_at":"2018-08-30T09:09:51Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:10:01,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d88a4825-eed7-4b2f-9d31-6211698dae70 2018-08-30 09:10:01,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0882060527802s 2018-08-30 09:10:01,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d88a4825-eed7-4b2f-9d31-6211698dae70 2018-08-30 09:10:01,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:10:01,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:01,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-51f9db52-8e9e-41b2-9f44-705d38c95db5 Date: Thu, 30 Aug 2018 09:10:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:09: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":"f5ac0159655b465b892022247b8fd545","id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","subnetpool_id":null,"name":"cinder_test-subnet_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:10:01,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-51f9db52-8e9e-41b2-9f44-705d38c95db5 2018-08-30 09:10:01,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0605909824371s 2018-08-30 09:10:01,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-51f9db52-8e9e-41b2-9f44-705d38c95db5 2018-08-30 09:10:01,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:03,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:03,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:04,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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,Accept-Encoding x-openstack-request-id: req-9c5def27-dd32-40be-9b34-52218ab007b5 x-compute-request-id: req-9c5def27-dd32-40be-9b34-52218ab007b5 Content-Encoding: gzip Content-Length: 676 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:10:03Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:04,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c5def27-dd32-40be-9b34-52218ab007b5 2018-08-30 09:10:04,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.904236078262s 2018-08-30 09:10:04,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9c5def27-dd32-40be-9b34-52218ab007b5 2018-08-30 09:10:04,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:06,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:06,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:06,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-055d7af6-6156-4cb7-b996-b5bbdf3ea2ba x-compute-request-id: req-055d7af6-6156-4cb7-b996-b5bbdf3ea2ba Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:10:03Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:06,673 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-055d7af6-6156-4cb7-b996-b5bbdf3ea2ba 2018-08-30 09:10:06,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611572027206s 2018-08-30 09:10:06,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-055d7af6-6156-4cb7-b996-b5bbdf3ea2ba 2018-08-30 09:10:06,677 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:08,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:08,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:09,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-11c2eea2-09cd-4d36-b7c5-33d024fb2e7e x-compute-request-id: req-11c2eea2-09cd-4d36-b7c5-33d024fb2e7e Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:07.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:07Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:09,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-11c2eea2-09cd-4d36-b7c5-33d024fb2e7e 2018-08-30 09:10:09,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433001995087s 2018-08-30 09:10:09,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-11c2eea2-09cd-4d36-b7c5-33d024fb2e7e 2018-08-30 09:10:09,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:10:09,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=15f5c046-ce0f-45d5-9ea8-130c02418fba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:09,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-35ce8da9-11f4-43b6-9c81-b60a12df74db Date: Thu, 30 Aug 2018 09:10:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:10:03Z","admin_state_up":true,"updated_at":"2018-08-30T09:10:06Z","binding:vnic_type":"normal","device_id":"15f5c046-ce0f-45d5-9ea8-130c02418fba","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2a:b5:46","id":"323d211d-08b0-4eb0-88bc-8acd01289620","port_security_enabled":true,"project_id":"f5ac0159655b465b892022247b8fd545","fixed_ips":[{"subnet_id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","ip_address":"192.168.120.26"}],"extra_dhcp_opts":[],"security_groups":["09e5de63-7497-4c7c-9d9c-ccddb709b218"],"name":""}]} 2018-08-30 09:10:09,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=15f5c046-ce0f-45d5-9ea8-130c02418fba used request id req-35ce8da9-11f4-43b6-9c81-b60a12df74db 2018-08-30 09:10:09,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.048654794693s 2018-08-30 09:10:09,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=15f5c046-ce0f-45d5-9ea8-130c02418fba used request id req-35ce8da9-11f4-43b6-9c81-b60a12df74db 2018-08-30 09:10:09,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:10:09,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=323d211d-08b0-4eb0-88bc-8acd01289620" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:09,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9a50b573-468d-4184-aad4-327b3f4f8254 Date: Thu, 30 Aug 2018 09:10:09 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:10:09,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=323d211d-08b0-4eb0-88bc-8acd01289620 used request id req-9a50b573-468d-4184-aad4-327b3f4f8254 2018-08-30 09:10:09,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0422041416168s 2018-08-30 09:10:09,214 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=323d211d-08b0-4eb0-88bc-8acd01289620 used request id req-9a50b573-468d-4184-aad4-327b3f4f8254 2018-08-30 09:10:09,214 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2a:b5:46', u'version': 4, u'addr': u'192.168.120.26', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'62a2b2d7-fb27-4e6f-9941-6bfba5e7d660'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:10:07.000000', 'flavor': Munch({u'id': u'c73d8425-e1d0-4381-b1fb-d2b521398205'}), 'az': u'nova', 'id': u'15f5c046-ce0f-45d5-9ea8-130c02418fba', 'security_groups': [Munch({u'name': u'cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'aa53ae6a93684bffbb222ef78aa590b1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5ac0159655b465b892022247b8fd545', 'name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:10:07.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:10:07Z', 'hostId': u'f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6', 'public_v6': '', 'private_v4': u'192.168.120.26', 'cloud': 'envvars', 'host_id': u'f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:10:07.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f5ac0159655b465b892022247b8fd545', 'name': u'cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6', 'adminPass': u'LqvNNRkgD8p2', 'tenant_id': u'f5ac0159655b465b892022247b8fd545', 'created_at': u'2018-08-30T09:10:00Z', 'created': u'2018-08-30T09:10:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:10:09,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:10:09,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:09,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-390ecd22-b005-4299-a15b-52f4762d63ef Date: Thu, 30 Aug 2018 09:10:09 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"],"updated_at":"2018-08-30T09:09:51Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:10:09,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-390ecd22-b005-4299-a15b-52f4762d63ef 2018-08-30 09:10:09,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0931429862976s 2018-08-30 09:10:09,311 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-390ecd22-b005-4299-a15b-52f4762d63ef 2018-08-30 09:10:09,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:10:09,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=15f5c046-ce0f-45d5-9ea8-130c02418fba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:09,365 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-6fe3614e-5b4d-489f-856f-9fc607c5053d Date: Thu, 30 Aug 2018 09:10:09 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:10:03Z","admin_state_up":true,"updated_at":"2018-08-30T09:10:06Z","binding:vnic_type":"normal","device_id":"15f5c046-ce0f-45d5-9ea8-130c02418fba","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:2a:b5:46","id":"323d211d-08b0-4eb0-88bc-8acd01289620","port_security_enabled":true,"project_id":"f5ac0159655b465b892022247b8fd545","fixed_ips":[{"subnet_id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","ip_address":"192.168.120.26"}],"extra_dhcp_opts":[],"security_groups":["09e5de63-7497-4c7c-9d9c-ccddb709b218"],"name":""}]} 2018-08-30 09:10:09,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=15f5c046-ce0f-45d5-9ea8-130c02418fba used request id req-6fe3614e-5b4d-489f-856f-9fc607c5053d 2018-08-30 09:10:09,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0529930591583s 2018-08-30 09:10:09,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=15f5c046-ce0f-45d5-9ea8-130c02418fba used request id req-6fe3614e-5b4d-489f-856f-9fc607c5053d 2018-08-30 09:10:09,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-30 09:10:09,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"floatingip": {"floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.26", "port_id": "323d211d-08b0-4eb0-88bc-8acd01289620"}}' 2018-08-30 09:10:11,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ce761346-5d09-410f-bea8-1f0c54ab06f1 Date: Thu, 30 Aug 2018 09:10:11 GMT RESP BODY: {"floatingip": {"router_id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:10:10Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.26", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "323d211d-08b0-4eb0-88bc-8acd01289620", "id": "1631a0f4-2fed-4a34-bfe5-792cd9fb36d8", "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:10:10Z", "project_id": "f5ac0159655b465b892022247b8fd545"}} 2018-08-30 09:10:11,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ce761346-5d09-410f-bea8-1f0c54ab06f1 2018-08-30 09:10:11,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.7520031929s 2018-08-30 09:10:11,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ce761346-5d09-410f-bea8-1f0c54ab06f1 2018-08-30 09:10:11,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:10:11,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:11,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-ee0806a2-eca9-4a81-949b-f6e2d6d19616 Date: Thu, 30 Aug 2018 09:10:11 GMT RESP BODY: {"floatingips": [{"router_id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:10:10Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.26", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "323d211d-08b0-4eb0-88bc-8acd01289620", "id": "1631a0f4-2fed-4a34-bfe5-792cd9fb36d8", "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:10:10Z", "project_id": "f5ac0159655b465b892022247b8fd545"}]} 2018-08-30 09:10:11,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ee0806a2-eca9-4a81-949b-f6e2d6d19616 2018-08-30 09:10:11,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0570449829102s 2018-08-30 09:10:11,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-ee0806a2-eca9-4a81-949b-f6e2d6d19616 2018-08-30 09:10:11,187 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6ad49665-3e70-43c8-8845-3d0e111f3534', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f5ac0159655b465b892022247b8fd545', 'created_at': u'2018-08-30T09:10:10Z', 'attached': True, 'updated_at': u'2018-08-30T09:10:10Z', 'id': u'1631a0f4-2fed-4a34-bfe5-792cd9fb36d8', 'floating_network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', 'fixed_ip_address': u'192.168.120.26', 'floating_ip_address': u'172.30.9.201', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5ac0159655b465b892022247b8fd545', 'name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6ad49665-3e70-43c8-8845-3d0e111f3534', 'project_id': u'f5ac0159655b465b892022247b8fd545', 'port_id': u'323d211d-08b0-4eb0-88bc-8acd01289620', 'port': u'323d211d-08b0-4eb0-88bc-8acd01289620', 'network': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b'}) 2018-08-30 09:10:11,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:10:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:10:11,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-af9fd7ed-f112-45ff-a46b-4ad30163d3d8 x-compute-request-id: req-af9fd7ed-f112-45ff-a46b-4ad30163d3d8 Content-Encoding: gzip Content-Length: 9616 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 515204820 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.194859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197319] pid_max: default: 32768 minimum: 301\n[ 0.198671] ACPI: Core revision 20150930\n[ 0.200449] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202411] Security Framework initialized\n[ 0.203593] Yama: becoming mindful.\n[ 0.204640] AppArmor: AppArmor initialized\n[ 0.205898] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207799] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209640] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211440] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213406] Initializing cgroup subsys io\n[ 0.214643] Initializing cgroup subsys memory\n[ 0.215881] Initializing cgroup subsys devices\n[ 0.217128] Initializing cgroup subsys freezer\n[ 0.218430] Initializing cgroup subsys net_cls\n[ 0.219691] Initializing cgroup subsys perf_event\n[ 0.221018] Initializing cgroup subsys net_prio\n[ 0.222354] Initializing cgroup subsys hugetlb\n[ 0.223624] Initializing cgroup subsys pids\n[ 0.224855] CPU: Physical Processor ID: 0\n[ 0.226761] mce: CPU supports 10 MCE banks\n[ 0.227968] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252408] ftrace: allocating 31920 entries in 125 pages\n[ 0.278137] smpboot: Max logical packages: 1\n[ 0.279390] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281349] x2apic enabled\n[ 0.282606] Switched APIC routing to physical x2apic.\n[ 0.285136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286798] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292286] KVM setup paravirtual spinlock\n[ 0.293949] x86: Booted up 1 node, 1 CPUs\n[ 0.295143] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297164] devtmpfs: initialized\n[ 0.299167] evm: security.selinux\n[ 0.300177] evm: security.SMACK64\n[ 0.301174] evm: security.SMACK64EXEC\n[ 0.302281] evm: security.SMACK64TRANSMUTE\n[ 0.303458] evm: security.SMACK64MMAP\n[ 0.304533] evm: security.ima\n[ 0.305462] evm: security.capability\n[ 0.306594] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309251] pinctrl core: initialized pinctrl subsystem\n[ 0.310801] RTC time: 9:10:07, date: 08/30/18\n[ 0.312180] NET: Registered protocol family 16\n[ 0.313574] cpuidle: using governor ladder\n[ 0.314757] cpuidle: using governor menu\n[ 0.315893] PCCT header not found.\n[ 0.316958] ACPI: bus type PCI registered\n[ 0.318116] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319894] PCI: Using configuration type 1 for base access\n[ 0.322133] ACPI: Added _OSI(Module Device)\n[ 0.323347] ACPI: Added _OSI(Processor Device)\n[ 0.324585] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328095] ACPI: Interpreter enabled\n[ 0.329232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.331908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334612] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.339962] ACPI: (supports S0 S5)\n[ 0.340981] ACPI: Using IOAPIC for interrupt routing\n[ 0.342415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348022] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351539] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354706] acpiphp: Slot [3] registered\n[ 0.355855] acpiphp: Slot [4] registered\n[ 0.357001] acpiphp: Slot [5] registered\n[ 0.358148] acpiphp: Slot [6] registered\n[ 0.359332] acpiphp: Slot [7] registered\n[ 0.360484] acpiphp: Slot [8] registered\n[ 0.361634] acpiphp: Slot [9] registered\n[ 0.362814] acpiphp: Slot [10] registered\n[ 0.363976] acpiphp: Slot [11] registered\n[ 0.365141] acpiphp: Slot [12] registered\n[ 0.366310] acpiphp: Slot [13] registered\n[ 0.367471] acpiphp: Slot [14] registered\n[ 0.368667] acpiphp: Slot [15] registered\n[ 0.384037] acpiphp: Slot [16] registered\n[ 0.385239] acpiphp: Slot [17] registered\n[ 0.386410] acpiphp: Slot [18] registered\n[ 0.387574] acpiphp: Slot [19] registered\n[ 0.388778] acpiphp: Slot [20] registered\n[ 0.389973] acpiphp: Slot [21] registered\n[ 0.391133] acpiphp: Slot [22] registered\n[ 0.392299] acpiphp: Slot [23] registered\n[ 0.393501] acpiphp: Slot [24] registered\n[ 0.394668] acpiphp: Slot [25] registered\n[ 0.395860] acpiphp: Slot [26] registered\n[ 0.397051] acpiphp: Slot [27] registered\n[ 0.398221] acpiphp: Slot [28] registered\n[ 0.399391] acpiphp: Slot [29] registered\n[ 0.400556] acpiphp: Slot [30] registered\n[ 0.401723] acpiphp: Slot [31] registered\n[ 0.402910] PCI host bridge to bus 0000:00\n[ 0.404081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405823] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407567] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409669] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411769] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413942] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418126] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419959] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421646] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429819] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456599] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458763] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462397] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466171] vgaarb: loaded\n[ 0.467039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468790] SCSI subsystem initialized\n[ 0.470090] ACPI: bus type USB registered\n[ 0.471291] usbcore: registered new interface driver usbfs\n[ 0.472781] usbcore: registered new interface driver hub\n[ 0.474254] usbcore: registered new device driver usb\n[ 0.475821] PCI: Using ACPI for IRQ routing\n[ 0.477399] NetLabel: Initializing\n[ 0.478433] NetLabel: domain hash size = 128\n[ 0.479669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481054] NetLabel: unlabeled traffic allowed by default\n[ 0.482708] clocksource: Switched to clocksource kvm-clock\n[ 0.492663] AppArmor: AppArmor Filesystem Enabled\n[ 0.494071] pnp: PnP ACPI init\n[ 0.495360] pnp: PnP ACPI: found 5 devices\n[ 0.502306] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504806] NET: Registered protocol family 2\n[ 0.506265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509873] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514892] NET: Registered protocol family 1\n[ 0.516147] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517742] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519297] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548132] Trying to unpack rootfs image as initramfs...\n[ 0.610190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.615349] Scanning for low memory corruption every 60 seconds\n[ 0.617658] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619404] audit: initializing netlink subsys (disabled)\n[ 0.620970] audit: type=2000 audit(1535620207.855:1): initialized\n[ 0.623021] Initialise system trusted keyring\n[ 0.624481] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.626216] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629076] zbud: loaded\n[ 0.630133] VFS: Disk quotas dquot_6.6.0\n[ 0.631367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.633680] fuse init (API version 7.23)\n[ 0.635030] Key type big_key registered\n[ 0.636224] Allocating IMA MOK and blacklist keyrings.\n[ 0.638008] Key type asymmetric registered\n[ 0.639241] Asymmetric key parser 'x509' registered\n[ 0.640679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.642917] io scheduler noop registered\n[ 0.644109] io scheduler deadline registered (default)\n[ 0.645623] io scheduler cfq registered\n[ 0.646920] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.648475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.650375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.652557] ACPI: Power Button [PWRF]\n[ 0.653872] GHES: HEST is not enabled!\n[ 0.668162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.697616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.700602] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.724923] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.728125] Linux agpgart interface v0.103\n[ 0.731621] brd: module loaded\n[ 0.733870] loop: module loaded\n[ 0.739068] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.741223] GPT:90111 != 2097151\n[ 0.742222] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743833] GPT:90111 != 2097151\n[ 0.744839] GPT: Use GNU Parted to correct GPT errors.\n[ 0.746289] vda: vda1 vda15\n[ 0.747983] scsi host0: ata_piix\n[ 0.749061] scsi host1: ata_piix\n[ 0.750054] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753697] libphy: Fixed MDIO Bus: probed\n[ 0.755059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756409] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759173] PPP generic driver version 2.4.2\n[ 0.760403] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.761902] ehci-pci: EHCI PCI platform driver\n[ 0.763116] ehci-platform: EHCI generic platform driver\n[ 0.764568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766105] ohci-pci: OHCI PCI platform driver\n[ 0.767369] ohci-platform: OHCI generic platform driver\n[ 0.768727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.783398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.784764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.786778] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.788177] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.789749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.791433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.793388] usb usb1: Product: UHCI Host Controller\n[ 0.794656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.796185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.797529] hub 1-0:1.0: USB hub found\n[ 0.798666] hub 1-0:1.0: 2 ports detected\n[ 0.799963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.802883] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.804192] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.805606] mousedev: PS/2 mouse device common for all mice\n[ 0.807308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.809785] rtc_cmos 00:00: RTC can wake from S4\n[ 0.811337] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.814548] i2c /dev entries driver\n[ 0.815607] device-mapper: uevent: version 1.0.3\n[ 0.816904] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.819137] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820970] NET: Registered protocol family 10\n[ 0.822507] NET: Registered protocol family 17\n[ 0.823721] Key type dns_resolver registered\n[ 0.825012] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.828904] registered taskstats version 1\n[ 0.830059] Loading compiled-in X.509 certificates\n[ 0.831906] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.834429] zswap: loaded using pool lzo/zbud\n[ 0.836498] Key type trusted registered\n[ 0.838633] Key type encrypted registered\n[ 0.839775] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.841190] ima: No TPM chip found, activating TPM-bypass!\n[ 0.842615] evm: HMAC attrs: 0x1\n[ 0.843907] Magic number: 14:835:172\n[ 0.844972] net eth0: hash matches\n[ 0.846059] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:08 UTC (1535620208)\n[ 0.848272] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849777] EDD information not available.\n[ 0.912287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.914416] Write protecting the kernel read-only data: 14336k\n[ 0.917376] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.919850] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088179] 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.26...\nLease of 192.168.120.26 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmcTsc+dbR/JbQP0Qlpg/ItqUsRLNtbuTW8FnIwpQ60weUQOE8evFF/kwCuaExDdbE+u3yeRDMpDXvaPp2xPCCNvtsyKqDoe7XmK1w+E/kx0sG4WjJdB6kgPbhGaT/TQRhEpO2jQNTV36YZpsfuiNdIIK+yuewrW7uePa3b15Oeh9WE8DxV/M+xN0XNjETYgI1L0FFw1KwYnZbOuxdnexYayGTzM4wEKQ21He2Pgg0rhZz+QH4IJ5XHYtvLj9iw+0fQBK0iLE6lhreyCT2Vr5+lvWyHOm/61dtVGAqEAhPV+pdqn8ALKt2yZ9bokNhUdMfnGX3yp+Y6zm8/YlThgzH root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6\nssh-dss AAAAB3NzaC1kc3MAAACBAL2Z3B+oEZAx4FM7F+fm2F8IIfP6TXXBVj49MLeglH2V9YyCNHGfrg0OfhCMava1PKJRW75gVE7niJ5x0GUD4hgJC/s2S0MrGOVMJiYJ75/aLx6kPjF0sHhV0dAAueBhfDLWs8Bb3v5Sn3La8yVgPaXYY3z+ZBPhJf5g/WgOXSs/AAAAFQDh4R//K6eCpwJluy63vu1ofWDtiQAAAIEAkG4LVW59betEDp7IG4T5x5Co+XWHzmSSd+Cn6ANX2omVdcxOBzuq1OSJEHsBeYHyDvK+5zx7/IMG7JbY/mmCpOWvq3vpaQMwZyK6+PxM+4l70f/iwTK9rVSBULMqGaKff5YTRZB+dO06S4/JbhfT22yuVj7U2ShTboi6DkT/+g0AAACACaXlXAAcNB12UzNvkhyD72K+vJF33MmiEqId+uefofe7vAXtWZtdS2NFPCXQMK+3mHKAK4g/4O1792eVIhm+xuPLtN11L/miwDcwzbSYHyrImKlW0Ka2aPpkmUcexg0pJ9OGr1JC575kdTRHOB86Op3SahcLiAwNk+6WE4TUSVQ= root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe2a:b546/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.26 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.83 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 login: "} 2018-08-30 09:10:11,281 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/action used request id req-af9fd7ed-f112-45ff-a46b-4ad30163d3d8 2018-08-30 09:10:11,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0928740501404s 2018-08-30 09:10:11,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/action used request id req-af9fd7ed-f112-45ff-a46b-4ad30163d3d8 2018-08-30 09:10:11,282 - 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 515204820 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.194859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.197319] pid_max: default: 32768 minimum: 301 [ 0.198671] ACPI: Core revision 20150930 [ 0.200449] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202411] Security Framework initialized [ 0.203593] Yama: becoming mindful. [ 0.204640] AppArmor: AppArmor initialized [ 0.205898] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207799] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209640] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211440] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213406] Initializing cgroup subsys io [ 0.214643] Initializing cgroup subsys memory [ 0.215881] Initializing cgroup subsys devices [ 0.217128] Initializing cgroup subsys freezer [ 0.218430] Initializing cgroup subsys net_cls [ 0.219691] Initializing cgroup subsys perf_event [ 0.221018] Initializing cgroup subsys net_prio [ 0.222354] Initializing cgroup subsys hugetlb [ 0.223624] Initializing cgroup subsys pids [ 0.224855] CPU: Physical Processor ID: 0 [ 0.226761] mce: CPU supports 10 MCE banks [ 0.227968] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.245556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252408] ftrace: allocating 31920 entries in 125 pages [ 0.278137] smpboot: Max logical packages: 1 [ 0.279390] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281349] x2apic enabled [ 0.282606] Switched APIC routing to physical x2apic. [ 0.285136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286798] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292286] KVM setup paravirtual spinlock [ 0.293949] x86: Booted up 1 node, 1 CPUs [ 0.295143] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297164] devtmpfs: initialized [ 0.299167] evm: security.selinux [ 0.300177] evm: security.SMACK64 [ 0.301174] evm: security.SMACK64EXEC [ 0.302281] evm: security.SMACK64TRANSMUTE [ 0.303458] evm: security.SMACK64MMAP [ 0.304533] evm: security.ima [ 0.305462] evm: security.capability [ 0.306594] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309251] pinctrl core: initialized pinctrl subsystem [ 0.310801] RTC time: 9:10:07, date: 08/30/18 [ 0.312180] NET: Registered protocol family 16 [ 0.313574] cpuidle: using governor ladder [ 0.314757] cpuidle: using governor menu [ 0.315893] PCCT header not found. [ 0.316958] ACPI: bus type PCI registered [ 0.318116] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319894] PCI: Using configuration type 1 for base access [ 0.322133] ACPI: Added _OSI(Module Device) [ 0.323347] ACPI: Added _OSI(Processor Device) [ 0.324585] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325878] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328095] ACPI: Interpreter enabled [ 0.329232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.331908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334612] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339962] ACPI: (supports S0 S5) [ 0.340981] ACPI: Using IOAPIC for interrupt routing [ 0.342415] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348022] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351539] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.354706] acpiphp: Slot [3] registered [ 0.355855] acpiphp: Slot [4] registered [ 0.357001] acpiphp: Slot [5] registered [ 0.358148] acpiphp: Slot [6] registered [ 0.359332] acpiphp: Slot [7] registered [ 0.360484] acpiphp: Slot [8] registered [ 0.361634] acpiphp: Slot [9] registered [ 0.362814] acpiphp: Slot [10] registered [ 0.363976] acpiphp: Slot [11] registered [ 0.365141] acpiphp: Slot [12] registered [ 0.366310] acpiphp: Slot [13] registered [ 0.367471] acpiphp: Slot [14] registered [ 0.368667] acpiphp: Slot [15] registered [ 0.384037] acpiphp: Slot [16] registered [ 0.385239] acpiphp: Slot [17] registered [ 0.386410] acpiphp: Slot [18] registered [ 0.387574] acpiphp: Slot [19] registered [ 0.388778] acpiphp: Slot [20] registered [ 0.389973] acpiphp: Slot [21] registered [ 0.391133] acpiphp: Slot [22] registered [ 0.392299] acpiphp: Slot [23] registered [ 0.393501] acpiphp: Slot [24] registered [ 0.394668] acpiphp: Slot [25] registered [ 0.395860] acpiphp: Slot [26] registered [ 0.397051] acpiphp: Slot [27] registered [ 0.398221] acpiphp: Slot [28] registered [ 0.399391] acpiphp: Slot [29] registered [ 0.400556] acpiphp: Slot [30] registered [ 0.401723] acpiphp: Slot [31] registered [ 0.402910] PCI host bridge to bus 0000:00 [ 0.404081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405823] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407567] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409669] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411769] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.413942] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418126] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.419959] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.421646] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.427741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.429819] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.452537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456599] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458763] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462397] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466171] vgaarb: loaded [ 0.467039] vgaarb: bridge control possible 0000:00:02.0 [ 0.468790] SCSI subsystem initialized [ 0.470090] ACPI: bus type USB registered [ 0.471291] usbcore: registered new interface driver usbfs [ 0.472781] usbcore: registered new interface driver hub [ 0.474254] usbcore: registered new device driver usb [ 0.475821] PCI: Using ACPI for IRQ routing [ 0.477399] NetLabel: Initializing [ 0.478433] NetLabel: domain hash size = 128 [ 0.479669] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481054] NetLabel: unlabeled traffic allowed by default [ 0.482708] clocksource: Switched to clocksource kvm-clock [ 0.492663] AppArmor: AppArmor Filesystem Enabled [ 0.494071] pnp: PnP ACPI init [ 0.495360] pnp: PnP ACPI: found 5 devices [ 0.502306] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.504806] NET: Registered protocol family 2 [ 0.506265] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.509873] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511618] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.514892] NET: Registered protocol family 1 [ 0.516147] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517742] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519297] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548132] Trying to unpack rootfs image as initramfs... [ 0.610190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.615349] Scanning for low memory corruption every 60 seconds [ 0.617658] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.619404] audit: initializing netlink subsys (disabled) [ 0.620970] audit: type=2000 audit(1535620207.855:1): initialized [ 0.623021] Initialise system trusted keyring [ 0.624481] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.626216] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629076] zbud: loaded [ 0.630133] VFS: Disk quotas dquot_6.6.0 [ 0.631367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.633680] fuse init (API version 7.23) [ 0.635030] Key type big_key registered [ 0.636224] Allocating IMA MOK and blacklist keyrings. [ 0.638008] Key type asymmetric registered [ 0.639241] Asymmetric key parser 'x509' registered [ 0.640679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.642917] io scheduler noop registered [ 0.644109] io scheduler deadline registered (default) [ 0.645623] io scheduler cfq registered [ 0.646920] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652557] ACPI: Power Button [PWRF] [ 0.653872] GHES: HEST is not enabled! [ 0.668162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700602] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724923] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.728125] Linux agpgart interface v0.103 [ 0.731621] brd: module loaded [ 0.733870] loop: module loaded [ 0.739068] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741223] GPT:90111 != 2097151 [ 0.742222] GPT:Alternate GPT header not at the end of the disk. [ 0.743833] GPT:90111 != 2097151 [ 0.744839] GPT: Use GNU Parted to correct GPT errors. [ 0.746289] vda: vda1 vda15 [ 0.747983] scsi host0: ata_piix [ 0.749061] scsi host1: ata_piix [ 0.750054] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753697] libphy: Fixed MDIO Bus: probed [ 0.755059] tun: Universal TUN/TAP device driver, 1.6 [ 0.756409] tun: (C) 1999-2004 Max Krasnyansky [ 0.759173] PPP generic driver version 2.4.2 [ 0.760403] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.761902] ehci-pci: EHCI PCI platform driver [ 0.763116] ehci-platform: EHCI generic platform driver [ 0.764568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766105] ohci-pci: OHCI PCI platform driver [ 0.767369] ohci-platform: OHCI generic platform driver [ 0.768727] uhci_hcd: USB Universal Host Controller Interface driver [ 0.783398] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.784764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.786778] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.788177] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.789749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.791433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.793388] usb usb1: Product: UHCI Host Controller [ 0.794656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.796185] usb usb1: SerialNumber: 0000:00:01.2 [ 0.797529] hub 1-0:1.0: USB hub found [ 0.798666] hub 1-0:1.0: 2 ports detected [ 0.799963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.802883] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.804192] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.805606] mousedev: PS/2 mouse device common for all mice [ 0.807308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.809785] rtc_cmos 00:00: RTC can wake from S4 [ 0.811337] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.814548] i2c /dev entries driver [ 0.815607] device-mapper: uevent: version 1.0.3 [ 0.816904] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.819137] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820970] NET: Registered protocol family 10 [ 0.822507] NET: Registered protocol family 17 [ 0.823721] Key type dns_resolver registered [ 0.825012] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826500] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.828904] registered taskstats version 1 [ 0.830059] Loading compiled-in X.509 certificates [ 0.831906] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.834429] zswap: loaded using pool lzo/zbud [ 0.836498] Key type trusted registered [ 0.838633] Key type encrypted registered [ 0.839775] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841190] ima: No TPM chip found, activating TPM-bypass! [ 0.842615] evm: HMAC attrs: 0x1 [ 0.843907] Magic number: 14:835:172 [ 0.844972] net eth0: hash matches [ 0.846059] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:08 UTC (1535620208) [ 0.848272] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849777] EDD information not available. [ 0.912287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.914416] Write protecting the kernel read-only data: 14336k [ 0.917376] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.919850] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.088179] 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.26... Lease of 192.168.120.26 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmcTsc+dbR/JbQP0Qlpg/ItqUsRLNtbuTW8FnIwpQ60weUQOE8evFF/kwCuaExDdbE+u3yeRDMpDXvaPp2xPCCNvtsyKqDoe7XmK1w+E/kx0sG4WjJdB6kgPbhGaT/TQRhEpO2jQNTV36YZpsfuiNdIIK+yuewrW7uePa3b15Oeh9WE8DxV/M+xN0XNjETYgI1L0FFw1KwYnZbOuxdnexYayGTzM4wEKQ21He2Pgg0rhZz+QH4IJ5XHYtvLj9iw+0fQBK0iLE6lhreyCT2Vr5+lvWyHOm/61dtVGAqEAhPV+pdqn8ALKt2yZ9bokNhUdMfnGX3yp+Y6zm8/YlThgzH root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 ssh-dss AAAAB3NzaC1kc3MAAACBAL2Z3B+oEZAx4FM7F+fm2F8IIfP6TXXBVj49MLeglH2V9YyCNHGfrg0OfhCMava1PKJRW75gVE7niJ5x0GUD4hgJC/s2S0MrGOVMJiYJ75/aLx6kPjF0sHhV0dAAueBhfDLWs8Bb3v5Sn3La8yVgPaXYY3z+ZBPhJf5g/WgOXSs/AAAAFQDh4R//K6eCpwJluy63vu1ofWDtiQAAAIEAkG4LVW59betEDp7IG4T5x5Co+XWHzmSSd+Cn6ANX2omVdcxOBzuq1OSJEHsBeYHyDvK+5zx7/IMG7JbY/mmCpOWvq3vpaQMwZyK6+PxM+4l70f/iwTK9rVSBULMqGaKff5YTRZB+dO06S4/JbhfT22yuVj7U2ShTboi6DkT/+g0AAACACaXlXAAcNB12UzNvkhyD72K+vJF33MmiEqId+uefofe7vAXtWZtdS2NFPCXQMK+3mHKAK4g/4O1792eVIhm+xuPLtN11L/miwDcwzbSYHyrImKlW0Ka2aPpkmUcexg0pJ9OGr1JC575kdTRHOB86Op3SahcLiAwNk+6WE4TUSVQ= root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe2a:b546/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.26 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 launch-index: 0 === cirros: current=0.4.0 uptime=2.83 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 login: 2018-08-30 09:10:12,285 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-08-30 09:10:21,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:10:21,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:10:21,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-311cd32c-3628-4b7d-a1a2-eb7f6198adac x-compute-request-id: req-311cd32c-3628-4b7d-a1a2-eb7f6198adac Content-Encoding: gzip Content-Length: 9616 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 515204820 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.194859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.197319] pid_max: default: 32768 minimum: 301\n[ 0.198671] ACPI: Core revision 20150930\n[ 0.200449] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.202411] Security Framework initialized\n[ 0.203593] Yama: becoming mindful.\n[ 0.204640] AppArmor: AppArmor initialized\n[ 0.205898] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.207799] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.209640] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.211440] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213406] Initializing cgroup subsys io\n[ 0.214643] Initializing cgroup subsys memory\n[ 0.215881] Initializing cgroup subsys devices\n[ 0.217128] Initializing cgroup subsys freezer\n[ 0.218430] Initializing cgroup subsys net_cls\n[ 0.219691] Initializing cgroup subsys perf_event\n[ 0.221018] Initializing cgroup subsys net_prio\n[ 0.222354] Initializing cgroup subsys hugetlb\n[ 0.223624] Initializing cgroup subsys pids\n[ 0.224855] CPU: Physical Processor ID: 0\n[ 0.226761] mce: CPU supports 10 MCE banks\n[ 0.227968] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.229416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.245556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252408] ftrace: allocating 31920 entries in 125 pages\n[ 0.278137] smpboot: Max logical packages: 1\n[ 0.279390] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281349] x2apic enabled\n[ 0.282606] Switched APIC routing to physical x2apic.\n[ 0.285136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286798] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292286] KVM setup paravirtual spinlock\n[ 0.293949] x86: Booted up 1 node, 1 CPUs\n[ 0.295143] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297164] devtmpfs: initialized\n[ 0.299167] evm: security.selinux\n[ 0.300177] evm: security.SMACK64\n[ 0.301174] evm: security.SMACK64EXEC\n[ 0.302281] evm: security.SMACK64TRANSMUTE\n[ 0.303458] evm: security.SMACK64MMAP\n[ 0.304533] evm: security.ima\n[ 0.305462] evm: security.capability\n[ 0.306594] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309251] pinctrl core: initialized pinctrl subsystem\n[ 0.310801] RTC time: 9:10:07, date: 08/30/18\n[ 0.312180] NET: Registered protocol family 16\n[ 0.313574] cpuidle: using governor ladder\n[ 0.314757] cpuidle: using governor menu\n[ 0.315893] PCCT header not found.\n[ 0.316958] ACPI: bus type PCI registered\n[ 0.318116] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.319894] PCI: Using configuration type 1 for base access\n[ 0.322133] ACPI: Added _OSI(Module Device)\n[ 0.323347] ACPI: Added _OSI(Processor Device)\n[ 0.324585] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.325878] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328095] ACPI: Interpreter enabled\n[ 0.329232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.331908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.334612] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.337279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.339962] ACPI: (supports S0 S5)\n[ 0.340981] ACPI: Using IOAPIC for interrupt routing\n[ 0.342415] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.346379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.348022] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.349830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.351539] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.354706] acpiphp: Slot [3] registered\n[ 0.355855] acpiphp: Slot [4] registered\n[ 0.357001] acpiphp: Slot [5] registered\n[ 0.358148] acpiphp: Slot [6] registered\n[ 0.359332] acpiphp: Slot [7] registered\n[ 0.360484] acpiphp: Slot [8] registered\n[ 0.361634] acpiphp: Slot [9] registered\n[ 0.362814] acpiphp: Slot [10] registered\n[ 0.363976] acpiphp: Slot [11] registered\n[ 0.365141] acpiphp: Slot [12] registered\n[ 0.366310] acpiphp: Slot [13] registered\n[ 0.367471] acpiphp: Slot [14] registered\n[ 0.368667] acpiphp: Slot [15] registered\n[ 0.384037] acpiphp: Slot [16] registered\n[ 0.385239] acpiphp: Slot [17] registered\n[ 0.386410] acpiphp: Slot [18] registered\n[ 0.387574] acpiphp: Slot [19] registered\n[ 0.388778] acpiphp: Slot [20] registered\n[ 0.389973] acpiphp: Slot [21] registered\n[ 0.391133] acpiphp: Slot [22] registered\n[ 0.392299] acpiphp: Slot [23] registered\n[ 0.393501] acpiphp: Slot [24] registered\n[ 0.394668] acpiphp: Slot [25] registered\n[ 0.395860] acpiphp: Slot [26] registered\n[ 0.397051] acpiphp: Slot [27] registered\n[ 0.398221] acpiphp: Slot [28] registered\n[ 0.399391] acpiphp: Slot [29] registered\n[ 0.400556] acpiphp: Slot [30] registered\n[ 0.401723] acpiphp: Slot [31] registered\n[ 0.402910] PCI host bridge to bus 0000:00\n[ 0.404081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.405823] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.407567] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.409669] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.411769] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.413942] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.418126] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.419959] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.421646] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.423504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.427741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.429819] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.450465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.452537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.454597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.456599] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.458763] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.460541] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.462397] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466171] vgaarb: loaded\n[ 0.467039] vgaarb: bridge control possible 0000:00:02.0\n[ 0.468790] SCSI subsystem initialized\n[ 0.470090] ACPI: bus type USB registered\n[ 0.471291] usbcore: registered new interface driver usbfs\n[ 0.472781] usbcore: registered new interface driver hub\n[ 0.474254] usbcore: registered new device driver usb\n[ 0.475821] PCI: Using ACPI for IRQ routing\n[ 0.477399] NetLabel: Initializing\n[ 0.478433] NetLabel: domain hash size = 128\n[ 0.479669] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.481054] NetLabel: unlabeled traffic allowed by default\n[ 0.482708] clocksource: Switched to clocksource kvm-clock\n[ 0.492663] AppArmor: AppArmor Filesystem Enabled\n[ 0.494071] pnp: PnP ACPI init\n[ 0.495360] pnp: PnP ACPI: found 5 devices\n[ 0.502306] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.504806] NET: Registered protocol family 2\n[ 0.506265] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.508130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.509873] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.511618] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.513175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.514892] NET: Registered protocol family 1\n[ 0.516147] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.517742] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.519297] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.533586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.548132] Trying to unpack rootfs image as initramfs...\n[ 0.610190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.615349] Scanning for low memory corruption every 60 seconds\n[ 0.617658] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.619404] audit: initializing netlink subsys (disabled)\n[ 0.620970] audit: type=2000 audit(1535620207.855:1): initialized\n[ 0.623021] Initialise system trusted keyring\n[ 0.624481] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.626216] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.629076] zbud: loaded\n[ 0.630133] VFS: Disk quotas dquot_6.6.0\n[ 0.631367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.633680] fuse init (API version 7.23)\n[ 0.635030] Key type big_key registered\n[ 0.636224] Allocating IMA MOK and blacklist keyrings.\n[ 0.638008] Key type asymmetric registered\n[ 0.639241] Asymmetric key parser 'x509' registered\n[ 0.640679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.642917] io scheduler noop registered\n[ 0.644109] io scheduler deadline registered (default)\n[ 0.645623] io scheduler cfq registered\n[ 0.646920] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.648475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.650375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.652557] ACPI: Power Button [PWRF]\n[ 0.653872] GHES: HEST is not enabled!\n[ 0.668162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.697616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.700602] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.724923] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.728125] Linux agpgart interface v0.103\n[ 0.731621] brd: module loaded\n[ 0.733870] loop: module loaded\n[ 0.739068] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.741223] GPT:90111 != 2097151\n[ 0.742222] GPT:Alternate GPT header not at the end of the disk.\n[ 0.743833] GPT:90111 != 2097151\n[ 0.744839] GPT: Use GNU Parted to correct GPT errors.\n[ 0.746289] vda: vda1 vda15\n[ 0.747983] scsi host0: ata_piix\n[ 0.749061] scsi host1: ata_piix\n[ 0.750054] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.751718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.753697] libphy: Fixed MDIO Bus: probed\n[ 0.755059] tun: Universal TUN/TAP device driver, 1.6\n[ 0.756409] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.759173] PPP generic driver version 2.4.2\n[ 0.760403] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.761902] ehci-pci: EHCI PCI platform driver\n[ 0.763116] ehci-platform: EHCI generic platform driver\n[ 0.764568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.766105] ohci-pci: OHCI PCI platform driver\n[ 0.767369] ohci-platform: OHCI generic platform driver\n[ 0.768727] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.783398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.784764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.786778] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.788177] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.789749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.791433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.793388] usb usb1: Product: UHCI Host Controller\n[ 0.794656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.796185] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.797529] hub 1-0:1.0: USB hub found\n[ 0.798666] hub 1-0:1.0: 2 ports detected\n[ 0.799963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.802883] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.804192] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.805606] mousedev: PS/2 mouse device common for all mice\n[ 0.807308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.809785] rtc_cmos 00:00: RTC can wake from S4\n[ 0.811337] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.812933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.814548] i2c /dev entries driver\n[ 0.815607] device-mapper: uevent: version 1.0.3\n[ 0.816904] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.819137] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.820970] NET: Registered protocol family 10\n[ 0.822507] NET: Registered protocol family 17\n[ 0.823721] Key type dns_resolver registered\n[ 0.825012] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.826500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.828904] registered taskstats version 1\n[ 0.830059] Loading compiled-in X.509 certificates\n[ 0.831906] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.834429] zswap: loaded using pool lzo/zbud\n[ 0.836498] Key type trusted registered\n[ 0.838633] Key type encrypted registered\n[ 0.839775] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.841190] ima: No TPM chip found, activating TPM-bypass!\n[ 0.842615] evm: HMAC attrs: 0x1\n[ 0.843907] Magic number: 14:835:172\n[ 0.844972] net eth0: hash matches\n[ 0.846059] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:08 UTC (1535620208)\n[ 0.848272] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.849777] EDD information not available.\n[ 0.912287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.914416] Write protecting the kernel read-only data: 14336k\n[ 0.917376] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.919850] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.68\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.088179] 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.26...\nLease of 192.168.120.26 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.92. iid=i-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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmcTsc+dbR/JbQP0Qlpg/ItqUsRLNtbuTW8FnIwpQ60weUQOE8evFF/kwCuaExDdbE+u3yeRDMpDXvaPp2xPCCNvtsyKqDoe7XmK1w+E/kx0sG4WjJdB6kgPbhGaT/TQRhEpO2jQNTV36YZpsfuiNdIIK+yuewrW7uePa3b15Oeh9WE8DxV/M+xN0XNjETYgI1L0FFw1KwYnZbOuxdnexYayGTzM4wEKQ21He2Pgg0rhZz+QH4IJ5XHYtvLj9iw+0fQBK0iLE6lhreyCT2Vr5+lvWyHOm/61dtVGAqEAhPV+pdqn8ALKt2yZ9bokNhUdMfnGX3yp+Y6zm8/YlThgzH root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6\nssh-dss AAAAB3NzaC1kc3MAAACBAL2Z3B+oEZAx4FM7F+fm2F8IIfP6TXXBVj49MLeglH2V9YyCNHGfrg0OfhCMava1PKJRW75gVE7niJ5x0GUD4hgJC/s2S0MrGOVMJiYJ75/aLx6kPjF0sHhV0dAAueBhfDLWs8Bb3v5Sn3La8yVgPaXYY3z+ZBPhJf5g/WgOXSs/AAAAFQDh4R//K6eCpwJluy63vu1ofWDtiQAAAIEAkG4LVW59betEDp7IG4T5x5Co+XWHzmSSd+Cn6ANX2omVdcxOBzuq1OSJEHsBeYHyDvK+5zx7/IMG7JbY/mmCpOWvq3vpaQMwZyK6+PxM+4l70f/iwTK9rVSBULMqGaKff5YTRZB+dO06S4/JbhfT22yuVj7U2ShTboi6DkT/+g0AAACACaXlXAAcNB12UzNvkhyD72K+vJF33MmiEqId+uefofe7vAXtWZtdS2NFPCXQMK+3mHKAK4g/4O1792eVIhm+xuPLtN11L/miwDcwzbSYHyrImKlW0Ka2aPpkmUcexg0pJ9OGr1JC575kdTRHOB86Op3SahcLiAwNk+6WE4TUSVQ= root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.30s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe2a:b546/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.26 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000007\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.83 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 login: "} 2018-08-30 09:10:21,375 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/action used request id req-311cd32c-3628-4b7d-a1a2-eb7f6198adac 2018-08-30 09:10:21,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0795848369598s 2018-08-30 09:10:21,376 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/action used request id req-311cd32c-3628-4b7d-a1a2-eb7f6198adac 2018-08-30 09:10:21,376 - 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 515204820 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.194859] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.197319] pid_max: default: 32768 minimum: 301 [ 0.198671] ACPI: Core revision 20150930 [ 0.200449] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.202411] Security Framework initialized [ 0.203593] Yama: becoming mindful. [ 0.204640] AppArmor: AppArmor initialized [ 0.205898] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.207799] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.209640] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.211440] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213406] Initializing cgroup subsys io [ 0.214643] Initializing cgroup subsys memory [ 0.215881] Initializing cgroup subsys devices [ 0.217128] Initializing cgroup subsys freezer [ 0.218430] Initializing cgroup subsys net_cls [ 0.219691] Initializing cgroup subsys perf_event [ 0.221018] Initializing cgroup subsys net_prio [ 0.222354] Initializing cgroup subsys hugetlb [ 0.223624] Initializing cgroup subsys pids [ 0.224855] CPU: Physical Processor ID: 0 [ 0.226761] mce: CPU supports 10 MCE banks [ 0.227968] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.229416] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.245556] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252408] ftrace: allocating 31920 entries in 125 pages [ 0.278137] smpboot: Max logical packages: 1 [ 0.279390] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281349] x2apic enabled [ 0.282606] Switched APIC routing to physical x2apic. [ 0.285136] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286798] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289671] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292286] KVM setup paravirtual spinlock [ 0.293949] x86: Booted up 1 node, 1 CPUs [ 0.295143] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297164] devtmpfs: initialized [ 0.299167] evm: security.selinux [ 0.300177] evm: security.SMACK64 [ 0.301174] evm: security.SMACK64EXEC [ 0.302281] evm: security.SMACK64TRANSMUTE [ 0.303458] evm: security.SMACK64MMAP [ 0.304533] evm: security.ima [ 0.305462] evm: security.capability [ 0.306594] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309251] pinctrl core: initialized pinctrl subsystem [ 0.310801] RTC time: 9:10:07, date: 08/30/18 [ 0.312180] NET: Registered protocol family 16 [ 0.313574] cpuidle: using governor ladder [ 0.314757] cpuidle: using governor menu [ 0.315893] PCCT header not found. [ 0.316958] ACPI: bus type PCI registered [ 0.318116] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.319894] PCI: Using configuration type 1 for base access [ 0.322133] ACPI: Added _OSI(Module Device) [ 0.323347] ACPI: Added _OSI(Processor Device) [ 0.324585] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.325878] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328095] ACPI: Interpreter enabled [ 0.329232] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.331908] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.334612] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.337279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.339962] ACPI: (supports S0 S5) [ 0.340981] ACPI: Using IOAPIC for interrupt routing [ 0.342415] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.346379] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348022] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.349830] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.351539] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.354706] acpiphp: Slot [3] registered [ 0.355855] acpiphp: Slot [4] registered [ 0.357001] acpiphp: Slot [5] registered [ 0.358148] acpiphp: Slot [6] registered [ 0.359332] acpiphp: Slot [7] registered [ 0.360484] acpiphp: Slot [8] registered [ 0.361634] acpiphp: Slot [9] registered [ 0.362814] acpiphp: Slot [10] registered [ 0.363976] acpiphp: Slot [11] registered [ 0.365141] acpiphp: Slot [12] registered [ 0.366310] acpiphp: Slot [13] registered [ 0.367471] acpiphp: Slot [14] registered [ 0.368667] acpiphp: Slot [15] registered [ 0.384037] acpiphp: Slot [16] registered [ 0.385239] acpiphp: Slot [17] registered [ 0.386410] acpiphp: Slot [18] registered [ 0.387574] acpiphp: Slot [19] registered [ 0.388778] acpiphp: Slot [20] registered [ 0.389973] acpiphp: Slot [21] registered [ 0.391133] acpiphp: Slot [22] registered [ 0.392299] acpiphp: Slot [23] registered [ 0.393501] acpiphp: Slot [24] registered [ 0.394668] acpiphp: Slot [25] registered [ 0.395860] acpiphp: Slot [26] registered [ 0.397051] acpiphp: Slot [27] registered [ 0.398221] acpiphp: Slot [28] registered [ 0.399391] acpiphp: Slot [29] registered [ 0.400556] acpiphp: Slot [30] registered [ 0.401723] acpiphp: Slot [31] registered [ 0.402910] PCI host bridge to bus 0000:00 [ 0.404081] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.405823] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.407567] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.409669] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.411769] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.413942] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.418126] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.419959] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.421646] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.423504] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.427741] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.429819] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.450465] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.452537] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.454597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.456599] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.458763] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.460541] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.462397] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463945] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466171] vgaarb: loaded [ 0.467039] vgaarb: bridge control possible 0000:00:02.0 [ 0.468790] SCSI subsystem initialized [ 0.470090] ACPI: bus type USB registered [ 0.471291] usbcore: registered new interface driver usbfs [ 0.472781] usbcore: registered new interface driver hub [ 0.474254] usbcore: registered new device driver usb [ 0.475821] PCI: Using ACPI for IRQ routing [ 0.477399] NetLabel: Initializing [ 0.478433] NetLabel: domain hash size = 128 [ 0.479669] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.481054] NetLabel: unlabeled traffic allowed by default [ 0.482708] clocksource: Switched to clocksource kvm-clock [ 0.492663] AppArmor: AppArmor Filesystem Enabled [ 0.494071] pnp: PnP ACPI init [ 0.495360] pnp: PnP ACPI: found 5 devices [ 0.502306] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.504806] NET: Registered protocol family 2 [ 0.506265] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.508130] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.509873] TCP: Hash tables configured (established 4096 bind 4096) [ 0.511618] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.513175] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.514892] NET: Registered protocol family 1 [ 0.516147] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.517742] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.519297] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.533586] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.548132] Trying to unpack rootfs image as initramfs... [ 0.610190] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.615349] Scanning for low memory corruption every 60 seconds [ 0.617658] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.619404] audit: initializing netlink subsys (disabled) [ 0.620970] audit: type=2000 audit(1535620207.855:1): initialized [ 0.623021] Initialise system trusted keyring [ 0.624481] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.626216] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.629076] zbud: loaded [ 0.630133] VFS: Disk quotas dquot_6.6.0 [ 0.631367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.633680] fuse init (API version 7.23) [ 0.635030] Key type big_key registered [ 0.636224] Allocating IMA MOK and blacklist keyrings. [ 0.638008] Key type asymmetric registered [ 0.639241] Asymmetric key parser 'x509' registered [ 0.640679] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.642917] io scheduler noop registered [ 0.644109] io scheduler deadline registered (default) [ 0.645623] io scheduler cfq registered [ 0.646920] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.648475] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.650375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.652557] ACPI: Power Button [PWRF] [ 0.653872] GHES: HEST is not enabled! [ 0.668162] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.697616] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.700602] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.724923] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.728125] Linux agpgart interface v0.103 [ 0.731621] brd: module loaded [ 0.733870] loop: module loaded [ 0.739068] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.741223] GPT:90111 != 2097151 [ 0.742222] GPT:Alternate GPT header not at the end of the disk. [ 0.743833] GPT:90111 != 2097151 [ 0.744839] GPT: Use GNU Parted to correct GPT errors. [ 0.746289] vda: vda1 vda15 [ 0.747983] scsi host0: ata_piix [ 0.749061] scsi host1: ata_piix [ 0.750054] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.751718] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.753697] libphy: Fixed MDIO Bus: probed [ 0.755059] tun: Universal TUN/TAP device driver, 1.6 [ 0.756409] tun: (C) 1999-2004 Max Krasnyansky [ 0.759173] PPP generic driver version 2.4.2 [ 0.760403] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.761902] ehci-pci: EHCI PCI platform driver [ 0.763116] ehci-platform: EHCI generic platform driver [ 0.764568] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.766105] ohci-pci: OHCI PCI platform driver [ 0.767369] ohci-platform: OHCI generic platform driver [ 0.768727] uhci_hcd: USB Universal Host Controller Interface driver [ 0.783398] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.784764] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.786778] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.788177] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.789749] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.791433] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.793388] usb usb1: Product: UHCI Host Controller [ 0.794656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.796185] usb usb1: SerialNumber: 0000:00:01.2 [ 0.797529] hub 1-0:1.0: USB hub found [ 0.798666] hub 1-0:1.0: 2 ports detected [ 0.799963] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.802883] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.804192] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.805606] mousedev: PS/2 mouse device common for all mice [ 0.807308] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.809785] rtc_cmos 00:00: RTC can wake from S4 [ 0.811337] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.812933] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.814548] i2c /dev entries driver [ 0.815607] device-mapper: uevent: version 1.0.3 [ 0.816904] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.819137] ledtrig-cpu: registered to indicate activity on CPUs [ 0.820970] NET: Registered protocol family 10 [ 0.822507] NET: Registered protocol family 17 [ 0.823721] Key type dns_resolver registered [ 0.825012] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.826500] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.828904] registered taskstats version 1 [ 0.830059] Loading compiled-in X.509 certificates [ 0.831906] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.834429] zswap: loaded using pool lzo/zbud [ 0.836498] Key type trusted registered [ 0.838633] Key type encrypted registered [ 0.839775] AppArmor: AppArmor sha1 policy hashing enabled [ 0.841190] ima: No TPM chip found, activating TPM-bypass! [ 0.842615] evm: HMAC attrs: 0x1 [ 0.843907] Magic number: 14:835:172 [ 0.844972] net eth0: hash matches [ 0.846059] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:08 UTC (1535620208) [ 0.848272] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.849777] EDD information not available. [ 0.912287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.914416] Write protecting the kernel read-only data: 14336k [ 0.917376] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.919850] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.68 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.088179] 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.26... Lease of 192.168.120.26 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCmcTsc+dbR/JbQP0Qlpg/ItqUsRLNtbuTW8FnIwpQ60weUQOE8evFF/kwCuaExDdbE+u3yeRDMpDXvaPp2xPCCNvtsyKqDoe7XmK1w+E/kx0sG4WjJdB6kgPbhGaT/TQRhEpO2jQNTV36YZpsfuiNdIIK+yuewrW7uePa3b15Oeh9WE8DxV/M+xN0XNjETYgI1L0FFw1KwYnZbOuxdnexYayGTzM4wEKQ21He2Pgg0rhZz+QH4IJ5XHYtvLj9iw+0fQBK0iLE6lhreyCT2Vr5+lvWyHOm/61dtVGAqEAhPV+pdqn8ALKt2yZ9bokNhUdMfnGX3yp+Y6zm8/YlThgzH root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 ssh-dss AAAAB3NzaC1kc3MAAACBAL2Z3B+oEZAx4FM7F+fm2F8IIfP6TXXBVj49MLeglH2V9YyCNHGfrg0OfhCMava1PKJRW75gVE7niJ5x0GUD4hgJC/s2S0MrGOVMJiYJ75/aLx6kPjF0sHhV0dAAueBhfDLWs8Bb3v5Sn3La8yVgPaXYY3z+ZBPhJf5g/WgOXSs/AAAAFQDh4R//K6eCpwJluy63vu1ofWDtiQAAAIEAkG4LVW59betEDp7IG4T5x5Co+XWHzmSSd+Cn6ANX2omVdcxOBzuq1OSJEHsBeYHyDvK+5zx7/IMG7JbY/mmCpOWvq3vpaQMwZyK6+PxM+4l70f/iwTK9rVSBULMqGaKff5YTRZB+dO06S4/JbhfT22yuVj7U2ShTboi6DkT/+g0AAACACaXlXAAcNB12UzNvkhyD72K+vJF33MmiEqId+uefofe7vAXtWZtdS2NFPCXQMK+3mHKAK4g/4O1792eVIhm+xuPLtN11L/miwDcwzbSYHyrImKlW0Ka2aPpkmUcexg0pJ9OGr1JC575kdTRHOB86Op3SahcLiAwNk+6WE4TUSVQ= root@cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.30s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe2a:b546/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.26 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000007 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 launch-index: 0 === cirros: current=0.4.0 uptime=2.83 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-44295806-c9c9-47dc-af4c-c740985756d6 login: 2018-08-30 09:10:22,377 - paramiko.transport - DEBUG - starting thread (client mode): 0xd3165250L 2018-08-30 09:10:22,378 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-30 09:10:22,378 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-30 09:10:22,378 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-30 09:10:22,380 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-30 09:10:22,380 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-30 09:10:22,380 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-30 09:10:22,381 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-30 09:10:22,381 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-30 09:10:22,381 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-30 09:10:22,399 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-30 09:10:22,399 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-30 09:10:22,410 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 2da5fb377b1033dafe9fb319108bd58f 2018-08-30 09:10:22,411 - paramiko.transport - DEBUG - Trying discovered key d6f8bd20cb85527ae94bcb015c702e02 in /tmp/tmpMb3jvF 2018-08-30 09:10:22,436 - paramiko.transport - DEBUG - userauth is OK 2018-08-30 09:10:22,442 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-30 09:10:22,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-30 09:10:22,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"volume": {"display_name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "size": "2"}}' 2018-08-30 09:10:23,772 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:10:22 GMT Server: Apache x-compute-request-id: req-10397600-2bb2-4bbe-98c0-cc2490af44fe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-10397600-2bb2-4bbe-98c0-cc2490af44fe Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}} 2018-08-30 09:10:23,772 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes used request id req-10397600-2bb2-4bbe-98c0-cc2490af44fe 2018-08-30 09:10:23,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.32553100586s 2018-08-30 09:10:23,772 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes used request id req-10397600-2bb2-4bbe-98c0-cc2490af44fe 2018-08-30 09:10:23,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:10:23,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:24,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10:23 GMT Server: Apache x-compute-request-id: req-74fe7dee-68c1-4b20-afc8-4e434d8d0f30 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-74fe7dee-68c1-4b20-afc8-4e434d8d0f30 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:23.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:10:24,813 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-74fe7dee-68c1-4b20-afc8-4e434d8d0f30 2018-08-30 09:10:24,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.04094982147s 2018-08-30 09:10:24,814 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-74fe7dee-68c1-4b20-afc8-4e434d8d0f30 2018-08-30 09:10:24,816 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:26,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:10:26,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:27,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10:26 GMT Server: Apache x-compute-request-id: req-8741a694-6c33-482b-8b96-70e25f57432f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8741a694-6c33-482b-8b96-70e25f57432f Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:25.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:10:27,845 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-8741a694-6c33-482b-8b96-70e25f57432f 2018-08-30 09:10:27,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.02631092072s 2018-08-30 09:10:27,845 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-8741a694-6c33-482b-8b96-70e25f57432f 2018-08-30 09:10:27,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:10:27,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:28,363 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-f30f7ff1-0f17-4d74-87f7-48adacd0c012 Date: Thu, 30 Aug 2018 09:10:28 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"],"updated_at":"2018-08-30T09:09:51Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:10:28,364 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f30f7ff1-0f17-4d74-87f7-48adacd0c012 2018-08-30 09:10:28,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.51660490036s 2018-08-30 09:10:28,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f30f7ff1-0f17-4d74-87f7-48adacd0c012 2018-08-30 09:10:28,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:10:28,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:29,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-a81de266-3e65-4d2c-9f0e-51fabd7d4305 Date: Thu, 30 Aug 2018 09:10:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:56Z", "file": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file", "owner": "f5ac0159655b465b892022247b8fd545", "id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "size": 12716032, "self": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:10:29,212 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a81de266-3e65-4d2c-9f0e-51fabd7d4305 2018-08-30 09:10:29,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.843339920044s 2018-08-30 09:10:29,213 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a81de266-3e65-4d2c-9f0e-51fabd7d4305 2018-08-30 09:10:29,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:10:29,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:29,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-eb8bd179-431c-4192-b2f3-ca5bda3fff6e x-compute-request-id: req-eb8bd179-431c-4192-b2f3-ca5bda3fff6e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_44295806-c9c9-47dc-af4c-c740985756d6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "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": "c73d8425-e1d0-4381-b1fb-d2b521398205"}]} 2018-08-30 09:10:29,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-eb8bd179-431c-4192-b2f3-ca5bda3fff6e 2018-08-30 09:10:29,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0228219032288s 2018-08-30 09:10:29,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-eb8bd179-431c-4192-b2f3-ca5bda3fff6e 2018-08-30 09:10:29,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-30 09:10:29,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"server": {"name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "imageRef": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "flavorRef": "c73d8425-e1d0-4381-b1fb-d2b521398205", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3ee16ec5-ead4-4091-ac9e-456e10e8a95a"}], "security_groups": [{"name": "09e5de63-7497-4c7c-9d9c-ccddb709b218"}]}}' 2018-08-30 09:10:30,908 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09: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 x-openstack-request-id: req-e5e36090-7f1f-4033-9833-d6d2280068a4 x-compute-request-id: req-e5e36090-7f1f-4033-9833-d6d2280068a4 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "09e5de63-7497-4c7c-9d9c-ccddb709b218"}], "OS-DCF:diskConfig": "MANUAL", "id": "8d04706a-c41f-4f99-a554-2850938ef504", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "adminPass": "siCu6s9KkY7W"}} 2018-08-30 09:10:30,909 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e5e36090-7f1f-4033-9833-d6d2280068a4 2018-08-30 09:10:30,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.67030310631s 2018-08-30 09:10:30,909 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e5e36090-7f1f-4033-9833-d6d2280068a4 2018-08-30 09:10:30,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:30,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:31,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-c0d57c05-248b-4f9e-90a5-2528137bd559 x-compute-request-id: req-c0d57c05-248b-4f9e-90a5-2528137bd559 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:10:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:07.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:07Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:31,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c0d57c05-248b-4f9e-90a5-2528137bd559 2018-08-30 09:10:31,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175529003143s 2018-08-30 09:10:31,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c0d57c05-248b-4f9e-90a5-2528137bd559 2018-08-30 09:10:31,091 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:33,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:33,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:33,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-a0b8a8cf-3168-4ca7-a9b5-eb16d833a1b6 x-compute-request-id: req-a0b8a8cf-3168-4ca7-a9b5-eb16d833a1b6 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:10:33Z", "hostId": "34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:07.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:07Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:33,451 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a0b8a8cf-3168-4ca7-a9b5-eb16d833a1b6 2018-08-30 09:10:33,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357295036316s 2018-08-30 09:10:33,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a0b8a8cf-3168-4ca7-a9b5-eb16d833a1b6 2018-08-30 09:10:33,456 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:35,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:35,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:36,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-d12cda0d-c876-4477-a2de-2ae1f1291a39 x-compute-request-id: req-d12cda0d-c876-4477-a2de-2ae1f1291a39 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-30T09:10:33Z", "hostId": "34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:07.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:07Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:36,113 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d12cda0d-c876-4477-a2de-2ae1f1291a39 2018-08-30 09:10:36,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653987884521s 2018-08-30 09:10:36,114 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d12cda0d-c876-4477-a2de-2ae1f1291a39 2018-08-30 09:10:36,118 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:38,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:10:38,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:38,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-0bda26ee-acf8-4345-846a-cd900c950fae x-compute-request-id: req-0bda26ee-acf8-4345-846a-cd900c950fae Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:37.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:37Z", "hostId": "34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:07.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:07Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:10:38,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0bda26ee-acf8-4345-846a-cd900c950fae 2018-08-30 09:10:38,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440715074539s 2018-08-30 09:10:38,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0bda26ee-acf8-4345-846a-cd900c950fae 2018-08-30 09:10:38,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:10:38,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=8d04706a-c41f-4f99-a554-2850938ef504" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:38,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-2e0ac275-2d96-4178-9694-03b27f9efb1e Date: Thu, 30 Aug 2018 09:10:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:10:33Z","admin_state_up":true,"updated_at":"2018-08-30T09:10:37Z","binding:vnic_type":"normal","device_id":"8d04706a-c41f-4f99-a554-2850938ef504","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7b:9d:7b","id":"c4dc8e88-c89a-4376-ba17-892a14d770a9","port_security_enabled":true,"project_id":"f5ac0159655b465b892022247b8fd545","fixed_ips":[{"subnet_id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["09e5de63-7497-4c7c-9d9c-ccddb709b218"],"name":""}]} 2018-08-30 09:10:38,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=8d04706a-c41f-4f99-a554-2850938ef504 used request id req-2e0ac275-2d96-4178-9694-03b27f9efb1e 2018-08-30 09:10:38,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0466089248657s 2018-08-30 09:10:38,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=8d04706a-c41f-4f99-a554-2850938ef504 used request id req-2e0ac275-2d96-4178-9694-03b27f9efb1e 2018-08-30 09:10:38,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:10:38,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c4dc8e88-c89a-4376-ba17-892a14d770a9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:38,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5b06fad0-493a-41b4-8251-33561058319f Date: Thu, 30 Aug 2018 09:10:38 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:10:38,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c4dc8e88-c89a-4376-ba17-892a14d770a9 used request id req-5b06fad0-493a-41b4-8251-33561058319f 2018-08-30 09:10:38,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0508480072021s 2018-08-30 09:10:38,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=c4dc8e88-c89a-4376-ba17-892a14d770a9 used request id req-5b06fad0-493a-41b4-8251-33561058319f 2018-08-30 09:10:38,670 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:7b:9d:7b', 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'62a2b2d7-fb27-4e6f-9941-6bfba5e7d660'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:10:37.000000', 'flavor': Munch({u'id': u'c73d8425-e1d0-4381-b1fb-d2b521398205'}), 'az': u'nova', 'id': u'8d04706a-c41f-4f99-a554-2850938ef504', 'security_groups': [Munch({u'name': u'cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'aa53ae6a93684bffbb222ef78aa590b1', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5ac0159655b465b892022247b8fd545', 'name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-08-30T09:10:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-30T09:10:37Z', 'hostId': u'34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-30T09:10:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f5ac0159655b465b892022247b8fd545', 'name': u'cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6', 'adminPass': u'siCu6s9KkY7W', 'tenant_id': u'f5ac0159655b465b892022247b8fd545', 'created_at': u'2018-08-30T09:10:30Z', 'created': u'2018-08-30T09:10:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-30 09:10:38,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:10:38,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:38,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-d61f7a86-7416-4c7c-b979-bb6c88998494 Date: Thu, 30 Aug 2018 09:10:38 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":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"],"updated_at":"2018-08-30T09:09:51Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:10:38,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d61f7a86-7416-4c7c-b979-bb6c88998494 2018-08-30 09:10:38,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.089093208313s 2018-08-30 09:10:38,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d61f7a86-7416-4c7c-b979-bb6c88998494 2018-08-30 09:10:38,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-30 09:10:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=8d04706a-c41f-4f99-a554-2850938ef504" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:38,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-5f643c81-3849-4438-b8c2-483791c3259b Date: Thu, 30 Aug 2018 09:10:38 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:10:33Z","admin_state_up":true,"updated_at":"2018-08-30T09:10:37Z","binding:vnic_type":"normal","device_id":"8d04706a-c41f-4f99-a554-2850938ef504","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:7b:9d:7b","id":"c4dc8e88-c89a-4376-ba17-892a14d770a9","port_security_enabled":true,"project_id":"f5ac0159655b465b892022247b8fd545","fixed_ips":[{"subnet_id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["09e5de63-7497-4c7c-9d9c-ccddb709b218"],"name":""}]} 2018-08-30 09:10:38,811 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=8d04706a-c41f-4f99-a554-2850938ef504 used request id req-5f643c81-3849-4438-b8c2-483791c3259b 2018-08-30 09:10:38,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0471830368042s 2018-08-30 09:10:38,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=8d04706a-c41f-4f99-a554-2850938ef504 used request id req-5f643c81-3849-4438-b8c2-483791c3259b 2018-08-30 09:10:38,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-30 09:10:38,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"floatingip": {"floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "port_id": "c4dc8e88-c89a-4376-ba17-892a14d770a9"}}' 2018-08-30 09:10:40,491 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-3241fb2b-c772-4bef-afa3-e5da22e80a75 Date: Thu, 30 Aug 2018 09:10:40 GMT RESP BODY: {"floatingip": {"router_id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:10:39Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "c4dc8e88-c89a-4376-ba17-892a14d770a9", "id": "9db0b2cd-6ae1-4746-9d75-2f541a26cae5", "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:10:39Z", "project_id": "f5ac0159655b465b892022247b8fd545"}} 2018-08-30 09:10:40,491 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3241fb2b-c772-4bef-afa3-e5da22e80a75 2018-08-30 09:10:40,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.67949223518s 2018-08-30 09:10:40,492 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-3241fb2b-c772-4bef-afa3-e5da22e80a75 2018-08-30 09:10:40,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:10:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:40,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-2c8d8de3-d9db-4207-8361-a66908105bd4 Date: Thu, 30 Aug 2018 09:10:40 GMT RESP BODY: {"floatingips": [{"router_id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:10:10Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.26", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "323d211d-08b0-4eb0-88bc-8acd01289620", "id": "1631a0f4-2fed-4a34-bfe5-792cd9fb36d8", "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:10:10Z", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"router_id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:10:39Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "c4dc8e88-c89a-4376-ba17-892a14d770a9", "id": "9db0b2cd-6ae1-4746-9d75-2f541a26cae5", "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:10:39Z", "project_id": "f5ac0159655b465b892022247b8fd545"}]} 2018-08-30 09:10:40,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-2c8d8de3-d9db-4207-8361-a66908105bd4 2018-08-30 09:10:40,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684061050415s 2018-08-30 09:10:40,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-2c8d8de3-d9db-4207-8361-a66908105bd4 2018-08-30 09:10:40,575 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'6ad49665-3e70-43c8-8845-3d0e111f3534', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f5ac0159655b465b892022247b8fd545', 'created_at': u'2018-08-30T09:10:39Z', 'attached': True, 'updated_at': u'2018-08-30T09:10:39Z', 'id': u'9db0b2cd-6ae1-4746-9d75-2f541a26cae5', 'floating_network_id': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f5ac0159655b465b892022247b8fd545', 'name': 'cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'6ad49665-3e70-43c8-8845-3d0e111f3534', 'project_id': u'f5ac0159655b465b892022247b8fd545', 'port_id': u'c4dc8e88-c89a-4376-ba17-892a14d770a9', 'port': u'c4dc8e88-c89a-4376-ba17-892a14d770a9', 'network': u'1ae9a8e3-36aa-445e-9998-59dd3f01f05b'}) 2018-08-30 09:10:40,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:10:40,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:10:40,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10: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-a341671a-8641-4153-94eb-dca29260bd2f x-compute-request-id: req-a341671a-8641-4153-94eb-dca29260bd2f Content-Encoding: gzip Content-Length: 7939 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 505993599 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.185102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187401] pid_max: default: 32768 minimum: 301\n[ 0.188647] ACPI: Core revision 20150930\n[ 0.190342] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192164] Security Framework initialized\n[ 0.193306] Yama: becoming mindful.\n[ 0.194327] AppArmor: AppArmor initialized\n[ 0.195510] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197313] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202621] Initializing cgroup subsys io\n[ 0.203765] Initializing cgroup subsys memory\n[ 0.204971] Initializing cgroup subsys devices\n[ 0.206208] Initializing cgroup subsys freezer\n[ 0.207433] Initializing cgroup subsys net_cls\n[ 0.208673] Initializing cgroup subsys perf_event\n[ 0.209957] Initializing cgroup subsys net_prio\n[ 0.211195] Initializing cgroup subsys hugetlb\n[ 0.212430] Initializing cgroup subsys pids\n[ 0.213634] CPU: Physical Processor ID: 0\n[ 0.215483] mce: CPU supports 10 MCE banks\n[ 0.216661] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218058] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234837] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241518] ftrace: allocating 31920 entries in 125 pages\n[ 0.266780] smpboot: Max logical packages: 1\n[ 0.268006] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269903] x2apic enabled\n[ 0.271054] Switched APIC routing to physical x2apic.\n[ 0.273535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275100] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280409] KVM setup paravirtual spinlock\n[ 0.282022] x86: Booted up 1 node, 1 CPUs\n[ 0.283158] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285067] devtmpfs: initialized\n[ 0.287052] evm: security.selinux\n[ 0.288021] evm: security.SMACK64\n[ 0.288994] evm: security.SMACK64EXEC\n[ 0.290036] evm: security.SMACK64TRANSMUTE\n[ 0.291164] evm: security.SMACK64MMAP\n[ 0.292196] evm: security.ima\n[ 0.293097] evm: security.capability\n[ 0.294196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296753] pinctrl core: initialized pinctrl subsystem\n[ 0.298250] RTC time: 9:10:37, date: 08/30/18\n[ 0.299568] NET: Registered protocol family 16\n[ 0.300906] cpuidle: using governor ladder\n[ 0.302047] cpuidle: using governor menu\n[ 0.303157] PCCT header not found.\n[ 0.304195] ACPI: bus type PCI registered\n[ 0.305313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307016] PCI: Using configuration type 1 for base access\n[ 0.309190] ACPI: Added _OSI(Module Device)\n[ 0.310356] ACPI: Added _OSI(Processor Device)\n[ 0.311551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.312803] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314973] ACPI: Interpreter enabled\n[ 0.316036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326340] ACPI: (supports S0 S5)\n[ 0.327342] ACPI: Using IOAPIC for interrupt routing\n[ 0.328664] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332526] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340501] acpiphp: Slot [3] registered\n[ 0.341609] acpiphp: Slot [4] registered\n[ 0.342743] acpiphp: Slot [5] registered\n[ 0.343856] acpiphp: Slot [6] registered\n[ 0.344964] acpiphp: Slot [7] registered\n[ 0.346071] acpiphp: Slot [8] registered\n[ 0.347178] acpiphp: Slot [9] registered\n[ 0.348288] acpiphp: Slot [10] registered\n[ 0.349409] acpiphp: Slot [11] registered\n[ 0.350535] acpiphp: Slot [12] registered\n[ 0.351656] acpiphp: Slot [13] registered\n[ 0.352786] acpiphp: Slot [14] registered\n[ 0.353909] acpiphp: Slot [15] registered\n[ 0.369001] acpiphp: Slot [16] registered\n[ 0.370150] acpiphp: Slot [17] registered\n[ 0.371283] acpiphp: Slot [18] registered\n[ 0.372407] acpiphp: Slot [19] registered\n[ 0.373545] acpiphp: Slot [20] registered\n[ 0.374675] acpiphp: Slot [21] registered\n[ 0.375809] acpiphp: Slot [22] registered\n[ 0.376931] acpiphp: Slot [23] registered\n[ 0.378058] acpiphp: Slot [24] registered\n[ 0.379173] acpiphp: Slot [25] registered\n[ 0.380298] acpiphp: Slot [26] registered\n[ 0.381415] acpiphp: Slot [27] registered\n[ 0.382542] acpiphp: Slot [28] registered\n[ 0.383660] acpiphp: Slot [29] registered\n[ 0.384780] acpiphp: Slot [30] registered\n[ 0.385901] acpiphp: Slot [31] registered\n[ 0.387024] PCI host bridge to bus 0000:00\n[ 0.388143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.391480] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.393512] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.395549] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397610] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.403484] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405112] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.411305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.413305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436504] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444437] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446229] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449832] vgaarb: loaded\n[ 0.450671] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452328] SCSI subsystem initialized\n[ 0.453589] ACPI: bus type USB registered\n[ 0.454749] usbcore: registered new interface driver usbfs\n[ 0.456170] usbcore: registered new interface driver hub\n[ 0.457561] usbcore: registered new device driver usb\n[ 0.459080] PCI: Using ACPI for IRQ routing\n[ 0.460619] NetLabel: Initializing\n[ 0.461616] NetLabel: domain hash size = 128\n[ 0.462792] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464120] NetLabel: unlabeled traffic allowed by default\n[ 0.465740] clocksource: Switched to clocksource kvm-clock\n[ 0.475688] AppArmor: AppArmor Filesystem Enabled\n[ 0.477017] pnp: PnP ACPI init\n[ 0.478285] pnp: PnP ACPI: found 5 devices\n[ 0.485211] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487575] NET: Registered protocol family 2\n[ 0.489010] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490812] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492491] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497288] NET: Registered protocol family 1\n[ 0.498516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500047] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.501545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530800] Trying to unpack rootfs image as initramfs...\n[ 0.593036] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.597960] Scanning for low memory corruption every 60 seconds\n[ 0.600168] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601813] audit: initializing netlink subsys (disabled)\n[ 0.603323] audit: type=2000 audit(1535620238.007:1): initialized\n[ 0.605226] Initialise system trusted keyring\n[ 0.606663] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608281] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611039] zbud: loaded\n[ 0.612056] VFS: Disk quotas dquot_6.6.0\n[ 0.613217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615438] fuse init (API version 7.23)\n[ 0.616690] Key type big_key registered\n[ 0.617851] Allocating IMA MOK and blacklist keyrings.\n[ 0.619562] Key type asymmetric registered\n[ 0.620728] Asymmetric key parser 'x509' registered\n[ 0.622084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624221] io scheduler noop registered\n[ 0.625343] io scheduler deadline registered (default)\n[ 0.626756] io scheduler cfq registered\n[ 0.627962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.629415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633282] ACPI: Power Button [PWRF]\n[ 0.634544] GHES: HEST is not enabled!\n[ 0.648669] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677742] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707273] Linux agpgart interface v0.103\n[ 0.710752] brd: module loaded\n[ 0.712963] loop: module loaded\n[ 0.717534] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.719585] GPT:90111 != 2097151\n[ 0.720544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.722070] GPT:90111 != 2097151\n[ 0.723024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.724419] vda: vda1 vda15\n[ 0.726094] scsi host0: ata_piix\n[ 0.727198] scsi host1: ata_piix\n[ 0.728226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.729918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.731903] libphy: Fixed MDIO Bus: probed\n[ 0.733075] tun: Universal TUN/TAP device driver, 1.6\n[ 0.734379] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.737331] PPP generic driver version 2.4.2\n[ 0.738817] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.740879] ehci-pci: EHCI PCI platform driver\n[ 0.742348] ehci-platform: EHCI generic platform driver\n[ 0.743740] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745307] ohci-pci: OHCI PCI platform driver\n[ 0.746523] ohci-platform: OHCI generic platform driver\n[ 0.747918] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762290] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.763661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765658] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767019] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.768567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772183] usb usb1: Product: UHCI Host Controller\n[ 0.773655] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775196] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776552] hub 1-0:1.0: USB hub found\n[ 0.777655] hub 1-0:1.0: 2 ports detected\n[ 0.778956] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.781849] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783163] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784568] mousedev: PS/2 mouse device common for all mice\n[ 0.786262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788822] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790360] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791962] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793584] i2c /dev entries driver\n[ 0.794638] device-mapper: uevent: version 1.0.3\n[ 0.795960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798205] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800037] NET: Registered protocol family 10\n[ 0.801587] NET: Registered protocol family 17\n[ 0.802817] Key type dns_resolver registered\n[ 0.804096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.808813] registered taskstats version 1\n[ 0.809966] Loading compiled-in X.509 certificates\n[ 0.812118] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.814673] zswap: loaded using pool lzo/zbud\n[ 0.817108] Key type trusted registered\n[ 0.819301] Key type encrypted registered\n[ 0.820444] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.821877] ima: No TPM chip found, activating TPM-bypass!\n[ 0.823376] evm: HMAC attrs: 0x1\n[ 0.824672] Magic number: 14:835:172\n[ 0.826172] net eth0: hash matches\n[ 0.827272] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:38 UTC (1535620238)\n[ 0.829797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.831315] EDD information not available.\n[ 0.891222] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.893399] Write protecting the kernel read-only data: 14336k\n[ 0.896349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.899189] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.072156] 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.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-08-30 09:10:40,661 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/action used request id req-a341671a-8641-4153-94eb-dca29260bd2f 2018-08-30 09:10:40,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0854198932648s 2018-08-30 09:10:40,662 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/action used request id req-a341671a-8641-4153-94eb-dca29260bd2f 2018-08-30 09:10:40,662 - 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 505993599 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.185102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187401] pid_max: default: 32768 minimum: 301 [ 0.188647] ACPI: Core revision 20150930 [ 0.190342] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192164] Security Framework initialized [ 0.193306] Yama: becoming mindful. [ 0.194327] AppArmor: AppArmor initialized [ 0.195510] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197313] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202621] Initializing cgroup subsys io [ 0.203765] Initializing cgroup subsys memory [ 0.204971] Initializing cgroup subsys devices [ 0.206208] Initializing cgroup subsys freezer [ 0.207433] Initializing cgroup subsys net_cls [ 0.208673] Initializing cgroup subsys perf_event [ 0.209957] Initializing cgroup subsys net_prio [ 0.211195] Initializing cgroup subsys hugetlb [ 0.212430] Initializing cgroup subsys pids [ 0.213634] CPU: Physical Processor ID: 0 [ 0.215483] mce: CPU supports 10 MCE banks [ 0.216661] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218058] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234837] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241518] ftrace: allocating 31920 entries in 125 pages [ 0.266780] smpboot: Max logical packages: 1 [ 0.268006] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269903] x2apic enabled [ 0.271054] Switched APIC routing to physical x2apic. [ 0.273535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275100] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280409] KVM setup paravirtual spinlock [ 0.282022] x86: Booted up 1 node, 1 CPUs [ 0.283158] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285067] devtmpfs: initialized [ 0.287052] evm: security.selinux [ 0.288021] evm: security.SMACK64 [ 0.288994] evm: security.SMACK64EXEC [ 0.290036] evm: security.SMACK64TRANSMUTE [ 0.291164] evm: security.SMACK64MMAP [ 0.292196] evm: security.ima [ 0.293097] evm: security.capability [ 0.294196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296753] pinctrl core: initialized pinctrl subsystem [ 0.298250] RTC time: 9:10:37, date: 08/30/18 [ 0.299568] NET: Registered protocol family 16 [ 0.300906] cpuidle: using governor ladder [ 0.302047] cpuidle: using governor menu [ 0.303157] PCCT header not found. [ 0.304195] ACPI: bus type PCI registered [ 0.305313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307016] PCI: Using configuration type 1 for base access [ 0.309190] ACPI: Added _OSI(Module Device) [ 0.310356] ACPI: Added _OSI(Processor Device) [ 0.311551] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.312803] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314973] ACPI: Interpreter enabled [ 0.316036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326340] ACPI: (supports S0 S5) [ 0.327342] ACPI: Using IOAPIC for interrupt routing [ 0.328664] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332526] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340501] acpiphp: Slot [3] registered [ 0.341609] acpiphp: Slot [4] registered [ 0.342743] acpiphp: Slot [5] registered [ 0.343856] acpiphp: Slot [6] registered [ 0.344964] acpiphp: Slot [7] registered [ 0.346071] acpiphp: Slot [8] registered [ 0.347178] acpiphp: Slot [9] registered [ 0.348288] acpiphp: Slot [10] registered [ 0.349409] acpiphp: Slot [11] registered [ 0.350535] acpiphp: Slot [12] registered [ 0.351656] acpiphp: Slot [13] registered [ 0.352786] acpiphp: Slot [14] registered [ 0.353909] acpiphp: Slot [15] registered [ 0.369001] acpiphp: Slot [16] registered [ 0.370150] acpiphp: Slot [17] registered [ 0.371283] acpiphp: Slot [18] registered [ 0.372407] acpiphp: Slot [19] registered [ 0.373545] acpiphp: Slot [20] registered [ 0.374675] acpiphp: Slot [21] registered [ 0.375809] acpiphp: Slot [22] registered [ 0.376931] acpiphp: Slot [23] registered [ 0.378058] acpiphp: Slot [24] registered [ 0.379173] acpiphp: Slot [25] registered [ 0.380298] acpiphp: Slot [26] registered [ 0.381415] acpiphp: Slot [27] registered [ 0.382542] acpiphp: Slot [28] registered [ 0.383660] acpiphp: Slot [29] registered [ 0.384780] acpiphp: Slot [30] registered [ 0.385901] acpiphp: Slot [31] registered [ 0.387024] PCI host bridge to bus 0000:00 [ 0.388143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.391480] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.393512] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.395549] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397610] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.403484] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.405112] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.411305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.413305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436504] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444437] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.446229] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449832] vgaarb: loaded [ 0.450671] vgaarb: bridge control possible 0000:00:02.0 [ 0.452328] SCSI subsystem initialized [ 0.453589] ACPI: bus type USB registered [ 0.454749] usbcore: registered new interface driver usbfs [ 0.456170] usbcore: registered new interface driver hub [ 0.457561] usbcore: registered new device driver usb [ 0.459080] PCI: Using ACPI for IRQ routing [ 0.460619] NetLabel: Initializing [ 0.461616] NetLabel: domain hash size = 128 [ 0.462792] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464120] NetLabel: unlabeled traffic allowed by default [ 0.465740] clocksource: Switched to clocksource kvm-clock [ 0.475688] AppArmor: AppArmor Filesystem Enabled [ 0.477017] pnp: PnP ACPI init [ 0.478285] pnp: PnP ACPI: found 5 devices [ 0.485211] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.487575] NET: Registered protocol family 2 [ 0.489010] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.490812] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.492491] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494165] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.495665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497288] NET: Registered protocol family 1 [ 0.498516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500047] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.501545] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.530800] Trying to unpack rootfs image as initramfs... [ 0.593036] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.597960] Scanning for low memory corruption every 60 seconds [ 0.600168] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.601813] audit: initializing netlink subsys (disabled) [ 0.603323] audit: type=2000 audit(1535620238.007:1): initialized [ 0.605226] Initialise system trusted keyring [ 0.606663] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.608281] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611039] zbud: loaded [ 0.612056] VFS: Disk quotas dquot_6.6.0 [ 0.613217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.615438] fuse init (API version 7.23) [ 0.616690] Key type big_key registered [ 0.617851] Allocating IMA MOK and blacklist keyrings. [ 0.619562] Key type asymmetric registered [ 0.620728] Asymmetric key parser 'x509' registered [ 0.622084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624221] io scheduler noop registered [ 0.625343] io scheduler deadline registered (default) [ 0.626756] io scheduler cfq registered [ 0.627962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.629415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633282] ACPI: Power Button [PWRF] [ 0.634544] GHES: HEST is not enabled! [ 0.648669] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677742] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.680552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707273] Linux agpgart interface v0.103 [ 0.710752] brd: module loaded [ 0.712963] loop: module loaded [ 0.717534] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.719585] GPT:90111 != 2097151 [ 0.720544] GPT:Alternate GPT header not at the end of the disk. [ 0.722070] GPT:90111 != 2097151 [ 0.723024] GPT: Use GNU Parted to correct GPT errors. [ 0.724419] vda: vda1 vda15 [ 0.726094] scsi host0: ata_piix [ 0.727198] scsi host1: ata_piix [ 0.728226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.729918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.731903] libphy: Fixed MDIO Bus: probed [ 0.733075] tun: Universal TUN/TAP device driver, 1.6 [ 0.734379] tun: (C) 1999-2004 Max Krasnyansky [ 0.737331] PPP generic driver version 2.4.2 [ 0.738817] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.740879] ehci-pci: EHCI PCI platform driver [ 0.742348] ehci-platform: EHCI generic platform driver [ 0.743740] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745307] ohci-pci: OHCI PCI platform driver [ 0.746523] ohci-platform: OHCI generic platform driver [ 0.747918] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762290] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.763661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765658] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767019] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.768567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772183] usb usb1: Product: UHCI Host Controller [ 0.773655] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775196] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776552] hub 1-0:1.0: USB hub found [ 0.777655] hub 1-0:1.0: 2 ports detected [ 0.778956] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.781849] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783163] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784568] mousedev: PS/2 mouse device common for all mice [ 0.786262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788822] rtc_cmos 00:00: RTC can wake from S4 [ 0.790360] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791962] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793584] i2c /dev entries driver [ 0.794638] device-mapper: uevent: version 1.0.3 [ 0.795960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798205] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800037] NET: Registered protocol family 10 [ 0.801587] NET: Registered protocol family 17 [ 0.802817] Key type dns_resolver registered [ 0.804096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.805594] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.808813] registered taskstats version 1 [ 0.809966] Loading compiled-in X.509 certificates [ 0.812118] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.814673] zswap: loaded using pool lzo/zbud [ 0.817108] Key type trusted registered [ 0.819301] Key type encrypted registered [ 0.820444] AppArmor: AppArmor sha1 policy hashing enabled [ 0.821877] ima: No TPM chip found, activating TPM-bypass! [ 0.823376] evm: HMAC attrs: 0x1 [ 0.824672] Magic number: 14:835:172 [ 0.826172] net eth0: hash matches [ 0.827272] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:38 UTC (1535620238) [ 0.829797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.831315] EDD information not available. [ 0.891222] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.893399] Write protecting the kernel read-only data: 14336k [ 0.896349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.899189] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.072156] 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.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-00000008 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-08-30 09:10:40,664 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.200: [Errno None] Unable to connect to port 22 on 172.30.9.200 2018-08-30 09:10:49,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-30 09:10:49,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-30 09:10:49,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-c3f55484-00b9-4550-a025-17fc13fdbd68 x-compute-request-id: req-c3f55484-00b9-4550-a025-17fc13fdbd68 Content-Encoding: gzip Content-Length: 9599 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 505993599 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.185102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.187401] pid_max: default: 32768 minimum: 301\n[ 0.188647] ACPI: Core revision 20150930\n[ 0.190342] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.192164] Security Framework initialized\n[ 0.193306] Yama: becoming mindful.\n[ 0.194327] AppArmor: AppArmor initialized\n[ 0.195510] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.197313] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.199054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.202621] Initializing cgroup subsys io\n[ 0.203765] Initializing cgroup subsys memory\n[ 0.204971] Initializing cgroup subsys devices\n[ 0.206208] Initializing cgroup subsys freezer\n[ 0.207433] Initializing cgroup subsys net_cls\n[ 0.208673] Initializing cgroup subsys perf_event\n[ 0.209957] Initializing cgroup subsys net_prio\n[ 0.211195] Initializing cgroup subsys hugetlb\n[ 0.212430] Initializing cgroup subsys pids\n[ 0.213634] CPU: Physical Processor ID: 0\n[ 0.215483] mce: CPU supports 10 MCE banks\n[ 0.216661] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.218058] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234837] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241518] ftrace: allocating 31920 entries in 125 pages\n[ 0.266780] smpboot: Max logical packages: 1\n[ 0.268006] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269903] x2apic enabled\n[ 0.271054] Switched APIC routing to physical x2apic.\n[ 0.273535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.275100] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.280409] KVM setup paravirtual spinlock\n[ 0.282022] x86: Booted up 1 node, 1 CPUs\n[ 0.283158] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.285067] devtmpfs: initialized\n[ 0.287052] evm: security.selinux\n[ 0.288021] evm: security.SMACK64\n[ 0.288994] evm: security.SMACK64EXEC\n[ 0.290036] evm: security.SMACK64TRANSMUTE\n[ 0.291164] evm: security.SMACK64MMAP\n[ 0.292196] evm: security.ima\n[ 0.293097] evm: security.capability\n[ 0.294196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.296753] pinctrl core: initialized pinctrl subsystem\n[ 0.298250] RTC time: 9:10:37, date: 08/30/18\n[ 0.299568] NET: Registered protocol family 16\n[ 0.300906] cpuidle: using governor ladder\n[ 0.302047] cpuidle: using governor menu\n[ 0.303157] PCCT header not found.\n[ 0.304195] ACPI: bus type PCI registered\n[ 0.305313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307016] PCI: Using configuration type 1 for base access\n[ 0.309190] ACPI: Added _OSI(Module Device)\n[ 0.310356] ACPI: Added _OSI(Processor Device)\n[ 0.311551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.312803] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.314973] ACPI: Interpreter enabled\n[ 0.316036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.318606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.323748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326340] ACPI: (supports S0 S5)\n[ 0.327342] ACPI: Using IOAPIC for interrupt routing\n[ 0.328664] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332526] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.335819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340501] acpiphp: Slot [3] registered\n[ 0.341609] acpiphp: Slot [4] registered\n[ 0.342743] acpiphp: Slot [5] registered\n[ 0.343856] acpiphp: Slot [6] registered\n[ 0.344964] acpiphp: Slot [7] registered\n[ 0.346071] acpiphp: Slot [8] registered\n[ 0.347178] acpiphp: Slot [9] registered\n[ 0.348288] acpiphp: Slot [10] registered\n[ 0.349409] acpiphp: Slot [11] registered\n[ 0.350535] acpiphp: Slot [12] registered\n[ 0.351656] acpiphp: Slot [13] registered\n[ 0.352786] acpiphp: Slot [14] registered\n[ 0.353909] acpiphp: Slot [15] registered\n[ 0.369001] acpiphp: Slot [16] registered\n[ 0.370150] acpiphp: Slot [17] registered\n[ 0.371283] acpiphp: Slot [18] registered\n[ 0.372407] acpiphp: Slot [19] registered\n[ 0.373545] acpiphp: Slot [20] registered\n[ 0.374675] acpiphp: Slot [21] registered\n[ 0.375809] acpiphp: Slot [22] registered\n[ 0.376931] acpiphp: Slot [23] registered\n[ 0.378058] acpiphp: Slot [24] registered\n[ 0.379173] acpiphp: Slot [25] registered\n[ 0.380298] acpiphp: Slot [26] registered\n[ 0.381415] acpiphp: Slot [27] registered\n[ 0.382542] acpiphp: Slot [28] registered\n[ 0.383660] acpiphp: Slot [29] registered\n[ 0.384780] acpiphp: Slot [30] registered\n[ 0.385901] acpiphp: Slot [31] registered\n[ 0.387024] PCI host bridge to bus 0000:00\n[ 0.388143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.389811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.391480] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.393512] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.395549] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.397610] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.401718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.403484] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.405112] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.406858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.411305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.413305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.434475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.436504] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.438534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.440524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.442686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.444437] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.446229] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.447683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.449832] vgaarb: loaded\n[ 0.450671] vgaarb: bridge control possible 0000:00:02.0\n[ 0.452328] SCSI subsystem initialized\n[ 0.453589] ACPI: bus type USB registered\n[ 0.454749] usbcore: registered new interface driver usbfs\n[ 0.456170] usbcore: registered new interface driver hub\n[ 0.457561] usbcore: registered new device driver usb\n[ 0.459080] PCI: Using ACPI for IRQ routing\n[ 0.460619] NetLabel: Initializing\n[ 0.461616] NetLabel: domain hash size = 128\n[ 0.462792] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.464120] NetLabel: unlabeled traffic allowed by default\n[ 0.465740] clocksource: Switched to clocksource kvm-clock\n[ 0.475688] AppArmor: AppArmor Filesystem Enabled\n[ 0.477017] pnp: PnP ACPI init\n[ 0.478285] pnp: PnP ACPI: found 5 devices\n[ 0.485211] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.487575] NET: Registered protocol family 2\n[ 0.489010] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.490812] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.492491] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.494165] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.495665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497288] NET: Registered protocol family 1\n[ 0.498516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.500047] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.501545] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.516151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.530800] Trying to unpack rootfs image as initramfs...\n[ 0.593036] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.597960] Scanning for low memory corruption every 60 seconds\n[ 0.600168] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.601813] audit: initializing netlink subsys (disabled)\n[ 0.603323] audit: type=2000 audit(1535620238.007:1): initialized\n[ 0.605226] Initialise system trusted keyring\n[ 0.606663] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.608281] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611039] zbud: loaded\n[ 0.612056] VFS: Disk quotas dquot_6.6.0\n[ 0.613217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.615438] fuse init (API version 7.23)\n[ 0.616690] Key type big_key registered\n[ 0.617851] Allocating IMA MOK and blacklist keyrings.\n[ 0.619562] Key type asymmetric registered\n[ 0.620728] Asymmetric key parser 'x509' registered\n[ 0.622084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.624221] io scheduler noop registered\n[ 0.625343] io scheduler deadline registered (default)\n[ 0.626756] io scheduler cfq registered\n[ 0.627962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.629415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.631226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.633282] ACPI: Power Button [PWRF]\n[ 0.634544] GHES: HEST is not enabled!\n[ 0.648669] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.677742] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.680552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707273] Linux agpgart interface v0.103\n[ 0.710752] brd: module loaded\n[ 0.712963] loop: module loaded\n[ 0.717534] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.719585] GPT:90111 != 2097151\n[ 0.720544] GPT:Alternate GPT header not at the end of the disk.\n[ 0.722070] GPT:90111 != 2097151\n[ 0.723024] GPT: Use GNU Parted to correct GPT errors.\n[ 0.724419] vda: vda1 vda15\n[ 0.726094] scsi host0: ata_piix\n[ 0.727198] scsi host1: ata_piix\n[ 0.728226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.729918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.731903] libphy: Fixed MDIO Bus: probed\n[ 0.733075] tun: Universal TUN/TAP device driver, 1.6\n[ 0.734379] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.737331] PPP generic driver version 2.4.2\n[ 0.738817] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.740879] ehci-pci: EHCI PCI platform driver\n[ 0.742348] ehci-platform: EHCI generic platform driver\n[ 0.743740] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745307] ohci-pci: OHCI PCI platform driver\n[ 0.746523] ohci-platform: OHCI generic platform driver\n[ 0.747918] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.762290] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.763661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.765658] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.767019] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.768567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.770235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772183] usb usb1: Product: UHCI Host Controller\n[ 0.773655] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775196] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776552] hub 1-0:1.0: USB hub found\n[ 0.777655] hub 1-0:1.0: 2 ports detected\n[ 0.778956] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.781849] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.783163] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.784568] mousedev: PS/2 mouse device common for all mice\n[ 0.786262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.788822] rtc_cmos 00:00: RTC can wake from S4\n[ 0.790360] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.791962] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.793584] i2c /dev entries driver\n[ 0.794638] device-mapper: uevent: version 1.0.3\n[ 0.795960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.798205] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.800037] NET: Registered protocol family 10\n[ 0.801587] NET: Registered protocol family 17\n[ 0.802817] Key type dns_resolver registered\n[ 0.804096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.805594] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.808813] registered taskstats version 1\n[ 0.809966] Loading compiled-in X.509 certificates\n[ 0.812118] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.814673] zswap: loaded using pool lzo/zbud\n[ 0.817108] Key type trusted registered\n[ 0.819301] Key type encrypted registered\n[ 0.820444] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.821877] ima: No TPM chip found, activating TPM-bypass!\n[ 0.823376] evm: HMAC attrs: 0x1\n[ 0.824672] Magic number: 14:835:172\n[ 0.826172] net eth0: hash matches\n[ 0.827272] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:38 UTC (1535620238)\n[ 0.829797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.831315] EDD information not available.\n[ 0.891222] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.893399] Write protecting the kernel read-only data: 14336k\n[ 0.896349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.899189] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.67\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.072156] 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.3...\nLease of 192.168.120.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.91. iid=i-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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC81ytQLspb78ihIaqWZmV/j4KBDVXUBw+fTFQz9fzUNpUPHPyDm2mBtHsBnWdBE3rXhGCFAYAZwBB5lCl9UlrNM72btH44JjxTz+2uu7bWjYRlIa84RIZvN15KgPs19r+3ctWW2GC8L17spHEttqttflnCLmH3WLDXRGdiAaKqhRTa/QfBrqeXISjz2diKiTE9q+UdvHTyGpi1HKjRmfYXiLIPBbSCzTYnAiQXHBGb8UuD++plkH25ZrESt/6J2Ho3NgQsU26xSQY9WmvDYs9K1bOEyP6+EWa567rR9NekUKNvLQei5leDKOVV9c/MuuYFofHzZo2OdOcOR+cllGjL root@cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6\nssh-dss AAAAB3NzaC1kc3MAAACBAMzCyhaAzK7GR1YadqrgC9MDqPOlAyARDbrt7g0Z1AQt+dCLW3hv0M3mDMxhC67z15eNWqN8wjHI+cuGLcACHjvWo07uq/oa6PDDg1uBBtM5GA1k9rJiFShb0r/3H3VQG4PHCK5dTBqLzD3m838OgKjif3NKQhmcxOolZDntN0ZtAAAAFQCS9CdpWTRzX5g/bGD0nqyQfjcV7QAAAIAAn6mVSa/Sy/82GXwfuESPd+TJcFjEqzJdDp+DqWyPVM/g9L7aokDSb5jdF3ae7YkJ2zHGwv6Bf6h30xq/soWyzIAmBfm3FxyvE28QtlWiFwLmrrBxlx4D+V+rhYB1/ypJq+mykeZQTjllm+d8WtK6fNSWKd4xzSp+70c7PeWWZgAAAIAmQO+Rn00e+UiMmMMBrgtmzxoYc62fLV7dSPYaDEHZUksYqP8hnLfukUkPtN2IcRGmgxVlDZDDC5w/MfocvraUPQOtpB1PEFCEMHhKj01NpCY3nlIvPqnRI/D4m3t9nkmuZrJByu/Y9nePzCEGqf4/Mj6NQeEBaMg37/2qTB6KtA== root@cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.27s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe7b:9d7b/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.3 \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-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.76 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6 login: "} 2018-08-30 09:10:49,750 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/action used request id req-c3f55484-00b9-4550-a025-17fc13fdbd68 2018-08-30 09:10:49,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0764348506927s 2018-08-30 09:10:49,751 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/action used request id req-c3f55484-00b9-4550-a025-17fc13fdbd68 2018-08-30 09:10:49,751 - 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 505993599 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.185102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.187401] pid_max: default: 32768 minimum: 301 [ 0.188647] ACPI: Core revision 20150930 [ 0.190342] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.192164] Security Framework initialized [ 0.193306] Yama: becoming mindful. [ 0.194327] AppArmor: AppArmor initialized [ 0.195510] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.197313] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.199054] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200716] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.202621] Initializing cgroup subsys io [ 0.203765] Initializing cgroup subsys memory [ 0.204971] Initializing cgroup subsys devices [ 0.206208] Initializing cgroup subsys freezer [ 0.207433] Initializing cgroup subsys net_cls [ 0.208673] Initializing cgroup subsys perf_event [ 0.209957] Initializing cgroup subsys net_prio [ 0.211195] Initializing cgroup subsys hugetlb [ 0.212430] Initializing cgroup subsys pids [ 0.213634] CPU: Physical Processor ID: 0 [ 0.215483] mce: CPU supports 10 MCE banks [ 0.216661] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.218058] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234837] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241518] ftrace: allocating 31920 entries in 125 pages [ 0.266780] smpboot: Max logical packages: 1 [ 0.268006] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269903] x2apic enabled [ 0.271054] Switched APIC routing to physical x2apic. [ 0.273535] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.275100] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277892] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.280409] KVM setup paravirtual spinlock [ 0.282022] x86: Booted up 1 node, 1 CPUs [ 0.283158] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.285067] devtmpfs: initialized [ 0.287052] evm: security.selinux [ 0.288021] evm: security.SMACK64 [ 0.288994] evm: security.SMACK64EXEC [ 0.290036] evm: security.SMACK64TRANSMUTE [ 0.291164] evm: security.SMACK64MMAP [ 0.292196] evm: security.ima [ 0.293097] evm: security.capability [ 0.294196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.296753] pinctrl core: initialized pinctrl subsystem [ 0.298250] RTC time: 9:10:37, date: 08/30/18 [ 0.299568] NET: Registered protocol family 16 [ 0.300906] cpuidle: using governor ladder [ 0.302047] cpuidle: using governor menu [ 0.303157] PCCT header not found. [ 0.304195] ACPI: bus type PCI registered [ 0.305313] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307016] PCI: Using configuration type 1 for base access [ 0.309190] ACPI: Added _OSI(Module Device) [ 0.310356] ACPI: Added _OSI(Processor Device) [ 0.311551] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.312803] ACPI: Added _OSI(Processor Aggregator Device) [ 0.314973] ACPI: Interpreter enabled [ 0.316036] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.318606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321173] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.323748] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326340] ACPI: (supports S0 S5) [ 0.327342] ACPI: Using IOAPIC for interrupt routing [ 0.328664] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332526] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334108] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.335819] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337469] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340501] acpiphp: Slot [3] registered [ 0.341609] acpiphp: Slot [4] registered [ 0.342743] acpiphp: Slot [5] registered [ 0.343856] acpiphp: Slot [6] registered [ 0.344964] acpiphp: Slot [7] registered [ 0.346071] acpiphp: Slot [8] registered [ 0.347178] acpiphp: Slot [9] registered [ 0.348288] acpiphp: Slot [10] registered [ 0.349409] acpiphp: Slot [11] registered [ 0.350535] acpiphp: Slot [12] registered [ 0.351656] acpiphp: Slot [13] registered [ 0.352786] acpiphp: Slot [14] registered [ 0.353909] acpiphp: Slot [15] registered [ 0.369001] acpiphp: Slot [16] registered [ 0.370150] acpiphp: Slot [17] registered [ 0.371283] acpiphp: Slot [18] registered [ 0.372407] acpiphp: Slot [19] registered [ 0.373545] acpiphp: Slot [20] registered [ 0.374675] acpiphp: Slot [21] registered [ 0.375809] acpiphp: Slot [22] registered [ 0.376931] acpiphp: Slot [23] registered [ 0.378058] acpiphp: Slot [24] registered [ 0.379173] acpiphp: Slot [25] registered [ 0.380298] acpiphp: Slot [26] registered [ 0.381415] acpiphp: Slot [27] registered [ 0.382542] acpiphp: Slot [28] registered [ 0.383660] acpiphp: Slot [29] registered [ 0.384780] acpiphp: Slot [30] registered [ 0.385901] acpiphp: Slot [31] registered [ 0.387024] PCI host bridge to bus 0000:00 [ 0.388143] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.389811] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.391480] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.393512] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.395549] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.397610] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.401718] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.403484] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.405112] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.406858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.411305] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.413305] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.434475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.436504] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.438534] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.440524] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.442686] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.444437] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.446229] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.447683] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.449832] vgaarb: loaded [ 0.450671] vgaarb: bridge control possible 0000:00:02.0 [ 0.452328] SCSI subsystem initialized [ 0.453589] ACPI: bus type USB registered [ 0.454749] usbcore: registered new interface driver usbfs [ 0.456170] usbcore: registered new interface driver hub [ 0.457561] usbcore: registered new device driver usb [ 0.459080] PCI: Using ACPI for IRQ routing [ 0.460619] NetLabel: Initializing [ 0.461616] NetLabel: domain hash size = 128 [ 0.462792] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.464120] NetLabel: unlabeled traffic allowed by default [ 0.465740] clocksource: Switched to clocksource kvm-clock [ 0.475688] AppArmor: AppArmor Filesystem Enabled [ 0.477017] pnp: PnP ACPI init [ 0.478285] pnp: PnP ACPI: found 5 devices [ 0.485211] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.487575] NET: Registered protocol family 2 [ 0.489010] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.490812] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.492491] TCP: Hash tables configured (established 4096 bind 4096) [ 0.494165] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.495665] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.497288] NET: Registered protocol family 1 [ 0.498516] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.500047] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.501545] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.516151] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.530800] Trying to unpack rootfs image as initramfs... [ 0.593036] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.597960] Scanning for low memory corruption every 60 seconds [ 0.600168] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.601813] audit: initializing netlink subsys (disabled) [ 0.603323] audit: type=2000 audit(1535620238.007:1): initialized [ 0.605226] Initialise system trusted keyring [ 0.606663] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.608281] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611039] zbud: loaded [ 0.612056] VFS: Disk quotas dquot_6.6.0 [ 0.613217] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.615438] fuse init (API version 7.23) [ 0.616690] Key type big_key registered [ 0.617851] Allocating IMA MOK and blacklist keyrings. [ 0.619562] Key type asymmetric registered [ 0.620728] Asymmetric key parser 'x509' registered [ 0.622084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.624221] io scheduler noop registered [ 0.625343] io scheduler deadline registered (default) [ 0.626756] io scheduler cfq registered [ 0.627962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.629415] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.631226] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.633282] ACPI: Power Button [PWRF] [ 0.634544] GHES: HEST is not enabled! [ 0.648669] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.677742] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.680552] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704197] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707273] Linux agpgart interface v0.103 [ 0.710752] brd: module loaded [ 0.712963] loop: module loaded [ 0.717534] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.719585] GPT:90111 != 2097151 [ 0.720544] GPT:Alternate GPT header not at the end of the disk. [ 0.722070] GPT:90111 != 2097151 [ 0.723024] GPT: Use GNU Parted to correct GPT errors. [ 0.724419] vda: vda1 vda15 [ 0.726094] scsi host0: ata_piix [ 0.727198] scsi host1: ata_piix [ 0.728226] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.729918] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.731903] libphy: Fixed MDIO Bus: probed [ 0.733075] tun: Universal TUN/TAP device driver, 1.6 [ 0.734379] tun: (C) 1999-2004 Max Krasnyansky [ 0.737331] PPP generic driver version 2.4.2 [ 0.738817] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.740879] ehci-pci: EHCI PCI platform driver [ 0.742348] ehci-platform: EHCI generic platform driver [ 0.743740] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745307] ohci-pci: OHCI PCI platform driver [ 0.746523] ohci-platform: OHCI generic platform driver [ 0.747918] uhci_hcd: USB Universal Host Controller Interface driver [ 0.762290] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.763661] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.765658] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.767019] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.768567] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.770235] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772183] usb usb1: Product: UHCI Host Controller [ 0.773655] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775196] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776552] hub 1-0:1.0: USB hub found [ 0.777655] hub 1-0:1.0: 2 ports detected [ 0.778956] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.781849] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.783163] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.784568] mousedev: PS/2 mouse device common for all mice [ 0.786262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.788822] rtc_cmos 00:00: RTC can wake from S4 [ 0.790360] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.791962] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.793584] i2c /dev entries driver [ 0.794638] device-mapper: uevent: version 1.0.3 [ 0.795960] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.798205] ledtrig-cpu: registered to indicate activity on CPUs [ 0.800037] NET: Registered protocol family 10 [ 0.801587] NET: Registered protocol family 17 [ 0.802817] Key type dns_resolver registered [ 0.804096] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.805594] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.808813] registered taskstats version 1 [ 0.809966] Loading compiled-in X.509 certificates [ 0.812118] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.814673] zswap: loaded using pool lzo/zbud [ 0.817108] Key type trusted registered [ 0.819301] Key type encrypted registered [ 0.820444] AppArmor: AppArmor sha1 policy hashing enabled [ 0.821877] ima: No TPM chip found, activating TPM-bypass! [ 0.823376] evm: HMAC attrs: 0x1 [ 0.824672] Magic number: 14:835:172 [ 0.826172] net eth0: hash matches [ 0.827272] rtc_cmos 00:00: setting system clock to 2018-08-30 09:10:38 UTC (1535620238) [ 0.829797] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.831315] EDD information not available. [ 0.891222] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.893399] Write protecting the kernel read-only data: 14336k [ 0.896349] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.899189] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.67 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.82 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 1.072156] 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.3... Lease of 192.168.120.3 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.91. iid=i-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: 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC81ytQLspb78ihIaqWZmV/j4KBDVXUBw+fTFQz9fzUNpUPHPyDm2mBtHsBnWdBE3rXhGCFAYAZwBB5lCl9UlrNM72btH44JjxTz+2uu7bWjYRlIa84RIZvN15KgPs19r+3ctWW2GC8L17spHEttqttflnCLmH3WLDXRGdiAaKqhRTa/QfBrqeXISjz2diKiTE9q+UdvHTyGpi1HKjRmfYXiLIPBbSCzTYnAiQXHBGb8UuD++plkH25ZrESt/6J2Ho3NgQsU26xSQY9WmvDYs9K1bOEyP6+EWa567rR9NekUKNvLQei5leDKOVV9c/MuuYFofHzZo2OdOcOR+cllGjL root@cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6 ssh-dss AAAAB3NzaC1kc3MAAACBAMzCyhaAzK7GR1YadqrgC9MDqPOlAyARDbrt7g0Z1AQt+dCLW3hv0M3mDMxhC67z15eNWqN8wjHI+cuGLcACHjvWo07uq/oa6PDDg1uBBtM5GA1k9rJiFShb0r/3H3VQG4PHCK5dTBqLzD3m838OgKjif3NKQhmcxOolZDntN0ZtAAAAFQCS9CdpWTRzX5g/bGD0nqyQfjcV7QAAAIAAn6mVSa/Sy/82GXwfuESPd+TJcFjEqzJdDp+DqWyPVM/g9L7aokDSb5jdF3ae7YkJ2zHGwv6Bf6h30xq/soWyzIAmBfm3FxyvE28QtlWiFwLmrrBxlx4D+V+rhYB1/ypJq+mykeZQTjllm+d8WtK6fNSWKd4xzSp+70c7PeWWZgAAAIAmQO+Rn00e+UiMmMMBrgtmzxoYc62fLV7dSPYaDEHZUksYqP8hnLfukUkPtN2IcRGmgxVlDZDDC5w/MfocvraUPQOtpB1PEFCEMHhKj01NpCY3nlIvPqnRI/D4m3t9nkmuZrJByu/Y9nePzCEGqf4/Mj6NQeEBaMg37/2qTB6KtA== root@cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.27s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe7b:9d7b/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.3 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-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6 launch-index: 0 === cirros: current=0.4.0 uptime=3.76 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-44295806-c9c9-47dc-af4c-c740985756d6 login: 2018-08-30 09:10:49,754 - paramiko.transport - DEBUG - starting thread (client mode): 0xd3165890L 2018-08-30 09:10:49,754 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-30 09:10:49,754 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-30 09:10:49,755 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-30 09:10:49,756 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-30 09:10:49,756 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-30 09:10:49,756 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-30 09:10:49,756 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-30 09:10:49,756 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-30 09:10:49,756 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-30 09:10:49,774 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-30 09:10:49,774 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-30 09:10:49,786 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 352941fe218d338cd3c1c0273f7a0fc0 2018-08-30 09:10:49,787 - paramiko.transport - DEBUG - Trying discovered key d6f8bd20cb85527ae94bcb015c702e02 in /tmp/tmpMb3jvF 2018-08-30 09:10:49,812 - paramiko.transport - DEBUG - userauth is OK 2018-08-30 09:10:49,818 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-30 09:10:49,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-30 09:10:49,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"volumeAttachment": {"volumeId": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}}' 2018-08-30 09:10:51,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-7fe79777-c10f-4e19-b8ac-4a84e056fdf1 x-compute-request-id: req-7fe79777-c10f-4e19-b8ac-4a84e056fdf1 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "8d04706a-c41f-4f99-a554-2850938ef504", "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "volumeId": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}} 2018-08-30 09:10:51,622 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/os-volume_attachments used request id req-7fe79777-c10f-4e19-b8ac-4a84e056fdf1 2018-08-30 09:10:51,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.80273318291s 2018-08-30 09:10:51,623 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/os-volume_attachments used request id req-7fe79777-c10f-4e19-b8ac-4a84e056fdf1 2018-08-30 09:10:51,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:10:51,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:51,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10:51 GMT Server: Apache x-compute-request-id: req-3a4645f1-aa53-4b11-9125-98ecc05c32c8 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a4645f1-aa53-4b11-9125-98ecc05c32c8 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:51.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:10:51,679 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-3a4645f1-aa53-4b11-9125-98ecc05c32c8 2018-08-30 09:10:51,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0555448532104s 2018-08-30 09:10:51,679 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-3a4645f1-aa53-4b11-9125-98ecc05c32c8 2018-08-30 09:10:51,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:53,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:10:53,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:53,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10:53 GMT Server: Apache x-compute-request-id: req-5da3f28c-4297-4861-b9b2-c3c6ebac394f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5da3f28c-4297-4861-b9b2-c3c6ebac394f Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:51.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:10:53,741 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-5da3f28c-4297-4861-b9b2-c3c6ebac394f 2018-08-30 09:10:53,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0579500198364s 2018-08-30 09:10:53,742 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-5da3f28c-4297-4861-b9b2-c3c6ebac394f 2018-08-30 09:10:53,743 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:10:55,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:10:55,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:56,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10:55 GMT Server: Apache x-compute-request-id: req-1d59bbfc-384e-4b21-887f-75be3bd2dec0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1d59bbfc-384e-4b21-887f-75be3bd2dec0 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [{"server_id": "8d04706a-c41f-4f99-a554-2850938ef504", "attachment_id": "e7ef70d0-9726-484e-891e-1eb63454a056", "attached_at": "2018-08-30T09:10:55.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "device": "/dev/vdb", "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:56.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:10:56,699 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-1d59bbfc-384e-4b21-887f-75be3bd2dec0 2018-08-30 09:10:56,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.953717947006s 2018-08-30 09:10:56,699 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-1d59bbfc-384e-4b21-887f-75be3bd2dec0 2018-08-30 09:10:56,702 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-30 09:10:56,703 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-30 09:10:56,703 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-30 09:10:56,707 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-30 09:10:56,775 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-30 09:10:56,775 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-30 09:10:56,776 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-30 09:10:56,777 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-30 09:10:56,816 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-30 09:10:56,816 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-30 09:10:56,842 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-30 09:10:57,597 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-30 09:10:57,597 - 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: 51f9c730-9e58-4c49-8872-36d9c03bcda0 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-08-30 09:10:57,598 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-30 09:10:57,599 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-30 09:10:57,599 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-30 09:10:57,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-30 09:10:57,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/os-volume_attachments/0f390553-fb13-435e-a8b7-adb0bd9e9e08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:58,194 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:10: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-1520c0d6-e43d-4e26-82ae-422e004e52e1 x-compute-request-id: req-1520c0d6-e43d-4e26-82ae-422e004e52e1 Content-Length: 0 Content-Type: application/json 2018-08-30 09:10:58,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/os-volume_attachments/0f390553-fb13-435e-a8b7-adb0bd9e9e08 used request id req-1520c0d6-e43d-4e26-82ae-422e004e52e1 2018-08-30 09:10:58,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.594693899155s 2018-08-30 09:10:58,195 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504/os-volume_attachments/0f390553-fb13-435e-a8b7-adb0bd9e9e08 used request id req-1520c0d6-e43d-4e26-82ae-422e004e52e1 2018-08-30 09:10:58,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:10:58,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:10:59,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:10:58 GMT Server: Apache x-compute-request-id: req-c602ba53-7e42-4ea0-a1f5-b992b0e37dee OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c602ba53-7e42-4ea0-a1f5-b992b0e37dee Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [{"server_id": "8d04706a-c41f-4f99-a554-2850938ef504", "attachment_id": "e7ef70d0-9726-484e-891e-1eb63454a056", "attached_at": "2018-08-30T09:10:55.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "device": "/dev/vdb", "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:58.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:10:59,304 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-c602ba53-7e42-4ea0-a1f5-b992b0e37dee 2018-08-30 09:10:59,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.10896801949s 2018-08-30 09:10:59,305 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-c602ba53-7e42-4ea0-a1f5-b992b0e37dee 2018-08-30 09:10:59,306 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:01,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:01,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:01,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:01 GMT Server: Apache x-compute-request-id: req-a56861a1-a072-4205-8a76-d93b01180f87 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a56861a1-a072-4205-8a76-d93b01180f87 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:10:59.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:01,359 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-a56861a1-a072-4205-8a76-d93b01180f87 2018-08-30 09:11:01,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0493261814117s 2018-08-30 09:11:01,359 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-a56861a1-a072-4205-8a76-d93b01180f87 2018-08-30 09:11:01,360 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-30 09:11:01,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-30 09:11:01,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"volumeAttachment": {"volumeId": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}}' 2018-08-30 09:11:02,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11: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-3a4a70d6-fd9c-4794-a0ca-72d73e5fb86d x-compute-request-id: req-3a4a70d6-fd9c-4794-a0ca-72d73e5fb86d Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "volumeId": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}} 2018-08-30 09:11:02,267 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/os-volume_attachments used request id req-3a4a70d6-fd9c-4794-a0ca-72d73e5fb86d 2018-08-30 09:11:02,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 0.906649112701s 2018-08-30 09:11:02,268 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/os-volume_attachments used request id req-3a4a70d6-fd9c-4794-a0ca-72d73e5fb86d 2018-08-30 09:11:02,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:02,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:02,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:02 GMT Server: Apache x-compute-request-id: req-753d99cb-4c20-4ebe-9422-5c744c0a64de OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-753d99cb-4c20-4ebe-9422-5c744c0a64de Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:02.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:02,324 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-753d99cb-4c20-4ebe-9422-5c744c0a64de 2018-08-30 09:11:02,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0552899837494s 2018-08-30 09:11:02,324 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-753d99cb-4c20-4ebe-9422-5c744c0a64de 2018-08-30 09:11:02,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:04,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:04,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:04,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:04 GMT Server: Apache x-compute-request-id: req-2d6fdda2-f81f-4356-bb9a-dcf99554feef OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2d6fdda2-f81f-4356-bb9a-dcf99554feef Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:04.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:04,382 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-2d6fdda2-f81f-4356-bb9a-dcf99554feef 2018-08-30 09:11:04,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0545339584351s 2018-08-30 09:11:04,382 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-2d6fdda2-f81f-4356-bb9a-dcf99554feef 2018-08-30 09:11:04,384 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:06,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:06,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:06,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:06 GMT Server: Apache x-compute-request-id: req-a6447a4f-110b-47c0-91d3-96fe65b4259a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a6447a4f-110b-47c0-91d3-96fe65b4259a Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [{"server_id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "attachment_id": "3c3c351c-dc80-427f-b941-a5be93ad35ed", "attached_at": "2018-08-30T09:11:04.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "device": "/dev/vdb", "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:05.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:06,443 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-a6447a4f-110b-47c0-91d3-96fe65b4259a 2018-08-30 09:11:06,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0565891265869s 2018-08-30 09:11:06,444 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-a6447a4f-110b-47c0-91d3-96fe65b4259a 2018-08-30 09:11:06,446 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-30 09:11:06,449 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-30 09:11:06,449 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-30 09:11:06,451 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-30 09:11:06,520 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-30 09:11:06,521 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-30 09:11:06,521 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-30 09:11:06,522 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-30 09:11:06,560 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-30 09:11:06,560 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-30 09:11:06,587 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-30 09:11:06,612 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-30 09:11:06,612 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-30 09:11:06,613 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-30 09:11:06,614 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-30 09:11:06,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-30 09:11:06,615 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-30 09:11:06,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/os-volume_attachments/0f390553-fb13-435e-a8b7-adb0bd9e9e08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:07,259 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:11: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-fd97f3fd-04ad-4418-89a1-a9f3afde2725 x-compute-request-id: req-fd97f3fd-04ad-4418-89a1-a9f3afde2725 Content-Length: 0 Content-Type: application/json 2018-08-30 09:11:07,259 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/os-volume_attachments/0f390553-fb13-435e-a8b7-adb0bd9e9e08 used request id req-fd97f3fd-04ad-4418-89a1-a9f3afde2725 2018-08-30 09:11:07,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.644463062286s 2018-08-30 09:11:07,259 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba/os-volume_attachments/0f390553-fb13-435e-a8b7-adb0bd9e9e08 used request id req-fd97f3fd-04ad-4418-89a1-a9f3afde2725 2018-08-30 09:11:07,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:07,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:07,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:07 GMT Server: Apache x-compute-request-id: req-9f5b2333-aa8d-4bb9-be49-e78c19a4fd51 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-9f5b2333-aa8d-4bb9-be49-e78c19a4fd51 Content-Encoding: gzip Content-Length: 571 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [{"server_id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "attachment_id": "3c3c351c-dc80-427f-b941-a5be93ad35ed", "attached_at": "2018-08-30T09:11:04.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "device": "/dev/vdb", "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08"}], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:07.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:07,316 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-9f5b2333-aa8d-4bb9-be49-e78c19a4fd51 2018-08-30 09:11:07,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0562698841095s 2018-08-30 09:11:07,316 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-9f5b2333-aa8d-4bb9-be49-e78c19a4fd51 2018-08-30 09:11:07,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:09,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:09,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:09,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:09 GMT Server: Apache x-compute-request-id: req-934c50e0-d7c8-4c94-87f7-3618ebdc11a3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-934c50e0-d7c8-4c94-87f7-3618ebdc11a3 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:07.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:09,371 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-934c50e0-d7c8-4c94-87f7-3618ebdc11a3 2018-08-30 09:11:09,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0507199764252s 2018-08-30 09:11:09,372 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-934c50e0-d7c8-4c94-87f7-3618ebdc11a3 2018-08-30 09:11:09,496 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:11:09,497 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:20 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-30 09:11:09,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:11:09,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:09,658 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:11:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-375c5103-e031-48e1-872d-3a36a9e4ee8d x-compute-request-id: req-375c5103-e031-48e1-872d-3a36a9e4ee8d Content-Type: application/json 2018-08-30 09:11:09,658 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba used request id req-375c5103-e031-48e1-872d-3a36a9e4ee8d 2018-08-30 09:11:09,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.155842065811s 2018-08-30 09:11:09,658 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba used request id req-375c5103-e031-48e1-872d-3a36a9e4ee8d 2018-08-30 09:11:09,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:11:09,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:09,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11: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-305fe9c5-b843-4a92-8a50-963e16e3c26c x-compute-request-id: req-305fe9c5-b843-4a92-8a50-963e16e3c26c Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:37.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:37Z", "hostId": "34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:b5:46", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/15f5c046-ce0f-45d5-9ea8-130c02418fba", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:07.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "15f5c046-ce0f-45d5-9ea8-130c02418fba", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:11:09Z", "hostId": "f50af48bd298dd2e21d5974f665cf74d4181c9a56b6eaaf448f30793", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm2_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:00Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:11:09,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-305fe9c5-b843-4a92-8a50-963e16e3c26c 2018-08-30 09:11:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201884031296s 2018-08-30 09:11:09,861 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-305fe9c5-b843-4a92-8a50-963e16e3c26c 2018-08-30 09:11:09,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:11,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:11:11,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:12,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11: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-000f0130-09ac-4d1e-ae64-eeee79d3a902 x-compute-request-id: req-000f0130-09ac-4d1e-ae64-eeee79d3a902 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:37.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:10:37Z", "hostId": "34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:11:12,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-000f0130-09ac-4d1e-ae64-eeee79d3a902 2018-08-30 09:11:12,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.179964065552s 2018-08-30 09:11:12,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-000f0130-09ac-4d1e-ae64-eeee79d3a902 2018-08-30 09:11:12,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-30 09:11:12,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/1631a0f4-2fed-4a34-bfe5-792cd9fb36d8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:12,892 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28050fa4-9cb1-47e6-aa94-ada0b98b8fc7 Content-Length: 0 Date: Thu, 30 Aug 2018 09:11:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:11:12,892 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/1631a0f4-2fed-4a34-bfe5-792cd9fb36d8.json used request id req-28050fa4-9cb1-47e6-aa94-ada0b98b8fc7 2018-08-30 09:11:12,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.841758966446s 2018-08-30 09:11:12,892 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/1631a0f4-2fed-4a34-bfe5-792cd9fb36d8.json used request id req-28050fa4-9cb1-47e6-aa94-ada0b98b8fc7 2018-08-30 09:11:12,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:11:12,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:12,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-6edc1156-82f1-41ae-9441-f7572df83ccf Date: Thu, 30 Aug 2018 09:11:12 GMT RESP BODY: {"floatingips": [{"router_id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-30T09:10:39Z", "floating_network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "c4dc8e88-c89a-4376-ba17-892a14d770a9", "id": "9db0b2cd-6ae1-4746-9d75-2f541a26cae5", "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:10:39Z", "project_id": "f5ac0159655b465b892022247b8fd545"}]} 2018-08-30 09:11:12,959 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6edc1156-82f1-41ae-9441-f7572df83ccf 2018-08-30 09:11:12,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0614972114563s 2018-08-30 09:11:12,959 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-6edc1156-82f1-41ae-9441-f7572df83ccf 2018-08-30 09:11:12,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:12,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:13,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:12 GMT Server: Apache x-compute-request-id: req-fdcbc645-6f8a-442d-bbd3-438d674fb114 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-fdcbc645-6f8a-442d-bbd3-438d674fb114 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:07.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:13,019 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-fdcbc645-6f8a-442d-bbd3-438d674fb114 2018-08-30 09:11:13,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0550498962402s 2018-08-30 09:11:13,019 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-fdcbc645-6f8a-442d-bbd3-438d674fb114 2018-08-30 09:11:13,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-30 09:11:13,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:13,104 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:11:13 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e7976e2d-29b9-4d74-81b7-43ee9e6ed940 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-08-30 09:11:13,104 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08 used request id req-e7976e2d-29b9-4d74-81b7-43ee9e6ed940 2018-08-30 09:11:13,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0834200382233s 2018-08-30 09:11:13,105 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08 used request id req-e7976e2d-29b9-4d74-81b7-43ee9e6ed940 2018-08-30 09:11:13,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:13,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:13,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:13 GMT Server: Apache x-compute-request-id: req-e032e1f2-58b7-40f6-88bf-2686ad6f9083 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-e032e1f2-58b7-40f6-88bf-2686ad6f9083 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "self"}, {"href": "http://172.30.9.22:8776/f5ac0159655b465b892022247b8fd545/volumes/0f390553-fb13-435e-a8b7-adb0bd9e9e08", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-30T09:10:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "f5ac0159655b465b892022247b8fd545", "updated_at": "2018-08-30T09:11:13.000000", "volume_type": null, "name": "cinder_test-volume_44295806-c9c9-47dc-af4c-c740985756d6", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "0f390553-fb13-435e-a8b7-adb0bd9e9e08", "size": 2}]} 2018-08-30 09:11:13,185 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-e032e1f2-58b7-40f6-88bf-2686ad6f9083 2018-08-30 09:11:13,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0804870128632s 2018-08-30 09:11:13,186 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-e032e1f2-58b7-40f6-88bf-2686ad6f9083 2018-08-30 09:11:13,187 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:15,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-30 09:11:15,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:15,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:15 GMT Server: Apache x-compute-request-id: req-2a75e036-4193-46c7-af20-1c2d42a9695c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a75e036-4193-46c7-af20-1c2d42a9695c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-30 09:11:15,228 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-2a75e036-4193-46c7-af20-1c2d42a9695c 2018-08-30 09:11:15,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0384259223938s 2018-08-30 09:11:15,228 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/f5ac0159655b465b892022247b8fd545/volumes/detail used request id req-2a75e036-4193-46c7-af20-1c2d42a9695c 2018-08-30 09:11:15,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-30 09:11:15,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/9db0b2cd-6ae1-4746-9d75-2f541a26cae5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:16,299 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-654b719b-1f13-4cd6-86aa-03c176cc7cc2 Content-Length: 0 Date: Thu, 30 Aug 2018 09:11:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:11:16,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/9db0b2cd-6ae1-4746-9d75-2f541a26cae5.json used request id req-654b719b-1f13-4cd6-86aa-03c176cc7cc2 2018-08-30 09:11:16,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.06814408302s 2018-08-30 09:11:16,300 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/9db0b2cd-6ae1-4746-9d75-2f541a26cae5.json used request id req-654b719b-1f13-4cd6-86aa-03c176cc7cc2 2018-08-30 09:11:16,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-30 09:11:16,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:16,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-77dc615b-7212-4d8b-ac06-4ecd7193a84b Date: Thu, 30 Aug 2018 09:11:16 GMT RESP BODY: {"floatingips": []} 2018-08-30 09:11:16,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-77dc615b-7212-4d8b-ac06-4ecd7193a84b 2018-08-30 09:11:16,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0463042259216s 2018-08-30 09:11:16,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-77dc615b-7212-4d8b-ac06-4ecd7193a84b 2018-08-30 09:11:16,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-30 09:11:16,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:16,534 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:11: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-59a66e7b-415f-4d98-a5e1-b1277b47a4e1 x-compute-request-id: req-59a66e7b-415f-4d98-a5e1-b1277b47a4e1 Content-Type: application/json 2018-08-30 09:11:16,534 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504 used request id req-59a66e7b-415f-4d98-a5e1-b1277b47a4e1 2018-08-30 09:11:16,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.181925058365s 2018-08-30 09:11:16,534 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504 used request id req-59a66e7b-415f-4d98-a5e1-b1277b47a4e1 2018-08-30 09:11:16,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:11:16,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:16,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11: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-26fe8f5d-54eb-4fc6-b977-b80afd4fb51c x-compute-request-id: req-26fe8f5d-54eb-4fc6-b977-b80afd4fb51c Content-Encoding: gzip Content-Length: 772 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7b:9d:7b", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8d04706a-c41f-4f99-a554-2850938ef504", "rel": "bookmark"}], "image": {"id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "links": [{"href": "http://172.30.9.22:8774/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-30T09:10:37.000000", "flavor": {"id": "c73d8425-e1d0-4381-b1fb-d2b521398205", "links": [{"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "bookmark"}]}, "id": "8d04706a-c41f-4f99-a554-2850938ef504", "security_groups": [{"name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}], "user_id": "aa53ae6a93684bffbb222ef78aa590b1", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-30T09:11:16Z", "hostId": "34a7a22aa2e33a39ea80769d2010b57429e1f147fb9210f4d3d86aba", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6", "name": "cinder_test-vm_44295806-c9c9-47dc-af4c-c740985756d6", "created": "2018-08-30T09:10:30Z", "tenant_id": "f5ac0159655b465b892022247b8fd545", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-30 09:11:16,973 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-26fe8f5d-54eb-4fc6-b977-b80afd4fb51c 2018-08-30 09:11:16,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438050985336s 2018-08-30 09:11:16,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-26fe8f5d-54eb-4fc6-b977-b80afd4fb51c 2018-08-30 09:11:16,975 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-30 09:11:18,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-30 09:11:18,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:19,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11: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 x-openstack-request-id: req-76d89782-6c64-4ada-b42f-a2aa36e3afca x-compute-request-id: req-76d89782-6c64-4ada-b42f-a2aa36e3afca Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-30 09:11:19,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76d89782-6c64-4ada-b42f-a2aa36e3afca 2018-08-30 09:11:19,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0696778297424s 2018-08-30 09:11:19,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76d89782-6c64-4ada-b42f-a2aa36e3afca 2018-08-30 09:11:19,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-30 09:11:19,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:19,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-5e35b268-8ba5-40ce-ae30-af2b85cbbe05 Date: Thu, 30 Aug 2018 09:11:19 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:57Z", "updated_at": "2018-08-30T09:09:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "4b76028d-56ff-40d3-8ea7-39b43a6cb58f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "8a536d36-1c7a-43ab-bddf-0c1ac8541600", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "e2821967-4c0d-403c-baad-4d6be6067210", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:57Z", "revision_number": 0, "id": "f6aa248b-bcd8-4714-8ed2-196336fc80be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:57Z", "security_group_id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 3, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "09e5de63-7497-4c7c-9d9c-ccddb709b218", "name": "cinder_test-sg_44295806-c9c9-47dc-af4c-c740985756d6"}, {"description": "Default security group", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:50Z", "updated_at": "2018-08-30T09:09:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "7f980948-8513-477d-8655-585437728be1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "8e4258ae-29cd-47ed-8d4f-a572315fd5ba", "remote_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "a074b97d-4933-4deb-86b2-cc116f8b51c3", "remote_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv4", "project_id": "f5ac0159655b465b892022247b8fd545"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-30T09:09:50Z", "revision_number": 0, "id": "a9c3ded6-e13a-425a-a638-5b5696385997", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-30T09:09:50Z", "security_group_id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "tenant_id": "f5ac0159655b465b892022247b8fd545", "port_range_min": null, "ethertype": "IPv6", "project_id": "f5ac0159655b465b892022247b8fd545"}], "revision_number": 1, "project_id": "f5ac0159655b465b892022247b8fd545", "id": "2274da17-cda5-4487-bc71-8bd6065fbcba", "name": "default"}]} 2018-08-30 09:11:19,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5e35b268-8ba5-40ce-ae30-af2b85cbbe05 2018-08-30 09:11:19,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0463120937347s 2018-08-30 09:11:19,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-5e35b268-8ba5-40ce-ae30-af2b85cbbe05 2018-08-30 09:11:19,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-30 09:11:19,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/09e5de63-7497-4c7c-9d9c-ccddb709b218.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:19,307 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ba2fd754-d566-4586-9c21-a8a8e05f82cd Content-Length: 0 Date: Thu, 30 Aug 2018 09:11:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:11:19,308 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/09e5de63-7497-4c7c-9d9c-ccddb709b218.json used request id req-ba2fd754-d566-4586-9c21-a8a8e05f82cd 2018-08-30 09:11:19,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.206506967545s 2018-08-30 09:11:19,308 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/09e5de63-7497-4c7c-9d9c-ccddb709b218.json used request id req-ba2fd754-d566-4586-9c21-a8a8e05f82cd 2018-08-30 09:11:19,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-30 09:11:19,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:19,363 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09:11: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-7094ff68-6807-42f6-ad42-91488dbefc34 x-compute-request-id: req-7094ff68-6807-42f6-ad42-91488dbefc34 Content-Length: 0 Content-Type: application/json 2018-08-30 09:11:19,363 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6 used request id req-7094ff68-6807-42f6-ad42-91488dbefc34 2018-08-30 09:11:19,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0542950630188s 2018-08-30 09:11:19,363 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_44295806-c9c9-47dc-af4c-c740985756d6 used request id req-7094ff68-6807-42f6-ad42-91488dbefc34 2018-08-30 09:11:19,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-30 09:11:19,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" -d '{"subnet_id": "a062a4c7-aaac-4f51-b5b1-36f5aff59b59"}' 2018-08-30 09:11:21,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d5ad0563-92bd-4ee2-8159-81dc61154fd5 Date: Thu, 30 Aug 2018 09:11:21 GMT RESP BODY: {"network_id": "3ee16ec5-ead4-4091-ac9e-456e10e8a95a", "tenant_id": "f5ac0159655b465b892022247b8fd545", "subnet_id": "a062a4c7-aaac-4f51-b5b1-36f5aff59b59", "subnet_ids": ["a062a4c7-aaac-4f51-b5b1-36f5aff59b59"], "port_id": "1e63f709-a1a9-492e-ad58-4194ca8d19f8", "id": "6ad49665-3e70-43c8-8845-3d0e111f3534"} 2018-08-30 09:11:21,173 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534/remove_router_interface.json used request id req-d5ad0563-92bd-4ee2-8159-81dc61154fd5 2018-08-30 09:11:21,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80925893784s 2018-08-30 09:11:21,173 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534/remove_router_interface.json used request id req-d5ad0563-92bd-4ee2-8159-81dc61154fd5 returning object 6ad49665-3e70-43c8-8845-3d0e111f3534 2018-08-30 09:11:21,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-30 09:11:21,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:21,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-fc319ffe-813c-4b6f-a65d-dd53ebaf0895 Date: Thu, 30 Aug 2018 09:11:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "1ae9a8e3-36aa-445e-9998-59dd3f01f05b", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "ab35bc92-1f74-4e24-a11f-68811c3cd092", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f5ac0159655b465b892022247b8fd545", "created_at": "2018-08-30T09:09:51Z", "admin_state_up": true, "updated_at": "2018-08-30T09:11:20Z", "revision_number": 4, "routes": [], "project_id": "f5ac0159655b465b892022247b8fd545", "id": "6ad49665-3e70-43c8-8845-3d0e111f3534", "name": "cinder_test-router_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:11:21,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fc319ffe-813c-4b6f-a65d-dd53ebaf0895 2018-08-30 09:11:21,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113587856293s 2018-08-30 09:11:21,288 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-fc319ffe-813c-4b6f-a65d-dd53ebaf0895 2018-08-30 09:11:21,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-30 09:11:21,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:22,608 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-09e6b759-ee0b-46df-8a36-dfab3919e63c Content-Length: 0 Date: Thu, 30 Aug 2018 09:11:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:11:22,609 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534.json used request id req-09e6b759-ee0b-46df-8a36-dfab3919e63c 2018-08-30 09:11:22,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31922984123s 2018-08-30 09:11:22,609 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/6ad49665-3e70-43c8-8845-3d0e111f3534.json used request id req-09e6b759-ee0b-46df-8a36-dfab3919e63c 2018-08-30 09:11:22,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-30 09:11:22,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:22,652 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3473a562-9ee5-4e62-ac82-ca9af7326aaa Date: Thu, 30 Aug 2018 09:11:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-30T09:09: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":"f5ac0159655b465b892022247b8fd545","id":"a062a4c7-aaac-4f51-b5b1-36f5aff59b59","subnetpool_id":null,"name":"cinder_test-subnet_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:11:22,652 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3473a562-9ee5-4e62-ac82-ca9af7326aaa 2018-08-30 09:11:22,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0424921512604s 2018-08-30 09:11:22,652 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3473a562-9ee5-4e62-ac82-ca9af7326aaa 2018-08-30 09:11:22,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-30 09:11:22,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/a062a4c7-aaac-4f51-b5b1-36f5aff59b59.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:23,816 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b391d805-6ec9-4f26-89d9-bbe87f85b7c7 Date: Thu, 30 Aug 2018 09:11:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:11:23,816 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a062a4c7-aaac-4f51-b5b1-36f5aff59b59.json used request id req-b391d805-6ec9-4f26-89d9-bbe87f85b7c7 2018-08-30 09:11:23,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.16255879402s 2018-08-30 09:11:23,817 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a062a4c7-aaac-4f51-b5b1-36f5aff59b59.json used request id req-b391d805-6ec9-4f26-89d9-bbe87f85b7c7 2018-08-30 09:11:23,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-30 09:11:23,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:23,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-33bfb41b-2e63-4026-a923-c13f75ac1041 Date: Thu, 30 Aug 2018 09:11:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ab35bc92-1f74-4e24-a11f-68811c3cd092"],"updated_at":"2018-08-30T09:02:48Z","tenant_id":"8729629bd2754da59e65d47c0e37abe8","created_at":"2018-08-30T09:02:44Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"8729629bd2754da59e65d47c0e37abe8","id":"1ae9a8e3-36aa-445e-9998-59dd3f01f05b","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-30T09:11:23Z","tenant_id":"f5ac0159655b465b892022247b8fd545","created_at":"2018-08-30T09:09:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f5ac0159655b465b892022247b8fd545","id":"3ee16ec5-ead4-4091-ac9e-456e10e8a95a","name":"cinder_test-net_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:11:23,915 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-33bfb41b-2e63-4026-a923-c13f75ac1041 2018-08-30 09:11:23,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0979630947113s 2018-08-30 09:11:23,915 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-33bfb41b-2e63-4026-a923-c13f75ac1041 2018-08-30 09:11:23,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-30 09:11:23,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/3ee16ec5-ead4-4091-ac9e-456e10e8a95a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:25,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-67789306-4ce2-4979-ac3f-9bf7ccbfafb7 Date: Thu, 30 Aug 2018 09:11:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-30 09:11:25,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3ee16ec5-ead4-4091-ac9e-456e10e8a95a.json used request id req-67789306-4ce2-4979-ac3f-9bf7ccbfafb7 2018-08-30 09:11:25,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.19319796562s 2018-08-30 09:11:25,110 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3ee16ec5-ead4-4091-ac9e-456e10e8a95a.json used request id req-67789306-4ce2-4979-ac3f-9bf7ccbfafb7 2018-08-30 09:11:25,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-30 09:11:25,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:25,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-fcaa8c8b-fb75-48d1-aa53-2d40e7be10c7 Date: Thu, 30 Aug 2018 09:11:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-30T09:09:56Z", "file": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/file", "owner": "f5ac0159655b465b892022247b8fd545", "id": "62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "size": 12716032, "self": "/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://a44dac00-6371-4fa9-a12e-60b2dd3a43de/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_44295806-c9c9-47dc-af4c-c740985756d6", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-30T09:09:55Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-30 09:11:25,396 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fcaa8c8b-fb75-48d1-aa53-2d40e7be10c7 2018-08-30 09:11:25,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.281908035278s 2018-08-30 09:11:25,396 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fcaa8c8b-fb75-48d1-aa53-2d40e7be10c7 2018-08-30 09:11:25,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-30 09:11:25,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6f80bc20d92e433dc1ed8dd8b3130e20cf4a6595" 2018-08-30 09:11:26,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e333b36-47cc-470e-bef7-e26d45116336 Date: Thu, 30 Aug 2018 09:11:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-30 09:11:26,228 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660 used request id req-2e333b36-47cc-470e-bef7-e26d45116336 2018-08-30 09:11:26,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.830171108246s 2018-08-30 09:11:26,229 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/62a2b2d7-fb27-4e6f-9941-6bfba5e7d660 used request id req-2e333b36-47cc-470e-bef7-e26d45116336 2018-08-30 09:11:26,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-30 09:11:26,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:26,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09: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-80dfac9e-c070-485f-9f83-31b39b05c185 x-compute-request-id: req-80dfac9e-c070-485f-9f83-31b39b05c185 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_44295806-c9c9-47dc-af4c-c740985756d6", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205", "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": "c73d8425-e1d0-4381-b1fb-d2b521398205"}]} 2018-08-30 09:11:26,252 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-80dfac9e-c070-485f-9f83-31b39b05c185 2018-08-30 09:11:26,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225069522858s 2018-08-30 09:11:26,252 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-80dfac9e-c070-485f-9f83-31b39b05c185 2018-08-30 09:11:26,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-30 09:11:26,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:26,293 - keystoneauth.session - DEBUG - RESP: [202] Date: Thu, 30 Aug 2018 09: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 x-openstack-request-id: req-9871b29d-fd4b-42a9-bba7-51b7a144bd9b x-compute-request-id: req-9871b29d-fd4b-42a9-bba7-51b7a144bd9b Content-Length: 0 Content-Type: application/json 2018-08-30 09:11:26,293 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205 used request id req-9871b29d-fd4b-42a9-bba7-51b7a144bd9b 2018-08-30 09:11:26,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0394899845123s 2018-08-30 09:11:26,294 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c73d8425-e1d0-4381-b1fb-d2b521398205 used request id req-9871b29d-fd4b-42a9-bba7-51b7a144bd9b 2018-08-30 09:11:26,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:11:26,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:26,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f3ca2f-4aec-459f-95dc-11ce1c2eb501 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/0142d93c93ae477e9e077434b4eb045b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0142d93c93ae477e9e077434b4eb045b", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/105748ed841b462685f0d06ac0e39f72"}, "domain_id": "default", "enabled": true, "options": {}, "id": "105748ed841b462685f0d06ac0e39f72", "email": "nova@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/3ff79f0400da4e288c8fe926b9341733"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3ff79f0400da4e288c8fe926b9341733", "email": "admin@example.com", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/4508105ffbcd4e129157ddb1c7fc8787"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4508105ffbcd4e129157ddb1c7fc8787", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/5d07ccdbce1b4688876960908c6b951f"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5d07ccdbce1b4688876960908c6b951f", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/5fe8f42ecd9b42ba8f3271b0a2afb3e6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5fe8f42ecd9b42ba8f3271b0a2afb3e6", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/8990462e073f46a69f214a5525ce3397"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8990462e073f46a69f214a5525ce3397", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6", "links": {"self": "http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "aa53ae6a93684bffbb222ef78aa590b1", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/cce7a694ae014269a52bc066f31accea"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cce7a694ae014269a52bc066f31accea", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/d493470c03564c6abfc1bd6c2d6b359f"}, "domain_id": "7a8eed0a1e274483943ceaab7f507299", "enabled": true, "options": {}, "id": "d493470c03564c6abfc1bd6c2d6b359f", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/d5bbcfe81e234a88a1e4fc5c2a07ec02"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d5bbcfe81e234a88a1e4fc5c2a07ec02", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/e646802bea2b4032a7677b41ba2a4213"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e646802bea2b4032a7677b41ba2a4213", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/f8a237a9fd3f43fa9412479b99e8dbd3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f8a237a9fd3f43fa9412479b99e8dbd3", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/f9407e0bec35496dbf4f23e4f480cca6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9407e0bec35496dbf4f23e4f480cca6", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/f9facce71c1b4ba1a40dac26214b1bde"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f9facce71c1b4ba1a40dac26214b1bde", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-30 09:11:26,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-70f3ca2f-4aec-459f-95dc-11ce1c2eb501 2018-08-30 09:11:26,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.29940199852s 2018-08-30 09:11:26,594 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-70f3ca2f-4aec-459f-95dc-11ce1c2eb501 2018-08-30 09:11:26,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-30 09:11:26,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:26,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4ca7309-a924-4b27-9343-4a6a10995449 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_44295806-c9c9-47dc-af4c-c740985756d6", "links": {"self": "http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "aa53ae6a93684bffbb222ef78aa590b1", "description": null}} 2018-08-30 09:11:26,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1 used request id req-f4ca7309-a924-4b27-9343-4a6a10995449 2018-08-30 09:11:26,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.189816951752s 2018-08-30 09:11:26,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1 used request id req-f4ca7309-a924-4b27-9343-4a6a10995449 2018-08-30 09:11:26,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-30 09:11:26,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:27,068 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:11:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f7f7a883-d5a2-4255-bcaa-aea9a5084130 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:11:27,068 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1 used request id req-f7f7a883-d5a2-4255-bcaa-aea9a5084130 2018-08-30 09:11:27,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.276985883713s 2018-08-30 09:11:27,069 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/aa53ae6a93684bffbb222ef78aa590b1 used request id req-f7f7a883-d5a2-4255-bcaa-aea9a5084130 2018-08-30 09:11:27,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-30 09:11:27,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:27,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-878bdcac-0858-45d0-b3a3-90922f383696 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/8729629bd2754da59e65d47c0e37abe8"}, "tags": [], "enabled": true, "id": "8729629bd2754da59e65d47c0e37abe8", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/f43bf52986b74b40be2254c0cc19dd66"}, "tags": [], "enabled": true, "id": "f43bf52986b74b40be2254c0cc19dd66", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545"}, "tags": [], "enabled": true, "id": "f5ac0159655b465b892022247b8fd545", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_44295806-c9c9-47dc-af4c-c740985756d6"}]} 2018-08-30 09:11:27,268 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-878bdcac-0858-45d0-b3a3-90922f383696 2018-08-30 09:11:27,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192809104919s 2018-08-30 09:11:27,268 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-878bdcac-0858-45d0-b3a3-90922f383696 2018-08-30 09:11:27,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-30 09:11:27,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}24cfe56e782b1e2ccf9fdb58533d85b4eb7bff6a" 2018-08-30 09:11:27,528 - keystoneauth.session - DEBUG - RESP: [204] Date: Thu, 30 Aug 2018 09:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1caef09d-6f98-433a-9ede-056504e761d8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-30 09:11:27,528 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545 used request id req-1caef09d-6f98-433a-9ede-056504e761d8 2018-08-30 09:11:27,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.255141019821s 2018-08-30 09:11:27,529 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/f5ac0159655b465b892022247b8fd545 used request id req-1caef09d-6f98-433a-9ede-056504e761d8 2018-08-30 09:11:27,583 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-30 09:11:27,711 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-30 09:11:27,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-30 09:11:27,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-30 09:11:27,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:11:27,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0d64735-4cb9-480f-9bed-9d2ccc1ba73e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-30 09:11:27,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f0d64735-4cb9-480f-9bed-9d2ccc1ba73e 2018-08-30 09:11:27,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-30 09:11:28,127 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "fbad562e049b4c06b05f4d638724a519", "name": "admin"}, {"id": "7f3211e4373f4e319084180a63f337ce", "name": "member"}, {"id": "4bc2c1c062c347ae9d3f6d6b56cf8517", "name": "reader"}], "expires_at": "2018-08-30T10:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f43bf52986b74b40be2254c0cc19dd66", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c9a507455bb74209acf2d064bfe9b13b"}], "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"url": "http://192.30.9.5:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "85035d570d2d42ae942584a68110fca2"}, {"url": "http://172.30.9.22:8776/v2/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}], "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}], "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c9f96f75d09e4c299431639d8c2caa9a"}], "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f4dc38103d914f5085f5e26193975b21"}], "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}], "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "200fbd44c94e4461890c075fa1eda820"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d97bf31a027b46d3a4d9372197d1dd36"}], "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"endpoints": [{"url": "http://12.0.0.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"url": "http://172.30.9.22:8080/v1/AUTH_f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"url": "http://12.0.0.22:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7826ee3e5f6044efad760639d38d79cf"}], "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"url": "http://192.30.9.5:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b21b91447ff04db4bf51160597488ad1"}, {"url": "http://172.30.9.22:8776/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c178940c5133411caf0c29026db190d3"}], "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "232f750930ac4299af56b73452380121"}, {"url": "http://192.30.9.5:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"url": "http://172.30.9.22:8004/v1/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}], "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a2105247d62745059844e0c0f21c21f0"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}], "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "269e60d8a7c547888700595106976cb6"}, {"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6891c2b705a547fe96c775687b8132f9"}], "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"url": "http://172.30.9.22:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"url": "http://192.30.9.5:8776/v3/f43bf52986b74b40be2254c0cc19dd66", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d58cf6b7c75043088985df61f34425f2"}], "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "3ff79f0400da4e288c8fe926b9341733"}, "audit_ids": ["u22evwY8RIO5lWK2TJY8lA"], "issued_at": "2018-08-30T09:11:28.000000Z"}} 2018-08-30 09:11:28,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:11:28,135 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-86c2524f-1883-4065-9591-bb01029d5777 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-30 09:11:28,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-86c2524f-1883-4065-9591-bb01029d5777 2018-08-30 09:11:28,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-30 09:11:28,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-08-30 09:11:28,148 - keystoneauth.session - DEBUG - RESP: [300] Date: Thu, 30 Aug 2018 09:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6785b263-5057-46de-bda9-55930f654d4d Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.5:35357/v3/", "rel": "self"}]}]}} 2018-08-30 09:11:28,148 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-6785b263-5057-46de-bda9-55930f654d4d 2018-08-30 09:11:28,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6832359b8da3177abfad9f08ffc957d2e4674504" 2018-08-30 09:11:28,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6744e10e-56e9-4110-9ad7-598392d66fbf Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/06a20452a9a0442094467e0fe36646a0"}, "enabled": true, "type": "metering", "id": "06a20452a9a0442094467e0fe36646a0", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/0ca0727e14e74bed9bf471ba722447fc"}, "enabled": true, "type": "metric", "id": "0ca0727e14e74bed9bf471ba722447fc", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/1a485f420c874077b20c08153bd2fb39"}, "enabled": true, "type": "volumev2", "id": "1a485f420c874077b20c08153bd2fb39", "name": "cinderv2"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/2c135fc3322e4b03a2758ba0dd132ec8"}, "enabled": true, "type": "network", "id": "2c135fc3322e4b03a2758ba0dd132ec8", "name": "neutron"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5cef718b53c44a13871853c50fc9cf10"}, "enabled": true, "type": "event", "id": "5cef718b53c44a13871853c50fc9cf10", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5d7a2de828a5431ebc2c3b6ce9fe2864"}, "enabled": true, "type": "identity", "id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/5fa1311117184e948d1864e970437b28"}, "enabled": true, "type": "compute", "id": "5fa1311117184e948d1864e970437b28", "name": "nova"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7164cdd8815f4d118c147642f576a09d"}, "enabled": true, "type": "cloudformation", "id": "7164cdd8815f4d118c147642f576a09d", "name": "heat-cfn"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a6d41b1ad67848a999e8e57e9479fbbe"}, "enabled": true, "type": "object-store", "id": "a6d41b1ad67848a999e8e57e9479fbbe", "name": "swift"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a6e5572b3fbb4d96bac5cde42960daec"}, "enabled": true, "type": "volume", "id": "a6e5572b3fbb4d96bac5cde42960daec", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/c8aea4215467440693befc43a9916e5d"}, "enabled": true, "type": "orchestration", "id": "c8aea4215467440693befc43a9916e5d", "name": "heat"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/ca00d278b2e54e1ab55c6df33609ebec"}, "enabled": true, "type": "image", "id": "ca00d278b2e54e1ab55c6df33609ebec", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/d436f9a7cf8947f9a60945fd82343362"}, "enabled": true, "type": "placement", "id": "d436f9a7cf8947f9a60945fd82343362", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/e1246737b1874b73afa1a4c137d24fd7"}, "enabled": true, "type": "alarming", "id": "e1246737b1874b73afa1a4c137d24fd7", "name": "aodh"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/e981eabe9754458dbc4175426432d908"}, "enabled": true, "type": "volumev3", "id": "e981eabe9754458dbc4175426432d908", "name": "cinderv3"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-30 09:11:28,333 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-6744e10e-56e9-4110-9ad7-598392d66fbf 2018-08-30 09:11:28,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.194397926331s 2018-08-30 09:11:28,334 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-6744e10e-56e9-4110-9ad7-598392d66fbf 2018-08-30 09:11:28,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-30 09:11:28,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}6832359b8da3177abfad9f08ffc957d2e4674504" 2018-08-30 09:11:28,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Thu, 30 Aug 2018 09:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ad2cf4a8-9999-4d8c-b667-04815da01d6b Content-Encoding: gzip Content-Length: 1955 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1393f07071d64459bd4bc54f0787f4a9"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ca00d278b2e54e1ab55c6df33609ebec", "id": "1393f07071d64459bd4bc54f0787f4a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/13ae26a140e24b56bae66b30ce5e6145"}, "url": "http://12.0.0.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6d41b1ad67848a999e8e57e9479fbbe", "id": "13ae26a140e24b56bae66b30ce5e6145"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1408f86ef3b9426e9506997b402cdeda"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d436f9a7cf8947f9a60945fd82343362", "id": "1408f86ef3b9426e9506997b402cdeda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/200fbd44c94e4461890c075fa1eda820"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7164cdd8815f4d118c147642f576a09d", "id": "200fbd44c94e4461890c075fa1eda820"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/232f750930ac4299af56b73452380121"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c8aea4215467440693befc43a9916e5d", "id": "232f750930ac4299af56b73452380121"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/269e60d8a7c547888700595106976cb6"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d436f9a7cf8947f9a60945fd82343362", "id": "269e60d8a7c547888700595106976cb6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/43730c7927c2417ea341f7ff3f5ba9c0"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a6e5572b3fbb4d96bac5cde42960daec", "id": "43730c7927c2417ea341f7ff3f5ba9c0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/45725db9c0ae457d8af856341b9d1acb"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5cef718b53c44a13871853c50fc9cf10", "id": "45725db9c0ae457d8af856341b9d1acb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/46152d3fc575490a8356cf8f3d8efe45"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e1246737b1874b73afa1a4c137d24fd7", "id": "46152d3fc575490a8356cf8f3d8efe45"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/486f512d10ac4b16b7872d44c649cac9"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6d41b1ad67848a999e8e57e9479fbbe", "id": "486f512d10ac4b16b7872d44c649cac9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/53cc2ecdd0904446876b4cf16541711b"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0ca0727e14e74bed9bf471ba722447fc", "id": "53cc2ecdd0904446876b4cf16541711b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/59d6f802f2b746babade73752ffb9a6f"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e1246737b1874b73afa1a4c137d24fd7", "id": "59d6f802f2b746babade73752ffb9a6f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6891c2b705a547fe96c775687b8132f9"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d436f9a7cf8947f9a60945fd82343362", "id": "6891c2b705a547fe96c775687b8132f9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6ee84e4c500e4a7090a137868b63a12d"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1a485f420c874077b20c08153bd2fb39", "id": "6ee84e4c500e4a7090a137868b63a12d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/73bcce04e7694721a346a7b8d54fb6f0"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2c135fc3322e4b03a2758ba0dd132ec8", "id": "73bcce04e7694721a346a7b8d54fb6f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/777be63f0e1b4e08972e2afede3e71f7"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "id": "777be63f0e1b4e08972e2afede3e71f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7826ee3e5f6044efad760639d38d79cf"}, "url": "http://12.0.0.22:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6d41b1ad67848a999e8e57e9479fbbe", "id": "7826ee3e5f6044efad760639d38d79cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7a808526e2634f7fb1dbd7e8a9a440d0"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0ca0727e14e74bed9bf471ba722447fc", "id": "7a808526e2634f7fb1dbd7e8a9a440d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/84a20d9bbd0e4e338d34cfd19e514f6a"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5cef718b53c44a13871853c50fc9cf10", "id": "84a20d9bbd0e4e338d34cfd19e514f6a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/85035d570d2d42ae942584a68110fca2"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1a485f420c874077b20c08153bd2fb39", "id": "85035d570d2d42ae942584a68110fca2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8b3c35f387c246f891fd8b9aaea1eccd"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5fa1311117184e948d1864e970437b28", "id": "8b3c35f387c246f891fd8b9aaea1eccd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/8daf0f654fd9490e8795b98486bbb8e4"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c8aea4215467440693befc43a9916e5d", "id": "8daf0f654fd9490e8795b98486bbb8e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a2105247d62745059844e0c0f21c21f0"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ca00d278b2e54e1ab55c6df33609ebec", "id": "a2105247d62745059844e0c0f21c21f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b21b91447ff04db4bf51160597488ad1"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a6e5572b3fbb4d96bac5cde42960daec", "id": "b21b91447ff04db4bf51160597488ad1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ba1473e58e0242e38337ff5b66e54731"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "id": "ba1473e58e0242e38337ff5b66e54731"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bde50ae8399f44088f96f2cd21dd4b5a"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7164cdd8815f4d118c147642f576a09d", "id": "bde50ae8399f44088f96f2cd21dd4b5a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c178940c5133411caf0c29026db190d3"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a6e5572b3fbb4d96bac5cde42960daec", "id": "c178940c5133411caf0c29026db190d3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c201ca2a3c5c45e28ffc696faf5d1e6e"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e981eabe9754458dbc4175426432d908", "id": "c201ca2a3c5c45e28ffc696faf5d1e6e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c7fa9998ae3f4ccc829e0563e9448d30"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5fa1311117184e948d1864e970437b28", "id": "c7fa9998ae3f4ccc829e0563e9448d30"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c8eaa2fe76a146d5a7c747c07da29ca9"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c8aea4215467440693befc43a9916e5d", "id": "c8eaa2fe76a146d5a7c747c07da29ca9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9a507455bb74209acf2d064bfe9b13b"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0ca0727e14e74bed9bf471ba722447fc", "id": "c9a507455bb74209acf2d064bfe9b13b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/c9f96f75d09e4c299431639d8c2caa9a"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5cef718b53c44a13871853c50fc9cf10", "id": "c9f96f75d09e4c299431639d8c2caa9a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cbf7afc06c9f4aba9c24101db7d83dc1"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2c135fc3322e4b03a2758ba0dd132ec8", "id": "cbf7afc06c9f4aba9c24101db7d83dc1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cfd62492d4874f43a0e9d7e3bb16e588"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1a485f420c874077b20c08153bd2fb39", "id": "cfd62492d4874f43a0e9d7e3bb16e588"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d52ce25fb40d4b188cedd1145fc93b2d"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "e981eabe9754458dbc4175426432d908", "id": "d52ce25fb40d4b188cedd1145fc93b2d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d58cf6b7c75043088985df61f34425f2"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "e981eabe9754458dbc4175426432d908", "id": "d58cf6b7c75043088985df61f34425f2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d97bf31a027b46d3a4d9372197d1dd36"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7164cdd8815f4d118c147642f576a09d", "id": "d97bf31a027b46d3a4d9372197d1dd36"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/dbbba72276fc4a319ea3ea95e41d0df1"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2c135fc3322e4b03a2758ba0dd132ec8", "id": "dbbba72276fc4a319ea3ea95e41d0df1"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/de6a03cc01d743b3a5c2b1b33ca8a42e"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5fa1311117184e948d1864e970437b28", "id": "de6a03cc01d743b3a5c2b1b33ca8a42e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ed1d808e5a644f1d9cceaed9f404f0bb"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ca00d278b2e54e1ab55c6df33609ebec", "id": "ed1d808e5a644f1d9cceaed9f404f0bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f4dc38103d914f5085f5e26193975b21"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5d7a2de828a5431ebc2c3b6ce9fe2864", "id": "f4dc38103d914f5085f5e26193975b21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/f62aefcf1d7b455384faa49dc90b6b71"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "e1246737b1874b73afa1a4c137d24fd7", "id": "f62aefcf1d7b455384faa49dc90b6b71"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-30 09:11:28,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-ad2cf4a8-9999-4d8c-b667-04815da01d6b 2018-08-30 09:11:28,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.243938922882s 2018-08-30 09:11:28,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-ad2cf4a8-9999-4d8c-b667-04815da01d6b 2018-08-30 09:20:14,850 - xtesting.core.robotframework - INFO - ============================================================================== Basic & Neutron ============================================================================== Basic & Neutron.Basic ============================================================================== Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Restconf is OK. ============================================================================== Get Controller Modules :: Get the restconf modules, check 200 stat... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8181): Max retries exceeded with url: /restconf/modules (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Operation timed out',)) ------------------------------------------------------------------------------ Basic & Neutron.Basic.Restconf Modules :: Test suite to verify Res... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Basic | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin ============================================================================== Basic & Neutron.Neutron.Reachability ============================================================================== Get the complete list of networks :: Get the complete list of netw... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of subnets :: Get the complete list of subnets | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Get the complete list of ports :: Get the complete list of ports | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Reachability | FAIL | 3 critical tests, 0 passed, 3 failed 3 tests total, 0 passed, 3 failed ============================================================================== Basic & Neutron.Neutron.Networks :: Checking Network created in OpenStack a... ============================================================================== Check OpenStack Networks :: Checking OpenStack Neutron for known n... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight Networks :: Checking OpenDaylight Neutron API f... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create Network :: Create new network in OpenStack | PASS | ------------------------------------------------------------------------------ Check Network :: Check network created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/2ffe3143-0e4d-42fb-bd0e-e8b6752d6a40 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Networks :: Checking Network created in Op... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Subnets :: Checking Subnets created in OpenStack ar... ============================================================================== Check OpenStack Subnets :: Checking OpenStack Neutron for known su... | PASS | ------------------------------------------------------------------------------ Check OpenDaylight subnets :: Checking OpenDaylight Neutron API fo... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New subnet :: Create new subnet in OpenStack | PASS | ------------------------------------------------------------------------------ Check New subnet :: Check new subnet created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/0c8eb977-fa1a-4481-ae8c-eb66ae74cb8e (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Subnets :: Checking Subnets created in Ope... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStack are pus... ============================================================================== Check OpenStack ports :: Checking OpenStack Neutron for known ports | PASS | ------------------------------------------------------------------------------ Check OpenDaylight ports :: Checking OpenDaylight Neutron API for ... | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Create New Port :: Create new port in OpenStack | PASS | ------------------------------------------------------------------------------ Check New Port :: Check new port created in OpenDaylight | FAIL | ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/f22758af-c6a2-4d06-9a7f-07a34288ac57 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Ports :: Checking Port created in OpenStac... | FAIL | 4 critical tests, 2 passed, 2 failed 4 tests total, 2 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in OpenStack ... ============================================================================== Delete New Port :: Delete previously created port in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/f22758af-c6a2-4d06-9a7f-07a34288ac57 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Port Deleted :: Check port deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/f22758af-c6a2-4d06-9a7f-07a34288ac57 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Ports :: Checking Port deleted in O... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/ports/f22758af-c6a2-4d06-9a7f-07a34288ac57 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted in OpenS... ============================================================================== Delete New subnet :: Delete previously created subnet in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/0c8eb977-fa1a-4481-ae8c-eb66ae74cb8e (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check New subnet deleted :: Check subnet deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/0c8eb977-fa1a-4481-ae8c-eb66ae74cb8e (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Subnets :: Checking Subnets deleted... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/subnets/0c8eb977-fa1a-4481-ae8c-eb66ae74cb8e (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron.Delete Networks :: Checking Network deleted in Open... ============================================================================== Delete Network :: Delete network in OpenStack | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/2ffe3143-0e4d-42fb-bd0e-e8b6752d6a40 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Check Network deleted :: Check network deleted in OpenDaylight | FAIL | Parent suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/2ffe3143-0e4d-42fb-bd0e-e8b6752d6a40 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ------------------------------------------------------------------------------ Basic & Neutron.Neutron.Delete Networks :: Checking Network delete... | FAIL | Suite setup failed: ConnectionError: HTTPConnectionPool(host='192.30.9.5', port=8080): Max retries exceeded with url: /controller/nb/v2/neutron/networks/2ffe3143-0e4d-42fb-bd0e-e8b6752d6a40 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Basic & Neutron.Neutron :: Test suite for Neutron Plugin | FAIL | 21 critical tests, 6 passed, 15 failed 21 tests total, 6 passed, 15 failed ============================================================================== Basic & Neutron | FAIL | 22 critical tests, 6 passed, 16 failed 22 tests total, 6 passed, 16 failed ============================================================================== Output: /home/opnfv/functest/results/odl/output.xml 2018-08-30 09:20:14,877 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-30 09:20:15,017 - xtesting.core.robotframework - ERROR - Cannot parse results Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/robotframework.py", line 130, in run assert self.generate_report() == 0 AssertionError 2018-08-30 09:20:15,131 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-30 09:20:15,131 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 08:46 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-30 09:20:15,136 - xtesting.ci.run_tests - ERROR - The test case 'odl' failed. 2018-08-30 09:20:15,137 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:06 | PASS | | tenantnetwork1 | functest | healthcheck | 00:04 | 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:24 | PASS | | vping_ssh | functest | healthcheck | 00:48 | PASS | | vping_userdata | functest | healthcheck | 00:31 | PASS | | cinder_test | functest | healthcheck | 01:20 | PASS | | odl | functest | healthcheck | 08:46 | FAIL | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-30 09:20:15,150 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR