2018-09-02 22:41:38,429 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-278 | | 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-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 22:41:38,434 - 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.35,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.35:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=TPntfhbedea2frBWpt31VT4Zp 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=9507082a471041e1b312eed283ed6608 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.5 export SDN_CONTROLLER_PASSWORD=9ZgpFgHUfOD6cDlg2syW4PD3c export OS_REGION_NAME=regionOne 2018-09-02 22:41:38,435 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 22:41:38,436 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-09-02 22:41:38,473 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-02 22:41:38,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:41:38,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:41:38,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:41:38,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:41:38,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:41:38,575 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-02 22:41:38,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-02 22:41:38,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:41:38,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13a18f6b-921a-4d67-a8ee-521a11f5c43c 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:41:38,583 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-13a18f6b-921a-4d67-a8ee-521a11f5c43c 2018-09-02 22:41:38,583 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:41:39,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["XgHaHO8mT96oTulDlsM6DQ"], "issued_at": "2018-09-02T22:41:39.000000Z"}} 2018-09-02 22:41:39,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:40,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-de15b473-a9c7-46bd-99cf-bbc8b6dabf9d x-compute-request-id: req-de15b473-a9c7-46bd-99cf-bbc8b6dabf9d Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-02 22:41:40,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-aggregates used request id req-de15b473-a9c7-46bd-99cf-bbc8b6dabf9d 2018-09-02 22:41:40,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.49782013893s 2018-09-02 22:41:40,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-aggregates used request id req-de15b473-a9c7-46bd-99cf-bbc8b6dabf9d 2018-09-02 22:41:40,073 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-02 22:41:40,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:41:40,079 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 22:41:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f81f9bc5-7369-4ee7-b9a4-30fa723fda01 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.35:5000/v3/", "rel": "self"}]}]}} 2018-09-02 22:41:40,079 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-f81f9bc5-7369-4ee7-b9a4-30fa723fda01 2018-09-02 22:41:40,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:41:40,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:40,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb5decde-af1d-4bba-bc77-7240f59a6a1a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/5af5f54e28f24e6f92170b4e6f12376b"}, "tags": [], "enabled": true, "id": "5af5f54e28f24e6f92170b4e6f12376b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 22:41:40,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-cb5decde-af1d-4bba-bc77-7240f59a6a1a 2018-09-02 22:41:40,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.322057008743s 2018-09-02 22:41:40,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-cb5decde-af1d-4bba-bc77-7240f59a6a1a 2018-09-02 22:41:40,404 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'5af5f54e28f24e6f92170b4e6f12376b', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-02 22:41:40,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 22:41:40,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:40,684 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd2f7c53-5964-4e8e-95fd-2af7674fa1d6 Content-Encoding: gzip Content-Length: 1974 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/010cf99612604773bbf03a5ff0eb6f59"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9db84718835046799050140862bb160a", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0a04df86ee644fe4906bda6fb0f75543"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b834e72a41844c738d5e6d97bfb6c530", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0a34216a861f41458df688c3bcca73bf"}, "url": "http://172.30.9.35:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "84f95861f82941b19fec6ce96ad26ed6", "id": "0a34216a861f41458df688c3bcca73bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/0c94fbfe4f1344bd9bf8fe620e2b39b0"}, "url": "http://172.30.9.35:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1069dee7d9b241e184caf4458fa18e46"}, "url": "http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6cf71e7a3d634787a3ea1a2e3d87b913", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/164155804bc4404aa71e11826a97f93b"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "id": "164155804bc4404aa71e11826a97f93b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/17c129ec06a645fc8ae594ba56b080eb"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b834e72a41844c738d5e6d97bfb6c530", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1b47c66de0314084a677a8434a7f6372"}, "url": "http://172.30.9.35:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d4318dbfb01044e7ac72ea5be3ab6b43", "id": "1b47c66de0314084a677a8434a7f6372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/1fd8ec8c1a5c44d7be458b70a4248334"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d43610bb5b994773a662419e90d447e4", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2243e1435ebb4c2eb176d6978c32d2d0"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f7b32341bb8d471997f72e9aa7c8bb49", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/2dc848cec2294386b9f1d824d994030c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "id": "2dc848cec2294386b9f1d824d994030c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/32b1a480b3ad46d09d9986fc26f09704"}, "url": "http://12.0.0.38:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6cf71e7a3d634787a3ea1a2e3d87b913", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/3b1e0d2408764314869271354baf9374"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3adf41dba625458f8ead2d30bb4afd3e", "id": "3b1e0d2408764314869271354baf9374"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/423b304d934346ceb3798ec20a4e9d74"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9db84718835046799050140862bb160a", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/52bb430631d24bce9c7d5c8065a1790e"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d4318dbfb01044e7ac72ea5be3ab6b43", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/5994b69c53124cadbf61c891327d8b8f"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3adf41dba625458f8ead2d30bb4afd3e", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/603f279c0e1c426dbebf3ae796f97a2a"}, "url": "http://172.30.9.35:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6a4c7d09dd4e422c9fce5bce6a2ab29b"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c28b0550e3074155a665c42aa66c1b48", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/6b794d0d3c8c47cc94ac201d394db314"}, "url": "http://172.30.9.35:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "51cd9d756ca34056a9e9f8e8907c9851", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/74dcbcc6a3084bc6a9c7de587d2c3131"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f7b32341bb8d471997f72e9aa7c8bb49", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/8fcc5d1264964bb6ad16944fef175dd6"}, "url": "http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6cf71e7a3d634787a3ea1a2e3d87b913", "id": "8fcc5d1264964bb6ad16944fef175dd6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/9026e626340440508e0651b9ce97c2a5"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "id": "9026e626340440508e0651b9ce97c2a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/919521e97ca94da1a3321916a1013284"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c28b0550e3074155a665c42aa66c1b48", "id": "919521e97ca94da1a3321916a1013284"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/af5a93b4854142b39ac307f12ce10d60"}, "url": "http://172.30.9.35:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b834e72a41844c738d5e6d97bfb6c530", "id": "af5a93b4854142b39ac307f12ce10d60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b75c77a4054142aab02379f76a64a3e5"}, "url": "http://172.30.9.35:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a696f06085e347daa9a9d9f3319784e7", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/b93e6453914646eab0cba8f7866dc97a"}, "url": "http://172.30.9.35:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3adf41dba625458f8ead2d30bb4afd3e", "id": "b93e6453914646eab0cba8f7866dc97a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/bb7957c070574e75999ca9cfc2138635"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "id": "bb7957c070574e75999ca9cfc2138635"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/be19c49b54aa4aa6a8c5839372bc6a0e"}, "url": "http://172.30.9.35:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d43610bb5b994773a662419e90d447e4", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c15204f6e6cd48cf8c543aa61d0860b5"}, "url": "http://172.30.9.35:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9db84718835046799050140862bb160a", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/c315ba804e37430da2f88054a17e7d11"}, "url": "http://172.30.9.35:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "id": "c315ba804e37430da2f88054a17e7d11"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/cca4b53a4c804002a2f2d8a370d45acf"}, "url": "http://172.30.9.35:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f7b32341bb8d471997f72e9aa7c8bb49", "id": "cca4b53a4c804002a2f2d8a370d45acf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ce98ca7a965446edaa931be637f972f3"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "51cd9d756ca34056a9e9f8e8907c9851", "id": "ce98ca7a965446edaa931be637f972f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d285670fa3f24020b109a2e552baa921"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "84f95861f82941b19fec6ce96ad26ed6", "id": "d285670fa3f24020b109a2e552baa921"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/d7fcfcc06f34428fbab831fc270bd829"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a696f06085e347daa9a9d9f3319784e7", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e3c77a5927bc48ef979792a0c8413279"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "id": "e3c77a5927bc48ef979792a0c8413279"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e8a08098adfb44729c681169656429cb"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a696f06085e347daa9a9d9f3319784e7", "id": "e8a08098adfb44729c681169656429cb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/e991a00f9eec472c8256c27ffd76c8a7"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "84f95861f82941b19fec6ce96ad26ed6", "id": "e991a00f9eec472c8256c27ffd76c8a7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/eb8cd7d7aba34514b7b2ffdd55fccd17"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/ec608ccc6fcb459eabe88efd4c1d402b"}, "url": "http://172.30.9.35:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c28b0550e3074155a665c42aa66c1b48", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/f9e1ae81620142c4a02bec4703cf5d96"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d43610bb5b994773a662419e90d447e4", "id": "f9e1ae81620142c4a02bec4703cf5d96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fc6984c1b1084068bc2920bc1db3efda"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "51cd9d756ca34056a9e9f8e8907c9851", "id": "fc6984c1b1084068bc2920bc1db3efda"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.35:5000/v3/endpoints/fd86a09e16154464b199e59deb3591af"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d4318dbfb01044e7ac72ea5be3ab6b43", "id": "fd86a09e16154464b199e59deb3591af"}], "links": {"self": "http://172.30.9.35:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 22:41:40,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-cd2f7c53-5964-4e8e-95fd-2af7674fa1d6 2018-09-02 22:41:40,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.277294874191s 2018-09-02 22:41:40,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/endpoints used request id req-cd2f7c53-5964-4e8e-95fd-2af7674fa1d6 2018-09-02 22:41:40,692 - 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.35:5000/v3/endpoints/010cf99612604773bbf03a5ff0eb6f59'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9db84718835046799050140862bb160a', u'id': u'010cf99612604773bbf03a5ff0eb6f59'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0a04df86ee644fe4906bda6fb0f75543'}, 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'b834e72a41844c738d5e6d97bfb6c530', u'id': u'0a04df86ee644fe4906bda6fb0f75543'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0a34216a861f41458df688c3bcca73bf'}, u'url': u'http://172.30.9.35:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'84f95861f82941b19fec6ce96ad26ed6', u'id': u'0a34216a861f41458df688c3bcca73bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/0c94fbfe4f1344bd9bf8fe620e2b39b0'}, u'url': u'http://172.30.9.35:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f80c4cb4d5fb4afd8ab4e90ff41469b7', u'id': u'0c94fbfe4f1344bd9bf8fe620e2b39b0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/1069dee7d9b241e184caf4458fa18e46'}, u'url': u'http://172.30.9.35:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6cf71e7a3d634787a3ea1a2e3d87b913', u'id': u'1069dee7d9b241e184caf4458fa18e46'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/164155804bc4404aa71e11826a97f93b'}, 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'4f2f7ca5612b42b5b2b51f1bf3fd3e97', u'id': u'164155804bc4404aa71e11826a97f93b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/17c129ec06a645fc8ae594ba56b080eb'}, 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'b834e72a41844c738d5e6d97bfb6c530', u'id': u'17c129ec06a645fc8ae594ba56b080eb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/1b47c66de0314084a677a8434a7f6372'}, u'url': u'http://172.30.9.35:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd4318dbfb01044e7ac72ea5be3ab6b43', u'id': u'1b47c66de0314084a677a8434a7f6372'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/1fd8ec8c1a5c44d7be458b70a4248334'}, 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'd43610bb5b994773a662419e90d447e4', u'id': u'1fd8ec8c1a5c44d7be458b70a4248334'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/2243e1435ebb4c2eb176d6978c32d2d0'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f7b32341bb8d471997f72e9aa7c8bb49', u'id': u'2243e1435ebb4c2eb176d6978c32d2d0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/2dc848cec2294386b9f1d824d994030c'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd4b1c562e3d94fbda356cb6e1f25b2a9', u'id': u'2dc848cec2294386b9f1d824d994030c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/32b1a480b3ad46d09d9986fc26f09704'}, u'url': u'http://12.0.0.38:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6cf71e7a3d634787a3ea1a2e3d87b913', u'id': u'32b1a480b3ad46d09d9986fc26f09704'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/3b1e0d2408764314869271354baf9374'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3adf41dba625458f8ead2d30bb4afd3e', u'id': u'3b1e0d2408764314869271354baf9374'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/423b304d934346ceb3798ec20a4e9d74'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9db84718835046799050140862bb160a', u'id': u'423b304d934346ceb3798ec20a4e9d74'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/52bb430631d24bce9c7d5c8065a1790e'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd4318dbfb01044e7ac72ea5be3ab6b43', u'id': u'52bb430631d24bce9c7d5c8065a1790e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/5994b69c53124cadbf61c891327d8b8f'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3adf41dba625458f8ead2d30bb4afd3e', u'id': u'5994b69c53124cadbf61c891327d8b8f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/603f279c0e1c426dbebf3ae796f97a2a'}, u'url': u'http://172.30.9.35:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd4b1c562e3d94fbda356cb6e1f25b2a9', u'id': u'603f279c0e1c426dbebf3ae796f97a2a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6a4c7d09dd4e422c9fce5bce6a2ab29b'}, 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'c28b0550e3074155a665c42aa66c1b48', u'id': u'6a4c7d09dd4e422c9fce5bce6a2ab29b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/6b794d0d3c8c47cc94ac201d394db314'}, u'url': u'http://172.30.9.35:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'51cd9d756ca34056a9e9f8e8907c9851', u'id': u'6b794d0d3c8c47cc94ac201d394db314'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/74dcbcc6a3084bc6a9c7de587d2c3131'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f7b32341bb8d471997f72e9aa7c8bb49', u'id': u'74dcbcc6a3084bc6a9c7de587d2c3131'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/8fcc5d1264964bb6ad16944fef175dd6'}, u'url': u'http://12.0.0.38:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6cf71e7a3d634787a3ea1a2e3d87b913', u'id': u'8fcc5d1264964bb6ad16944fef175dd6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/9026e626340440508e0651b9ce97c2a5'}, 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'4f2f7ca5612b42b5b2b51f1bf3fd3e97', u'id': u'9026e626340440508e0651b9ce97c2a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/919521e97ca94da1a3321916a1013284'}, 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'c28b0550e3074155a665c42aa66c1b48', u'id': u'919521e97ca94da1a3321916a1013284'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/af5a93b4854142b39ac307f12ce10d60'}, u'url': u'http://172.30.9.35:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b834e72a41844c738d5e6d97bfb6c530', u'id': u'af5a93b4854142b39ac307f12ce10d60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/b75c77a4054142aab02379f76a64a3e5'}, u'url': u'http://172.30.9.35:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a696f06085e347daa9a9d9f3319784e7', u'id': u'b75c77a4054142aab02379f76a64a3e5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/b93e6453914646eab0cba8f7866dc97a'}, u'url': u'http://172.30.9.35:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3adf41dba625458f8ead2d30bb4afd3e', u'id': u'b93e6453914646eab0cba8f7866dc97a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/bb7957c070574e75999ca9cfc2138635'}, 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'f80c4cb4d5fb4afd8ab4e90ff41469b7', u'id': u'bb7957c070574e75999ca9cfc2138635'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/be19c49b54aa4aa6a8c5839372bc6a0e'}, u'url': u'http://172.30.9.35:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd43610bb5b994773a662419e90d447e4', u'id': u'be19c49b54aa4aa6a8c5839372bc6a0e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/c15204f6e6cd48cf8c543aa61d0860b5'}, u'url': u'http://172.30.9.35:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9db84718835046799050140862bb160a', u'id': u'c15204f6e6cd48cf8c543aa61d0860b5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/c315ba804e37430da2f88054a17e7d11'}, u'url': u'http://172.30.9.35:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4f2f7ca5612b42b5b2b51f1bf3fd3e97', u'id': u'c315ba804e37430da2f88054a17e7d11'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/cca4b53a4c804002a2f2d8a370d45acf'}, u'url': u'http://172.30.9.35:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f7b32341bb8d471997f72e9aa7c8bb49', u'id': u'cca4b53a4c804002a2f2d8a370d45acf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/ce98ca7a965446edaa931be637f972f3'}, 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'51cd9d756ca34056a9e9f8e8907c9851', u'id': u'ce98ca7a965446edaa931be637f972f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/d285670fa3f24020b109a2e552baa921'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'84f95861f82941b19fec6ce96ad26ed6', u'id': u'd285670fa3f24020b109a2e552baa921'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/d7fcfcc06f34428fbab831fc270bd829'}, 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'a696f06085e347daa9a9d9f3319784e7', u'id': u'd7fcfcc06f34428fbab831fc270bd829'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/e3c77a5927bc48ef979792a0c8413279'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd4b1c562e3d94fbda356cb6e1f25b2a9', u'id': u'e3c77a5927bc48ef979792a0c8413279'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/e8a08098adfb44729c681169656429cb'}, 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'a696f06085e347daa9a9d9f3319784e7', u'id': u'e8a08098adfb44729c681169656429cb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/e991a00f9eec472c8256c27ffd76c8a7'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'84f95861f82941b19fec6ce96ad26ed6', u'id': u'e991a00f9eec472c8256c27ffd76c8a7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/eb8cd7d7aba34514b7b2ffdd55fccd17'}, 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'f80c4cb4d5fb4afd8ab4e90ff41469b7', u'id': u'eb8cd7d7aba34514b7b2ffdd55fccd17'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/ec608ccc6fcb459eabe88efd4c1d402b'}, u'url': u'http://172.30.9.35:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c28b0550e3074155a665c42aa66c1b48', u'id': u'ec608ccc6fcb459eabe88efd4c1d402b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/f9e1ae81620142c4a02bec4703cf5d96'}, 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'd43610bb5b994773a662419e90d447e4', u'id': u'f9e1ae81620142c4a02bec4703cf5d96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/fc6984c1b1084068bc2920bc1db3efda'}, 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'51cd9d756ca34056a9e9f8e8907c9851', u'id': u'fc6984c1b1084068bc2920bc1db3efda'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.35:5000/v3/endpoints/fd86a09e16154464b199e59deb3591af'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd4318dbfb01044e7ac72ea5be3ab6b43', u'id': u'fd86a09e16154464b199e59deb3591af'})] 2018-09-02 22:41:40,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-02 22:41:40,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:40,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41: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-9c9bdbfe-8175-4dc7-bd79-68554c3f1fdd x-compute-request-id: req-9c9bdbfe-8175-4dc7-bd79-68554c3f1fdd Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-09-02 22:41:40,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/extensions used request id req-9c9bdbfe-8175-4dc7-bd79-68554c3f1fdd 2018-09-02 22:41:40,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.135740041733s 2018-09-02 22:41:40,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/extensions used request id req-9c9bdbfe-8175-4dc7-bd79-68554c3f1fdd 2018-09-02 22:41:40,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-02 22:41:40,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:42,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4d7f07ed-7f94-45c2-9526-e0e2a390b944 x-compute-request-id: req-4d7f07ed-7f94-45c2-9526-e0e2a390b944 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-02 22:41:42,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-floating-ip-pools used request id req-4d7f07ed-7f94-45c2-9526-e0e2a390b944 2018-09-02 22:41:42,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 2.13317298889s 2018-09-02 22:41:42,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-floating-ip-pools used request id req-4d7f07ed-7f94-45c2-9526-e0e2a390b944 2018-09-02 22:41:42,980 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-02 22:41:42,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 22:41:42,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:43,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2cad11f9-9270-4718-8c93-2947dcaaa4ca Date: Sun, 02 Sep 2018 22:41:43 GMT RESP BODY: {"floatingips": []} 2018-09-02 22:41:43,038 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-2cad11f9-9270-4718-8c93-2947dcaaa4ca 2018-09-02 22:41:43,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0522220134735s 2018-09-02 22:41:43,038 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-2cad11f9-9270-4718-8c93-2947dcaaa4ca 2018-09-02 22:41:43,038 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-02 22:41:43,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 22:41:43,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:43,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41: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-6a1156c5-8009-4cc8-ac47-f6370a2bb3ed x-compute-request-id: req-6a1156c5-8009-4cc8-ac47-f6370a2bb3ed Content-Encoding: gzip Content-Length: 722 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 155}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2357, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 158}, "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 22:41:43,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-6a1156c5-8009-4cc8-ac47-f6370a2bb3ed 2018-09-02 22:41:43,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.162024021149s 2018-09-02 22:41:43,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-hypervisors/detail used request id req-6a1156c5-8009-4cc8-ac47-f6370a2bb3ed 2018-09-02 22:41:43,202 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "pcid", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "acpi", "fma", "vme", "popcnt", "mmx", "osxsave", "cx8", "mce", "de", "rdtscp", "ht", "dca", "lahf_lm", "abm", "pdcm", "mca", "pdpe1gb", "apic", "sse", "f16c", "pse", "ds", "invtsc", "pni", "tm2", "avx2", "aes", "sse2", "ss", "ds_cpl", "arat", "bmi1", "bmi2", "ssse3", "fpu", "cx16", "pse36", "mtrr", "movbe", "rdrand", "x2apic"], "topology": {"cores": 4, "cells": 2, "threads": 2, "sockets": 1}}', u'free_disk_gb': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 155}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2357, 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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 158}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-09-02 22:41:43,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-02 22:41:43,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:43,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-59a0f95f-951c-4e84-892b-fa365e6559c8 x-compute-request-id: req-59a0f95f-951c-4e84-892b-fa365e6559c8 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-02 22:41:43,334 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-59a0f95f-951c-4e84-892b-fa365e6559c8 2018-09-02 22:41:43,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.131777048111s 2018-09-02 22:41:43,335 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-59a0f95f-951c-4e84-892b-fa365e6559c8 2018-09-02 22:41:43,335 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-02 22:41:43,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:41:43,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:43,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2aff6112-652c-4be0-89c7-82a4596eb8e1 Date: Sun, 02 Sep 2018 22:41:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:41:43,870 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2aff6112-652c-4be0-89c7-82a4596eb8e1 2018-09-02 22:41:43,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.534322977066s 2018-09-02 22:41:43,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-2aff6112-652c-4be0-89c7-82a4596eb8e1 2018-09-02 22:41:43,870 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T22:38:35Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'2cea22db-39be-4fdd-be77-f16eed333608', 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'e2b5b3c52f7a4dd4bdfa81fb09be38b2', u'created_at': u'2018-09-02T22:38:28Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2'})] 2018-09-02 22:41:43,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 22:41:43,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:44,868 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f4c6740b-e6ac-4856-b073-6d08d431b8bb Date: Sun, 02 Sep 2018 22:41:44 GMT RESP BODY: {"ports":[]} 2018-09-02 22:41:44,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json used request id req-f4c6740b-e6ac-4856-b073-6d08d431b8bb 2018-09-02 22:41:44,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.997700929642s 2018-09-02 22:41:44,869 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json used request id req-f4c6740b-e6ac-4856-b073-6d08d431b8bb 2018-09-02 22:41:44,869 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-02 22:41:44,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 22:41:44,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:45,070 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c0ed26ae-8ae8-47a9-bc49-4d6c841a416d Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "9507082a471041e1b312eed283ed6608"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "4276ce68323340a2aef54d4c8601def3"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608/users/4276ce68323340a2aef54d4c8601def3/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "4a903d2ad1554ec1a62f79e8eec82792"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/4a903d2ad1554ec1a62f79e8eec82792/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "17d370212feb4f15a26be5366f3168bc"}, "user": {"id": "586d1ce3d3174e9e9fa442d2c223c663"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/586d1ce3d3174e9e9fa442d2c223c663/roles/17d370212feb4f15a26be5366f3168bc"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "586d1ce3d3174e9e9fa442d2c223c663"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/586d1ce3d3174e9e9fa442d2c223c663/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "6f19d894049c4b74b4fe0f79d516f562"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/6f19d894049c4b74b4fe0f79d516f562/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "7327a960ccc84175b41495e42c2c6492"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/7327a960ccc84175b41495e42c2c6492/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "8cc8ba7e04204ff8937d8d36a64c7d5e"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/8cc8ba7e04204ff8937d8d36a64c7d5e/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "a252382468ea4a79a5325a461d23b3b9"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/a252382468ea4a79a5325a461d23b3b9/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "a5a64ee1705f48e7b6c24445f79f129c"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/a5a64ee1705f48e7b6c24445f79f129c/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "b54bd9ba790a4925825f668185ca6cab"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/b54bd9ba790a4925825f668185ca6cab/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "be0b1176f4db481092e68bb38ff3ded9"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/be0b1176f4db481092e68bb38ff3ded9/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "cca9c143ee1e413dba4ef0d8bab36995"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/cca9c143ee1e413dba4ef0d8bab36995/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "d8aa7de0004d434499565c2d9411d3bd"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/d8aa7de0004d434499565c2d9411d3bd/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"project": {"id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "f123cedbba6042edbd4208c3a5fc7c95"}, "links": {"assignment": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2/users/f123cedbba6042edbd4208c3a5fc7c95/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"domain": {"id": "5af5f54e28f24e6f92170b4e6f12376b"}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "db6913830a5245f3a2a8446764d9cac6"}, "links": {"assignment": "http://172.30.9.35:5000/v3/domains/5af5f54e28f24e6f92170b4e6f12376b/users/db6913830a5245f3a2a8446764d9cac6/roles/3225b7b4332a4c6ba27fe905199c1c64"}}, {"scope": {"system": {"all": true}}, "role": {"id": "3225b7b4332a4c6ba27fe905199c1c64"}, "user": {"id": "4276ce68323340a2aef54d4c8601def3"}, "links": {"assignment": "http://172.30.9.35:5000/v3/system/users/4276ce68323340a2aef54d4c8601def3/roles/3225b7b4332a4c6ba27fe905199c1c64"}}], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-02 22:41:45,070 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments used request id req-c0ed26ae-8ae8-47a9-bc49-4d6c841a416d 2018-09-02 22:41:45,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.197600126266s 2018-09-02 22:41:45,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments used request id req-c0ed26ae-8ae8-47a9-bc49-4d6c841a416d 2018-09-02 22:41:45,073 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'9507082a471041e1b312eed283ed6608', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'4276ce68323340a2aef54d4c8601def3'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'4a903d2ad1554ec1a62f79e8eec82792'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'17d370212feb4f15a26be5366f3168bc', 'user': u'586d1ce3d3174e9e9fa442d2c223c663'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'586d1ce3d3174e9e9fa442d2c223c663'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'6f19d894049c4b74b4fe0f79d516f562'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'7327a960ccc84175b41495e42c2c6492'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'8cc8ba7e04204ff8937d8d36a64c7d5e'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'a252382468ea4a79a5325a461d23b3b9'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'a5a64ee1705f48e7b6c24445f79f129c'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'b54bd9ba790a4925825f668185ca6cab'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'be0b1176f4db481092e68bb38ff3ded9'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'cca9c143ee1e413dba4ef0d8bab36995'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'd8aa7de0004d434499565c2d9411d3bd'}), Munch({'project': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'f123cedbba6042edbd4208c3a5fc7c95'}), Munch({'domain': u'5af5f54e28f24e6f92170b4e6f12376b', 'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'db6913830a5245f3a2a8446764d9cac6'}), Munch({'id': u'3225b7b4332a4c6ba27fe905199c1c64', 'user': u'4276ce68323340a2aef54d4c8601def3'})] 2018-09-02 22:41:45,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:41:45,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:45,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8d2873d-2d76-444e-8bb3-b7070489049c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:41:45,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e8d2873d-2d76-444e-8bb3-b7070489049c 2018-09-02 22:41:45,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200977087021s 2018-09-02 22:41:45,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e8d2873d-2d76-444e-8bb3-b7070489049c 2018-09-02 22:41:45,280 - 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'ResellerAdmin', 'id': u'17d370212feb4f15a26be5366f3168bc'}), 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'2d1a49553feb4e7aa650a07c6c37d9a2'}), 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'3225b7b4332a4c6ba27fe905199c1c64'}), 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'6669b40578a44e74979cabf96f47d951'}), 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'9034dae0a4a2482fb022bbeddcfe3585'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'e966b3a8f21547258b4f671fda74bcf1'})] 2018-09-02 22:41:45,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:41:45,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:46,527 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-ec6eef55-cd04-4331-bb13-5ddce3b55079 Date: Sun, 02 Sep 2018 22:41:46 GMT RESP BODY: {"routers": []} 2018-09-02 22:41:46,527 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ec6eef55-cd04-4331-bb13-5ddce3b55079 2018-09-02 22:41:46,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.24631690979s 2018-09-02 22:41:46,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ec6eef55-cd04-4331-bb13-5ddce3b55079 2018-09-02 22:41:46,528 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-02 22:41:46,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:41:46,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:46,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be930030-94e0-47d7-80fa-1a49191c34c7 x-compute-request-id: req-be930030-94e0-47d7-80fa-1a49191c34c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 22:41:46,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-be930030-94e0-47d7-80fa-1a49191c34c7 2018-09-02 22:41:46,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0810389518738s 2018-09-02 22:41:46,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-be930030-94e0-47d7-80fa-1a49191c34c7 2018-09-02 22:41:46,610 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-02 22:41:46,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 22:41:46,616 - 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-09-02 22:41:46,622 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 22:41:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7d4bbf7-0eba-4688-9c48-76b5a06a94f0 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-09-02 22:41:46,623 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-e7d4bbf7-0eba-4688-9c48-76b5a06a94f0 2018-09-02 22:41:46,623 - 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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:46,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b7d730a-51d9-4e86-ad02-4a66ee37d995 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"services": [{"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3adf41dba625458f8ead2d30bb4afd3e"}, "enabled": true, "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4f2f7ca5612b42b5b2b51f1bf3fd3e97"}, "enabled": true, "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/51cd9d756ca34056a9e9f8e8907c9851"}, "enabled": true, "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/63c60613e0f44cccb4f2108c83f12feb"}, "enabled": true, "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/6cf71e7a3d634787a3ea1a2e3d87b913"}, "enabled": true, "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/84f95861f82941b19fec6ce96ad26ed6"}, "enabled": true, "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/9db84718835046799050140862bb160a"}, "enabled": true, "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a696f06085e347daa9a9d9f3319784e7"}, "enabled": true, "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/b834e72a41844c738d5e6d97bfb6c530"}, "enabled": true, "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/c28b0550e3074155a665c42aa66c1b48"}, "enabled": true, "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/d4318dbfb01044e7ac72ea5be3ab6b43"}, "enabled": true, "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/d43610bb5b994773a662419e90d447e4"}, "enabled": true, "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/d4b1c562e3d94fbda356cb6e1f25b2a9"}, "enabled": true, "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/f7b32341bb8d471997f72e9aa7c8bb49"}, "enabled": true, "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/f80c4cb4d5fb4afd8ab4e90ff41469b7"}, "enabled": true, "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-09-02 22:41:46,807 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-7b7d730a-51d9-4e86-ad02-4a66ee37d995 2018-09-02 22:41:46,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.193740844727s 2018-09-02 22:41:46,807 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-7b7d730a-51d9-4e86-ad02-4a66ee37d995 2018-09-02 22:41:46,812 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'3adf41dba625458f8ead2d30bb4afd3e', 'name': u'panko'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'4f2f7ca5612b42b5b2b51f1bf3fd3e97', 'name': u'nova'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'51cd9d756ca34056a9e9f8e8907c9851', 'name': u'placement'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'63c60613e0f44cccb4f2108c83f12feb', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'6cf71e7a3d634787a3ea1a2e3d87b913', 'name': u'swift'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'84f95861f82941b19fec6ce96ad26ed6', 'name': u'keystone'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'9db84718835046799050140862bb160a', 'name': u'glance'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'a696f06085e347daa9a9d9f3319784e7', 'name': u'heat'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'b834e72a41844c738d5e6d97bfb6c530', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'c28b0550e3074155a665c42aa66c1b48', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'd4318dbfb01044e7ac72ea5be3ab6b43', 'name': u'aodh'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'd43610bb5b994773a662419e90d447e4', 'name': u'cinder'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'd4b1c562e3d94fbda356cb6e1f25b2a9', 'name': u'neutron'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'f7b32341bb8d471997f72e9aa7c8bb49', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'f80c4cb4d5fb4afd8ab4e90ff41469b7', 'name': u'cinderv2'})] 2018-09-02 22:41:46,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:41:46,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}150808d5860baa3be44bc72306b12204944dc2af" 2018-09-02 22:41:47,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-a72018f0-f4df-473c-b353-cd9239185c65 Date: Sun, 02 Sep 2018 22:41:47 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2cea22db-39be-4fdd-be77-f16eed333608","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:35Z","dns_nameservers":[],"updated_at":"2018-09-02T22:38:35Z","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":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"5d6bc9f5-1a0d-4262-a898-04220b8f5a0a","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-02 22:41:47,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-a72018f0-f4df-473c-b353-cd9239185c65 2018-09-02 22:41:47,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.12981295586s 2018-09-02 22:41:47,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-a72018f0-f4df-473c-b353-cd9239185c65 2018-09-02 22:41:47,944 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:38:35Z', 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'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'tenant_id': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2', u'created_at': u'2018-09-02T22:38:35Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'e2b5b3c52f7a4dd4bdfa81fb09be38b2'})] 2018-09-02 22:41:48,059 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:41:48,060 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-02 22:41:48,118 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:41:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:41:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:41:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:41:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:41:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:41:48,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:41:48,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:41:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3779f59-0731-4c91-86a6-54401e4fbe96 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:41:48,308 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-f3779f59-0731-4c91-86a6-54401e4fbe96 2018-09-02 22:41:48,308 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:41:48,763 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:41:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["7wxS_nnLT7mvnGeSWf2wpg"], "issued_at": "2018-09-02T22:41:48.000000Z"}} 2018-09-02 22:41:48,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:41:48,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:41:49,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-69b46cb3-ed42-45d9-bff0-08fa0cecd44c Date: Sun, 02 Sep 2018 22:41:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:41:49,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-69b46cb3-ed42-45d9-bff0-08fa0cecd44c 2018-09-02 22:41:49,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0788769722s 2018-09-02 22:41:49,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-69b46cb3-ed42-45d9-bff0-08fa0cecd44c 2018-09-02 22:41:49,847 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-02 22:41:49,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 22:41:49,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" -d '{"network": {"name": "tenantnetwork1-net_4773644b-688e-4fe5-b12d-02ca95bdfcfe", "admin_state_up": true}}' 2018-09-02 22:41:51,484 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-639625b2-459a-4a8d-9b84-498db2c41372 Date: Sun, 02 Sep 2018 22:41:51 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9691a064-62ff-4220-a097-26fa78c7898d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:41:51Z","is_default":false,"provider:segmentation_id":84,"name":"tenantnetwork1-net_4773644b-688e-4fe5-b12d-02ca95bdfcfe","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:41:51Z","mtu":1450}} 2018-09-02 22:41:51,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-639625b2-459a-4a8d-9b84-498db2c41372 2018-09-02 22:41:51,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.63743305206s 2018-09-02 22:41:51,485 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-639625b2-459a-4a8d-9b84-498db2c41372 2018-09-02 22:41:51,486 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T22:41:51Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9691a064-62ff-4220-a097-26fa78c7898d', u'provider:segmentation_id': 84, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_4773644b-688e-4fe5-b12d-02ca95bdfcfe', u'admin_state_up': True, u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:41:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9507082a471041e1b312eed283ed6608'}) 2018-09-02 22:41:51,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:41:51,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:41:52,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-cfcb18bb-7133-452b-9ce1-1e38c5d584ca Date: Sun, 02 Sep 2018 22:41:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9691a064-62ff-4220-a097-26fa78c7898d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:41:51Z","provider:segmentation_id":84,"name":"tenantnetwork1-net_4773644b-688e-4fe5-b12d-02ca95bdfcfe","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:41:51Z","provider:network_type":"vxlan"}]} 2018-09-02 22:41:52,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-cfcb18bb-7133-452b-9ce1-1e38c5d584ca 2018-09-02 22:41:52,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08223199844s 2018-09-02 22:41:52,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-cfcb18bb-7133-452b-9ce1-1e38c5d584ca 2018-09-02 22:41:52,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 22:41:52,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" -d '{"subnet": {"name": "tenantnetwork1-subnet_4773644b-688e-4fe5-b12d-02ca95bdfcfe", "enable_dhcp": true, "network_id": "9691a064-62ff-4220-a097-26fa78c7898d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 22:41:54,079 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3483aadd-9a7d-4d18-8ed7-23b0fe0348fa Date: Sun, 02 Sep 2018 22:41:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9691a064-62ff-4220-a097-26fa78c7898d","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:41:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:41:53Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9507082a471041e1b312eed283ed6608","id":"59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd","subnetpool_id":null,"name":"tenantnetwork1-subnet_4773644b-688e-4fe5-b12d-02ca95bdfcfe"}} 2018-09-02 22:41:54,079 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-3483aadd-9a7d-4d18-8ed7-23b0fe0348fa 2018-09-02 22:41:54,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.50808191299s 2018-09-02 22:41:54,079 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-3483aadd-9a7d-4d18-8ed7-23b0fe0348fa 2018-09-02 22:41:54,080 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:41:53Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_4773644b-688e-4fe5-b12d-02ca95bdfcfe', u'enable_dhcp': True, u'network_id': u'9691a064-62ff-4220-a097-26fa78c7898d', u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:41:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9507082a471041e1b312eed283ed6608'}) 2018-09-02 22:41:54,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 22:41:54,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" -d '{"router": {"external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608"}, "name": "tenantnetwork1-router_4773644b-688e-4fe5-b12d-02ca95bdfcfe", "admin_state_up": true}}' 2018-09-02 22:41:55,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-c0dba81b-1332-48d1-a8a5-1d39192649b6 Date: Sun, 02 Sep 2018 22:41:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:41:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-02T22:41:55Z", "revision_number": 2, "routes": [], "project_id": "9507082a471041e1b312eed283ed6608", "id": "0540aae9-7c1c-403f-a9cf-21ea80e4a987", "name": "tenantnetwork1-router_4773644b-688e-4fe5-b12d-02ca95bdfcfe"}} 2018-09-02 22:41:55,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-c0dba81b-1332-48d1-a8a5-1d39192649b6 2018-09-02 22:41:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.7617828846s 2018-09-02 22:41:55,842 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-c0dba81b-1332-48d1-a8a5-1d39192649b6 2018-09-02 22:41:55,843 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:41:54Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-02T22:41:55Z', u'revision_number': 2, u'routes': [], u'project_id': u'9507082a471041e1b312eed283ed6608', u'id': u'0540aae9-7c1c-403f-a9cf-21ea80e4a987', u'name': u'tenantnetwork1-router_4773644b-688e-4fe5-b12d-02ca95bdfcfe'}) 2018-09-02 22:41:55,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 22:41:55,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987/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}92ea5c6249861d94098516f8e010891030c5e58c" -d '{"subnet_id": "59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd"}' 2018-09-02 22:41:59,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c4be8710-3464-4742-b1ca-e91e26f82d9e Date: Sun, 02 Sep 2018 22:41:59 GMT RESP BODY: {"network_id": "9691a064-62ff-4220-a097-26fa78c7898d", "tenant_id": "9507082a471041e1b312eed283ed6608", "subnet_id": "59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd", "subnet_ids": ["59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd"], "port_id": "85861d1e-e9cb-4e5c-9843-28a4bacfd09e", "id": "0540aae9-7c1c-403f-a9cf-21ea80e4a987"} 2018-09-02 22:41:59,398 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987/add_router_interface.json used request id req-c4be8710-3464-4742-b1ca-e91e26f82d9e 2018-09-02 22:41:59,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.5548620224s 2018-09-02 22:41:59,399 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987/add_router_interface.json used request id req-c4be8710-3464-4742-b1ca-e91e26f82d9e returning object 0540aae9-7c1c-403f-a9cf-21ea80e4a987 2018-09-02 22:41:59,503 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:41:59,504 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:10 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 22:41:59,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 22:41:59,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987/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}92ea5c6249861d94098516f8e010891030c5e58c" -d '{"subnet_id": "59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd"}' 2018-09-02 22:42:02,216 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68c641d1-271c-4f69-be51-a67f7de50c8b Date: Sun, 02 Sep 2018 22:42:02 GMT RESP BODY: {"network_id": "9691a064-62ff-4220-a097-26fa78c7898d", "tenant_id": "9507082a471041e1b312eed283ed6608", "subnet_id": "59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd", "subnet_ids": ["59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd"], "port_id": "85861d1e-e9cb-4e5c-9843-28a4bacfd09e", "id": "0540aae9-7c1c-403f-a9cf-21ea80e4a987"} 2018-09-02 22:42:02,216 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987/remove_router_interface.json used request id req-68c641d1-271c-4f69-be51-a67f7de50c8b 2018-09-02 22:42:02,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.70683789253s 2018-09-02 22:42:02,216 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987/remove_router_interface.json used request id req-68c641d1-271c-4f69-be51-a67f7de50c8b returning object 0540aae9-7c1c-403f-a9cf-21ea80e4a987 2018-09-02 22:42:02,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:42:02,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:42:03,558 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-ef85d0e1-4a26-40d7-8fb8-1bf182bb99a6 Date: Sun, 02 Sep 2018 22:42:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:41:54Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-02T22:42:01Z", "revision_number": 4, "routes": [], "project_id": "9507082a471041e1b312eed283ed6608", "id": "0540aae9-7c1c-403f-a9cf-21ea80e4a987", "name": "tenantnetwork1-router_4773644b-688e-4fe5-b12d-02ca95bdfcfe"}]} 2018-09-02 22:42:03,559 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ef85d0e1-4a26-40d7-8fb8-1bf182bb99a6 2018-09-02 22:42:03,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.34171199799s 2018-09-02 22:42:03,559 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-ef85d0e1-4a26-40d7-8fb8-1bf182bb99a6 2018-09-02 22:42:03,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 22:42:03,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:42:05,000 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8019dd5f-998c-41f5-a32b-69d4841ee127 Content-Length: 0 Date: Sun, 02 Sep 2018 22:42:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:05,000 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987.json used request id req-8019dd5f-998c-41f5-a32b-69d4841ee127 2018-09-02 22:42:05,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43936610222s 2018-09-02 22:42:05,000 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/0540aae9-7c1c-403f-a9cf-21ea80e4a987.json used request id req-8019dd5f-998c-41f5-a32b-69d4841ee127 2018-09-02 22:42:05,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:42:05,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:42:06,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-d66224ae-5813-4ecd-ab25-6fd9d489f4ff Date: Sun, 02 Sep 2018 22:42:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9691a064-62ff-4220-a097-26fa78c7898d","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:41:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:41:53Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9507082a471041e1b312eed283ed6608","id":"59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd","subnetpool_id":null,"name":"tenantnetwork1-subnet_4773644b-688e-4fe5-b12d-02ca95bdfcfe"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2cea22db-39be-4fdd-be77-f16eed333608","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:35Z","dns_nameservers":[],"updated_at":"2018-09-02T22:38:35Z","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":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"5d6bc9f5-1a0d-4262-a898-04220b8f5a0a","subnetpool_id":null,"name":"external-subnet"}]} 2018-09-02 22:42:06,145 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-d66224ae-5813-4ecd-ab25-6fd9d489f4ff 2018-09-02 22:42:06,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.14466714859s 2018-09-02 22:42:06,146 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-d66224ae-5813-4ecd-ab25-6fd9d489f4ff 2018-09-02 22:42:06,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 22:42:06,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:42:09,244 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1f2bb7a-c5e1-448e-ae4f-29784665d534 Date: Sun, 02 Sep 2018 22:42:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:09,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd.json used request id req-b1f2bb7a-c5e1-448e-ae4f-29784665d534 2018-09-02 22:42:09,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.09715104103s 2018-09-02 22:42:09,245 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/59b6b0c5-48a2-466d-ab0a-3d0ec95a8dfd.json used request id req-b1f2bb7a-c5e1-448e-ae4f-29784665d534 2018-09-02 22:42:09,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:09,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:42:10,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-113ea831-2f5f-4f34-bb7a-9f7d40ec5efa Date: Sun, 02 Sep 2018 22:42:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9691a064-62ff-4220-a097-26fa78c7898d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:42:09Z","provider:segmentation_id":84,"name":"tenantnetwork1-net_4773644b-688e-4fe5-b12d-02ca95bdfcfe","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:41:51Z","provider:network_type":"vxlan"}]} 2018-09-02 22:42:10,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-113ea831-2f5f-4f34-bb7a-9f7d40ec5efa 2018-09-02 22:42:10,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.24474096298s 2018-09-02 22:42:10,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-113ea831-2f5f-4f34-bb7a-9f7d40ec5efa 2018-09-02 22:42:10,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 22:42:10,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/9691a064-62ff-4220-a097-26fa78c7898d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}92ea5c6249861d94098516f8e010891030c5e58c" 2018-09-02 22:42:11,727 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d2d7b8d8-0556-480a-908d-a4cf823a41ce Date: Sun, 02 Sep 2018 22:42:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:11,727 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/9691a064-62ff-4220-a097-26fa78c7898d.json used request id req-d2d7b8d8-0556-480a-908d-a4cf823a41ce 2018-09-02 22:42:11,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23515987396s 2018-09-02 22:42:11,727 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/9691a064-62ff-4220-a097-26fa78c7898d.json used request id req-d2d7b8d8-0556-480a-908d-a4cf823a41ce 2018-09-02 22:42:11,781 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-02 22:42:11,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:42:11,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:42:11,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:42:11,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:42:11,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:42:11,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ded42d7-587c-4f25-bdb1-043fbdb56ec9 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:42:11,831 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-0ded42d7-587c-4f25-bdb1-043fbdb56ec9 2018-09-02 22:42:11,832 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:42:12,311 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["OtLJw-IzRjK0dEJ0C0jF9g"], "issued_at": "2018-09-02T22:42:12.000000Z"}} 2018-09-02 22:42:12,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:12,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:13,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-d2475e15-a9ce-403a-b2e5-b6fe3e400bb0 Date: Sun, 02 Sep 2018 22:42:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:42:13,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d2475e15-a9ce-403a-b2e5-b6fe3e400bb0 2018-09-02 22:42:13,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1531419754s 2018-09-02 22:42:13,467 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d2475e15-a9ce-403a-b2e5-b6fe3e400bb0 2018-09-02 22:42:13,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:42:13,477 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c6957fa-5fe1-4e65-9a0a-e1acbd6eb55f 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.35:5000/v3/", "rel": "self"}]}]}} 2018-09-02 22:42:13,477 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-1c6957fa-5fe1-4e65-9a0a-e1acbd6eb55f 2018-09-02 22:42:13,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:42:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:13,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8d3d3bf-a601-461a-a3bf-c15ef7986af5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/5af5f54e28f24e6f92170b4e6f12376b"}, "tags": [], "enabled": true, "id": "5af5f54e28f24e6f92170b4e6f12376b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 22:42:13,745 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-c8d3d3bf-a601-461a-a3bf-c15ef7986af5 2018-09-02 22:42:13,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.266965866089s 2018-09-02 22:42:13,745 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-c8d3d3bf-a601-461a-a3bf-c15ef7986af5 2018-09-02 22:42:13,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 22:42:13,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362"}}' 2018-09-02 22:42:14,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 22:42:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df52d214-d8e2-4455-bc4b-ec9d6d8f425d 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.35:5000/v3/projects/64c7311170694724b3245af5579230e3"}, "tags": [], "enabled": true, "id": "64c7311170694724b3245af5579230e3", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362"}} 2018-09-02 22:42:14,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-df52d214-d8e2-4455-bc4b-ec9d6d8f425d 2018-09-02 22:42:14,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.25617313385s 2018-09-02 22:42:14,008 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-df52d214-d8e2-4455-bc4b-ec9d6d8f425d 2018-09-02 22:42:14,008 - 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'64c7311170694724b3245af5579230e3', '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_b932be72-2005-4324-b47c-568321751362'}) 2018-09-02 22:42:14,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 22:42:14,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6b290e0d-df6a-4e30-b38c-730c64e904a7", "email": null, "name": "tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362"}}' 2018-09-02 22:42:14,527 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88845748-82c3-491d-bb99-1fc7fa33e68f Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362", "links": {"self": "http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "62b3ec7c4af946bdb519cd6456e68284", "domain_id": "default", "password_expires_at": null}} 2018-09-02 22:42:14,527 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-88845748-82c3-491d-bb99-1fc7fa33e68f 2018-09-02 22:42:14,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.512751102448s 2018-09-02 22:42:14,528 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-88845748-82c3-491d-bb99-1fc7fa33e68f 2018-09-02 22:42:14,528 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'62b3ec7c4af946bdb519cd6456e68284', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362'}) 2018-09-02 22:42:14,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:42:14,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:14,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af765972-06a6-4590-92b7-a43757135692 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:42:14,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-af765972-06a6-4590-92b7-a43757135692 2018-09-02 22:42:14,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.301269054413s 2018-09-02 22:42:14,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-af765972-06a6-4590-92b7-a43757135692 2018-09-02 22:42:14,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:42:14,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:15,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f0ae1a6-1e31-4d1c-bca1-694d84f4ad9f Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:42:15,040 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-3f0ae1a6-1e31-4d1c-bca1-694d84f4ad9f 2018-09-02 22:42:15,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202106952667s 2018-09-02 22:42:15,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-3f0ae1a6-1e31-4d1c-bca1-694d84f4ad9f 2018-09-02 22:42:15,046 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:42:15,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:15,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc18686a-0c85-464d-9708-917f46fa0b64 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:42:15,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-cc18686a-0c85-464d-9708-917f46fa0b64 2018-09-02 22:42:15,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187159061432s 2018-09-02 22:42:15,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-cc18686a-0c85-464d-9708-917f46fa0b64 2018-09-02 22:42:15,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:42:15,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:15,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e09dfd0-2602-4ff7-ba03-3928b7d1e858 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 22:42:15,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-8e09dfd0-2602-4ff7-ba03-3928b7d1e858 2018-09-02 22:42:15,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200693845749s 2018-09-02 22:42:15,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-8e09dfd0-2602-4ff7-ba03-3928b7d1e858 2018-09-02 22:42:15,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:42:15,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:15,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd0c260b-d203-4f2a-bd8f-0d1044de3556 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/4276ce68323340a2aef54d4c8601def3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4276ce68323340a2aef54d4c8601def3", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/4a903d2ad1554ec1a62f79e8eec82792"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a903d2ad1554ec1a62f79e8eec82792", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/586d1ce3d3174e9e9fa442d2c223c663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "586d1ce3d3174e9e9fa442d2c223c663", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362", "links": {"self": "http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "62b3ec7c4af946bdb519cd6456e68284", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/6f19d894049c4b74b4fe0f79d516f562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f19d894049c4b74b4fe0f79d516f562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/7327a960ccc84175b41495e42c2c6492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7327a960ccc84175b41495e42c2c6492", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/8cc8ba7e04204ff8937d8d36a64c7d5e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cc8ba7e04204ff8937d8d36a64c7d5e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/a252382468ea4a79a5325a461d23b3b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a252382468ea4a79a5325a461d23b3b9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/a5a64ee1705f48e7b6c24445f79f129c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5a64ee1705f48e7b6c24445f79f129c", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/b54bd9ba790a4925825f668185ca6cab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b54bd9ba790a4925825f668185ca6cab", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/be0b1176f4db481092e68bb38ff3ded9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0b1176f4db481092e68bb38ff3ded9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/cca9c143ee1e413dba4ef0d8bab36995"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cca9c143ee1e413dba4ef0d8bab36995", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d8aa7de0004d434499565c2d9411d3bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d8aa7de0004d434499565c2d9411d3bd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/db6913830a5245f3a2a8446764d9cac6"}, "domain_id": "5af5f54e28f24e6f92170b4e6f12376b", "enabled": true, "options": {}, "id": "db6913830a5245f3a2a8446764d9cac6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/f123cedbba6042edbd4208c3a5fc7c95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f123cedbba6042edbd4208c3a5fc7c95", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-02 22:42:15,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-dd0c260b-d203-4f2a-bd8f-0d1044de3556 2018-09-02 22:42:15,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21558713913s 2018-09-02 22:42:15,656 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-dd0c260b-d203-4f2a-bd8f-0d1044de3556 2018-09-02 22:42:15,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 22:42:15,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:15,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a889e815-5f5c-4d78-9c95-b3a53cbbc7c8 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608"}, "tags": [], "enabled": true, "id": "9507082a471041e1b312eed283ed6608", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, "tags": [], "enabled": true, "id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3"}, "tags": [], "enabled": true, "id": "64c7311170694724b3245af5579230e3", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362"}]} 2018-09-02 22:42:15,854 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-a889e815-5f5c-4d78-9c95-b3a53cbbc7c8 2018-09-02 22:42:15,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187656879425s 2018-09-02 22:42:15,854 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-a889e815-5f5c-4d78-9c95-b3a53cbbc7c8 2018-09-02 22:42:15,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 22:42:15,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=62b3ec7c4af946bdb519cd6456e68284&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=64c7311170694724b3245af5579230e3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:16,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-185a8bb7-7b1f-4182-8fc6-01a7aba26db2 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=62b3ec7c4af946bdb519cd6456e68284&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=64c7311170694724b3245af5579230e3", "previous": null, "next": null}} 2018-09-02 22:42:16,063 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=62b3ec7c4af946bdb519cd6456e68284&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=64c7311170694724b3245af5579230e3 used request id req-185a8bb7-7b1f-4182-8fc6-01a7aba26db2 2018-09-02 22:42:16,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.201317071915s 2018-09-02 22:42:16,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=62b3ec7c4af946bdb519cd6456e68284&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=64c7311170694724b3245af5579230e3 used request id req-185a8bb7-7b1f-4182-8fc6-01a7aba26db2 2018-09-02 22:42:16,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 22:42:16,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3/users/62b3ec7c4af946bdb519cd6456e68284/roles/2d1a49553feb4e7aa650a07c6c37d9a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:16,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:42:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7e55b81b-0018-42d0-b32a-10afcd5b6134 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:42:16,349 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3/users/62b3ec7c4af946bdb519cd6456e68284/roles/2d1a49553feb4e7aa650a07c6c37d9a2 used request id req-7e55b81b-0018-42d0-b32a-10afcd5b6134 2018-09-02 22:42:16,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.282649993896s 2018-09-02 22:42:16,349 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3/users/62b3ec7c4af946bdb519cd6456e68284/roles/2d1a49553feb4e7aa650a07c6c37d9a2 used request id req-7e55b81b-0018-42d0-b32a-10afcd5b6134 2018-09-02 22:42:16,350 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362', 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'64c7311170694724b3245af5579230e3', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6b290e0d-df6a-4e30-b38c-730c64e904a7', 'username': u'tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 22:42:16,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:42:16,351 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:42:16,352 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:42:16,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:42:16,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:42:16,355 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362', 'password': '6b290e0d-df6a-4e30-b38c-730c64e904a7', 'project_name': 'tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '64c7311170694724b3245af5579230e3', 'project_domain_name': 'Default'} 2018-09-02 22:42:16,355 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-02 22:42:16,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:42:16,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ddc5f94c-1f46-4c91-9bf0-9593b58e4dfc 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:42:16,364 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-ddc5f94c-1f46-4c91-9bf0-9593b58e4dfc 2018-09-02 22:42:16,364 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:42:16,760 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}], "expires_at": "2018-09-02T23:42:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "64c7311170694724b3245af5579230e3", "name": "tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_64c7311170694724b3245af5579230e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_64c7311170694724b3245af5579230e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/64c7311170694724b3245af5579230e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/64c7311170694724b3245af5579230e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/64c7311170694724b3245af5579230e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/64c7311170694724b3245af5579230e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/64c7311170694724b3245af5579230e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/64c7311170694724b3245af5579230e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/64c7311170694724b3245af5579230e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/64c7311170694724b3245af5579230e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/64c7311170694724b3245af5579230e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/64c7311170694724b3245af5579230e3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/64c7311170694724b3245af5579230e3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/64c7311170694724b3245af5579230e3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362", "id": "62b3ec7c4af946bdb519cd6456e68284"}, "audit_ids": ["SyEKnBUBSm2pbXaohKnWsw"], "issued_at": "2018-09-02T22:42:16.000000Z"}} 2018-09-02 22:42:16,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 22:42:16,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" -d '{"network": {"name": "tenantnetwork2-net_b932be72-2005-4324-b47c-568321751362", "admin_state_up": true}}' 2018-09-02 22:42:17,569 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-11452dbc-a37f-45ec-9257-0e390c6f82bc Date: Sun, 02 Sep 2018 22:42:17 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"64c7311170694724b3245af5579230e3","created_at":"2018-09-02T22:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-02T22:42:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"64c7311170694724b3245af5579230e3","id":"11a49af2-a94d-4760-acec-b233199989df","name":"tenantnetwork2-net_b932be72-2005-4324-b47c-568321751362"}} 2018-09-02 22:42:17,569 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-11452dbc-a37f-45ec-9257-0e390c6f82bc 2018-09-02 22:42:17,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.806324958801s 2018-09-02 22:42:17,570 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-11452dbc-a37f-45ec-9257-0e390c6f82bc 2018-09-02 22:42:17,570 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:42:17Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'11a49af2-a94d-4760-acec-b233199989df', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_b932be72-2005-4324-b47c-568321751362', u'admin_state_up': True, u'tenant_id': u'64c7311170694724b3245af5579230e3', u'created_at': u'2018-09-02T22:42:17Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'64c7311170694724b3245af5579230e3'}) 2018-09-02 22:42:17,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:18,883 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-bd9d4c63-c249-434c-8744-1a4b9a43ff93 Date: Sun, 02 Sep 2018 22:42:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-02T22:42:17Z","tenant_id":"64c7311170694724b3245af5579230e3","created_at":"2018-09-02T22:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"64c7311170694724b3245af5579230e3","id":"11a49af2-a94d-4760-acec-b233199989df","name":"tenantnetwork2-net_b932be72-2005-4324-b47c-568321751362"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"}]} 2018-09-02 22:42:18,883 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bd9d4c63-c249-434c-8744-1a4b9a43ff93 2018-09-02 22:42:18,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.31257295609s 2018-09-02 22:42:18,884 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bd9d4c63-c249-434c-8744-1a4b9a43ff93 2018-09-02 22:42:18,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 22:42:18,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" -d '{"subnet": {"name": "tenantnetwork2-subnet_b932be72-2005-4324-b47c-568321751362", "enable_dhcp": true, "network_id": "11a49af2-a94d-4760-acec-b233199989df", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 22:42:19,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c64a736e-414c-4353-b7e6-aa11857be20f Date: Sun, 02 Sep 2018 22:42:19 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11a49af2-a94d-4760-acec-b233199989df","tenant_id":"64c7311170694724b3245af5579230e3","created_at":"2018-09-02T22:42:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:42:19Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"64c7311170694724b3245af5579230e3","id":"84b1c116-9ed3-4e5f-a4b1-a6e7775e6652","subnetpool_id":null,"name":"tenantnetwork2-subnet_b932be72-2005-4324-b47c-568321751362"}} 2018-09-02 22:42:19,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c64a736e-414c-4353-b7e6-aa11857be20f 2018-09-02 22:42:19,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.877238035202s 2018-09-02 22:42:19,763 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-c64a736e-414c-4353-b7e6-aa11857be20f 2018-09-02 22:42:19,763 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:42:19Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'84b1c116-9ed3-4e5f-a4b1-a6e7775e6652', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_b932be72-2005-4324-b47c-568321751362', u'enable_dhcp': True, u'network_id': u'11a49af2-a94d-4760-acec-b233199989df', u'tenant_id': u'64c7311170694724b3245af5579230e3', u'created_at': u'2018-09-02T22:42:19Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'64c7311170694724b3245af5579230e3'}) 2018-09-02 22:42:19,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 22:42:19,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" -d '{"router": {"external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608"}, "name": "tenantnetwork2-router_b932be72-2005-4324-b47c-568321751362", "admin_state_up": true}}' 2018-09-02 22:42:22,110 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-b1f6286e-7d1a-4de8-abd1-bd4a984d54f7 Date: Sun, 02 Sep 2018 22:42:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "64c7311170694724b3245af5579230e3", "created_at": "2018-09-02T22:42:20Z", "admin_state_up": true, "updated_at": "2018-09-02T22:42:21Z", "revision_number": 2, "routes": [], "project_id": "64c7311170694724b3245af5579230e3", "id": "900641b1-dfc8-4b5d-9153-d2edcf1a26c6", "name": "tenantnetwork2-router_b932be72-2005-4324-b47c-568321751362"}} 2018-09-02 22:42:22,110 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-b1f6286e-7d1a-4de8-abd1-bd4a984d54f7 2018-09-02 22:42:22,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.34616184235s 2018-09-02 22:42:22,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-b1f6286e-7d1a-4de8-abd1-bd4a984d54f7 2018-09-02 22:42:22,111 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'64c7311170694724b3245af5579230e3', u'created_at': u'2018-09-02T22:42:20Z', u'admin_state_up': True, u'updated_at': u'2018-09-02T22:42:21Z', u'revision_number': 2, u'routes': [], u'project_id': u'64c7311170694724b3245af5579230e3', u'id': u'900641b1-dfc8-4b5d-9153-d2edcf1a26c6', u'name': u'tenantnetwork2-router_b932be72-2005-4324-b47c-568321751362'}) 2018-09-02 22:42:22,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 22:42:22,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6/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}adf0e797edeb015580a409948b8e5f1f5e7aad44" -d '{"subnet_id": "84b1c116-9ed3-4e5f-a4b1-a6e7775e6652"}' 2018-09-02 22:42:24,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c93ea58f-b044-456a-bcde-08eb1580fe08 Date: Sun, 02 Sep 2018 22:42:24 GMT RESP BODY: {"network_id": "11a49af2-a94d-4760-acec-b233199989df", "tenant_id": "64c7311170694724b3245af5579230e3", "subnet_id": "84b1c116-9ed3-4e5f-a4b1-a6e7775e6652", "subnet_ids": ["84b1c116-9ed3-4e5f-a4b1-a6e7775e6652"], "port_id": "89c3f948-64ce-4a21-a211-e731c62c1618", "id": "900641b1-dfc8-4b5d-9153-d2edcf1a26c6"} 2018-09-02 22:42:24,499 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6/add_router_interface.json used request id req-c93ea58f-b044-456a-bcde-08eb1580fe08 2018-09-02 22:42:24,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.3873898983s 2018-09-02 22:42:24,499 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6/add_router_interface.json used request id req-c93ea58f-b044-456a-bcde-08eb1580fe08 returning object 900641b1-dfc8-4b5d-9153-d2edcf1a26c6 2018-09-02 22:42:24,612 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:42:24,613 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 22:42:24,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 22:42:24,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6/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}adf0e797edeb015580a409948b8e5f1f5e7aad44" -d '{"subnet_id": "84b1c116-9ed3-4e5f-a4b1-a6e7775e6652"}' 2018-09-02 22:42:26,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ed19b701-c8bc-4db5-89a8-b5739c597eef Date: Sun, 02 Sep 2018 22:42:26 GMT RESP BODY: {"network_id": "11a49af2-a94d-4760-acec-b233199989df", "tenant_id": "64c7311170694724b3245af5579230e3", "subnet_id": "84b1c116-9ed3-4e5f-a4b1-a6e7775e6652", "subnet_ids": ["84b1c116-9ed3-4e5f-a4b1-a6e7775e6652"], "port_id": "89c3f948-64ce-4a21-a211-e731c62c1618", "id": "900641b1-dfc8-4b5d-9153-d2edcf1a26c6"} 2018-09-02 22:42:26,590 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6/remove_router_interface.json used request id req-ed19b701-c8bc-4db5-89a8-b5739c597eef 2018-09-02 22:42:26,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97145414352s 2018-09-02 22:42:26,590 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6/remove_router_interface.json used request id req-ed19b701-c8bc-4db5-89a8-b5739c597eef returning object 900641b1-dfc8-4b5d-9153-d2edcf1a26c6 2018-09-02 22:42:26,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:42:26,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:26,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-3dab153b-b803-4212-86ef-618c3f7ccd79 Date: Sun, 02 Sep 2018 22:42:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "64c7311170694724b3245af5579230e3", "created_at": "2018-09-02T22:42:20Z", "admin_state_up": true, "updated_at": "2018-09-02T22:42:25Z", "revision_number": 4, "routes": [], "project_id": "64c7311170694724b3245af5579230e3", "id": "900641b1-dfc8-4b5d-9153-d2edcf1a26c6", "name": "tenantnetwork2-router_b932be72-2005-4324-b47c-568321751362"}]} 2018-09-02 22:42:26,738 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-3dab153b-b803-4212-86ef-618c3f7ccd79 2018-09-02 22:42:26,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.146749973297s 2018-09-02 22:42:26,738 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-3dab153b-b803-4212-86ef-618c3f7ccd79 2018-09-02 22:42:26,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 22:42:26,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:28,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d3bb20a-cd8a-4ddd-9e9b-b38bef4c9cb6 Content-Length: 0 Date: Sun, 02 Sep 2018 22:42:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:28,527 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6.json used request id req-6d3bb20a-cd8a-4ddd-9e9b-b38bef4c9cb6 2018-09-02 22:42:28,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.78716516495s 2018-09-02 22:42:28,527 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/900641b1-dfc8-4b5d-9153-d2edcf1a26c6.json used request id req-6d3bb20a-cd8a-4ddd-9e9b-b38bef4c9cb6 2018-09-02 22:42:28,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:42:28,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:29,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd45f4bf-97be-4dcc-b57a-77cdc9cd3982 Date: Sun, 02 Sep 2018 22:42:29 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"11a49af2-a94d-4760-acec-b233199989df","tenant_id":"64c7311170694724b3245af5579230e3","created_at":"2018-09-02T22:42:19Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:42:19Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"64c7311170694724b3245af5579230e3","id":"84b1c116-9ed3-4e5f-a4b1-a6e7775e6652","subnetpool_id":null,"name":"tenantnetwork2-subnet_b932be72-2005-4324-b47c-568321751362"}]} 2018-09-02 22:42:29,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-bd45f4bf-97be-4dcc-b57a-77cdc9cd3982 2018-09-02 22:42:29,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.52251291275s 2018-09-02 22:42:29,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-bd45f4bf-97be-4dcc-b57a-77cdc9cd3982 2018-09-02 22:42:29,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 22:42:29,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/84b1c116-9ed3-4e5f-a4b1-a6e7775e6652.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:31,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ba5a0525-1b63-4173-82b7-2e051f8569c1 Date: Sun, 02 Sep 2018 22:42:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:31,904 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/84b1c116-9ed3-4e5f-a4b1-a6e7775e6652.json used request id req-ba5a0525-1b63-4173-82b7-2e051f8569c1 2018-09-02 22:42:31,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.85180401802s 2018-09-02 22:42:31,904 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/84b1c116-9ed3-4e5f-a4b1-a6e7775e6652.json used request id req-ba5a0525-1b63-4173-82b7-2e051f8569c1 2018-09-02 22:42:31,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:31,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:32,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-bc2cdc22-3189-4a7d-9444-cbfcb7f92850 Date: Sun, 02 Sep 2018 22:42:32 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-02T22:42:31Z","tenant_id":"64c7311170694724b3245af5579230e3","created_at":"2018-09-02T22:42:17Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"64c7311170694724b3245af5579230e3","id":"11a49af2-a94d-4760-acec-b233199989df","name":"tenantnetwork2-net_b932be72-2005-4324-b47c-568321751362"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"}]} 2018-09-02 22:42:32,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bc2cdc22-3189-4a7d-9444-cbfcb7f92850 2018-09-02 22:42:32,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.428817033768s 2018-09-02 22:42:32,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bc2cdc22-3189-4a7d-9444-cbfcb7f92850 2018-09-02 22:42:32,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 22:42:32,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/11a49af2-a94d-4760-acec-b233199989df.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}adf0e797edeb015580a409948b8e5f1f5e7aad44" 2018-09-02 22:42:34,053 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcab388f-08a5-4dfd-a6d7-e750c4bfabc8 Date: Sun, 02 Sep 2018 22:42:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:34,053 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/11a49af2-a94d-4760-acec-b233199989df.json used request id req-bcab388f-08a5-4dfd-a6d7-e750c4bfabc8 2018-09-02 22:42:34,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.71817708015s 2018-09-02 22:42:34,053 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/11a49af2-a94d-4760-acec-b233199989df.json used request id req-bcab388f-08a5-4dfd-a6d7-e750c4bfabc8 2018-09-02 22:42:34,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:42:34,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:34,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f70348c9-9d7d-48e4-9c3c-55752df59afb Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/4276ce68323340a2aef54d4c8601def3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4276ce68323340a2aef54d4c8601def3", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/4a903d2ad1554ec1a62f79e8eec82792"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a903d2ad1554ec1a62f79e8eec82792", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/586d1ce3d3174e9e9fa442d2c223c663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "586d1ce3d3174e9e9fa442d2c223c663", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362", "links": {"self": "http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "62b3ec7c4af946bdb519cd6456e68284", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/6f19d894049c4b74b4fe0f79d516f562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f19d894049c4b74b4fe0f79d516f562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/7327a960ccc84175b41495e42c2c6492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7327a960ccc84175b41495e42c2c6492", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/8cc8ba7e04204ff8937d8d36a64c7d5e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cc8ba7e04204ff8937d8d36a64c7d5e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/a252382468ea4a79a5325a461d23b3b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a252382468ea4a79a5325a461d23b3b9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/a5a64ee1705f48e7b6c24445f79f129c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5a64ee1705f48e7b6c24445f79f129c", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/b54bd9ba790a4925825f668185ca6cab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b54bd9ba790a4925825f668185ca6cab", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/be0b1176f4db481092e68bb38ff3ded9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0b1176f4db481092e68bb38ff3ded9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/cca9c143ee1e413dba4ef0d8bab36995"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cca9c143ee1e413dba4ef0d8bab36995", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d8aa7de0004d434499565c2d9411d3bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d8aa7de0004d434499565c2d9411d3bd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/db6913830a5245f3a2a8446764d9cac6"}, "domain_id": "5af5f54e28f24e6f92170b4e6f12376b", "enabled": true, "options": {}, "id": "db6913830a5245f3a2a8446764d9cac6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/f123cedbba6042edbd4208c3a5fc7c95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f123cedbba6042edbd4208c3a5fc7c95", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-02 22:42:34,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-f70348c9-9d7d-48e4-9c3c-55752df59afb 2018-09-02 22:42:34,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217735052109s 2018-09-02 22:42:34,272 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-f70348c9-9d7d-48e4-9c3c-55752df59afb 2018-09-02 22:42:34,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:42:34,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:34,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bb67f0a-22c1-41ab-a6bc-68cddc212842 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_b932be72-2005-4324-b47c-568321751362", "links": {"self": "http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "62b3ec7c4af946bdb519cd6456e68284", "description": null}} 2018-09-02 22:42:34,476 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284 used request id req-8bb67f0a-22c1-41ab-a6bc-68cddc212842 2018-09-02 22:42:34,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198127031326s 2018-09-02 22:42:34,477 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284 used request id req-8bb67f0a-22c1-41ab-a6bc-68cddc212842 2018-09-02 22:42:34,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 22:42:34,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:34,918 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:42:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d9ae4e56-4aff-42ef-9705-dd5d322fb80a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:42:34,918 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284 used request id req-d9ae4e56-4aff-42ef-9705-dd5d322fb80a 2018-09-02 22:42:34,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.440930128098s 2018-09-02 22:42:34,918 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/62b3ec7c4af946bdb519cd6456e68284 used request id req-d9ae4e56-4aff-42ef-9705-dd5d322fb80a 2018-09-02 22:42:34,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 22:42:34,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:35,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e20e6f2-73de-4e6f-8fd1-10f259d5895b Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3"}, "tags": [], "enabled": true, "id": "64c7311170694724b3245af5579230e3", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_b932be72-2005-4324-b47c-568321751362"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608"}, "tags": [], "enabled": true, "id": "9507082a471041e1b312eed283ed6608", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, "tags": [], "enabled": true, "id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 22:42:35,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-2e20e6f2-73de-4e6f-8fd1-10f259d5895b 2018-09-02 22:42:35,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193307161331s 2018-09-02 22:42:35,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-2e20e6f2-73de-4e6f-8fd1-10f259d5895b 2018-09-02 22:42:35,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 22:42:35,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}42ee8d3d03fa44df3d8c71b73a279351128e7bd6" 2018-09-02 22:42:35,447 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:42:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-97f55cb3-2fcb-4a80-bacd-75d790f5813d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:42:35,447 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3 used request id req-97f55cb3-2fcb-4a80-bacd-75d790f5813d 2018-09-02 22:42:35,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.324123859406s 2018-09-02 22:42:35,447 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/64c7311170694724b3245af5579230e3 used request id req-97f55cb3-2fcb-4a80-bacd-75d790f5813d 2018-09-02 22:42:35,498 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:42:35,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:42:35,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:42:35,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:42:35,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3aab8e58-62ee-4e5b-947d-8c4435bbb0a0 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:42:35,576 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-3aab8e58-62ee-4e5b-947d-8c4435bbb0a0 2018-09-02 22:42:35,577 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:42:35,979 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:42:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["9d28pU0XTrCHUB4Q1rigyA"], "issued_at": "2018-09-02T22:42:35.000000Z"}} 2018-09-02 22:42:35,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:35,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:36,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a02a8cd8-caac-441e-897a-c450fa6fc581 Date: Sun, 02 Sep 2018 22:42:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:42:36,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a02a8cd8-caac-441e-897a-c450fa6fc581 2018-09-02 22:42:36,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354793787003s 2018-09-02 22:42:36,337 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a02a8cd8-caac-441e-897a-c450fa6fc581 2018-09-02 22:42:36,338 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-02 22:42:36,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 22:42:36,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"network": {"name": "vmready1-net_cd843bd1-c408-4099-95f6-0c53838c058c", "admin_state_up": true}}' 2018-09-02 22:42:37,713 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-38811ca1-bade-4d9a-b8de-6fb9f760b738 Date: Sun, 02 Sep 2018 22:42:37 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"96f1d4cc-cd91-4634-ac6a-4ba71977427c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:42:37Z","is_default":false,"provider:segmentation_id":61,"name":"vmready1-net_cd843bd1-c408-4099-95f6-0c53838c058c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:42:37Z","mtu":1450}} 2018-09-02 22:42:37,713 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-38811ca1-bade-4d9a-b8de-6fb9f760b738 2018-09-02 22:42:37,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.3742351532s 2018-09-02 22:42:37,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-38811ca1-bade-4d9a-b8de-6fb9f760b738 2018-09-02 22:42:37,714 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T22:42:37Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'96f1d4cc-cd91-4634-ac6a-4ba71977427c', u'provider:segmentation_id': 61, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_cd843bd1-c408-4099-95f6-0c53838c058c', u'admin_state_up': True, u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:42:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9507082a471041e1b312eed283ed6608'}) 2018-09-02 22:42:37,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:37,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:38,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-92d73ff1-09a0-48f3-a318-cc3af7ac1232 Date: Sun, 02 Sep 2018 22:42:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"96f1d4cc-cd91-4634-ac6a-4ba71977427c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:42:37Z","provider:segmentation_id":61,"name":"vmready1-net_cd843bd1-c408-4099-95f6-0c53838c058c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:42:37Z","provider:network_type":"vxlan"}]} 2018-09-02 22:42:38,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-92d73ff1-09a0-48f3-a318-cc3af7ac1232 2018-09-02 22:42:38,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.365571975708s 2018-09-02 22:42:38,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-92d73ff1-09a0-48f3-a318-cc3af7ac1232 2018-09-02 22:42:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 22:42:38,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"subnet": {"name": "vmready1-subnet_cd843bd1-c408-4099-95f6-0c53838c058c", "enable_dhcp": true, "network_id": "96f1d4cc-cd91-4634-ac6a-4ba71977427c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 22:42:39,742 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-035a0f4d-a6c0-4670-b640-ff2c242130cc Date: Sun, 02 Sep 2018 22:42:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96f1d4cc-cd91-4634-ac6a-4ba71977427c","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:42:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:42:39Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"9507082a471041e1b312eed283ed6608","id":"62138340-bc35-4770-878a-a063a1714230","subnetpool_id":null,"name":"vmready1-subnet_cd843bd1-c408-4099-95f6-0c53838c058c"}} 2018-09-02 22:42:39,742 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-035a0f4d-a6c0-4670-b640-ff2c242130cc 2018-09-02 22:42:39,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.66048908234s 2018-09-02 22:42:39,743 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-035a0f4d-a6c0-4670-b640-ff2c242130cc 2018-09-02 22:42:39,743 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:42:39Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'62138340-bc35-4770-878a-a063a1714230', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_cd843bd1-c408-4099-95f6-0c53838c058c', u'enable_dhcp': True, u'network_id': u'96f1d4cc-cd91-4634-ac6a-4ba71977427c', u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:42:39Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9507082a471041e1b312eed283ed6608'}) 2018-09-02 22:42:39,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 22:42:39,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"router": {"external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608"}, "name": "vmready1-router_cd843bd1-c408-4099-95f6-0c53838c058c", "admin_state_up": true}}' 2018-09-02 22:42:41,230 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-28a94d43-34c6-4fcb-9a7c-d43eb485f3c9 Date: Sun, 02 Sep 2018 22:42:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:42:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-02T22:42:41Z", "revision_number": 2, "routes": [], "project_id": "9507082a471041e1b312eed283ed6608", "id": "fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0", "name": "vmready1-router_cd843bd1-c408-4099-95f6-0c53838c058c"}} 2018-09-02 22:42:41,230 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-28a94d43-34c6-4fcb-9a7c-d43eb485f3c9 2018-09-02 22:42:41,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48582005501s 2018-09-02 22:42:41,230 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-28a94d43-34c6-4fcb-9a7c-d43eb485f3c9 2018-09-02 22:42:41,231 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'ip_address': u'172.30.9.211'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:42:40Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-02T22:42:41Z', u'revision_number': 2, u'routes': [], u'project_id': u'9507082a471041e1b312eed283ed6608', u'id': u'fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0', u'name': u'vmready1-router_cd843bd1-c408-4099-95f6-0c53838c058c'}) 2018-09-02 22:42:41,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 22:42:41,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0/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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"subnet_id": "62138340-bc35-4770-878a-a063a1714230"}' 2018-09-02 22:42:42,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-073b047e-4332-4947-a456-c8222423005f Date: Sun, 02 Sep 2018 22:42:42 GMT RESP BODY: {"network_id": "96f1d4cc-cd91-4634-ac6a-4ba71977427c", "tenant_id": "9507082a471041e1b312eed283ed6608", "subnet_id": "62138340-bc35-4770-878a-a063a1714230", "subnet_ids": ["62138340-bc35-4770-878a-a063a1714230"], "port_id": "cc1b6c5f-f0e9-4fa1-88e8-5bc94f8969e4", "id": "fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0"} 2018-09-02 22:42:42,969 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0/add_router_interface.json used request id req-073b047e-4332-4947-a456-c8222423005f 2018-09-02 22:42:42,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.73839998245s 2018-09-02 22:42:42,970 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0/add_router_interface.json used request id req-073b047e-4332-4947-a456-c8222423005f returning object fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0 2018-09-02 22:42:42,970 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 22:42:43,102 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 22:42:43,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:42:43,109 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 22:42:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-09-02 22:42:43,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:42:43,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:43,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2c379877-3c56-415b-819d-bb05f77004cd Date: Sun, 02 Sep 2018 22:42:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:42:43,874 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-2c379877-3c56-415b-819d-bb05f77004cd 2018-09-02 22:42:43,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760555028915s 2018-09-02 22:42:43,875 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-2c379877-3c56-415b-819d-bb05f77004cd 2018-09-02 22:42:43,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 22:42:43,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c"}' 2018-09-02 22:42:44,782 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d54a0660-0be6-4668-931b-58e5c1db760b Date: Sun, 02 Sep 2018 22:42:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:42:44Z", "file": "/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "abbdc835-d651-4797-9f70-d4c6370eec58", "size": null, "self": "/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58", "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_cd843bd1-c408-4099-95f6-0c53838c058c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c", "checksum": null, "created_at": "2018-09-02T22:42:44Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 22:42:44,782 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-d54a0660-0be6-4668-931b-58e5c1db760b 2018-09-02 22:42:44,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.899482011795s 2018-09-02 22:42:44,783 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-d54a0660-0be6-4668-931b-58e5c1db760b returning object abbdc835-d651-4797-9f70-d4c6370eec58 2018-09-02 22:42:44,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 22:42:44,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/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}aa62eba10f961aaebb75115f713255036b81cb17" -d '' 2018-09-02 22:42:49,054 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c7ff34a7-c6bc-44c9-b837-182d179e3a8e Date: Sun, 02 Sep 2018 22:42:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:42:49,054 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/file used request id req-c7ff34a7-c6bc-44c9-b837-182d179e3a8e 2018-09-02 22:42:49,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.27096700668s 2018-09-02 22:42:49,055 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/file used request id req-c7ff34a7-c6bc-44c9-b837-182d179e3a8e 2018-09-02 22:42:49,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:42:49,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:49,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-0eab5b94-de4f-4c47-a520-7fe11efeefa6 Date: Sun, 02 Sep 2018 22:42:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:42:48Z", "file": "/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "abbdc835-d651-4797-9f70-d4c6370eec58", "size": 12716032, "self": "/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/abbdc835-d651-4797-9f70-d4c6370eec58/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/abbdc835-d651-4797-9f70-d4c6370eec58/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:42:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:42:49,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0eab5b94-de4f-4c47-a520-7fe11efeefa6 2018-09-02 22:42:49,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.703496932983s 2018-09-02 22:42:49,763 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0eab5b94-de4f-4c47-a520-7fe11efeefa6 2018-09-02 22:42:49,765 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/abbdc835-d651-4797-9f70-d4c6370eec58/snap', u'metadata': Munch({})})], 'file': u'/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/file', 'owner': u'9507082a471041e1b312eed283ed6608', 'id': u'abbdc835-d651-4797-9f70-d4c6370eec58', 'size': 12716032, u'self': u'/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9507082a471041e1b312eed283ed6608', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/abbdc835-d651-4797-9f70-d4c6370eec58/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T22:42:48Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T22:42:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c', '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/abbdc835-d651-4797-9f70-d4c6370eec58', 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_cd843bd1-c408-4099-95f6-0c53838c058c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c', 'created': u'2018-09-02T22:42:44Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T22:42:44Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58', 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_cd843bd1-c408-4099-95f6-0c53838c058c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 22:42:49,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 22:42:49,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_cd843bd1-c408-4099-95f6-0c53838c058c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 22:42:50,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-035b3179-30a3-4bbd-a287-5486828f8f10 x-compute-request-id: req-035b3179-30a3-4bbd-a287-5486828f8f10 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_cd843bd1-c408-4099-95f6-0c53838c058c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/efcac6ad-c199-428f-9c56-4215fba82af0", "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": "efcac6ad-c199-428f-9c56-4215fba82af0"}} 2018-09-02 22:42:50,654 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-035b3179-30a3-4bbd-a287-5486828f8f10 2018-09-02 22:42:50,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.888298034668s 2018-09-02 22:42:50,655 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-035b3179-30a3-4bbd-a287-5486828f8f10 2018-09-02 22:42:50,656 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_cd843bd1-c408-4099-95f6-0c53838c058c', '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'9507082a471041e1b312eed283ed6608', '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'efcac6ad-c199-428f-9c56-4215fba82af0', 'swap': 0}) 2018-09-02 22:42:50,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 22:42:50,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0/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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"extra_specs": {}}' 2018-09-02 22:42:50,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ddf20f98-7f7b-44a8-a940-8faab6ded4f9 x-compute-request-id: req-ddf20f98-7f7b-44a8-a940-8faab6ded4f9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 22:42:50,793 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0/os-extra_specs used request id req-ddf20f98-7f7b-44a8-a940-8faab6ded4f9 2018-09-02 22:42:50,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.136911869049s 2018-09-02 22:42:50,794 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0/os-extra_specs used request id req-ddf20f98-7f7b-44a8-a940-8faab6ded4f9 2018-09-02 22:42:50,911 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:42:50,912 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:14 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 22:42:50,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 22:42:50,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0/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}aa62eba10f961aaebb75115f713255036b81cb17" -d '{"subnet_id": "62138340-bc35-4770-878a-a063a1714230"}' 2018-09-02 22:42:53,016 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e37ee2f3-2f10-43c9-88a8-420138cf484a Date: Sun, 02 Sep 2018 22:42:53 GMT RESP BODY: {"network_id": "96f1d4cc-cd91-4634-ac6a-4ba71977427c", "tenant_id": "9507082a471041e1b312eed283ed6608", "subnet_id": "62138340-bc35-4770-878a-a063a1714230", "subnet_ids": ["62138340-bc35-4770-878a-a063a1714230"], "port_id": "cc1b6c5f-f0e9-4fa1-88e8-5bc94f8969e4", "id": "fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0"} 2018-09-02 22:42:53,017 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0/remove_router_interface.json used request id req-e37ee2f3-2f10-43c9-88a8-420138cf484a 2018-09-02 22:42:53,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.09996199608s 2018-09-02 22:42:53,017 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0/remove_router_interface.json used request id req-e37ee2f3-2f10-43c9-88a8-420138cf484a returning object fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0 2018-09-02 22:42:53,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:42:53,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:53,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-6473f438-1930-4789-b14d-159288df66a5 Date: Sun, 02 Sep 2018 22:42:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:42:40Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-02T22:42:52Z", "revision_number": 4, "routes": [], "project_id": "9507082a471041e1b312eed283ed6608", "id": "fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0", "name": "vmready1-router_cd843bd1-c408-4099-95f6-0c53838c058c"}]} 2018-09-02 22:42:53,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-6473f438-1930-4789-b14d-159288df66a5 2018-09-02 22:42:53,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.391304016113s 2018-09-02 22:42:53,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-6473f438-1930-4789-b14d-159288df66a5 2018-09-02 22:42:53,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 22:42:53,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:55,280 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-042e59b2-f007-47a6-b649-08a806a3ce89 Content-Length: 0 Date: Sun, 02 Sep 2018 22:42:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:55,280 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0.json used request id req-042e59b2-f007-47a6-b649-08a806a3ce89 2018-09-02 22:42:55,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.86969399452s 2018-09-02 22:42:55,281 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/fecbf4eb-9de5-4c2f-a5bc-46f0fd1eaca0.json used request id req-042e59b2-f007-47a6-b649-08a806a3ce89 2018-09-02 22:42:55,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:42:55,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:56,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-30feffc8-e373-4657-a42e-e638f051185f Date: Sun, 02 Sep 2018 22:42:56 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2cea22db-39be-4fdd-be77-f16eed333608","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:35Z","dns_nameservers":[],"updated_at":"2018-09-02T22:38:35Z","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":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"5d6bc9f5-1a0d-4262-a898-04220b8f5a0a","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"96f1d4cc-cd91-4634-ac6a-4ba71977427c","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:42:39Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:42:39Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"9507082a471041e1b312eed283ed6608","id":"62138340-bc35-4770-878a-a063a1714230","subnetpool_id":null,"name":"vmready1-subnet_cd843bd1-c408-4099-95f6-0c53838c058c"}]} 2018-09-02 22:42:56,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-30feffc8-e373-4657-a42e-e638f051185f 2018-09-02 22:42:56,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.02094507217s 2018-09-02 22:42:56,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-30feffc8-e373-4657-a42e-e638f051185f 2018-09-02 22:42:56,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 22:42:56,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/62138340-bc35-4770-878a-a063a1714230.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:58,698 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ec4cf7f5-9ebd-4f1a-80c1-3706a52dbfb4 Date: Sun, 02 Sep 2018 22:42:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:42:58,698 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/62138340-bc35-4770-878a-a063a1714230.json used request id req-ec4cf7f5-9ebd-4f1a-80c1-3706a52dbfb4 2018-09-02 22:42:58,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.39392900467s 2018-09-02 22:42:58,698 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/62138340-bc35-4770-878a-a063a1714230.json used request id req-ec4cf7f5-9ebd-4f1a-80c1-3706a52dbfb4 2018-09-02 22:42:58,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:42:58,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:42:59,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-a52a5fbe-07a2-4c35-a248-c832e11beeab Date: Sun, 02 Sep 2018 22:42:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"96f1d4cc-cd91-4634-ac6a-4ba71977427c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:42:58Z","provider:segmentation_id":61,"name":"vmready1-net_cd843bd1-c408-4099-95f6-0c53838c058c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:42:37Z","provider:network_type":"vxlan"}]} 2018-09-02 22:42:59,765 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-a52a5fbe-07a2-4c35-a248-c832e11beeab 2018-09-02 22:42:59,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06619095802s 2018-09-02 22:42:59,765 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-a52a5fbe-07a2-4c35-a248-c832e11beeab 2018-09-02 22:42:59,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 22:42:59,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/96f1d4cc-cd91-4634-ac6a-4ba71977427c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:43:00,854 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a6ba09f4-4a13-4f43-b5b8-6aee60d18a70 Date: Sun, 02 Sep 2018 22:43:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:43:00,854 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/96f1d4cc-cd91-4634-ac6a-4ba71977427c.json used request id req-a6ba09f4-4a13-4f43-b5b8-6aee60d18a70 2018-09-02 22:43:00,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08733701706s 2018-09-02 22:43:00,854 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/96f1d4cc-cd91-4634-ac6a-4ba71977427c.json used request id req-a6ba09f4-4a13-4f43-b5b8-6aee60d18a70 2018-09-02 22:43:00,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:00,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:43:00,887 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-037a4f1b-69fa-4186-b003-3642966cc130 Date: Sun, 02 Sep 2018 22:43:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:42:48Z", "file": "/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "abbdc835-d651-4797-9f70-d4c6370eec58", "size": 12716032, "self": "/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/abbdc835-d651-4797-9f70-d4c6370eec58/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/abbdc835-d651-4797-9f70-d4c6370eec58/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_cd843bd1-c408-4099-95f6-0c53838c058c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:42:44Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:00,888 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-037a4f1b-69fa-4186-b003-3642966cc130 2018-09-02 22:43:00,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.029345035553s 2018-09-02 22:43:00,888 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-037a4f1b-69fa-4186-b003-3642966cc130 2018-09-02 22:43:00,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 22:43:00,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:43:02,909 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-401d82be-8fe7-4305-856a-9ae9af1a01a8 Date: Sun, 02 Sep 2018 22:43:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:43:02,909 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58 used request id req-401d82be-8fe7-4305-856a-9ae9af1a01a8 2018-09-02 22:43:02,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.01967692375s 2018-09-02 22:43:02,909 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/abbdc835-d651-4797-9f70-d4c6370eec58 used request id req-401d82be-8fe7-4305-856a-9ae9af1a01a8 2018-09-02 22:43:02,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 22:43:02,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:43:02,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d22ec8b5-b1a5-4295-8795-4b19a762964c x-compute-request-id: req-d22ec8b5-b1a5-4295-8795-4b19a762964c Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_cd843bd1-c408-4099-95f6-0c53838c058c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/efcac6ad-c199-428f-9c56-4215fba82af0", "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": "efcac6ad-c199-428f-9c56-4215fba82af0"}]} 2018-09-02 22:43:02,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d22ec8b5-b1a5-4295-8795-4b19a762964c 2018-09-02 22:43:02,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259840488434s 2018-09-02 22:43:02,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-d22ec8b5-b1a5-4295-8795-4b19a762964c 2018-09-02 22:43:02,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 22:43:02,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aa62eba10f961aaebb75115f713255036b81cb17" 2018-09-02 22:43:03,115 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4df4ac76-2291-4c55-a77b-2f9ada98b431 x-compute-request-id: req-4df4ac76-2291-4c55-a77b-2f9ada98b431 Content-Length: 0 Content-Type: application/json 2018-09-02 22:43:03,115 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0 used request id req-4df4ac76-2291-4c55-a77b-2f9ada98b431 2018-09-02 22:43:03,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.177011013031s 2018-09-02 22:43:03,115 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/efcac6ad-c199-428f-9c56-4215fba82af0 used request id req-4df4ac76-2291-4c55-a77b-2f9ada98b431 2018-09-02 22:43:03,168 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-02 22:43:03,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:43:03,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:43:03,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:43:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:43:03,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee95b4ac-115e-414b-882a-aca2dc74b39a 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:43:03,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-ee95b4ac-115e-414b-882a-aca2dc74b39a 2018-09-02 22:43:03,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:43:03,620 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["uFztK0_4T76O1hUzEKPqmg"], "issued_at": "2018-09-02T22:43:03.000000Z"}} 2018-09-02 22:43:03,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:03,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:03,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6b97d79e-dd59-44ee-9dd3-00cee52a0b0c Date: Sun, 02 Sep 2018 22:43:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:43:03,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6b97d79e-dd59-44ee-9dd3-00cee52a0b0c 2018-09-02 22:43:03,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.345588207245s 2018-09-02 22:43:03,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6b97d79e-dd59-44ee-9dd3-00cee52a0b0c 2018-09-02 22:43:03,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:43:03,978 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 22:43:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0568f37-880b-4cd5-ab8f-4fc3f547f48f 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.35:5000/v3/", "rel": "self"}]}]}} 2018-09-02 22:43:03,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-e0568f37-880b-4cd5-ab8f-4fc3f547f48f 2018-09-02 22:43:03,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:43:03,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:04,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4a5b50d-d8a9-4aec-806f-f679e08e4d91 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/5af5f54e28f24e6f92170b4e6f12376b"}, "tags": [], "enabled": true, "id": "5af5f54e28f24e6f92170b4e6f12376b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 22:43:04,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-c4a5b50d-d8a9-4aec-806f-f679e08e4d91 2018-09-02 22:43:04,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191715955734s 2018-09-02 22:43:04,171 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-c4a5b50d-d8a9-4aec-806f-f679e08e4d91 2018-09-02 22:43:04,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 22:43:04,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_af0866de-046a-41f5-add2-0f6976c82379"}}' 2018-09-02 22:43:04,428 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 22:43:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d038d352-2860-4b5f-837f-12ca6d2ebf11 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.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69"}, "tags": [], "enabled": true, "id": "957a9ab170e64bcaa772136edaed6c69", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_af0866de-046a-41f5-add2-0f6976c82379"}} 2018-09-02 22:43:04,429 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-d038d352-2860-4b5f-837f-12ca6d2ebf11 2018-09-02 22:43:04,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.251406908035s 2018-09-02 22:43:04,429 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-d038d352-2860-4b5f-837f-12ca6d2ebf11 2018-09-02 22:43:04,429 - 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'957a9ab170e64bcaa772136edaed6c69', '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_af0866de-046a-41f5-add2-0f6976c82379'}) 2018-09-02 22:43:04,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 22:43:04,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7b98b673-8978-4b1e-b8f0-070769e4b9b8", "email": null, "name": "vmready2-user_af0866de-046a-41f5-add2-0f6976c82379"}}' 2018-09-02 22:43:05,057 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 22:43:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-875b072a-66a0-44b4-8048-13bd8b628aba Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_af0866de-046a-41f5-add2-0f6976c82379", "links": {"self": "http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8355bfbedb143a6a47d4671679607d1", "domain_id": "default", "password_expires_at": null}} 2018-09-02 22:43:05,057 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-875b072a-66a0-44b4-8048-13bd8b628aba 2018-09-02 22:43:05,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.621632099152s 2018-09-02 22:43:05,057 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-875b072a-66a0-44b4-8048-13bd8b628aba 2018-09-02 22:43:05,058 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'f8355bfbedb143a6a47d4671679607d1', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_af0866de-046a-41f5-add2-0f6976c82379'}) 2018-09-02 22:43:05,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:43:05,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:05,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81d89549-5ed5-40ed-9a61-dec9c4493208 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:43:05,245 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-81d89549-5ed5-40ed-9a61-dec9c4493208 2018-09-02 22:43:05,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183351993561s 2018-09-02 22:43:05,245 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-81d89549-5ed5-40ed-9a61-dec9c4493208 2018-09-02 22:43:05,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:43:05,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:05,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-733f1298-da93-4cd5-9b12-515232acc1c7 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:43:05,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-733f1298-da93-4cd5-9b12-515232acc1c7 2018-09-02 22:43:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.275367021561s 2018-09-02 22:43:05,526 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-733f1298-da93-4cd5-9b12-515232acc1c7 2018-09-02 22:43:05,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:43:05,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:05,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-719789d4-0a49-4186-a090-760b128c579c Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:43:05,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-719789d4-0a49-4186-a090-760b128c579c 2018-09-02 22:43:05,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199927091599s 2018-09-02 22:43:05,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-719789d4-0a49-4186-a090-760b128c579c 2018-09-02 22:43:05,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:43:05,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:05,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17241b13-d8cd-4fb7-b80e-99d812c1b044 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 22:43:05,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-17241b13-d8cd-4fb7-b80e-99d812c1b044 2018-09-02 22:43:05,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196516990662s 2018-09-02 22:43:05,933 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-17241b13-d8cd-4fb7-b80e-99d812c1b044 2018-09-02 22:43:05,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:43:05,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:06,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e09fe70-716d-451e-86a8-bba158a97b6c Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/4276ce68323340a2aef54d4c8601def3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4276ce68323340a2aef54d4c8601def3", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/4a903d2ad1554ec1a62f79e8eec82792"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a903d2ad1554ec1a62f79e8eec82792", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/586d1ce3d3174e9e9fa442d2c223c663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "586d1ce3d3174e9e9fa442d2c223c663", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/6f19d894049c4b74b4fe0f79d516f562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f19d894049c4b74b4fe0f79d516f562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/7327a960ccc84175b41495e42c2c6492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7327a960ccc84175b41495e42c2c6492", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/8cc8ba7e04204ff8937d8d36a64c7d5e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cc8ba7e04204ff8937d8d36a64c7d5e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/a252382468ea4a79a5325a461d23b3b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a252382468ea4a79a5325a461d23b3b9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/a5a64ee1705f48e7b6c24445f79f129c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5a64ee1705f48e7b6c24445f79f129c", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/b54bd9ba790a4925825f668185ca6cab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b54bd9ba790a4925825f668185ca6cab", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/be0b1176f4db481092e68bb38ff3ded9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0b1176f4db481092e68bb38ff3ded9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/cca9c143ee1e413dba4ef0d8bab36995"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cca9c143ee1e413dba4ef0d8bab36995", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d8aa7de0004d434499565c2d9411d3bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d8aa7de0004d434499565c2d9411d3bd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/db6913830a5245f3a2a8446764d9cac6"}, "domain_id": "5af5f54e28f24e6f92170b4e6f12376b", "enabled": true, "options": {}, "id": "db6913830a5245f3a2a8446764d9cac6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/f123cedbba6042edbd4208c3a5fc7c95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f123cedbba6042edbd4208c3a5fc7c95", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_af0866de-046a-41f5-add2-0f6976c82379", "links": {"self": "http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8355bfbedb143a6a47d4671679607d1", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-02 22:43:06,216 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-8e09fe70-716d-451e-86a8-bba158a97b6c 2018-09-02 22:43:06,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.282434940338s 2018-09-02 22:43:06,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-8e09fe70-716d-451e-86a8-bba158a97b6c 2018-09-02 22:43:06,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 22:43:06,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:06,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8800f791-b187-42bb-86cc-cf2543161247 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608"}, "tags": [], "enabled": true, "id": "9507082a471041e1b312eed283ed6608", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, "tags": [], "enabled": true, "id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69"}, "tags": [], "enabled": true, "id": "957a9ab170e64bcaa772136edaed6c69", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_af0866de-046a-41f5-add2-0f6976c82379"}]} 2018-09-02 22:43:06,414 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-8800f791-b187-42bb-86cc-cf2543161247 2018-09-02 22:43:06,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.187455892563s 2018-09-02 22:43:06,415 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-8800f791-b187-42bb-86cc-cf2543161247 2018-09-02 22:43:06,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 22:43:06,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=f8355bfbedb143a6a47d4671679607d1&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=957a9ab170e64bcaa772136edaed6c69" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:06,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a18b89e0-090e-4fac-9dbd-be66412a8bdf Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=f8355bfbedb143a6a47d4671679607d1&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=957a9ab170e64bcaa772136edaed6c69", "previous": null, "next": null}} 2018-09-02 22:43:06,603 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=f8355bfbedb143a6a47d4671679607d1&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=957a9ab170e64bcaa772136edaed6c69 used request id req-a18b89e0-090e-4fac-9dbd-be66412a8bdf 2018-09-02 22:43:06,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.180359125137s 2018-09-02 22:43:06,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=f8355bfbedb143a6a47d4671679607d1&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=957a9ab170e64bcaa772136edaed6c69 used request id req-a18b89e0-090e-4fac-9dbd-be66412a8bdf 2018-09-02 22:43:06,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 22:43:06,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69/users/f8355bfbedb143a6a47d4671679607d1/roles/2d1a49553feb4e7aa650a07c6c37d9a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:06,892 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:43:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19eecdb1-c160-461d-a39d-00a95ea40a0c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:43:06,893 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69/users/f8355bfbedb143a6a47d4671679607d1/roles/2d1a49553feb4e7aa650a07c6c37d9a2 used request id req-19eecdb1-c160-461d-a39d-00a95ea40a0c 2018-09-02 22:43:06,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.286068916321s 2018-09-02 22:43:06,893 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69/users/f8355bfbedb143a6a47d4671679607d1/roles/2d1a49553feb4e7aa650a07c6c37d9a2 used request id req-19eecdb1-c160-461d-a39d-00a95ea40a0c 2018-09-02 22:43:06,894 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_af0866de-046a-41f5-add2-0f6976c82379', 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'957a9ab170e64bcaa772136edaed6c69', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7b98b673-8978-4b1e-b8f0-070769e4b9b8', 'username': u'vmready2-user_af0866de-046a-41f5-add2-0f6976c82379', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 22:43:06,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:43:06,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:43:06,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:43:06,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:43:06,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:43:06,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:43:06,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:43:06,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:43:06,899 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_af0866de-046a-41f5-add2-0f6976c82379', 'password': '7b98b673-8978-4b1e-b8f0-070769e4b9b8', 'project_name': 'vmready2-project_af0866de-046a-41f5-add2-0f6976c82379', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '957a9ab170e64bcaa772136edaed6c69', 'project_domain_name': 'Default'} 2018-09-02 22:43:06,899 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-02 22:43:06,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:43:06,908 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40351d65-b898-499a-a28c-9bc7e04e795c 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:43:06,908 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-40351d65-b898-499a-a28c-9bc7e04e795c 2018-09-02 22:43:06,909 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:43:07,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}], "expires_at": "2018-09-02T23:43:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "957a9ab170e64bcaa772136edaed6c69", "name": "vmready2-project_af0866de-046a-41f5-add2-0f6976c82379"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_957a9ab170e64bcaa772136edaed6c69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_957a9ab170e64bcaa772136edaed6c69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/957a9ab170e64bcaa772136edaed6c69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/957a9ab170e64bcaa772136edaed6c69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/957a9ab170e64bcaa772136edaed6c69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/957a9ab170e64bcaa772136edaed6c69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/957a9ab170e64bcaa772136edaed6c69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/957a9ab170e64bcaa772136edaed6c69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/957a9ab170e64bcaa772136edaed6c69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/957a9ab170e64bcaa772136edaed6c69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/957a9ab170e64bcaa772136edaed6c69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/957a9ab170e64bcaa772136edaed6c69", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/957a9ab170e64bcaa772136edaed6c69", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/957a9ab170e64bcaa772136edaed6c69", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_af0866de-046a-41f5-add2-0f6976c82379", "id": "f8355bfbedb143a6a47d4671679607d1"}, "audit_ids": ["gDBejnT6TJKJrbrvg-qfZg"], "issued_at": "2018-09-02T22:43:07.000000Z"}} 2018-09-02 22:43:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 22:43:07,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '{"network": {"name": "vmready2-net_af0866de-046a-41f5-add2-0f6976c82379", "admin_state_up": true}}' 2018-09-02 22:43:08,006 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-00e731b5-c562-4308-bc26-5a69cb82e098 Date: Sun, 02 Sep 2018 22:43:08 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"957a9ab170e64bcaa772136edaed6c69","created_at":"2018-09-02T22:43:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-02T22:43:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"957a9ab170e64bcaa772136edaed6c69","id":"d4ee94ce-e8c7-4510-8fa4-755b7714a318","name":"vmready2-net_af0866de-046a-41f5-add2-0f6976c82379"}} 2018-09-02 22:43:08,006 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-00e731b5-c562-4308-bc26-5a69cb82e098 2018-09-02 22:43:08,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.701256036758s 2018-09-02 22:43:08,007 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-00e731b5-c562-4308-bc26-5a69cb82e098 2018-09-02 22:43:08,007 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:43:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'd4ee94ce-e8c7-4510-8fa4-755b7714a318', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_af0866de-046a-41f5-add2-0f6976c82379', u'admin_state_up': True, u'tenant_id': u'957a9ab170e64bcaa772136edaed6c69', u'created_at': u'2018-09-02T22:43:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'957a9ab170e64bcaa772136edaed6c69'}) 2018-09-02 22:43:08,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:08,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:08,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-45b4f3a0-0512-402a-a5a3-8a5125ecdbcf Date: Sun, 02 Sep 2018 22:43: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":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-02T22:43:07Z","tenant_id":"957a9ab170e64bcaa772136edaed6c69","created_at":"2018-09-02T22:43:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"957a9ab170e64bcaa772136edaed6c69","id":"d4ee94ce-e8c7-4510-8fa4-755b7714a318","name":"vmready2-net_af0866de-046a-41f5-add2-0f6976c82379"}]} 2018-09-02 22:43:08,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-45b4f3a0-0512-402a-a5a3-8a5125ecdbcf 2018-09-02 22:43:08,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.349231004715s 2018-09-02 22:43:08,357 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-45b4f3a0-0512-402a-a5a3-8a5125ecdbcf 2018-09-02 22:43:08,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 22:43:08,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '{"subnet": {"name": "vmready2-subnet_af0866de-046a-41f5-add2-0f6976c82379", "enable_dhcp": true, "network_id": "d4ee94ce-e8c7-4510-8fa4-755b7714a318", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 22:43:09,233 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-ca51271d-19d8-49ac-aa74-ed2a89695e63 Date: Sun, 02 Sep 2018 22:43:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4ee94ce-e8c7-4510-8fa4-755b7714a318","tenant_id":"957a9ab170e64bcaa772136edaed6c69","created_at":"2018-09-02T22:43:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:43:08Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"957a9ab170e64bcaa772136edaed6c69","id":"bedb3c89-cc4c-452b-9324-c24331bfd0d9","subnetpool_id":null,"name":"vmready2-subnet_af0866de-046a-41f5-add2-0f6976c82379"}} 2018-09-02 22:43:09,233 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-ca51271d-19d8-49ac-aa74-ed2a89695e63 2018-09-02 22:43:09,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.874069929123s 2018-09-02 22:43:09,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-ca51271d-19d8-49ac-aa74-ed2a89695e63 2018-09-02 22:43:09,234 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:43:08Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'bedb3c89-cc4c-452b-9324-c24331bfd0d9', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_af0866de-046a-41f5-add2-0f6976c82379', u'enable_dhcp': True, u'network_id': u'd4ee94ce-e8c7-4510-8fa4-755b7714a318', u'tenant_id': u'957a9ab170e64bcaa772136edaed6c69', u'created_at': u'2018-09-02T22:43:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'957a9ab170e64bcaa772136edaed6c69'}) 2018-09-02 22:43:09,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 22:43:09,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '{"router": {"external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608"}, "name": "vmready2-router_af0866de-046a-41f5-add2-0f6976c82379", "admin_state_up": true}}' 2018-09-02 22:43:10,697 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-62d3ff2a-2b82-4140-b81e-96145057263b Date: Sun, 02 Sep 2018 22:43:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "created_at": "2018-09-02T22:43:09Z", "admin_state_up": true, "updated_at": "2018-09-02T22:43:10Z", "revision_number": 2, "routes": [], "project_id": "957a9ab170e64bcaa772136edaed6c69", "id": "1c058748-0e2b-4019-8d20-0888e9cb6cb3", "name": "vmready2-router_af0866de-046a-41f5-add2-0f6976c82379"}} 2018-09-02 22:43:10,697 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-62d3ff2a-2b82-4140-b81e-96145057263b 2018-09-02 22:43:10,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46250081062s 2018-09-02 22:43:10,697 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-62d3ff2a-2b82-4140-b81e-96145057263b 2018-09-02 22:43:10,698 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'957a9ab170e64bcaa772136edaed6c69', u'created_at': u'2018-09-02T22:43:09Z', u'admin_state_up': True, u'updated_at': u'2018-09-02T22:43:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'957a9ab170e64bcaa772136edaed6c69', u'id': u'1c058748-0e2b-4019-8d20-0888e9cb6cb3', u'name': u'vmready2-router_af0866de-046a-41f5-add2-0f6976c82379'}) 2018-09-02 22:43:10,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 22:43:10,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3/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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '{"subnet_id": "bedb3c89-cc4c-452b-9324-c24331bfd0d9"}' 2018-09-02 22:43:13,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4a4c9fac-5515-45d3-8160-67a63b3a2bb6 Date: Sun, 02 Sep 2018 22:43:13 GMT RESP BODY: {"network_id": "d4ee94ce-e8c7-4510-8fa4-755b7714a318", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "subnet_id": "bedb3c89-cc4c-452b-9324-c24331bfd0d9", "subnet_ids": ["bedb3c89-cc4c-452b-9324-c24331bfd0d9"], "port_id": "8b187be0-a653-476f-9f88-4abe48a75dee", "id": "1c058748-0e2b-4019-8d20-0888e9cb6cb3"} 2018-09-02 22:43:13,338 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3/add_router_interface.json used request id req-4a4c9fac-5515-45d3-8160-67a63b3a2bb6 2018-09-02 22:43:13,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.63979506493s 2018-09-02 22:43:13,339 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3/add_router_interface.json used request id req-4a4c9fac-5515-45d3-8160-67a63b3a2bb6 returning object 1c058748-0e2b-4019-8d20-0888e9cb6cb3 2018-09-02 22:43:13,339 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 22:43:13,471 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 22:43:13,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:43:13,476 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 22:43:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-09-02 22:43:13,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:13,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:14,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b01988e4-75ee-4f01-8467-62540305f301 Date: Sun, 02 Sep 2018 22:43:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:14,266 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b01988e4-75ee-4f01-8467-62540305f301 2018-09-02 22:43:14,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.786786079407s 2018-09-02 22:43:14,266 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-b01988e4-75ee-4f01-8467-62540305f301 2018-09-02 22:43:14,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 22:43:14,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_af0866de-046a-41f5-add2-0f6976c82379", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_af0866de-046a-41f5-add2-0f6976c82379"}' 2018-09-02 22:43:15,108 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-eb968e43-fba5-4f8e-bbda-ae2210ede011 Date: Sun, 02 Sep 2018 22:43:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:15Z", "file": "/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/file", "owner": "957a9ab170e64bcaa772136edaed6c69", "id": "2520adf0-fc43-4e77-973f-db8bcf4c60d4", "size": null, "self": "/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4", "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_af0866de-046a-41f5-add2-0f6976c82379", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_af0866de-046a-41f5-add2-0f6976c82379", "checksum": null, "created_at": "2018-09-02T22:43:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 22:43:15,108 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-eb968e43-fba5-4f8e-bbda-ae2210ede011 2018-09-02 22:43:15,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.834453821182s 2018-09-02 22:43:15,108 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-eb968e43-fba5-4f8e-bbda-ae2210ede011 returning object 2520adf0-fc43-4e77-973f-db8bcf4c60d4 2018-09-02 22:43:15,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 22:43:15,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '' 2018-09-02 22:43:16,839 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af914e7c-3d2a-44fa-8505-e0fbd144ae68 Date: Sun, 02 Sep 2018 22:43:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:43:16,839 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/file used request id req-af914e7c-3d2a-44fa-8505-e0fbd144ae68 2018-09-02 22:43:16,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.7302069664s 2018-09-02 22:43:16,840 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/file used request id req-af914e7c-3d2a-44fa-8505-e0fbd144ae68 2018-09-02 22:43:16,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:16,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:17,626 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-81993ad6-c32a-4ed0-8763-c26fc1b309c9 Date: Sun, 02 Sep 2018 22:43:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:16Z", "file": "/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/file", "owner": "957a9ab170e64bcaa772136edaed6c69", "id": "2520adf0-fc43-4e77-973f-db8bcf4c60d4", "size": 12716032, "self": "/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_af0866de-046a-41f5-add2-0f6976c82379", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_af0866de-046a-41f5-add2-0f6976c82379", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:43:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:17,627 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-81993ad6-c32a-4ed0-8763-c26fc1b309c9 2018-09-02 22:43:17,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.783118963242s 2018-09-02 22:43:17,627 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-81993ad6-c32a-4ed0-8763-c26fc1b309c9 2018-09-02 22:43:17,629 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/file', 'owner': u'957a9ab170e64bcaa772136edaed6c69', 'id': u'2520adf0-fc43-4e77-973f-db8bcf4c60d4', 'size': 12716032, u'self': u'/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'957a9ab170e64bcaa772136edaed6c69', 'name': 'vmready2-project_af0866de-046a-41f5-add2-0f6976c82379', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T22:43:16Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T22:43:16Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_af0866de-046a-41f5-add2-0f6976c82379', '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/2520adf0-fc43-4e77-973f-db8bcf4c60d4', 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_af0866de-046a-41f5-add2-0f6976c82379', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_af0866de-046a-41f5-add2-0f6976c82379', 'created': u'2018-09-02T22:43:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T22:43:15Z', 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/2520adf0-fc43-4e77-973f-db8bcf4c60d4', 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_af0866de-046a-41f5-add2-0f6976c82379', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 22:43:17,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 22:43:17,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_af0866de-046a-41f5-add2-0f6976c82379", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 22:43:18,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45f35435-f0ae-4f52-a43b-bbd5b34e0585 x-compute-request-id: req-45f35435-f0ae-4f52-a43b-bbd5b34e0585 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_af0866de-046a-41f5-add2-0f6976c82379", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f", "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": "e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f"}} 2018-09-02 22:43:18,352 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-45f35435-f0ae-4f52-a43b-bbd5b34e0585 2018-09-02 22:43:18,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.721863031387s 2018-09-02 22:43:18,352 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-45f35435-f0ae-4f52-a43b-bbd5b34e0585 2018-09-02 22:43:18,353 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_af0866de-046a-41f5-add2-0f6976c82379', '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'9507082a471041e1b312eed283ed6608', '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'e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f', 'swap': 0}) 2018-09-02 22:43:18,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 22:43:18,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f/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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" -d '{"extra_specs": {}}' 2018-09-02 22:43:18,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43: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-1a900809-f285-450e-b85c-eb0c0280f830 x-compute-request-id: req-1a900809-f285-450e-b85c-eb0c0280f830 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 22:43:18,483 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f/os-extra_specs used request id req-1a900809-f285-450e-b85c-eb0c0280f830 2018-09-02 22:43:18,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129611968994s 2018-09-02 22:43:18,484 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f/os-extra_specs used request id req-1a900809-f285-450e-b85c-eb0c0280f830 2018-09-02 22:43:18,598 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:43:18,598 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:12 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 22:43:18,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 22:43:18,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3/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}4f4850744c9323af1b730d143801dfc97dfb49a0" -d '{"subnet_id": "bedb3c89-cc4c-452b-9324-c24331bfd0d9"}' 2018-09-02 22:43:20,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-531e3538-abfb-4240-87ae-a281fa08b937 Date: Sun, 02 Sep 2018 22:43:20 GMT RESP BODY: {"network_id": "d4ee94ce-e8c7-4510-8fa4-755b7714a318", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "subnet_id": "bedb3c89-cc4c-452b-9324-c24331bfd0d9", "subnet_ids": ["bedb3c89-cc4c-452b-9324-c24331bfd0d9"], "port_id": "8b187be0-a653-476f-9f88-4abe48a75dee", "id": "1c058748-0e2b-4019-8d20-0888e9cb6cb3"} 2018-09-02 22:43:20,732 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3/remove_router_interface.json used request id req-531e3538-abfb-4240-87ae-a281fa08b937 2018-09-02 22:43:20,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.12852311134s 2018-09-02 22:43:20,732 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3/remove_router_interface.json used request id req-531e3538-abfb-4240-87ae-a281fa08b937 returning object 1c058748-0e2b-4019-8d20-0888e9cb6cb3 2018-09-02 22:43:20,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:43:20,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:21,109 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-6ac081b3-39a3-4d57-81c0-94a2c8d3e248 Date: Sun, 02 Sep 2018 22:43:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "created_at": "2018-09-02T22:43:09Z", "admin_state_up": true, "updated_at": "2018-09-02T22:43:19Z", "revision_number": 4, "routes": [], "project_id": "957a9ab170e64bcaa772136edaed6c69", "id": "1c058748-0e2b-4019-8d20-0888e9cb6cb3", "name": "vmready2-router_af0866de-046a-41f5-add2-0f6976c82379"}]} 2018-09-02 22:43:21,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-6ac081b3-39a3-4d57-81c0-94a2c8d3e248 2018-09-02 22:43:21,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.37645983696s 2018-09-02 22:43:21,110 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-6ac081b3-39a3-4d57-81c0-94a2c8d3e248 2018-09-02 22:43:21,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 22:43:21,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:23,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8943c378-632f-4d13-b1ee-d4a55a204a14 Content-Length: 0 Date: Sun, 02 Sep 2018 22:43:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:43:23,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3.json used request id req-8943c378-632f-4d13-b1ee-d4a55a204a14 2018-09-02 22:43:23,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.59796500206s 2018-09-02 22:43:23,709 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/1c058748-0e2b-4019-8d20-0888e9cb6cb3.json used request id req-8943c378-632f-4d13-b1ee-d4a55a204a14 2018-09-02 22:43:23,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:43:23,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:23,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-eced867a-e01c-405c-a212-5aba68d94cb5 Date: Sun, 02 Sep 2018 22:43:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d4ee94ce-e8c7-4510-8fa4-755b7714a318","tenant_id":"957a9ab170e64bcaa772136edaed6c69","created_at":"2018-09-02T22:43:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:43:08Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"957a9ab170e64bcaa772136edaed6c69","id":"bedb3c89-cc4c-452b-9324-c24331bfd0d9","subnetpool_id":null,"name":"vmready2-subnet_af0866de-046a-41f5-add2-0f6976c82379"}]} 2018-09-02 22:43:23,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-eced867a-e01c-405c-a212-5aba68d94cb5 2018-09-02 22:43:23,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.240298986435s 2018-09-02 22:43:23,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-eced867a-e01c-405c-a212-5aba68d94cb5 2018-09-02 22:43:23,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 22:43:23,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/bedb3c89-cc4c-452b-9324-c24331bfd0d9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:26,424 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4dd2c12a-0caf-4ce3-83fa-5a3d08f77288 Date: Sun, 02 Sep 2018 22:43:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:43:26,424 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/bedb3c89-cc4c-452b-9324-c24331bfd0d9.json used request id req-4dd2c12a-0caf-4ce3-83fa-5a3d08f77288 2018-09-02 22:43:26,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.47252702713s 2018-09-02 22:43:26,425 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/bedb3c89-cc4c-452b-9324-c24331bfd0d9.json used request id req-4dd2c12a-0caf-4ce3-83fa-5a3d08f77288 2018-09-02 22:43:26,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:26,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:27,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-4adccf05-11e2-4832-a27c-3299d92c3d36 Date: Sun, 02 Sep 2018 22:43:27 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":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-02T22:43:26Z","tenant_id":"957a9ab170e64bcaa772136edaed6c69","created_at":"2018-09-02T22:43:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"957a9ab170e64bcaa772136edaed6c69","id":"d4ee94ce-e8c7-4510-8fa4-755b7714a318","name":"vmready2-net_af0866de-046a-41f5-add2-0f6976c82379"}]} 2018-09-02 22:43:27,521 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-4adccf05-11e2-4832-a27c-3299d92c3d36 2018-09-02 22:43:27,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09576392174s 2018-09-02 22:43:27,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-4adccf05-11e2-4832-a27c-3299d92c3d36 2018-09-02 22:43:27,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 22:43:27,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/d4ee94ce-e8c7-4510-8fa4-755b7714a318.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:29,927 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cce7acea-8a99-4140-906d-2dfc95e3d4a0 Date: Sun, 02 Sep 2018 22:43:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:43:29,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/d4ee94ce-e8c7-4510-8fa4-755b7714a318.json used request id req-cce7acea-8a99-4140-906d-2dfc95e3d4a0 2018-09-02 22:43:29,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 2.4047999382s 2018-09-02 22:43:29,928 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/d4ee94ce-e8c7-4510-8fa4-755b7714a318.json used request id req-cce7acea-8a99-4140-906d-2dfc95e3d4a0 2018-09-02 22:43:29,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:29,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:29,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-517d5c8d-3c41-449e-a227-6cd9333b74a2 Date: Sun, 02 Sep 2018 22:43:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:16Z", "file": "/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/file", "owner": "957a9ab170e64bcaa772136edaed6c69", "id": "2520adf0-fc43-4e77-973f-db8bcf4c60d4", "size": 12716032, "self": "/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_af0866de-046a-41f5-add2-0f6976c82379", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_af0866de-046a-41f5-add2-0f6976c82379", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:43:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:29,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-517d5c8d-3c41-449e-a227-6cd9333b74a2 2018-09-02 22:43:29,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0391499996185s 2018-09-02 22:43:29,971 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-517d5c8d-3c41-449e-a227-6cd9333b74a2 2018-09-02 22:43:29,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 22:43:29,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4f4850744c9323af1b730d143801dfc97dfb49a0" 2018-09-02 22:43:31,174 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98edfc18-c5ab-4fa3-bb9e-44d82828fe81 Date: Sun, 02 Sep 2018 22:43:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:43:31,174 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4 used request id req-98edfc18-c5ab-4fa3-bb9e-44d82828fe81 2018-09-02 22:43:31,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.20085501671s 2018-09-02 22:43:31,174 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/2520adf0-fc43-4e77-973f-db8bcf4c60d4 used request id req-98edfc18-c5ab-4fa3-bb9e-44d82828fe81 2018-09-02 22:43:31,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 22:43:31,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:31,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43: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-a8212ef7-1113-4b0a-ac16-c1b2830919e5 x-compute-request-id: req-a8212ef7-1113-4b0a-ac16-c1b2830919e5 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_af0866de-046a-41f5-add2-0f6976c82379", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f", "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": "e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f"}]} 2018-09-02 22:43:31,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-a8212ef7-1113-4b0a-ac16-c1b2830919e5 2018-09-02 22:43:31,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.130836963654s 2018-09-02 22:43:31,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-a8212ef7-1113-4b0a-ac16-c1b2830919e5 2018-09-02 22:43:31,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 22:43:31,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:31,468 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:43:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9c1dea2d-8e9c-4370-b789-c7d465316b5f x-compute-request-id: req-9c1dea2d-8e9c-4370-b789-c7d465316b5f Content-Length: 0 Content-Type: application/json 2018-09-02 22:43:31,468 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f used request id req-9c1dea2d-8e9c-4370-b789-c7d465316b5f 2018-09-02 22:43:31,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.160254955292s 2018-09-02 22:43:31,468 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/e5d5bfca-9b33-4d40-8e5e-eb2efa4d3a7f used request id req-9c1dea2d-8e9c-4370-b789-c7d465316b5f 2018-09-02 22:43:31,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:43:31,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:31,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b727fbb-265c-4807-97b3-fea1930ee3de Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/4276ce68323340a2aef54d4c8601def3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4276ce68323340a2aef54d4c8601def3", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/4a903d2ad1554ec1a62f79e8eec82792"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a903d2ad1554ec1a62f79e8eec82792", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/586d1ce3d3174e9e9fa442d2c223c663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "586d1ce3d3174e9e9fa442d2c223c663", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/6f19d894049c4b74b4fe0f79d516f562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f19d894049c4b74b4fe0f79d516f562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/7327a960ccc84175b41495e42c2c6492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7327a960ccc84175b41495e42c2c6492", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/8cc8ba7e04204ff8937d8d36a64c7d5e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cc8ba7e04204ff8937d8d36a64c7d5e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/a252382468ea4a79a5325a461d23b3b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a252382468ea4a79a5325a461d23b3b9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/a5a64ee1705f48e7b6c24445f79f129c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5a64ee1705f48e7b6c24445f79f129c", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/b54bd9ba790a4925825f668185ca6cab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b54bd9ba790a4925825f668185ca6cab", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/be0b1176f4db481092e68bb38ff3ded9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0b1176f4db481092e68bb38ff3ded9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/cca9c143ee1e413dba4ef0d8bab36995"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cca9c143ee1e413dba4ef0d8bab36995", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d8aa7de0004d434499565c2d9411d3bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d8aa7de0004d434499565c2d9411d3bd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/db6913830a5245f3a2a8446764d9cac6"}, "domain_id": "5af5f54e28f24e6f92170b4e6f12376b", "enabled": true, "options": {}, "id": "db6913830a5245f3a2a8446764d9cac6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/f123cedbba6042edbd4208c3a5fc7c95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f123cedbba6042edbd4208c3a5fc7c95", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vmready2-user_af0866de-046a-41f5-add2-0f6976c82379", "links": {"self": "http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "f8355bfbedb143a6a47d4671679607d1", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-02 22:43:31,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-9b727fbb-265c-4807-97b3-fea1930ee3de 2018-09-02 22:43:31,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.232002973557s 2018-09-02 22:43:31,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-9b727fbb-265c-4807-97b3-fea1930ee3de 2018-09-02 22:43:31,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:43:31,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:31,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92b1ad2e-ad0b-4194-a555-7dcfff62d140 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_af0866de-046a-41f5-add2-0f6976c82379", "links": {"self": "http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "f8355bfbedb143a6a47d4671679607d1", "description": null}} 2018-09-02 22:43:31,932 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1 used request id req-92b1ad2e-ad0b-4194-a555-7dcfff62d140 2018-09-02 22:43:31,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224886894226s 2018-09-02 22:43:31,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1 used request id req-92b1ad2e-ad0b-4194-a555-7dcfff62d140 2018-09-02 22:43:31,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 22:43:31,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:32,260 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce366f9f-46fb-4939-bc33-9f0e94a59879 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:43:32,260 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1 used request id req-ce366f9f-46fb-4939-bc33-9f0e94a59879 2018-09-02 22:43:32,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.328092098236s 2018-09-02 22:43:32,261 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/f8355bfbedb143a6a47d4671679607d1 used request id req-ce366f9f-46fb-4939-bc33-9f0e94a59879 2018-09-02 22:43:32,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 22:43:32,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:32,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-779fae5c-6566-4377-a9f1-bfb28c83ab02 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608"}, "tags": [], "enabled": true, "id": "9507082a471041e1b312eed283ed6608", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69"}, "tags": [], "enabled": true, "id": "957a9ab170e64bcaa772136edaed6c69", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_af0866de-046a-41f5-add2-0f6976c82379"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, "tags": [], "enabled": true, "id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 22:43:32,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-779fae5c-6566-4377-a9f1-bfb28c83ab02 2018-09-02 22:43:32,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201587915421s 2018-09-02 22:43:32,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-779fae5c-6566-4377-a9f1-bfb28c83ab02 2018-09-02 22:43:32,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 22:43:32,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}5bd5db32c1ada237b589fc0d8698bd81bdc8a9fe" 2018-09-02 22:43:32,819 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:43:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ffbf749c-d707-45a6-9dcf-0e99330bf1f8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:43:32,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69 used request id req-ffbf749c-d707-45a6-9dcf-0e99330bf1f8 2018-09-02 22:43:32,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.34662604332s 2018-09-02 22:43:32,820 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/957a9ab170e64bcaa772136edaed6c69 used request id req-ffbf749c-d707-45a6-9dcf-0e99330bf1f8 2018-09-02 22:43:32,870 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-02 22:43:32,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:43:32,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:43:32,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:43:32,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:43:32,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:43:32,910 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:43:32,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:43:32,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:43:32,911 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:43:32,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:43:32,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0fc593-c4df-4a74-bc21-c95889dd3dc6 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:43:32,917 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-dc0fc593-c4df-4a74-bc21-c95889dd3dc6 2018-09-02 22:43:32,918 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:43:33,341 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["AP7Aul7bRruWYwtY5ApAgg"], "issued_at": "2018-09-02T22:43:33.000000Z"}} 2018-09-02 22:43:33,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:33,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:33,702 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-252affe8-6881-41f6-926e-0e5efdd46547 Date: Sun, 02 Sep 2018 22:43:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:43:33,702 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-252affe8-6881-41f6-926e-0e5efdd46547 2018-09-02 22:43:33,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358505010605s 2018-09-02 22:43:33,703 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-252affe8-6881-41f6-926e-0e5efdd46547 2018-09-02 22:43:33,709 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-02 22:43:33,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 22:43:33,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"network": {"name": "singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "admin_state_up": true}}' 2018-09-02 22:43:34,275 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8dd032b3-adea-4fa1-8a59-312a16fe7d92 Date: Sun, 02 Sep 2018 22:43:34 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:43:34Z","is_default":false,"provider:segmentation_id":53,"name":"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","mtu":1450}} 2018-09-02 22:43:34,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8dd032b3-adea-4fa1-8a59-312a16fe7d92 2018-09-02 22:43:34,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.565897941589s 2018-09-02 22:43:34,275 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-8dd032b3-adea-4fa1-8a59-312a16fe7d92 2018-09-02 22:43:34,276 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'provider:physical_network': None, u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T22:43:34Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'1c779bbd-47d8-4dd8-93a3-2d542ec08e89', u'provider:segmentation_id': 53, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c', u'admin_state_up': True, u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:43:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9507082a471041e1b312eed283ed6608'}) 2018-09-02 22:43:34,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:34,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:34,610 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-37fab993-29bd-4ac2-83af-a998fc4fc298 Date: Sun, 02 Sep 2018 22:43:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:43:34Z","provider:segmentation_id":53,"name":"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:43:34,610 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-37fab993-29bd-4ac2-83af-a998fc4fc298 2018-09-02 22:43:34,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.333369016647s 2018-09-02 22:43:34,610 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-37fab993-29bd-4ac2-83af-a998fc4fc298 2018-09-02 22:43:34,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 22:43:34,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"subnet": {"name": "singlevm1-subnet_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "enable_dhcp": true, "network_id": "1c779bbd-47d8-4dd8-93a3-2d542ec08e89", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 22:43:35,323 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-6995cea1-70c0-43fe-b32f-999c29460a4e Date: Sun, 02 Sep 2018 22:43:35 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:43:34Z","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":"9507082a471041e1b312eed283ed6608","id":"f08c185b-d97f-412a-9a2b-a3fc11af4356","subnetpool_id":null,"name":"singlevm1-subnet_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}} 2018-09-02 22:43:35,323 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-6995cea1-70c0-43fe-b32f-999c29460a4e 2018-09-02 22:43:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.711282968521s 2018-09-02 22:43:35,324 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-6995cea1-70c0-43fe-b32f-999c29460a4e 2018-09-02 22:43:35,324 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:43:34Z', 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'f08c185b-d97f-412a-9a2b-a3fc11af4356', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_6f3ce7e7-5541-4dbd-9447-e2909844a13c', u'enable_dhcp': True, u'network_id': u'1c779bbd-47d8-4dd8-93a3-2d542ec08e89', u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:43:34Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9507082a471041e1b312eed283ed6608'}) 2018-09-02 22:43:35,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 22:43:35,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"router": {"external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608"}, "name": "singlevm1-router_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "admin_state_up": true}}' 2018-09-02 22:43:36,590 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-39bbf49a-0d02-4d3a-a115-7942bbcc563b Date: Sun, 02 Sep 2018 22:43:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-02T22:43:36Z", "revision_number": 2, "routes": [], "project_id": "9507082a471041e1b312eed283ed6608", "id": "2b402e29-6809-49a6-b106-db70bd2f02ce", "name": "singlevm1-router_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}} 2018-09-02 22:43:36,590 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-39bbf49a-0d02-4d3a-a115-7942bbcc563b 2018-09-02 22:43:36,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.26568722725s 2018-09-02 22:43:36,591 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-39bbf49a-0d02-4d3a-a115-7942bbcc563b 2018-09-02 22:43:36,591 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9507082a471041e1b312eed283ed6608', u'created_at': u'2018-09-02T22:43:35Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-09-02T22:43:36Z', u'revision_number': 2, u'routes': [], u'project_id': u'9507082a471041e1b312eed283ed6608', u'id': u'2b402e29-6809-49a6-b106-db70bd2f02ce', u'name': u'singlevm1-router_6f3ce7e7-5541-4dbd-9447-e2909844a13c'}) 2018-09-02 22:43:36,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 22:43:36,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce/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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"subnet_id": "f08c185b-d97f-412a-9a2b-a3fc11af4356"}' 2018-09-02 22:43:38,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-68544a13-1be7-4cde-829a-8cc95042ba25 Date: Sun, 02 Sep 2018 22:43:38 GMT RESP BODY: {"network_id": "1c779bbd-47d8-4dd8-93a3-2d542ec08e89", "tenant_id": "9507082a471041e1b312eed283ed6608", "subnet_id": "f08c185b-d97f-412a-9a2b-a3fc11af4356", "subnet_ids": ["f08c185b-d97f-412a-9a2b-a3fc11af4356"], "port_id": "c2471f12-73ec-4d1a-b42c-b78780e277b6", "id": "2b402e29-6809-49a6-b106-db70bd2f02ce"} 2018-09-02 22:43:38,558 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce/add_router_interface.json used request id req-68544a13-1be7-4cde-829a-8cc95042ba25 2018-09-02 22:43:38,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.96604084969s 2018-09-02 22:43:38,558 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce/add_router_interface.json used request id req-68544a13-1be7-4cde-829a-8cc95042ba25 returning object 2b402e29-6809-49a6-b106-db70bd2f02ce 2018-09-02 22:43:38,559 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 22:43:38,690 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 22:43:38,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:43:38,697 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 22:43:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-09-02 22:43:38,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:38,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:39,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d5572ff0-8328-473c-8d4d-4ac17e72636c Date: Sun, 02 Sep 2018 22:43:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:39,535 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-d5572ff0-8328-473c-8d4d-4ac17e72636c 2018-09-02 22:43:39,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.833223819733s 2018-09-02 22:43:39,536 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-d5572ff0-8328-473c-8d4d-4ac17e72636c 2018-09-02 22:43:39,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 22:43:39,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}' 2018-09-02 22:43:40,351 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-59aeb74c-e2c5-45ae-8669-a25d50021690 Date: Sun, 02 Sep 2018 22:43:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:40Z", "file": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "size": null, "self": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "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_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "checksum": null, "created_at": "2018-09-02T22:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 22:43:40,351 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-59aeb74c-e2c5-45ae-8669-a25d50021690 2018-09-02 22:43:40,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.807246923447s 2018-09-02 22:43:40,351 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-59aeb74c-e2c5-45ae-8669-a25d50021690 returning object 42de6da2-86dd-464d-97b1-2eac79e4eacb 2018-09-02 22:43:40,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 22:43:40,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '' 2018-09-02 22:43:41,578 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d242fb2-f6ef-46b2-9cda-7d7300c6e981 Date: Sun, 02 Sep 2018 22:43:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:43:41,578 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file used request id req-2d242fb2-f6ef-46b2-9cda-7d7300c6e981 2018-09-02 22:43:41,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.22606682777s 2018-09-02 22:43:41,579 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file used request id req-2d242fb2-f6ef-46b2-9cda-7d7300c6e981 2018-09-02 22:43:41,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:41,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:42,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-dc905c7f-9381-4aae-a2d9-710b7a5e3be3 Date: Sun, 02 Sep 2018 22:43:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:41Z", "file": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "size": 12716032, "self": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:42,408 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-dc905c7f-9381-4aae-a2d9-710b7a5e3be3 2018-09-02 22:43:42,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.824236154556s 2018-09-02 22:43:42,408 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-dc905c7f-9381-4aae-a2d9-710b7a5e3be3 2018-09-02 22:43:42,410 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap', u'metadata': Munch({})})], 'file': u'/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file', 'owner': u'9507082a471041e1b312eed283ed6608', 'id': u'42de6da2-86dd-464d-97b1-2eac79e4eacb', 'size': 12716032, u'self': u'/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9507082a471041e1b312eed283ed6608', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T22:43:41Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T22:43:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c', '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/42de6da2-86dd-464d-97b1-2eac79e4eacb', 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_6f3ce7e7-5541-4dbd-9447-e2909844a13c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c', 'created': u'2018-09-02T22:43:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T22:43:40Z', 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/42de6da2-86dd-464d-97b1-2eac79e4eacb', 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_6f3ce7e7-5541-4dbd-9447-e2909844a13c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 22:43:42,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 22:43:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 22:43:42,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43: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-e15a02c9-2a7f-4816-b865-8c348f45eaec x-compute-request-id: req-e15a02c9-2a7f-4816-b865-8c348f45eaec Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "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": "14bc3364-8d5d-41c0-9c0a-444719008ee5"}} 2018-09-02 22:43:42,742 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-e15a02c9-2a7f-4816-b865-8c348f45eaec 2018-09-02 22:43:42,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.331018924713s 2018-09-02 22:43:42,743 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-e15a02c9-2a7f-4816-b865-8c348f45eaec 2018-09-02 22:43:42,744 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_6f3ce7e7-5541-4dbd-9447-e2909844a13c', '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'9507082a471041e1b312eed283ed6608', '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'14bc3364-8d5d-41c0-9c0a-444719008ee5', 'swap': 0}) 2018-09-02 22:43:42,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 22:43:42,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5/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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"extra_specs": {}}' 2018-09-02 22:43:42,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5e45dd2e-b302-4249-b000-4b097d16a498 x-compute-request-id: req-5e45dd2e-b302-4249-b000-4b097d16a498 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 22:43:42,767 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5/os-extra_specs used request id req-5e45dd2e-b302-4249-b000-4b097d16a498 2018-09-02 22:43:42,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226230621338s 2018-09-02 22:43:42,767 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5/os-extra_specs used request id req-5e45dd2e-b302-4249-b000-4b097d16a498 2018-09-02 22:43:42,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 22:43:42,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"keypair": {"name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}}' 2018-09-02 22:43:43,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43: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-1388763d-f214-4805-b746-5b39b09d668e x-compute-request-id: req-1388763d-f214-4805-b746-5b39b09d668e Content-Encoding: gzip Content-Length: 1800 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtB2IaYnoF7eRF4mciE/tsPyIFBSY2FXB2gcruyeTFeQ3iWeW9Ik82vhq2bie7nLxEkfJf2uxyZAJZx55AV2FlyxBU/NgnsvkI57V+ihTgqNRNXGkn3RlNRf4Agob0VdJQu5CQEqUD7IGFVC5OQOApzefqr2N4NcyiNaywIMsoAyOTwPAeiuImufgthwneglYu0SE/w5KlBBtHV7lQtTYYsIpIYGVIVrfDki9W3Q5PV9bAvfCEORhKsCPT7PzDhq8FJG+6c/s/m7nAGgpA2L5ruvmHNs6wBp6h4ZUi4GfawlXCpHlqr8pF7jUEkdIxzuxDg+XoXyrMAs4LvkK8DtxJ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArQdiGmJ6Be3kReJnIhP7bD8iBQUmNhVwdoHK7snkxXkN4lnl\nvSJPNr4atm4nu5y8RJHyX9rscmQCWceeQFdhZcsQVPzYJ7L5COe1fooU4KjUTVxp\nJ90ZTUX+AIKG9FXSULuQkBKlA+yBhVQuTkDgKc3n6q9jeDXMojWssCDLKAMjk8Dw\nHoriJrn4LYcJ3oJWLtEhP8OSpQQbR1e5ULU2GLCKSGBlSFa3w5IvVt0OT1fWwL3w\nhDkYSrAj0+z8w4avBSRvunP7P5u5wBoKQNi+a7r5hzbOsAaeoeGVIuBn2sJVwqR5\naq/KRe41BJHSMc7sQ4Pl6F8qzALOC75CvA7cSQIDAQABAoIBAHRx2JLbHTWqUIq7\ngB7OBdFmd3WbbojNSt9mH/UtyBkhi7d+On9bfKXhsEZ/wZugMo+PDOd3hNLC/VYA\nYj74z2JbE4Wul6W366MTlPAw6zX6SM47V8VtJZ78cKFVNo9uxlhwsixTb9xBKTVa\nXsNpI7LekKo/GJkI08uChdIOb8pfnnpT59tlSqKYcnv7dkn6agiUFiNjxSSeO9IH\n2dTGg4jIPqEQztN/PetQ6VR4gjJqu1cdO1OphIMFNXlLqdSqazIOf8qLMkz2iEQ0\nL7RgftgoYTug7oXfF89kggjYP+Zms5aZoHSbrD6sdEUDvYhFRcJ2I5oztssva1RP\n7L4+dAECgYEA4WduW2FGXJZabs5JqVx0LeMsdHeJ/ymlE0YPIze+bzko2VuU1HRL\nYI5bxRMnV2gvuCgaie1JnqEIP0Ko26kSsnxr1+m0u3Vu9YJcfWLgtt2901/NsEih\ntNDAlcOUqRenletX3yeY+8QSaoKrhRrTG3m/6UyA8/wjE/ZnqiFGOckCgYEAxIP3\nOzwb3LpuTuQSecEaibihZyaOswa1Maq+LVNh70IK3Fzfz9adf0EnLkfDHlwaT/r6\nTPVSEQxTRMVzutoym3cqLE0yomYKHoL7xHUqKoEo9TY3bVCdSuuonP4bRNUkD0EN\nicg+2IYFooHOgwYHxDqnkv3EkJaShT+C1KHMzoECgYEA2DXulZjpdUaD2GXoIpyc\nlKekrNM9e5Tm02YQfyepc+bQWC6QxHoJE8V6IcANrLozi+JsEoGabJ7q2kOG1a2I\nUc0nZSS4SFiM5tL1BREjnEV3IJp1IvOIqXjUQtQodUpLZnMpBtVk2ZtqTuCoxjTE\n60YN4CuSRndE7pEdPwRL6IECgYASSDiq8ReifFGg00UIwLdIUr3pS8QA0cHvofPZ\nYaV9zcYW5CkKO+whF52eh5yWaXklMbMxj60X2u6wOjJfEsecgQSSZIguZZHRbtwf\nVcsbczKtRWL4r4RCoRPprxY4XB/jr2ikBdYa7LT/flYJCHmWfuJyIVu1G9z7uoHg\naEEWgQKBgA5UTJ48cmdQzMHgRS9MIwDRwAGXMehfJvBfnr9jo5Gn3F7vyXVjAESj\nRcEQTfMG3cFVfC71jOtz6atpUdBNZVUEMXvNt/uBA0363hn+5k87lsfrpurgvQO9\n8eP0UERRGSzo5v4CWv/C3Ed5/U/FE5wL8uJ+HMxtRt8Mag99mpjG\n-----END RSA PRIVATE KEY-----\n", "user_id": "4276ce68323340a2aef54d4c8601def3", "name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "fingerprint": "8d:56:c6:f9:16:ba:91:10:78:94:14:5b:ba:07:8e:1d"}} 2018-09-02 22:43:43,079 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-1388763d-f214-4805-b746-5b39b09d668e 2018-09-02 22:43:43,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.311456918716s 2018-09-02 22:43:43,080 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-1388763d-f214-4805-b746-5b39b09d668e 2018-09-02 22:43:43,080 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCtB2IaYnoF7eRF4mciE/tsPyIFBSY2FXB2gcruyeTFeQ3iWeW9Ik82vhq2bie7nLxEkfJf2uxyZAJZx55AV2FlyxBU/NgnsvkI57V+ihTgqNRNXGkn3RlNRf4Agob0VdJQu5CQEqUD7IGFVC5OQOApzefqr2N4NcyiNaywIMsoAyOTwPAeiuImufgthwneglYu0SE/w5KlBBtHV7lQtTYYsIpIYGVIVrfDki9W3Q5PV9bAvfCEORhKsCPT7PzDhq8FJG+6c/s/m7nAGgpA2L5ruvmHNs6wBp6h4ZUi4GfawlXCpHlqr8pF7jUEkdIxzuxDg+XoXyrMAs4LvkK8DtxJ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEArQdiGmJ6Be3kReJnIhP7bD8iBQUmNhVwdoHK7snkxXkN4lnl\nvSJPNr4atm4nu5y8RJHyX9rscmQCWceeQFdhZcsQVPzYJ7L5COe1fooU4KjUTVxp\nJ90ZTUX+AIKG9FXSULuQkBKlA+yBhVQuTkDgKc3n6q9jeDXMojWssCDLKAMjk8Dw\nHoriJrn4LYcJ3oJWLtEhP8OSpQQbR1e5ULU2GLCKSGBlSFa3w5IvVt0OT1fWwL3w\nhDkYSrAj0+z8w4avBSRvunP7P5u5wBoKQNi+a7r5hzbOsAaeoeGVIuBn2sJVwqR5\naq/KRe41BJHSMc7sQ4Pl6F8qzALOC75CvA7cSQIDAQABAoIBAHRx2JLbHTWqUIq7\ngB7OBdFmd3WbbojNSt9mH/UtyBkhi7d+On9bfKXhsEZ/wZugMo+PDOd3hNLC/VYA\nYj74z2JbE4Wul6W366MTlPAw6zX6SM47V8VtJZ78cKFVNo9uxlhwsixTb9xBKTVa\nXsNpI7LekKo/GJkI08uChdIOb8pfnnpT59tlSqKYcnv7dkn6agiUFiNjxSSeO9IH\n2dTGg4jIPqEQztN/PetQ6VR4gjJqu1cdO1OphIMFNXlLqdSqazIOf8qLMkz2iEQ0\nL7RgftgoYTug7oXfF89kggjYP+Zms5aZoHSbrD6sdEUDvYhFRcJ2I5oztssva1RP\n7L4+dAECgYEA4WduW2FGXJZabs5JqVx0LeMsdHeJ/ymlE0YPIze+bzko2VuU1HRL\nYI5bxRMnV2gvuCgaie1JnqEIP0Ko26kSsnxr1+m0u3Vu9YJcfWLgtt2901/NsEih\ntNDAlcOUqRenletX3yeY+8QSaoKrhRrTG3m/6UyA8/wjE/ZnqiFGOckCgYEAxIP3\nOzwb3LpuTuQSecEaibihZyaOswa1Maq+LVNh70IK3Fzfz9adf0EnLkfDHlwaT/r6\nTPVSEQxTRMVzutoym3cqLE0yomYKHoL7xHUqKoEo9TY3bVCdSuuonP4bRNUkD0EN\nicg+2IYFooHOgwYHxDqnkv3EkJaShT+C1KHMzoECgYEA2DXulZjpdUaD2GXoIpyc\nlKekrNM9e5Tm02YQfyepc+bQWC6QxHoJE8V6IcANrLozi+JsEoGabJ7q2kOG1a2I\nUc0nZSS4SFiM5tL1BREjnEV3IJp1IvOIqXjUQtQodUpLZnMpBtVk2ZtqTuCoxjTE\n60YN4CuSRndE7pEdPwRL6IECgYASSDiq8ReifFGg00UIwLdIUr3pS8QA0cHvofPZ\nYaV9zcYW5CkKO+whF52eh5yWaXklMbMxj60X2u6wOjJfEsecgQSSZIguZZHRbtwf\nVcsbczKtRWL4r4RCoRPprxY4XB/jr2ikBdYa7LT/flYJCHmWfuJyIVu1G9z7uoHg\naEEWgQKBgA5UTJ48cmdQzMHgRS9MIwDRwAGXMehfJvBfnr9jo5Gn3F7vyXVjAESj\nRcEQTfMG3cFVfC71jOtz6atpUdBNZVUEMXvNt/uBA0363hn+5k87lsfrpurgvQO9\n8eP0UERRGSzo5v4CWv/C3Ed5/U/FE5wL8uJ+HMxtRt8Mag99mpjG\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4276ce68323340a2aef54d4c8601def3', 'name': u'singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c', 'created_at': '2018-09-02T22:43:43.080862', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9507082a471041e1b312eed283ed6608', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'8d:56:c6:f9:16:ba:91:10:78:94:14:5b:ba:07:8e:1d', 'type': 'ssh', 'id': u'singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c'}) 2018-09-02 22:43:43,081 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEArQdiGmJ6Be3kReJnIhP7bD8iBQUmNhVwdoHK7snkxXkN4lnl vSJPNr4atm4nu5y8RJHyX9rscmQCWceeQFdhZcsQVPzYJ7L5COe1fooU4KjUTVxp J90ZTUX+AIKG9FXSULuQkBKlA+yBhVQuTkDgKc3n6q9jeDXMojWssCDLKAMjk8Dw HoriJrn4LYcJ3oJWLtEhP8OSpQQbR1e5ULU2GLCKSGBlSFa3w5IvVt0OT1fWwL3w hDkYSrAj0+z8w4avBSRvunP7P5u5wBoKQNi+a7r5hzbOsAaeoeGVIuBn2sJVwqR5 aq/KRe41BJHSMc7sQ4Pl6F8qzALOC75CvA7cSQIDAQABAoIBAHRx2JLbHTWqUIq7 gB7OBdFmd3WbbojNSt9mH/UtyBkhi7d+On9bfKXhsEZ/wZugMo+PDOd3hNLC/VYA Yj74z2JbE4Wul6W366MTlPAw6zX6SM47V8VtJZ78cKFVNo9uxlhwsixTb9xBKTVa XsNpI7LekKo/GJkI08uChdIOb8pfnnpT59tlSqKYcnv7dkn6agiUFiNjxSSeO9IH 2dTGg4jIPqEQztN/PetQ6VR4gjJqu1cdO1OphIMFNXlLqdSqazIOf8qLMkz2iEQ0 L7RgftgoYTug7oXfF89kggjYP+Zms5aZoHSbrD6sdEUDvYhFRcJ2I5oztssva1RP 7L4+dAECgYEA4WduW2FGXJZabs5JqVx0LeMsdHeJ/ymlE0YPIze+bzko2VuU1HRL YI5bxRMnV2gvuCgaie1JnqEIP0Ko26kSsnxr1+m0u3Vu9YJcfWLgtt2901/NsEih tNDAlcOUqRenletX3yeY+8QSaoKrhRrTG3m/6UyA8/wjE/ZnqiFGOckCgYEAxIP3 Ozwb3LpuTuQSecEaibihZyaOswa1Maq+LVNh70IK3Fzfz9adf0EnLkfDHlwaT/r6 TPVSEQxTRMVzutoym3cqLE0yomYKHoL7xHUqKoEo9TY3bVCdSuuonP4bRNUkD0EN icg+2IYFooHOgwYHxDqnkv3EkJaShT+C1KHMzoECgYEA2DXulZjpdUaD2GXoIpyc lKekrNM9e5Tm02YQfyepc+bQWC6QxHoJE8V6IcANrLozi+JsEoGabJ7q2kOG1a2I Uc0nZSS4SFiM5tL1BREjnEV3IJp1IvOIqXjUQtQodUpLZnMpBtVk2ZtqTuCoxjTE 60YN4CuSRndE7pEdPwRL6IECgYASSDiq8ReifFGg00UIwLdIUr3pS8QA0cHvofPZ YaV9zcYW5CkKO+whF52eh5yWaXklMbMxj60X2u6wOjJfEsecgQSSZIguZZHRbtwf VcsbczKtRWL4r4RCoRPprxY4XB/jr2ikBdYa7LT/flYJCHmWfuJyIVu1G9z7uoHg aEEWgQKBgA5UTJ48cmdQzMHgRS9MIwDRwAGXMehfJvBfnr9jo5Gn3F7vyXVjAESj RcEQTfMG3cFVfC71jOtz6atpUdBNZVUEMXvNt/uBA0363hn+5k87lsfrpurgvQO9 8eP0UERRGSzo5v4CWv/C3Ed5/U/FE5wL8uJ+HMxtRt8Mag99mpjG -----END RSA PRIVATE KEY----- 2018-09-02 22:43:43,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 22:43:43,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"security_group": {"name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-02 22:43:43,523 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-109ef2d8-6dc6-4a80-b10c-1d1d670459d8 Date: Sun, 02 Sep 2018 22:43:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:43Z", "updated_at": "2018-09-02T22:43:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "49adfdb3-1498-4f81-851a-39b1ee65ed9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "bb9e0c8f-473f-4a10-9954-1ff5a86a218c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 1, "project_id": "9507082a471041e1b312eed283ed6608", "id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}} 2018-09-02 22:43:43,523 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-109ef2d8-6dc6-4a80-b10c-1d1d670459d8 2018-09-02 22:43:43,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.438930034637s 2018-09-02 22:43:43,523 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-109ef2d8-6dc6-4a80-b10c-1d1d670459d8 2018-09-02 22:43:43,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 22:43:43,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:43,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-31fd948a-2072-43b6-877e-04149958ce9c Date: Sun, 02 Sep 2018 22:43:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "created_at": "2018-09-02T22:38:28Z", "updated_at": "2018-09-02T22:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "28935581-f38e-4e01-a1bd-8afa567204d4", "remote_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "34d9bb9f-b6c2-45cf-850b-fd3d650dd24b", "remote_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "a5dd32c8-8a33-4cea-bc71-014abaf5b616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "c5b37f36-265d-4ab8-84d7-ead5bd13c8ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}], "revision_number": 1, "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T22:41:54Z", "updated_at": "2018-09-02T22:41:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "50011f08-0969-4fa4-ab79-71d8d319c00b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "7803de55-6710-4d77-a7cc-fdb9dbc91970", "remote_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "8c7d6bcc-09cd-4f73-b404-e8bed8818866", "remote_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "a3017921-a2cb-4d31-90bf-8f6aa1ff91b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "64c7311170694724b3245af5579230e3", "created_at": "2018-09-02T22:42:17Z", "updated_at": "2018-09-02T22:42:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "77aee526-71b6-42ce-a9b2-64e72fecead3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "c31c20e7-2aca-4b07-b9ff-40a0cc0e804d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "d7eb2b43-7a36-48c9-afcd-47dec7478967", "remote_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "ea463579-8699-4f61-a6c7-771df1a9a503", "remote_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "64c7311170694724b3245af5579230e3"}], "revision_number": 1, "project_id": "64c7311170694724b3245af5579230e3", "id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:43Z", "updated_at": "2018-09-02T22:43:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "49adfdb3-1498-4f81-851a-39b1ee65ed9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "bb9e0c8f-473f-4a10-9954-1ff5a86a218c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 1, "project_id": "9507082a471041e1b312eed283ed6608", "id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}, {"description": "Default security group", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:41:51Z", "updated_at": "2018-09-02T22:41:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "4cf52a34-b6c1-4545-959a-e774e0883f78", "remote_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "5439b4f6-cfc2-40cc-88a0-27b68932fcf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "5dc04f8d-32e1-412f-8e48-16d115911288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "e843f4c0-3dc2-4c12-ad48-6f66451abef5", "remote_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 1, "project_id": "9507082a471041e1b312eed283ed6608", "id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "created_at": "2018-09-02T22:43:07Z", "updated_at": "2018-09-02T22:43:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "2acbd49a-7c47-4af0-95e1-dc3909611293", "remote_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv4", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "6887fa87-e05d-4741-9496-62b1b7dd7802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv4", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "bf128282-dcc7-482d-b09e-1acae2054bac", "remote_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv6", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "e8146150-305d-4489-9e7a-7b461e97f02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv6", "project_id": "957a9ab170e64bcaa772136edaed6c69"}], "revision_number": 1, "project_id": "957a9ab170e64bcaa772136edaed6c69", "id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "name": "default"}]} 2018-09-02 22:43:43,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-31fd948a-2072-43b6-877e-04149958ce9c 2018-09-02 22:43:43,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0525839328766s 2018-09-02 22:43:43,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-31fd948a-2072-43b6-877e-04149958ce9c 2018-09-02 22:43:43,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 22:43:43,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -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": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b"}}' 2018-09-02 22:43:44,753 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e622337f-1d42-4dd7-9c5e-2cbb67811c88 Date: Sun, 02 Sep 2018 22:43:44 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T22:43:44Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "port_range_min": 22, "revision_number": 0, "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:44Z", "project_id": "9507082a471041e1b312eed283ed6608", "id": "ff193aa8-b849-482f-b6e6-23b58f29efb1"}} 2018-09-02 22:43:44,754 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-e622337f-1d42-4dd7-9c5e-2cbb67811c88 2018-09-02 22:43:44,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.16922187805s 2018-09-02 22:43:44,754 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-e622337f-1d42-4dd7-9c5e-2cbb67811c88 2018-09-02 22:43:44,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 22:43:44,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:44,828 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-b95908e8-e2ae-4a34-9102-eaa8bf342351 Date: Sun, 02 Sep 2018 22:43:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "created_at": "2018-09-02T22:38:28Z", "updated_at": "2018-09-02T22:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "28935581-f38e-4e01-a1bd-8afa567204d4", "remote_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "34d9bb9f-b6c2-45cf-850b-fd3d650dd24b", "remote_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "a5dd32c8-8a33-4cea-bc71-014abaf5b616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "c5b37f36-265d-4ab8-84d7-ead5bd13c8ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}], "revision_number": 1, "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T22:41:54Z", "updated_at": "2018-09-02T22:41:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "50011f08-0969-4fa4-ab79-71d8d319c00b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "7803de55-6710-4d77-a7cc-fdb9dbc91970", "remote_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "8c7d6bcc-09cd-4f73-b404-e8bed8818866", "remote_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "a3017921-a2cb-4d31-90bf-8f6aa1ff91b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "64c7311170694724b3245af5579230e3", "created_at": "2018-09-02T22:42:17Z", "updated_at": "2018-09-02T22:42:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "77aee526-71b6-42ce-a9b2-64e72fecead3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "c31c20e7-2aca-4b07-b9ff-40a0cc0e804d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "d7eb2b43-7a36-48c9-afcd-47dec7478967", "remote_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "ea463579-8699-4f61-a6c7-771df1a9a503", "remote_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "64c7311170694724b3245af5579230e3"}], "revision_number": 1, "project_id": "64c7311170694724b3245af5579230e3", "id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:43Z", "updated_at": "2018-09-02T22:43:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "49adfdb3-1498-4f81-851a-39b1ee65ed9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "bb9e0c8f-473f-4a10-9954-1ff5a86a218c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T22:43:44Z", "revision_number": 0, "id": "ff193aa8-b849-482f-b6e6-23b58f29efb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:44Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 2, "project_id": "9507082a471041e1b312eed283ed6608", "id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}, {"description": "Default security group", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:41:51Z", "updated_at": "2018-09-02T22:41:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "4cf52a34-b6c1-4545-959a-e774e0883f78", "remote_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "5439b4f6-cfc2-40cc-88a0-27b68932fcf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "5dc04f8d-32e1-412f-8e48-16d115911288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "e843f4c0-3dc2-4c12-ad48-6f66451abef5", "remote_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 1, "project_id": "9507082a471041e1b312eed283ed6608", "id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "created_at": "2018-09-02T22:43:07Z", "updated_at": "2018-09-02T22:43:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "2acbd49a-7c47-4af0-95e1-dc3909611293", "remote_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv4", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "6887fa87-e05d-4741-9496-62b1b7dd7802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv4", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "bf128282-dcc7-482d-b09e-1acae2054bac", "remote_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv6", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "e8146150-305d-4489-9e7a-7b461e97f02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv6", "project_id": "957a9ab170e64bcaa772136edaed6c69"}], "revision_number": 1, "project_id": "957a9ab170e64bcaa772136edaed6c69", "id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "name": "default"}]} 2018-09-02 22:43:44,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-b95908e8-e2ae-4a34-9102-eaa8bf342351 2018-09-02 22:43:44,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0708000659943s 2018-09-02 22:43:44,829 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-b95908e8-e2ae-4a34-9102-eaa8bf342351 2018-09-02 22:43:44,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 22:43:44,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -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": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b"}}' 2018-09-02 22:43:45,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-fc8c67b5-238b-4616-8e4b-249d6f5993cb Date: Sun, 02 Sep 2018 22:43:45 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T22:43:44Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "port_range_min": null, "revision_number": 0, "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:44Z", "project_id": "9507082a471041e1b312eed283ed6608", "id": "4632edab-fc8c-4973-b5b6-1848cb026e0b"}} 2018-09-02 22:43:45,007 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-fc8c67b5-238b-4616-8e4b-249d6f5993cb 2018-09-02 22:43:45,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.174077987671s 2018-09-02 22:43:45,008 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-fc8c67b5-238b-4616-8e4b-249d6f5993cb 2018-09-02 22:43:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:45,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:45,352 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-0b9ac895-b493-4884-8790-f4c2cf1bbe6f Date: Sun, 02 Sep 2018 22:43:45 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":["f08c185b-d97f-412a-9a2b-a3fc11af4356"],"description":"","tags":[],"updated_at":"2018-09-02T22:43:34Z","provider:segmentation_id":53,"name":"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:43:45,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0b9ac895-b493-4884-8790-f4c2cf1bbe6f 2018-09-02 22:43:45,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343338012695s 2018-09-02 22:43:45,353 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-0b9ac895-b493-4884-8790-f4c2cf1bbe6f 2018-09-02 22:43:45,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:43:45,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:45,659 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-93c37ac1-9c42-434c-981c-96430a5f44bb Date: Sun, 02 Sep 2018 22:43:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:41Z", "file": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "size": 12716032, "self": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:43:45,659 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-93c37ac1-9c42-434c-981c-96430a5f44bb 2018-09-02 22:43:45,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30193400383s 2018-09-02 22:43:45,660 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-93c37ac1-9c42-434c-981c-96430a5f44bb 2018-09-02 22:43:45,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 22:43:45,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:45,801 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43: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-67b937d6-8694-4ca6-9b44-18cf32fa8c5a x-compute-request-id: req-67b937d6-8694-4ca6-9b44-18cf32fa8c5a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "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": "14bc3364-8d5d-41c0-9c0a-444719008ee5"}]} 2018-09-02 22:43:45,801 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-67b937d6-8694-4ca6-9b44-18cf32fa8c5a 2018-09-02 22:43:45,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.139364004135s 2018-09-02 22:43:45,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-67b937d6-8694-4ca6-9b44-18cf32fa8c5a 2018-09-02 22:43:45,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 22:43:45,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"server": {"name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "imageRef": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "flavorRef": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1c779bbd-47d8-4dd8-93a3-2d542ec08e89"}], "security_groups": [{"name": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b"}]}}' 2018-09-02 22:43:51,524 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:43: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-87246a1d-bc95-4f13-b565-2b9649548ab1 x-compute-request-id: req-87246a1d-bc95-4f13-b565-2b9649548ab1 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b"}], "OS-DCF:diskConfig": "MANUAL", "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "adminPass": "33WSCxSZq7MV"}} 2018-09-02 22:43:51,524 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-87246a1d-bc95-4f13-b565-2b9649548ab1 2018-09-02 22:43:51,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.72098612785s 2018-09-02 22:43:51,524 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-87246a1d-bc95-4f13-b565-2b9649548ab1 2018-09-02 22:43:51,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:43:51,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:52,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43: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-ac15f260-09cc-4252-a48d-ea70fb33450d x-compute-request-id: req-ac15f260-09cc-4252-a48d-ea70fb33450d Content-Encoding: gzip Content-Length: 636 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "image": {"id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "links": [{"href": "http://172.30.9.35:8774/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "links": [{"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "bookmark"}]}, "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "user_id": "4276ce68323340a2aef54d4c8601def3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T22:43:51Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "created": "2018-09-02T22:43:51Z", "tenant_id": "9507082a471041e1b312eed283ed6608", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:43:52,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ac15f260-09cc-4252-a48d-ea70fb33450d 2018-09-02 22:43:52,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.97242307663s 2018-09-02 22:43:52,498 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-ac15f260-09cc-4252-a48d-ea70fb33450d 2018-09-02 22:43:52,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:43:52,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:52,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-bf7365ed-949a-492e-bf88-a99c3ba2e369 Date: Sun, 02 Sep 2018 22:43:52 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":["f08c185b-d97f-412a-9a2b-a3fc11af4356"],"description":"","tags":[],"updated_at":"2018-09-02T22:43:34Z","provider:segmentation_id":53,"name":"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:43:52,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bf7365ed-949a-492e-bf88-a99c3ba2e369 2018-09-02 22:43:52,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859282016754s 2018-09-02 22:43:52,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-bf7365ed-949a-492e-bf88-a99c3ba2e369 2018-09-02 22:43:52,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:43:52,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:53,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-8b697d92-35d1-4ccc-8591-fee44191bfa8 Date: Sun, 02 Sep 2018 22:43:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2cea22db-39be-4fdd-be77-f16eed333608","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:35Z","dns_nameservers":[],"updated_at":"2018-09-02T22:38:35Z","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":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"5d6bc9f5-1a0d-4262-a898-04220b8f5a0a","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:43:34Z","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":"9507082a471041e1b312eed283ed6608","id":"f08c185b-d97f-412a-9a2b-a3fc11af4356","subnetpool_id":null,"name":"singlevm1-subnet_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}]} 2018-09-02 22:43:53,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8b697d92-35d1-4ccc-8591-fee44191bfa8 2018-09-02 22:43:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.06345582008s 2018-09-02 22:43:53,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-8b697d92-35d1-4ccc-8591-fee44191bfa8 2018-09-02 22:43:53,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 22:43:55,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:43:55,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:56,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f43fa6ce-2466-45bb-974a-6a4f37bee4db x-compute-request-id: req-f43fa6ce-2466-45bb-974a-6a4f37bee4db Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "image": {"id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "links": [{"href": "http://172.30.9.35:8774/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "links": [{"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "bookmark"}]}, "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "user_id": "4276ce68323340a2aef54d4c8601def3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T22:43:55Z", "hostId": "2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "created": "2018-09-02T22:43:51Z", "tenant_id": "9507082a471041e1b312eed283ed6608", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:43:56,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f43fa6ce-2466-45bb-974a-6a4f37bee4db 2018-09-02 22:43:56,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408217906952s 2018-09-02 22:43:56,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-f43fa6ce-2466-45bb-974a-6a4f37bee4db 2018-09-02 22:43:56,070 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 22:43:58,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:43:58,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:43:59,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6768f60-b431-4986-bde0-9980d1e556d0 x-compute-request-id: req-a6768f60-b431-4986-bde0-9980d1e556d0 Content-Encoding: gzip Content-Length: 733 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "image": {"id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "links": [{"href": "http://172.30.9.35:8774/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "links": [{"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "bookmark"}]}, "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "security_groups": [{"name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}], "user_id": "4276ce68323340a2aef54d4c8601def3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T22:43:55Z", "hostId": "2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "created": "2018-09-02T22:43:51Z", "tenant_id": "9507082a471041e1b312eed283ed6608", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:43:59,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a6768f60-b431-4986-bde0-9980d1e556d0 2018-09-02 22:43:59,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40030217171s 2018-09-02 22:43:59,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-a6768f60-b431-4986-bde0-9980d1e556d0 2018-09-02 22:43:59,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 22:44:01,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:44:01,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:02,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01038516-d0fe-4a4c-b1f9-48228a550d24 x-compute-request-id: req-01038516-d0fe-4a4c-b1f9-48228a550d24 Content-Encoding: gzip Content-Length: 807 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:af:a9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "image": {"id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "links": [{"href": "http://172.30.9.35:8774/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "links": [{"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "bookmark"}]}, "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "security_groups": [{"name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}], "user_id": "4276ce68323340a2aef54d4c8601def3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T22:43:55Z", "hostId": "2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "created": "2018-09-02T22:43:51Z", "tenant_id": "9507082a471041e1b312eed283ed6608", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:44:02,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-01038516-d0fe-4a4c-b1f9-48228a550d24 2018-09-02 22:44:02,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.31615281105s 2018-09-02 22:44:02,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-01038516-d0fe-4a4c-b1f9-48228a550d24 2018-09-02 22:44:02,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 22:44:04,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:44:04,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:06,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44: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-855a08ce-6f65-4a5f-94c3-fe2d6973a11d x-compute-request-id: req-855a08ce-6f65-4a5f-94c3-fe2d6973a11d Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:af:a9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "image": {"id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "links": [{"href": "http://172.30.9.35:8774/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-02T22:44:04.000000", "flavor": {"id": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "links": [{"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "bookmark"}]}, "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "security_groups": [{"name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}], "user_id": "4276ce68323340a2aef54d4c8601def3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T22:44:04Z", "hostId": "2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "created": "2018-09-02T22:43:51Z", "tenant_id": "9507082a471041e1b312eed283ed6608", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:44:06,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-855a08ce-6f65-4a5f-94c3-fe2d6973a11d 2018-09-02 22:44:06,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.83493995667s 2018-09-02 22:44:06,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-855a08ce-6f65-4a5f-94c3-fe2d6973a11d 2018-09-02 22:44:06,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 22:44:06,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=9cc1ed7f-826e-4317-8e06-3438ec22bd02" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:06,697 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-1deb1b64-8227-4401-80f7-530da1a7dfdb Date: Sun, 02 Sep 2018 22:44:06 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T22:44:03Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f08c185b-d97f-412a-9a2b-a3fc11af4356","ip_address":"192.168.120.6"}],"id":"2b81e8d3-c9dc-458c-8a3d-6355d484cc90","security_groups":["7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:af:a9","project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9cc1ed7f-826e-4317-8e06-3438ec22bd02","name":"","admin_state_up":true,"network_id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:56Z","binding:vnic_type":"normal"}]} 2018-09-02 22:44:06,697 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=9cc1ed7f-826e-4317-8e06-3438ec22bd02 used request id req-1deb1b64-8227-4401-80f7-530da1a7dfdb 2018-09-02 22:44:06,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0542421340942s 2018-09-02 22:44:06,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=9cc1ed7f-826e-4317-8e06-3438ec22bd02 used request id req-1deb1b64-8227-4401-80f7-530da1a7dfdb 2018-09-02 22:44:06,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 22:44:06,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2b81e8d3-c9dc-458c-8a3d-6355d484cc90" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:07,646 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4f12719b-eb8e-4b53-92f0-3d38ec6539d1 Date: Sun, 02 Sep 2018 22:44:07 GMT RESP BODY: {"floatingips": []} 2018-09-02 22:44:07,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2b81e8d3-c9dc-458c-8a3d-6355d484cc90 used request id req-4f12719b-eb8e-4b53-92f0-3d38ec6539d1 2018-09-02 22:44:07,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.943901062012s 2018-09-02 22:44:07,647 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json?port_id=2b81e8d3-c9dc-458c-8a3d-6355d484cc90 used request id req-4f12719b-eb8e-4b53-92f0-3d38ec6539d1 2018-09-02 22:44:07,648 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2e:af:a9', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'42de6da2-86dd-464d-97b1-2eac79e4eacb'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-09-02T22:44:04.000000', 'flavor': Munch({u'id': u'14bc3364-8d5d-41c0-9c0a-444719008ee5'}), 'az': u'nova', 'id': u'9cc1ed7f-826e-4317-8e06-3438ec22bd02', 'security_groups': [Munch({u'name': u'singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4276ce68323340a2aef54d4c8601def3', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9507082a471041e1b312eed283ed6608', 'name': 'admin', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': '', 'launched_at': u'2018-09-02T22:44:04.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T22:44:04Z', 'hostId': u'2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000002', u'OS-SRV-USG:launched_at': u'2018-09-02T22:44:04.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'9507082a471041e1b312eed283ed6608', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c', 'adminPass': u'33WSCxSZq7MV', 'tenant_id': u'9507082a471041e1b312eed283ed6608', 'created_at': u'2018-09-02T22:43:51Z', 'created': u'2018-09-02T22:43:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 22:44:07,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:44:07,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:07,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-3094725b-d734-4a9d-b164-a45b50d20748 Date: Sun, 02 Sep 2018 22:44:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":["f08c185b-d97f-412a-9a2b-a3fc11af4356"],"description":"","tags":[],"updated_at":"2018-09-02T22:43:34Z","provider:segmentation_id":53,"name":"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:44:07,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3094725b-d734-4a9d-b164-a45b50d20748 2018-09-02 22:44:07,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100298881531s 2018-09-02 22:44:07,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-3094725b-d734-4a9d-b164-a45b50d20748 2018-09-02 22:44:07,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 22:44:07,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:9696/v2.0/ports.json?device_id=9cc1ed7f-826e-4317-8e06-3438ec22bd02" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:07,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 876 X-Openstack-Request-Id: req-745e67e5-90ba-4c80-a186-82e55cc522e7 Date: Sun, 02 Sep 2018 22:44:07 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T22:44:03Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"f08c185b-d97f-412a-9a2b-a3fc11af4356","ip_address":"192.168.120.6"}],"id":"2b81e8d3-c9dc-458c-8a3d-6355d484cc90","security_groups":["7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2e:af:a9","project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9cc1ed7f-826e-4317-8e06-3438ec22bd02","name":"","admin_state_up":true,"network_id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:56Z","binding:vnic_type":"normal"}]} 2018-09-02 22:44:07,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=9cc1ed7f-826e-4317-8e06-3438ec22bd02 used request id req-745e67e5-90ba-4c80-a186-82e55cc522e7 2018-09-02 22:44:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0494849681854s 2018-09-02 22:44:07,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/ports.json?device_id=9cc1ed7f-826e-4317-8e06-3438ec22bd02 used request id req-745e67e5-90ba-4c80-a186-82e55cc522e7 2018-09-02 22:44:07,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 22:44:07,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"floatingip": {"floating_network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "fixed_ip_address": "192.168.120.6", "port_id": "2b81e8d3-c9dc-458c-8a3d-6355d484cc90"}}' 2018-09-02 22:44:10,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-3c5453d8-3a34-485d-b898-9fefb9aba61a Date: Sun, 02 Sep 2018 22:44:10 GMT RESP BODY: {"floatingip": {"router_id": "2b402e29-6809-49a6-b106-db70bd2f02ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-02T22:44:09Z", "floating_network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "2b81e8d3-c9dc-458c-8a3d-6355d484cc90", "id": "3610e7ab-8ac7-479c-9b44-d14dda0f05b4", "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:44:09Z", "project_id": "9507082a471041e1b312eed283ed6608"}} 2018-09-02 22:44:10,135 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3c5453d8-3a34-485d-b898-9fefb9aba61a 2018-09-02 22:44:10,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.3305850029s 2018-09-02 22:44:10,135 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-3c5453d8-3a34-485d-b898-9fefb9aba61a 2018-09-02 22:44:10,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 22:44:10,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:10,211 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-1aca3a74-5863-444e-b904-dd53b460968b Date: Sun, 02 Sep 2018 22:44:10 GMT RESP BODY: {"floatingips": [{"router_id": "2b402e29-6809-49a6-b106-db70bd2f02ce", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-09-02T22:44:09Z", "floating_network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "2b81e8d3-c9dc-458c-8a3d-6355d484cc90", "id": "3610e7ab-8ac7-479c-9b44-d14dda0f05b4", "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:44:09Z", "project_id": "9507082a471041e1b312eed283ed6608"}]} 2018-09-02 22:44:10,212 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1aca3a74-5863-444e-b904-dd53b460968b 2018-09-02 22:44:10,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0684459209442s 2018-09-02 22:44:10,212 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1aca3a74-5863-444e-b904-dd53b460968b 2018-09-02 22:44:10,216 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'2b402e29-6809-49a6-b106-db70bd2f02ce', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'9507082a471041e1b312eed283ed6608', 'created_at': u'2018-09-02T22:44:09Z', 'attached': True, 'updated_at': u'2018-09-02T22:44:09Z', 'id': u'3610e7ab-8ac7-479c-9b44-d14dda0f05b4', 'floating_network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'9507082a471041e1b312eed283ed6608', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'2b402e29-6809-49a6-b106-db70bd2f02ce', 'project_id': u'9507082a471041e1b312eed283ed6608', 'port_id': u'2b81e8d3-c9dc-458c-8a3d-6355d484cc90', 'port': u'2b81e8d3-c9dc-458c-8a3d-6355d484cc90', 'network': u'2cea22db-39be-4fdd-be77-f16eed333608'}) 2018-09-02 22:44:10,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 22:44:10,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02/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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 22:44:11,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33645254-84bd-4b5c-875c-55223ef0a261 x-compute-request-id: req-33645254-84bd-4b5c-875c-55223ef0a261 Content-Encoding: gzip Content-Length: 9612 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 511510009 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.184075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186330] pid_max: default: 32768 minimum: 301\n[ 0.187548] ACPI: Core revision 20150930\n[ 0.189208] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190990] Security Framework initialized\n[ 0.192093] Yama: becoming mindful.\n[ 0.193101] AppArmor: AppArmor initialized\n[ 0.194253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196003] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199301] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201156] Initializing cgroup subsys io\n[ 0.202269] Initializing cgroup subsys memory\n[ 0.203460] Initializing cgroup subsys devices\n[ 0.204670] Initializing cgroup subsys freezer\n[ 0.205895] Initializing cgroup subsys net_cls\n[ 0.207117] Initializing cgroup subsys perf_event\n[ 0.208381] Initializing cgroup subsys net_prio\n[ 0.209610] Initializing cgroup subsys hugetlb\n[ 0.210858] Initializing cgroup subsys pids\n[ 0.212065] CPU: Physical Processor ID: 0\n[ 0.213886] mce: CPU supports 10 MCE banks\n[ 0.215089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216484] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231387] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238055] ftrace: allocating 31920 entries in 125 pages\n[ 0.263740] smpboot: Max logical packages: 1\n[ 0.264919] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266776] x2apic enabled\n[ 0.267919] Switched APIC routing to physical x2apic.\n[ 0.270350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274604] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277097] KVM setup paravirtual spinlock\n[ 0.278698] x86: Booted up 1 node, 1 CPUs\n[ 0.279809] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281683] devtmpfs: initialized\n[ 0.283654] evm: security.selinux\n[ 0.284617] evm: security.SMACK64\n[ 0.285575] evm: security.SMACK64EXEC\n[ 0.286599] evm: security.SMACK64TRANSMUTE\n[ 0.287707] evm: security.SMACK64MMAP\n[ 0.288734] evm: security.ima\n[ 0.289630] evm: security.capability\n[ 0.290719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293267] pinctrl core: initialized pinctrl subsystem\n[ 0.294774] RTC time: 22:44:04, date: 09/02/18\n[ 0.296060] NET: Registered protocol family 16\n[ 0.297381] cpuidle: using governor ladder\n[ 0.298500] cpuidle: using governor menu\n[ 0.299605] PCCT header not found.\n[ 0.300637] ACPI: bus type PCI registered\n[ 0.301736] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303430] PCI: Using configuration type 1 for base access\n[ 0.305597] ACPI: Added _OSI(Module Device)\n[ 0.306753] ACPI: Added _OSI(Processor Device)\n[ 0.307947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309184] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311346] ACPI: Interpreter enabled\n[ 0.312404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322572] ACPI: (supports S0 S5)\n[ 0.323549] ACPI: Using IOAPIC for interrupt routing\n[ 0.324848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328666] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333790] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336674] acpiphp: Slot [3] registered\n[ 0.337752] acpiphp: Slot [4] registered\n[ 0.338821] acpiphp: Slot [5] registered\n[ 0.339880] acpiphp: Slot [6] registered\n[ 0.340949] acpiphp: Slot [7] registered\n[ 0.342023] acpiphp: Slot [8] registered\n[ 0.343087] acpiphp: Slot [9] registered\n[ 0.344143] acpiphp: Slot [10] registered\n[ 0.345222] acpiphp: Slot [11] registered\n[ 0.346298] acpiphp: Slot [12] registered\n[ 0.347375] acpiphp: Slot [13] registered\n[ 0.348449] acpiphp: Slot [14] registered\n[ 0.349529] acpiphp: Slot [15] registered\n[ 0.364727] acpiphp: Slot [16] registered\n[ 0.365830] acpiphp: Slot [17] registered\n[ 0.366906] acpiphp: Slot [18] registered\n[ 0.367976] acpiphp: Slot [19] registered\n[ 0.369051] acpiphp: Slot [20] registered\n[ 0.370138] acpiphp: Slot [21] registered\n[ 0.371218] acpiphp: Slot [22] registered\n[ 0.372296] acpiphp: Slot [23] registered\n[ 0.373380] acpiphp: Slot [24] registered\n[ 0.374450] acpiphp: Slot [25] registered\n[ 0.375519] acpiphp: Slot [26] registered\n[ 0.376588] acpiphp: Slot [27] registered\n[ 0.377664] acpiphp: Slot [28] registered\n[ 0.378739] acpiphp: Slot [29] registered\n[ 0.379822] acpiphp: Slot [30] registered\n[ 0.380899] acpiphp: Slot [31] registered\n[ 0.381974] PCI host bridge to bus 0000:00\n[ 0.383069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384702] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386343] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390296] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396233] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407617] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430374] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434263] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437908] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443252] vgaarb: loaded\n[ 0.444091] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445736] SCSI subsystem initialized\n[ 0.446993] ACPI: bus type USB registered\n[ 0.448134] usbcore: registered new interface driver usbfs\n[ 0.449558] usbcore: registered new interface driver hub\n[ 0.450926] usbcore: registered new device driver usb\n[ 0.452439] PCI: Using ACPI for IRQ routing\n[ 0.453953] NetLabel: Initializing\n[ 0.454933] NetLabel: domain hash size = 128\n[ 0.456106] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457425] NetLabel: unlabeled traffic allowed by default\n[ 0.459012] clocksource: Switched to clocksource kvm-clock\n[ 0.469310] AppArmor: AppArmor Filesystem Enabled\n[ 0.470631] pnp: PnP ACPI init\n[ 0.471860] pnp: PnP ACPI: found 5 devices\n[ 0.478724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481071] NET: Registered protocol family 2\n[ 0.482501] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.486297] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491039] NET: Registered protocol family 1\n[ 0.492259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493891] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.495438] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510318] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.524946] Trying to unpack rootfs image as initramfs...\n[ 0.587031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.591893] Scanning for low memory corruption every 60 seconds\n[ 0.594090] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595716] audit: initializing netlink subsys (disabled)\n[ 0.597176] audit: type=2000 audit(1535928245.497:1): initialized\n[ 0.599089] Initialise system trusted keyring\n[ 0.600453] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602034] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.604764] zbud: loaded\n[ 0.605771] VFS: Disk quotas dquot_6.6.0\n[ 0.606910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609106] fuse init (API version 7.23)\n[ 0.610345] Key type big_key registered\n[ 0.611481] Allocating IMA MOK and blacklist keyrings.\n[ 0.613134] Key type asymmetric registered\n[ 0.614273] Asymmetric key parser 'x509' registered\n[ 0.615593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617663] io scheduler noop registered\n[ 0.618751] io scheduler deadline registered (default)\n[ 0.620118] io scheduler cfq registered\n[ 0.621313] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.622738] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624504] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626519] ACPI: Power Button [PWRF]\n[ 0.627747] GHES: HEST is not enabled!\n[ 0.641837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.673923] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.697630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.700687] Linux agpgart interface v0.103\n[ 0.704074] brd: module loaded\n[ 0.706297] loop: module loaded\n[ 0.711086] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713521] GPT:90111 != 2097151\n[ 0.714643] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716450] GPT:90111 != 2097151\n[ 0.717564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719153] vda: vda1 vda15\n[ 0.720962] scsi host0: ata_piix\n[ 0.722196] scsi host1: ata_piix\n[ 0.723413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727912] libphy: Fixed MDIO Bus: probed\n[ 0.729218] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730744] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733871] PPP generic driver version 2.4.2\n[ 0.735348] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737293] ehci-pci: EHCI PCI platform driver\n[ 0.738806] ehci-platform: EHCI generic platform driver\n[ 0.740473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742333] ohci-pci: OHCI PCI platform driver\n[ 0.743768] ohci-platform: OHCI generic platform driver\n[ 0.745416] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760206] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.764247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.767729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772056] usb usb1: Product: UHCI Host Controller\n[ 0.773576] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775402] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776945] hub 1-0:1.0: USB hub found\n[ 0.778206] hub 1-0:1.0: 2 ports detected\n[ 0.779685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782960] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784504] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786148] mousedev: PS/2 mouse device common for all mice\n[ 0.788111] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791041] rtc_cmos 00:00: RTC can wake from S4\n[ 0.792807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.794720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796642] i2c /dev entries driver\n[ 0.797856] device-mapper: uevent: version 1.0.3\n[ 0.799386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802009] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804129] NET: Registered protocol family 10\n[ 0.805880] NET: Registered protocol family 17\n[ 0.807326] Key type dns_resolver registered\n[ 0.808841] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810605] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813445] registered taskstats version 1\n[ 0.814834] Loading compiled-in X.509 certificates\n[ 0.816680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.819210] zswap: loaded using pool lzo/zbud\n[ 0.821265] Key type trusted registered\n[ 0.823395] Key type encrypted registered\n[ 0.824528] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825926] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827338] evm: HMAC attrs: 0x1\n[ 0.828630] Magic number: 2:188:754\n[ 0.829682] tty ttyS5: hash matches\n[ 0.830787] rtc_cmos 00:00: setting system clock to 2018-09-02 22:44:05 UTC (1535928245)\n[ 0.832985] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.834516] EDD information not available.\n[ 0.884796] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886934] Write protecting the kernel read-only data: 14336k\n[ 0.889869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.892332] 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.939135] 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.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.87. 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-----\n/dev/root resized successfully [took 0.12s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx+hiF8PWGslyBqaRG4w41uH7V3uaCUfifAs6RWYfRBmSj2qLmGh1q2Rh2SBX5WCrdziu91RbHYgMgdZUgbQouRBR7cHoCQwOOScQlCKroqU3hFXITsUdwSCZh7zCa46uqX7+oJbZhe1PxDYJNeHn9Qp0sMbiILzJc4U2kYl7+xe+zd7PywOP47p+x1zbY/V3VwsBpEdGQkeNDQ/MtKc6dMM0hHV6+pviDj+1JLy8ut5qlCzPlyfciE0zKXc3iFjiP9Qk9w770CLC1OaEcVecKk4lt5SLIzRz7Ce1h9GmGXRq94AyIBAqpZUdBMzLyUWatsGOD+nVGUBrVJMnKr75t root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c\nssh-dss AAAAB3NzaC1kc3MAAACBAJEq4imr8FTUBZSBB4SMtt9/9jLWG/Prg4AzmuIsfLrFqSxQmV6z4v7Sj0OOnSVXCI2Bnu0OsP8yxL9Amc+tMXEQ3nfyCA3F3pErXFhaFiWjp5/BnWHwLs55w4HcOk8afqkXj5CW50kW4YnTejz2dr67/d6LbEq6mvrPzOAz6dZBAAAAFQDH9HF0TR/3H3WhaFkiuZinaIdVEQAAAIBXQFzKcgUqyfia/j5LR1TQopP0OOqd06hWIg9/R1fnEdWH79oM7fXcf6Pq+/qgsex4LcRWqskTmfJWD6XlKC6El9YXLcfaL44NAQh2T4hfe2wSnRoU7X7xjJz3MqJFRsy4i/vF8DkNg6bGBe5lxmpxe01q0WcLUdWeAOR6cn40LAAAAIBKTothCqD7G4hIZNQsrOFLzvyZzvQiv1JYKJqF/IwkoNIO1sakjXaJQFb3AEvlSYilLE+42TXF4io1Afi7WW5ZVtlqfnF+LmaPAUX2dSIOsNlWS5bIAUWN7hlqxX9v7bsWei9LvkMrqxqUVuzlkc3UspQpHEs+R/zvmIN5KJsGhw== root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe2e:afa9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.24 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c login: "} 2018-09-02 22:44:11,125 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02/action used request id req-33645254-84bd-4b5c-875c-55223ef0a261 2018-09-02 22:44:11,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.908397912979s 2018-09-02 22:44:11,126 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02/action used request id req-33645254-84bd-4b5c-875c-55223ef0a261 2018-09-02 22:44:11,126 - 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 511510009 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.184075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186330] pid_max: default: 32768 minimum: 301 [ 0.187548] ACPI: Core revision 20150930 [ 0.189208] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190990] Security Framework initialized [ 0.192093] Yama: becoming mindful. [ 0.193101] AppArmor: AppArmor initialized [ 0.194253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196003] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199301] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201156] Initializing cgroup subsys io [ 0.202269] Initializing cgroup subsys memory [ 0.203460] Initializing cgroup subsys devices [ 0.204670] Initializing cgroup subsys freezer [ 0.205895] Initializing cgroup subsys net_cls [ 0.207117] Initializing cgroup subsys perf_event [ 0.208381] Initializing cgroup subsys net_prio [ 0.209610] Initializing cgroup subsys hugetlb [ 0.210858] Initializing cgroup subsys pids [ 0.212065] CPU: Physical Processor ID: 0 [ 0.213886] mce: CPU supports 10 MCE banks [ 0.215089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216484] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231387] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238055] ftrace: allocating 31920 entries in 125 pages [ 0.263740] smpboot: Max logical packages: 1 [ 0.264919] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266776] x2apic enabled [ 0.267919] Switched APIC routing to physical x2apic. [ 0.270350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274604] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277097] KVM setup paravirtual spinlock [ 0.278698] x86: Booted up 1 node, 1 CPUs [ 0.279809] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281683] devtmpfs: initialized [ 0.283654] evm: security.selinux [ 0.284617] evm: security.SMACK64 [ 0.285575] evm: security.SMACK64EXEC [ 0.286599] evm: security.SMACK64TRANSMUTE [ 0.287707] evm: security.SMACK64MMAP [ 0.288734] evm: security.ima [ 0.289630] evm: security.capability [ 0.290719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293267] pinctrl core: initialized pinctrl subsystem [ 0.294774] RTC time: 22:44:04, date: 09/02/18 [ 0.296060] NET: Registered protocol family 16 [ 0.297381] cpuidle: using governor ladder [ 0.298500] cpuidle: using governor menu [ 0.299605] PCCT header not found. [ 0.300637] ACPI: bus type PCI registered [ 0.301736] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303430] PCI: Using configuration type 1 for base access [ 0.305597] ACPI: Added _OSI(Module Device) [ 0.306753] ACPI: Added _OSI(Processor Device) [ 0.307947] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309184] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311346] ACPI: Interpreter enabled [ 0.312404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.320043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322572] ACPI: (supports S0 S5) [ 0.323549] ACPI: Using IOAPIC for interrupt routing [ 0.324848] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328666] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.330264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.332028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.333790] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.336674] acpiphp: Slot [3] registered [ 0.337752] acpiphp: Slot [4] registered [ 0.338821] acpiphp: Slot [5] registered [ 0.339880] acpiphp: Slot [6] registered [ 0.340949] acpiphp: Slot [7] registered [ 0.342023] acpiphp: Slot [8] registered [ 0.343087] acpiphp: Slot [9] registered [ 0.344143] acpiphp: Slot [10] registered [ 0.345222] acpiphp: Slot [11] registered [ 0.346298] acpiphp: Slot [12] registered [ 0.347375] acpiphp: Slot [13] registered [ 0.348449] acpiphp: Slot [14] registered [ 0.349529] acpiphp: Slot [15] registered [ 0.364727] acpiphp: Slot [16] registered [ 0.365830] acpiphp: Slot [17] registered [ 0.366906] acpiphp: Slot [18] registered [ 0.367976] acpiphp: Slot [19] registered [ 0.369051] acpiphp: Slot [20] registered [ 0.370138] acpiphp: Slot [21] registered [ 0.371218] acpiphp: Slot [22] registered [ 0.372296] acpiphp: Slot [23] registered [ 0.373380] acpiphp: Slot [24] registered [ 0.374450] acpiphp: Slot [25] registered [ 0.375519] acpiphp: Slot [26] registered [ 0.376588] acpiphp: Slot [27] registered [ 0.377664] acpiphp: Slot [28] registered [ 0.378739] acpiphp: Slot [29] registered [ 0.379822] acpiphp: Slot [30] registered [ 0.380899] acpiphp: Slot [31] registered [ 0.381974] PCI host bridge to bus 0000:00 [ 0.383069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384702] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386343] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390296] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392298] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396233] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407617] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430374] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434263] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437908] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439687] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443252] vgaarb: loaded [ 0.444091] vgaarb: bridge control possible 0000:00:02.0 [ 0.445736] SCSI subsystem initialized [ 0.446993] ACPI: bus type USB registered [ 0.448134] usbcore: registered new interface driver usbfs [ 0.449558] usbcore: registered new interface driver hub [ 0.450926] usbcore: registered new device driver usb [ 0.452439] PCI: Using ACPI for IRQ routing [ 0.453953] NetLabel: Initializing [ 0.454933] NetLabel: domain hash size = 128 [ 0.456106] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457425] NetLabel: unlabeled traffic allowed by default [ 0.459012] clocksource: Switched to clocksource kvm-clock [ 0.469310] AppArmor: AppArmor Filesystem Enabled [ 0.470631] pnp: PnP ACPI init [ 0.471860] pnp: PnP ACPI: found 5 devices [ 0.478724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481071] NET: Registered protocol family 2 [ 0.482501] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.486297] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487954] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.491039] NET: Registered protocol family 1 [ 0.492259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493891] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.495438] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.510318] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.524946] Trying to unpack rootfs image as initramfs... [ 0.587031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591893] Scanning for low memory corruption every 60 seconds [ 0.594090] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595716] audit: initializing netlink subsys (disabled) [ 0.597176] audit: type=2000 audit(1535928245.497:1): initialized [ 0.599089] Initialise system trusted keyring [ 0.600453] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.602034] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604764] zbud: loaded [ 0.605771] VFS: Disk quotas dquot_6.6.0 [ 0.606910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.609106] fuse init (API version 7.23) [ 0.610345] Key type big_key registered [ 0.611481] Allocating IMA MOK and blacklist keyrings. [ 0.613134] Key type asymmetric registered [ 0.614273] Asymmetric key parser 'x509' registered [ 0.615593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617663] io scheduler noop registered [ 0.618751] io scheduler deadline registered (default) [ 0.620118] io scheduler cfq registered [ 0.621313] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622738] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624504] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626519] ACPI: Power Button [PWRF] [ 0.627747] GHES: HEST is not enabled! [ 0.641837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673923] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700687] Linux agpgart interface v0.103 [ 0.704074] brd: module loaded [ 0.706297] loop: module loaded [ 0.711086] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713521] GPT:90111 != 2097151 [ 0.714643] GPT:Alternate GPT header not at the end of the disk. [ 0.716450] GPT:90111 != 2097151 [ 0.717564] GPT: Use GNU Parted to correct GPT errors. [ 0.719153] vda: vda1 vda15 [ 0.720962] scsi host0: ata_piix [ 0.722196] scsi host1: ata_piix [ 0.723413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727912] libphy: Fixed MDIO Bus: probed [ 0.729218] tun: Universal TUN/TAP device driver, 1.6 [ 0.730744] tun: (C) 1999-2004 Max Krasnyansky [ 0.733871] PPP generic driver version 2.4.2 [ 0.735348] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737293] ehci-pci: EHCI PCI platform driver [ 0.738806] ehci-platform: EHCI generic platform driver [ 0.740473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742333] ohci-pci: OHCI PCI platform driver [ 0.743768] ohci-platform: OHCI generic platform driver [ 0.745416] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760206] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.764247] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.767729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772056] usb usb1: Product: UHCI Host Controller [ 0.773576] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775402] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776945] hub 1-0:1.0: USB hub found [ 0.778206] hub 1-0:1.0: 2 ports detected [ 0.779685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782960] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.784504] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786148] mousedev: PS/2 mouse device common for all mice [ 0.788111] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791041] rtc_cmos 00:00: RTC can wake from S4 [ 0.792807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.794720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796642] i2c /dev entries driver [ 0.797856] device-mapper: uevent: version 1.0.3 [ 0.799386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802009] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804129] NET: Registered protocol family 10 [ 0.805880] NET: Registered protocol family 17 [ 0.807326] Key type dns_resolver registered [ 0.808841] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810605] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813445] registered taskstats version 1 [ 0.814834] Loading compiled-in X.509 certificates [ 0.816680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.819210] zswap: loaded using pool lzo/zbud [ 0.821265] Key type trusted registered [ 0.823395] Key type encrypted registered [ 0.824528] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825926] ima: No TPM chip found, activating TPM-bypass! [ 0.827338] evm: HMAC attrs: 0x1 [ 0.828630] Magic number: 2:188:754 [ 0.829682] tty ttyS5: hash matches [ 0.830787] rtc_cmos 00:00: setting system clock to 2018-09-02 22:44:05 UTC (1535928245) [ 0.832985] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.834516] EDD information not available. [ 0.884796] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886934] Write protecting the kernel read-only data: 14336k [ 0.889869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.892332] 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.939135] 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.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.87. 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----- /dev/root resized successfully [took 0.12s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx+hiF8PWGslyBqaRG4w41uH7V3uaCUfifAs6RWYfRBmSj2qLmGh1q2Rh2SBX5WCrdziu91RbHYgMgdZUgbQouRBR7cHoCQwOOScQlCKroqU3hFXITsUdwSCZh7zCa46uqX7+oJbZhe1PxDYJNeHn9Qp0sMbiILzJc4U2kYl7+xe+zd7PywOP47p+x1zbY/V3VwsBpEdGQkeNDQ/MtKc6dMM0hHV6+pviDj+1JLy8ut5qlCzPlyfciE0zKXc3iFjiP9Qk9w770CLC1OaEcVecKk4lt5SLIzRz7Ce1h9GmGXRq94AyIBAqpZUdBMzLyUWatsGOD+nVGUBrVJMnKr75t root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c ssh-dss AAAAB3NzaC1kc3MAAACBAJEq4imr8FTUBZSBB4SMtt9/9jLWG/Prg4AzmuIsfLrFqSxQmV6z4v7Sj0OOnSVXCI2Bnu0OsP8yxL9Amc+tMXEQ3nfyCA3F3pErXFhaFiWjp5/BnWHwLs55w4HcOk8afqkXj5CW50kW4YnTejz2dr67/d6LbEq6mvrPzOAz6dZBAAAAFQDH9HF0TR/3H3WhaFkiuZinaIdVEQAAAIBXQFzKcgUqyfia/j5LR1TQopP0OOqd06hWIg9/R1fnEdWH79oM7fXcf6Pq+/qgsex4LcRWqskTmfJWD6XlKC6El9YXLcfaL44NAQh2T4hfe2wSnRoU7X7xjJz3MqJFRsy4i/vF8DkNg6bGBe5lxmpxe01q0WcLUdWeAOR6cn40LAAAAIBKTothCqD7G4hIZNQsrOFLzvyZzvQiv1JYKJqF/IwkoNIO1sakjXaJQFb3AEvlSYilLE+42TXF4io1Afi7WW5ZVtlqfnF+LmaPAUX2dSIOsNlWS5bIAUWN7hlqxX9v7bsWei9LvkMrqxqUVuzlkc3UspQpHEs+R/zvmIN5KJsGhw== root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe2e:afa9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c login: 2018-09-02 22:44:12,129 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-09-02 22:44:21,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 22:44:21,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02/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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 22:44:21,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44: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-3be52048-fa94-43b0-b94e-e3ceb749fe25 x-compute-request-id: req-3be52048-fa94-43b0-b94e-e3ceb749fe25 Content-Encoding: gzip Content-Length: 9612 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 511510009 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.184075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.186330] pid_max: default: 32768 minimum: 301\n[ 0.187548] ACPI: Core revision 20150930\n[ 0.189208] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190990] Security Framework initialized\n[ 0.192093] Yama: becoming mindful.\n[ 0.193101] AppArmor: AppArmor initialized\n[ 0.194253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.196003] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.197695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.199301] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.201156] Initializing cgroup subsys io\n[ 0.202269] Initializing cgroup subsys memory\n[ 0.203460] Initializing cgroup subsys devices\n[ 0.204670] Initializing cgroup subsys freezer\n[ 0.205895] Initializing cgroup subsys net_cls\n[ 0.207117] Initializing cgroup subsys perf_event\n[ 0.208381] Initializing cgroup subsys net_prio\n[ 0.209610] Initializing cgroup subsys hugetlb\n[ 0.210858] Initializing cgroup subsys pids\n[ 0.212065] CPU: Physical Processor ID: 0\n[ 0.213886] mce: CPU supports 10 MCE banks\n[ 0.215089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.216484] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.231387] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.238055] ftrace: allocating 31920 entries in 125 pages\n[ 0.263740] smpboot: Max logical packages: 1\n[ 0.264919] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.266776] x2apic enabled\n[ 0.267919] Switched APIC routing to physical x2apic.\n[ 0.270350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.271852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.274604] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.277097] KVM setup paravirtual spinlock\n[ 0.278698] x86: Booted up 1 node, 1 CPUs\n[ 0.279809] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.281683] devtmpfs: initialized\n[ 0.283654] evm: security.selinux\n[ 0.284617] evm: security.SMACK64\n[ 0.285575] evm: security.SMACK64EXEC\n[ 0.286599] evm: security.SMACK64TRANSMUTE\n[ 0.287707] evm: security.SMACK64MMAP\n[ 0.288734] evm: security.ima\n[ 0.289630] evm: security.capability\n[ 0.290719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.293267] pinctrl core: initialized pinctrl subsystem\n[ 0.294774] RTC time: 22:44:04, date: 09/02/18\n[ 0.296060] NET: Registered protocol family 16\n[ 0.297381] cpuidle: using governor ladder\n[ 0.298500] cpuidle: using governor menu\n[ 0.299605] PCCT header not found.\n[ 0.300637] ACPI: bus type PCI registered\n[ 0.301736] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.303430] PCI: Using configuration type 1 for base access\n[ 0.305597] ACPI: Added _OSI(Module Device)\n[ 0.306753] ACPI: Added _OSI(Processor Device)\n[ 0.307947] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.309184] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.311346] ACPI: Interpreter enabled\n[ 0.312404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.314991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.317525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.320043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.322572] ACPI: (supports S0 S5)\n[ 0.323549] ACPI: Using IOAPIC for interrupt routing\n[ 0.324848] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.328666] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.330264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.332028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.333790] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.336674] acpiphp: Slot [3] registered\n[ 0.337752] acpiphp: Slot [4] registered\n[ 0.338821] acpiphp: Slot [5] registered\n[ 0.339880] acpiphp: Slot [6] registered\n[ 0.340949] acpiphp: Slot [7] registered\n[ 0.342023] acpiphp: Slot [8] registered\n[ 0.343087] acpiphp: Slot [9] registered\n[ 0.344143] acpiphp: Slot [10] registered\n[ 0.345222] acpiphp: Slot [11] registered\n[ 0.346298] acpiphp: Slot [12] registered\n[ 0.347375] acpiphp: Slot [13] registered\n[ 0.348449] acpiphp: Slot [14] registered\n[ 0.349529] acpiphp: Slot [15] registered\n[ 0.364727] acpiphp: Slot [16] registered\n[ 0.365830] acpiphp: Slot [17] registered\n[ 0.366906] acpiphp: Slot [18] registered\n[ 0.367976] acpiphp: Slot [19] registered\n[ 0.369051] acpiphp: Slot [20] registered\n[ 0.370138] acpiphp: Slot [21] registered\n[ 0.371218] acpiphp: Slot [22] registered\n[ 0.372296] acpiphp: Slot [23] registered\n[ 0.373380] acpiphp: Slot [24] registered\n[ 0.374450] acpiphp: Slot [25] registered\n[ 0.375519] acpiphp: Slot [26] registered\n[ 0.376588] acpiphp: Slot [27] registered\n[ 0.377664] acpiphp: Slot [28] registered\n[ 0.378739] acpiphp: Slot [29] registered\n[ 0.379822] acpiphp: Slot [30] registered\n[ 0.380899] acpiphp: Slot [31] registered\n[ 0.381974] PCI host bridge to bus 0000:00\n[ 0.383069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.384702] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.386343] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.388323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.390296] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.392298] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.396233] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.397976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.399565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.401272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.405637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.407617] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.428346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.430374] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.432310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.434263] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.436160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.437908] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.439687] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.441123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.443252] vgaarb: loaded\n[ 0.444091] vgaarb: bridge control possible 0000:00:02.0\n[ 0.445736] SCSI subsystem initialized\n[ 0.446993] ACPI: bus type USB registered\n[ 0.448134] usbcore: registered new interface driver usbfs\n[ 0.449558] usbcore: registered new interface driver hub\n[ 0.450926] usbcore: registered new device driver usb\n[ 0.452439] PCI: Using ACPI for IRQ routing\n[ 0.453953] NetLabel: Initializing\n[ 0.454933] NetLabel: domain hash size = 128\n[ 0.456106] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.457425] NetLabel: unlabeled traffic allowed by default\n[ 0.459012] clocksource: Switched to clocksource kvm-clock\n[ 0.469310] AppArmor: AppArmor Filesystem Enabled\n[ 0.470631] pnp: PnP ACPI init\n[ 0.471860] pnp: PnP ACPI: found 5 devices\n[ 0.478724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.481071] NET: Registered protocol family 2\n[ 0.482501] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.484497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.486297] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.487954] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.489421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.491039] NET: Registered protocol family 1\n[ 0.492259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.493891] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.495438] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.510318] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.524946] Trying to unpack rootfs image as initramfs...\n[ 0.587031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.591893] Scanning for low memory corruption every 60 seconds\n[ 0.594090] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595716] audit: initializing netlink subsys (disabled)\n[ 0.597176] audit: type=2000 audit(1535928245.497:1): initialized\n[ 0.599089] Initialise system trusted keyring\n[ 0.600453] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602034] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.604764] zbud: loaded\n[ 0.605771] VFS: Disk quotas dquot_6.6.0\n[ 0.606910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609106] fuse init (API version 7.23)\n[ 0.610345] Key type big_key registered\n[ 0.611481] Allocating IMA MOK and blacklist keyrings.\n[ 0.613134] Key type asymmetric registered\n[ 0.614273] Asymmetric key parser 'x509' registered\n[ 0.615593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617663] io scheduler noop registered\n[ 0.618751] io scheduler deadline registered (default)\n[ 0.620118] io scheduler cfq registered\n[ 0.621313] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.622738] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624504] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626519] ACPI: Power Button [PWRF]\n[ 0.627747] GHES: HEST is not enabled!\n[ 0.641837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.673923] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.697630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.700687] Linux agpgart interface v0.103\n[ 0.704074] brd: module loaded\n[ 0.706297] loop: module loaded\n[ 0.711086] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713521] GPT:90111 != 2097151\n[ 0.714643] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716450] GPT:90111 != 2097151\n[ 0.717564] GPT: Use GNU Parted to correct GPT errors.\n[ 0.719153] vda: vda1 vda15\n[ 0.720962] scsi host0: ata_piix\n[ 0.722196] scsi host1: ata_piix\n[ 0.723413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.725424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.727912] libphy: Fixed MDIO Bus: probed\n[ 0.729218] tun: Universal TUN/TAP device driver, 1.6\n[ 0.730744] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.733871] PPP generic driver version 2.4.2\n[ 0.735348] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.737293] ehci-pci: EHCI PCI platform driver\n[ 0.738806] ehci-platform: EHCI generic platform driver\n[ 0.740473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.742333] ohci-pci: OHCI PCI platform driver\n[ 0.743768] ohci-platform: OHCI generic platform driver\n[ 0.745416] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.760206] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.761861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.764247] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.765865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.767729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.769732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.772056] usb usb1: Product: UHCI Host Controller\n[ 0.773576] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.775402] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.776945] hub 1-0:1.0: USB hub found\n[ 0.778206] hub 1-0:1.0: 2 ports detected\n[ 0.779685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.782960] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.784504] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.786148] mousedev: PS/2 mouse device common for all mice\n[ 0.788111] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.791041] rtc_cmos 00:00: RTC can wake from S4\n[ 0.792807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.794720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.796642] i2c /dev entries driver\n[ 0.797856] device-mapper: uevent: version 1.0.3\n[ 0.799386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.802009] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.804129] NET: Registered protocol family 10\n[ 0.805880] NET: Registered protocol family 17\n[ 0.807326] Key type dns_resolver registered\n[ 0.808841] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.810605] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.813445] registered taskstats version 1\n[ 0.814834] Loading compiled-in X.509 certificates\n[ 0.816680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.819210] zswap: loaded using pool lzo/zbud\n[ 0.821265] Key type trusted registered\n[ 0.823395] Key type encrypted registered\n[ 0.824528] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.825926] ima: No TPM chip found, activating TPM-bypass!\n[ 0.827338] evm: HMAC attrs: 0x1\n[ 0.828630] Magic number: 2:188:754\n[ 0.829682] tty ttyS5: hash matches\n[ 0.830787] rtc_cmos 00:00: setting system clock to 2018-09-02 22:44:05 UTC (1535928245)\n[ 0.832985] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.834516] EDD information not available.\n[ 0.884796] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.886934] Write protecting the kernel read-only data: 14336k\n[ 0.889869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.892332] 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.939135] 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.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.87. 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-----\n/dev/root resized successfully [took 0.12s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx+hiF8PWGslyBqaRG4w41uH7V3uaCUfifAs6RWYfRBmSj2qLmGh1q2Rh2SBX5WCrdziu91RbHYgMgdZUgbQouRBR7cHoCQwOOScQlCKroqU3hFXITsUdwSCZh7zCa46uqX7+oJbZhe1PxDYJNeHn9Qp0sMbiILzJc4U2kYl7+xe+zd7PywOP47p+x1zbY/V3VwsBpEdGQkeNDQ/MtKc6dMM0hHV6+pviDj+1JLy8ut5qlCzPlyfciE0zKXc3iFjiP9Qk9w770CLC1OaEcVecKk4lt5SLIzRz7Ce1h9GmGXRq94AyIBAqpZUdBMzLyUWatsGOD+nVGUBrVJMnKr75t root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c\nssh-dss AAAAB3NzaC1kc3MAAACBAJEq4imr8FTUBZSBB4SMtt9/9jLWG/Prg4AzmuIsfLrFqSxQmV6z4v7Sj0OOnSVXCI2Bnu0OsP8yxL9Amc+tMXEQ3nfyCA3F3pErXFhaFiWjp5/BnWHwLs55w4HcOk8afqkXj5CW50kW4YnTejz2dr67/d6LbEq6mvrPzOAz6dZBAAAAFQDH9HF0TR/3H3WhaFkiuZinaIdVEQAAAIBXQFzKcgUqyfia/j5LR1TQopP0OOqd06hWIg9/R1fnEdWH79oM7fXcf6Pq+/qgsex4LcRWqskTmfJWD6XlKC6El9YXLcfaL44NAQh2T4hfe2wSnRoU7X7xjJz3MqJFRsy4i/vF8DkNg6bGBe5lxmpxe01q0WcLUdWeAOR6cn40LAAAAIBKTothCqD7G4hIZNQsrOFLzvyZzvQiv1JYKJqF/IwkoNIO1sakjXaJQFb3AEvlSYilLE+42TXF4io1Afi7WW5ZVtlqfnF+LmaPAUX2dSIOsNlWS5bIAUWN7hlqxX9v7bsWei9LvkMrqxqUVuzlkc3UspQpHEs+R/zvmIN5KJsGhw== root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe2e:afa9/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.3 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.24 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c login: "} 2018-09-02 22:44:21,379 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02/action used request id req-3be52048-fa94-43b0-b94e-e3ceb749fe25 2018-09-02 22:44:21,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.239722013474s 2018-09-02 22:44:21,380 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02/action used request id req-3be52048-fa94-43b0-b94e-e3ceb749fe25 2018-09-02 22:44:21,380 - 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 511510009 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.184075] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.186330] pid_max: default: 32768 minimum: 301 [ 0.187548] ACPI: Core revision 20150930 [ 0.189208] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190990] Security Framework initialized [ 0.192093] Yama: becoming mindful. [ 0.193101] AppArmor: AppArmor initialized [ 0.194253] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.196003] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.197695] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.199301] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.201156] Initializing cgroup subsys io [ 0.202269] Initializing cgroup subsys memory [ 0.203460] Initializing cgroup subsys devices [ 0.204670] Initializing cgroup subsys freezer [ 0.205895] Initializing cgroup subsys net_cls [ 0.207117] Initializing cgroup subsys perf_event [ 0.208381] Initializing cgroup subsys net_prio [ 0.209610] Initializing cgroup subsys hugetlb [ 0.210858] Initializing cgroup subsys pids [ 0.212065] CPU: Physical Processor ID: 0 [ 0.213886] mce: CPU supports 10 MCE banks [ 0.215089] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.216484] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.231387] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.238055] ftrace: allocating 31920 entries in 125 pages [ 0.263740] smpboot: Max logical packages: 1 [ 0.264919] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.266776] x2apic enabled [ 0.267919] Switched APIC routing to physical x2apic. [ 0.270350] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.271852] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.274604] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.277097] KVM setup paravirtual spinlock [ 0.278698] x86: Booted up 1 node, 1 CPUs [ 0.279809] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.281683] devtmpfs: initialized [ 0.283654] evm: security.selinux [ 0.284617] evm: security.SMACK64 [ 0.285575] evm: security.SMACK64EXEC [ 0.286599] evm: security.SMACK64TRANSMUTE [ 0.287707] evm: security.SMACK64MMAP [ 0.288734] evm: security.ima [ 0.289630] evm: security.capability [ 0.290719] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.293267] pinctrl core: initialized pinctrl subsystem [ 0.294774] RTC time: 22:44:04, date: 09/02/18 [ 0.296060] NET: Registered protocol family 16 [ 0.297381] cpuidle: using governor ladder [ 0.298500] cpuidle: using governor menu [ 0.299605] PCCT header not found. [ 0.300637] ACPI: bus type PCI registered [ 0.301736] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.303430] PCI: Using configuration type 1 for base access [ 0.305597] ACPI: Added _OSI(Module Device) [ 0.306753] ACPI: Added _OSI(Processor Device) [ 0.307947] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.309184] ACPI: Added _OSI(Processor Aggregator Device) [ 0.311346] ACPI: Interpreter enabled [ 0.312404] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.314991] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.317525] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.320043] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.322572] ACPI: (supports S0 S5) [ 0.323549] ACPI: Using IOAPIC for interrupt routing [ 0.324848] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.328666] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.330264] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.332028] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.333790] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.336674] acpiphp: Slot [3] registered [ 0.337752] acpiphp: Slot [4] registered [ 0.338821] acpiphp: Slot [5] registered [ 0.339880] acpiphp: Slot [6] registered [ 0.340949] acpiphp: Slot [7] registered [ 0.342023] acpiphp: Slot [8] registered [ 0.343087] acpiphp: Slot [9] registered [ 0.344143] acpiphp: Slot [10] registered [ 0.345222] acpiphp: Slot [11] registered [ 0.346298] acpiphp: Slot [12] registered [ 0.347375] acpiphp: Slot [13] registered [ 0.348449] acpiphp: Slot [14] registered [ 0.349529] acpiphp: Slot [15] registered [ 0.364727] acpiphp: Slot [16] registered [ 0.365830] acpiphp: Slot [17] registered [ 0.366906] acpiphp: Slot [18] registered [ 0.367976] acpiphp: Slot [19] registered [ 0.369051] acpiphp: Slot [20] registered [ 0.370138] acpiphp: Slot [21] registered [ 0.371218] acpiphp: Slot [22] registered [ 0.372296] acpiphp: Slot [23] registered [ 0.373380] acpiphp: Slot [24] registered [ 0.374450] acpiphp: Slot [25] registered [ 0.375519] acpiphp: Slot [26] registered [ 0.376588] acpiphp: Slot [27] registered [ 0.377664] acpiphp: Slot [28] registered [ 0.378739] acpiphp: Slot [29] registered [ 0.379822] acpiphp: Slot [30] registered [ 0.380899] acpiphp: Slot [31] registered [ 0.381974] PCI host bridge to bus 0000:00 [ 0.383069] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.384702] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.386343] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.388323] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.390296] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.392298] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.396233] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.397976] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399565] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401272] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.405637] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.407617] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.430374] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.432310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.434263] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.436160] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.437908] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.439687] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.441123] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.443252] vgaarb: loaded [ 0.444091] vgaarb: bridge control possible 0000:00:02.0 [ 0.445736] SCSI subsystem initialized [ 0.446993] ACPI: bus type USB registered [ 0.448134] usbcore: registered new interface driver usbfs [ 0.449558] usbcore: registered new interface driver hub [ 0.450926] usbcore: registered new device driver usb [ 0.452439] PCI: Using ACPI for IRQ routing [ 0.453953] NetLabel: Initializing [ 0.454933] NetLabel: domain hash size = 128 [ 0.456106] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.457425] NetLabel: unlabeled traffic allowed by default [ 0.459012] clocksource: Switched to clocksource kvm-clock [ 0.469310] AppArmor: AppArmor Filesystem Enabled [ 0.470631] pnp: PnP ACPI init [ 0.471860] pnp: PnP ACPI: found 5 devices [ 0.478724] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.481071] NET: Registered protocol family 2 [ 0.482501] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.484497] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.486297] TCP: Hash tables configured (established 4096 bind 4096) [ 0.487954] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.489421] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.491039] NET: Registered protocol family 1 [ 0.492259] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.493891] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.495438] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.510318] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.524946] Trying to unpack rootfs image as initramfs... [ 0.587031] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.591893] Scanning for low memory corruption every 60 seconds [ 0.594090] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595716] audit: initializing netlink subsys (disabled) [ 0.597176] audit: type=2000 audit(1535928245.497:1): initialized [ 0.599089] Initialise system trusted keyring [ 0.600453] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.602034] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.604764] zbud: loaded [ 0.605771] VFS: Disk quotas dquot_6.6.0 [ 0.606910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.609106] fuse init (API version 7.23) [ 0.610345] Key type big_key registered [ 0.611481] Allocating IMA MOK and blacklist keyrings. [ 0.613134] Key type asymmetric registered [ 0.614273] Asymmetric key parser 'x509' registered [ 0.615593] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617663] io scheduler noop registered [ 0.618751] io scheduler deadline registered (default) [ 0.620118] io scheduler cfq registered [ 0.621313] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622738] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624504] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626519] ACPI: Power Button [PWRF] [ 0.627747] GHES: HEST is not enabled! [ 0.641837] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671022] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.673923] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.697630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.700687] Linux agpgart interface v0.103 [ 0.704074] brd: module loaded [ 0.706297] loop: module loaded [ 0.711086] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713521] GPT:90111 != 2097151 [ 0.714643] GPT:Alternate GPT header not at the end of the disk. [ 0.716450] GPT:90111 != 2097151 [ 0.717564] GPT: Use GNU Parted to correct GPT errors. [ 0.719153] vda: vda1 vda15 [ 0.720962] scsi host0: ata_piix [ 0.722196] scsi host1: ata_piix [ 0.723413] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.725424] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.727912] libphy: Fixed MDIO Bus: probed [ 0.729218] tun: Universal TUN/TAP device driver, 1.6 [ 0.730744] tun: (C) 1999-2004 Max Krasnyansky [ 0.733871] PPP generic driver version 2.4.2 [ 0.735348] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.737293] ehci-pci: EHCI PCI platform driver [ 0.738806] ehci-platform: EHCI generic platform driver [ 0.740473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742333] ohci-pci: OHCI PCI platform driver [ 0.743768] ohci-platform: OHCI generic platform driver [ 0.745416] uhci_hcd: USB Universal Host Controller Interface driver [ 0.760206] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.761861] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.764247] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.765865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.767729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.769732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.772056] usb usb1: Product: UHCI Host Controller [ 0.773576] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.775402] usb usb1: SerialNumber: 0000:00:01.2 [ 0.776945] hub 1-0:1.0: USB hub found [ 0.778206] hub 1-0:1.0: 2 ports detected [ 0.779685] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.782960] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.784504] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.786148] mousedev: PS/2 mouse device common for all mice [ 0.788111] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.791041] rtc_cmos 00:00: RTC can wake from S4 [ 0.792807] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.794720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.796642] i2c /dev entries driver [ 0.797856] device-mapper: uevent: version 1.0.3 [ 0.799386] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.802009] ledtrig-cpu: registered to indicate activity on CPUs [ 0.804129] NET: Registered protocol family 10 [ 0.805880] NET: Registered protocol family 17 [ 0.807326] Key type dns_resolver registered [ 0.808841] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.810605] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.813445] registered taskstats version 1 [ 0.814834] Loading compiled-in X.509 certificates [ 0.816680] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.819210] zswap: loaded using pool lzo/zbud [ 0.821265] Key type trusted registered [ 0.823395] Key type encrypted registered [ 0.824528] AppArmor: AppArmor sha1 policy hashing enabled [ 0.825926] ima: No TPM chip found, activating TPM-bypass! [ 0.827338] evm: HMAC attrs: 0x1 [ 0.828630] Magic number: 2:188:754 [ 0.829682] tty ttyS5: hash matches [ 0.830787] rtc_cmos 00:00: setting system clock to 2018-09-02 22:44:05 UTC (1535928245) [ 0.832985] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.834516] EDD information not available. [ 0.884796] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.886934] Write protecting the kernel read-only data: 14336k [ 0.889869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.892332] 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.939135] 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.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.87. 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----- /dev/root resized successfully [took 0.12s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCx+hiF8PWGslyBqaRG4w41uH7V3uaCUfifAs6RWYfRBmSj2qLmGh1q2Rh2SBX5WCrdziu91RbHYgMgdZUgbQouRBR7cHoCQwOOScQlCKroqU3hFXITsUdwSCZh7zCa46uqX7+oJbZhe1PxDYJNeHn9Qp0sMbiILzJc4U2kYl7+xe+zd7PywOP47p+x1zbY/V3VwsBpEdGQkeNDQ/MtKc6dMM0hHV6+pviDj+1JLy8ut5qlCzPlyfciE0zKXc3iFjiP9Qk9w770CLC1OaEcVecKk4lt5SLIzRz7Ce1h9GmGXRq94AyIBAqpZUdBMzLyUWatsGOD+nVGUBrVJMnKr75t root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c ssh-dss AAAAB3NzaC1kc3MAAACBAJEq4imr8FTUBZSBB4SMtt9/9jLWG/Prg4AzmuIsfLrFqSxQmV6z4v7Sj0OOnSVXCI2Bnu0OsP8yxL9Amc+tMXEQ3nfyCA3F3pErXFhaFiWjp5/BnWHwLs55w4HcOk8afqkXj5CW50kW4YnTejz2dr67/d6LbEq6mvrPzOAz6dZBAAAAFQDH9HF0TR/3H3WhaFkiuZinaIdVEQAAAIBXQFzKcgUqyfia/j5LR1TQopP0OOqd06hWIg9/R1fnEdWH79oM7fXcf6Pq+/qgsex4LcRWqskTmfJWD6XlKC6El9YXLcfaL44NAQh2T4hfe2wSnRoU7X7xjJz3MqJFRsy4i/vF8DkNg6bGBe5lxmpxe01q0WcLUdWeAOR6cn40LAAAAIBKTothCqD7G4hIZNQsrOFLzvyZzvQiv1JYKJqF/IwkoNIO1sakjXaJQFb3AEvlSYilLE+42TXF4io1Afi7WW5ZVtlqfnF+LmaPAUX2dSIOsNlWS5bIAUWN7hlqxX9v7bsWei9LvkMrqxqUVuzlkc3UspQpHEs+R/zvmIN5KJsGhw== root@singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe2e:afa9/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.3 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000002 name: N/A availability-zone: nova local-hostname: singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-6f3ce7e7-5541-4dbd-9447-e2909844a13c login: 2018-09-02 22:44:21,383 - paramiko.transport - DEBUG - starting thread (client mode): 0x8c1b2150L 2018-09-02 22:44:21,384 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 22:44:21,384 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 22:44:21,384 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 22:44:21,385 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp521', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1', u'kexguess2@matt.ucc.asn.au'] server key:[u'ecdsa-sha2-nistp521', u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] server encrypt:[u'aes128-ctr', u'aes256-ctr', u'aes128-cbc', u'aes256-cbc', u'3des-ctr', u'3des-cbc'] client mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] server mac:[u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1-96', u'hmac-sha1', u'hmac-md5'] client compress:[u'none'] server compress:[u'none'] client lang:[u''] server lang:[u''] kex follows?False 2018-09-02 22:44:21,385 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 22:44:21,386 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 22:44:21,386 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 22:44:21,386 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 22:44:21,386 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 22:44:21,405 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 22:44:21,406 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 22:44:21,416 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: 348ce64b30ff141a31ed97553da35369 2018-09-02 22:44:21,417 - paramiko.transport - DEBUG - Trying discovered key 8d56c6f916ba91107894145bba078e1d in /tmp/tmpw3TKFV 2018-09-02 22:44:21,442 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 22:44:21,448 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 22:44:21,449 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 22:44:21,450 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 22:44:21,450 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 22:44:21,452 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 22:44:21,453 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 22:44:21,453 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-02 22:44:21,454 - functest.core.singlevm - DEBUG - error: 2018-09-02 22:44:21,458 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 22:44:21,571 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:44:21,572 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:48 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 22:44:21,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 22:44:21,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/floatingips/3610e7ab-8ac7-479c-9b44-d14dda0f05b4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:23,641 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1a47818c-f02d-43e3-9a7c-bb3ddb9815a4 Content-Length: 0 Date: Sun, 02 Sep 2018 22:44:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:44:23,641 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/3610e7ab-8ac7-479c-9b44-d14dda0f05b4.json used request id req-1a47818c-f02d-43e3-9a7c-bb3ddb9815a4 2018-09-02 22:44:23,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 2.06129908562s 2018-09-02 22:44:23,642 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/floatingips/3610e7ab-8ac7-479c-9b44-d14dda0f05b4.json used request id req-1a47818c-f02d-43e3-9a7c-bb3ddb9815a4 2018-09-02 22:44:23,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 22:44:23,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:23,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1861a733-b17a-453b-9a24-c9127bcd6ca6 Date: Sun, 02 Sep 2018 22:44:23 GMT RESP BODY: {"floatingips": []} 2018-09-02 22:44:23,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1861a733-b17a-453b-9a24-c9127bcd6ca6 2018-09-02 22:44:23,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0470149517059s 2018-09-02 22:44:23,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/floatingips.json used request id req-1861a733-b17a-453b-9a24-c9127bcd6ca6 2018-09-02 22:44:23,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 22:44:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:24,067 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:44: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-5e43e69d-6499-47fe-a268-0e95ebfc8591 x-compute-request-id: req-5e43e69d-6499-47fe-a268-0e95ebfc8591 Content-Type: application/json 2018-09-02 22:44:24,067 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02 used request id req-5e43e69d-6499-47fe-a268-0e95ebfc8591 2018-09-02 22:44:24,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.371956110001s 2018-09-02 22:44:24,067 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02 used request id req-5e43e69d-6499-47fe-a268-0e95ebfc8591 2018-09-02 22:44:24,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:44:24,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:25,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44: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-634ded3a-f4ea-4f77-9233-236f38385780 x-compute-request-id: req-634ded3a-f4ea-4f77-9233-236f38385780 Content-Encoding: gzip Content-Length: 832 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:af:a9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:af:a9", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/9cc1ed7f-826e-4317-8e06-3438ec22bd02", "rel": "bookmark"}], "image": {"id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "links": [{"href": "http://172.30.9.35:8774/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-02T22:44:04.000000", "flavor": {"id": "14bc3364-8d5d-41c0-9c0a-444719008ee5", "links": [{"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "bookmark"}]}, "id": "9cc1ed7f-826e-4317-8e06-3438ec22bd02", "security_groups": [{"name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}], "user_id": "4276ce68323340a2aef54d4c8601def3", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T22:44:23Z", "hostId": "2df5d56bb1a6f97b8a236de152a5529990c37bef6beb88cae5cdd158", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "created": "2018-09-02T22:43:51Z", "tenant_id": "9507082a471041e1b312eed283ed6608", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:44:25,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-634ded3a-f4ea-4f77-9233-236f38385780 2018-09-02 22:44:25,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.13611721992s 2018-09-02 22:44:25,204 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-634ded3a-f4ea-4f77-9233-236f38385780 2018-09-02 22:44:25,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 22:44:27,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:44:27,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:27,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-199984bb-58e8-43ec-9433-26d9247a7340 x-compute-request-id: req-199984bb-58e8-43ec-9433-26d9247a7340 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 22:44:27,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-199984bb-58e8-43ec-9433-26d9247a7340 2018-09-02 22:44:27,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.2357609272s 2018-09-02 22:44:27,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-199984bb-58e8-43ec-9433-26d9247a7340 2018-09-02 22:44:27,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 22:44:27,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:27,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-3a1c831b-f1ca-42d8-a48b-9eb193711524 Date: Sun, 02 Sep 2018 22:44:27 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "created_at": "2018-09-02T22:38:28Z", "updated_at": "2018-09-02T22:38:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "28935581-f38e-4e01-a1bd-8afa567204d4", "remote_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "34d9bb9f-b6c2-45cf-850b-fd3d650dd24b", "remote_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "a5dd32c8-8a33-4cea-bc71-014abaf5b616", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:38:28Z", "revision_number": 0, "id": "c5b37f36-265d-4ab8-84d7-ead5bd13c8ee", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:38:28Z", "security_group_id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "tenant_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2"}], "revision_number": 1, "project_id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "id": "0adc8fe0-f9a2-4ead-bd2f-e00b60df3ef1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T22:41:54Z", "updated_at": "2018-09-02T22:41:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "50011f08-0969-4fa4-ab79-71d8d319c00b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "7803de55-6710-4d77-a7cc-fdb9dbc91970", "remote_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "8c7d6bcc-09cd-4f73-b404-e8bed8818866", "remote_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:54Z", "revision_number": 0, "id": "a3017921-a2cb-4d31-90bf-8f6aa1ff91b6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:54Z", "security_group_id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "14422166-d061-4c72-b5a8-d4e57898d2f2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "64c7311170694724b3245af5579230e3", "created_at": "2018-09-02T22:42:17Z", "updated_at": "2018-09-02T22:42:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "77aee526-71b6-42ce-a9b2-64e72fecead3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "c31c20e7-2aca-4b07-b9ff-40a0cc0e804d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "d7eb2b43-7a36-48c9-afcd-47dec7478967", "remote_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv6", "project_id": "64c7311170694724b3245af5579230e3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:42:17Z", "revision_number": 0, "id": "ea463579-8699-4f61-a6c7-771df1a9a503", "remote_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "remote_ip_prefix": null, "created_at": "2018-09-02T22:42:17Z", "security_group_id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "tenant_id": "64c7311170694724b3245af5579230e3", "port_range_min": null, "ethertype": "IPv4", "project_id": "64c7311170694724b3245af5579230e3"}], "revision_number": 1, "project_id": "64c7311170694724b3245af5579230e3", "id": "206fe2a8-91fc-4bcd-90fa-ae34b5b29dfc", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:43Z", "updated_at": "2018-09-02T22:43:44Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:44Z", "revision_number": 0, "id": "4632edab-fc8c-4973-b5b6-1848cb026e0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:44Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "49adfdb3-1498-4f81-851a-39b1ee65ed9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:43Z", "revision_number": 0, "id": "bb9e0c8f-473f-4a10-9954-1ff5a86a218c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:43Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T22:43:44Z", "revision_number": 0, "id": "ff193aa8-b849-482f-b6e6-23b58f29efb1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:44Z", "security_group_id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": 22, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 3, "project_id": "9507082a471041e1b312eed283ed6608", "id": "7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b", "name": "singlevm1-sg_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}, {"description": "Default security group", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:41:51Z", "updated_at": "2018-09-02T22:41:51Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "4cf52a34-b6c1-4545-959a-e774e0883f78", "remote_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "5439b4f6-cfc2-40cc-88a0-27b68932fcf8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "5dc04f8d-32e1-412f-8e48-16d115911288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv6", "project_id": "9507082a471041e1b312eed283ed6608"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:41:51Z", "revision_number": 0, "id": "e843f4c0-3dc2-4c12-ad48-6f66451abef5", "remote_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "remote_ip_prefix": null, "created_at": "2018-09-02T22:41:51Z", "security_group_id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "tenant_id": "9507082a471041e1b312eed283ed6608", "port_range_min": null, "ethertype": "IPv4", "project_id": "9507082a471041e1b312eed283ed6608"}], "revision_number": 1, "project_id": "9507082a471041e1b312eed283ed6608", "id": "805eb9aa-358f-4974-ba32-b51fade6a4a8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "created_at": "2018-09-02T22:43:07Z", "updated_at": "2018-09-02T22:43:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "2acbd49a-7c47-4af0-95e1-dc3909611293", "remote_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv4", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "6887fa87-e05d-4741-9496-62b1b7dd7802", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv4", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "bf128282-dcc7-482d-b09e-1acae2054bac", "remote_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv6", "project_id": "957a9ab170e64bcaa772136edaed6c69"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:43:07Z", "revision_number": 0, "id": "e8146150-305d-4489-9e7a-7b461e97f02e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:43:07Z", "security_group_id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "tenant_id": "957a9ab170e64bcaa772136edaed6c69", "port_range_min": null, "ethertype": "IPv6", "project_id": "957a9ab170e64bcaa772136edaed6c69"}], "revision_number": 1, "project_id": "957a9ab170e64bcaa772136edaed6c69", "id": "8297b59a-42ac-41f7-abcc-092f1cdeb5b9", "name": "default"}]} 2018-09-02 22:44:27,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-3a1c831b-f1ca-42d8-a48b-9eb193711524 2018-09-02 22:44:27,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.06582903862s 2018-09-02 22:44:27,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-3a1c831b-f1ca-42d8-a48b-9eb193711524 2018-09-02 22:44:27,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 22:44:27,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:27,775 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34be1027-9b69-4caa-8c95-80e4c09b0337 Content-Length: 0 Date: Sun, 02 Sep 2018 22:44:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:44:27,775 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b.json used request id req-34be1027-9b69-4caa-8c95-80e4c09b0337 2018-09-02 22:44:27,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.256783008575s 2018-09-02 22:44:27,775 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/7bd6aab7-c5be-4018-b95d-3a7ccfd2f38b.json used request id req-34be1027-9b69-4caa-8c95-80e4c09b0337 2018-09-02 22:44:27,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 22:44:27,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:27,840 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:44:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-97887e4f-971a-41aa-8ee2-d884412cb130 x-compute-request-id: req-97887e4f-971a-41aa-8ee2-d884412cb130 Content-Length: 0 Content-Type: application/json 2018-09-02 22:44:27,840 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c used request id req-97887e4f-971a-41aa-8ee2-d884412cb130 2018-09-02 22:44:27,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.064258813858s 2018-09-02 22:44:27,840 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm1-kp_6f3ce7e7-5541-4dbd-9447-e2909844a13c used request id req-97887e4f-971a-41aa-8ee2-d884412cb130 2018-09-02 22:44:27,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 22:44:27,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce/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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" -d '{"subnet_id": "f08c185b-d97f-412a-9a2b-a3fc11af4356"}' 2018-09-02 22:44:29,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7fcb811b-9ded-4f9e-9639-f11307a0ae3d Date: Sun, 02 Sep 2018 22:44:29 GMT RESP BODY: {"network_id": "1c779bbd-47d8-4dd8-93a3-2d542ec08e89", "tenant_id": "9507082a471041e1b312eed283ed6608", "subnet_id": "f08c185b-d97f-412a-9a2b-a3fc11af4356", "subnet_ids": ["f08c185b-d97f-412a-9a2b-a3fc11af4356"], "port_id": "c2471f12-73ec-4d1a-b42c-b78780e277b6", "id": "2b402e29-6809-49a6-b106-db70bd2f02ce"} 2018-09-02 22:44:29,563 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce/remove_router_interface.json used request id req-7fcb811b-9ded-4f9e-9639-f11307a0ae3d 2018-09-02 22:44:29,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.72225904465s 2018-09-02 22:44:29,564 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce/remove_router_interface.json used request id req-7fcb811b-9ded-4f9e-9639-f11307a0ae3d returning object 2b402e29-6809-49a6-b106-db70bd2f02ce 2018-09-02 22:44:29,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:44:29,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:29,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-8948f628-2a14-461a-8b2c-7703ed198a44 Date: Sun, 02 Sep 2018 22:44:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "9507082a471041e1b312eed283ed6608", "created_at": "2018-09-02T22:43:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-09-02T22:44:28Z", "revision_number": 4, "routes": [], "project_id": "9507082a471041e1b312eed283ed6608", "id": "2b402e29-6809-49a6-b106-db70bd2f02ce", "name": "singlevm1-router_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}]} 2018-09-02 22:44:29,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-8948f628-2a14-461a-8b2c-7703ed198a44 2018-09-02 22:44:29,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.131607055664s 2018-09-02 22:44:29,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-8948f628-2a14-461a-8b2c-7703ed198a44 2018-09-02 22:44:29,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 22:44:29,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:32,462 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-92128b88-d596-4ac1-a8dd-07b5d8e656e2 Content-Length: 0 Date: Sun, 02 Sep 2018 22:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:44:32,462 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce.json used request id req-92128b88-d596-4ac1-a8dd-07b5d8e656e2 2018-09-02 22:44:32,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.76440501213s 2018-09-02 22:44:32,462 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/2b402e29-6809-49a6-b106-db70bd2f02ce.json used request id req-92128b88-d596-4ac1-a8dd-07b5d8e656e2 2018-09-02 22:44:32,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:44:32,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:32,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-7d5fc89e-3427-4239-ba51-5bc00571bfec Date: Sun, 02 Sep 2018 22:44:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"2cea22db-39be-4fdd-be77-f16eed333608","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:35Z","dns_nameservers":[],"updated_at":"2018-09-02T22:38:35Z","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":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"5d6bc9f5-1a0d-4262-a898-04220b8f5a0a","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:43:34Z","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":"9507082a471041e1b312eed283ed6608","id":"f08c185b-d97f-412a-9a2b-a3fc11af4356","subnetpool_id":null,"name":"singlevm1-subnet_6f3ce7e7-5541-4dbd-9447-e2909844a13c"}]} 2018-09-02 22:44:32,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7d5fc89e-3427-4239-ba51-5bc00571bfec 2018-09-02 22:44:32,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0415589809418s 2018-09-02 22:44:32,505 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-7d5fc89e-3427-4239-ba51-5bc00571bfec 2018-09-02 22:44:32,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 22:44:32,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/f08c185b-d97f-412a-9a2b-a3fc11af4356.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:35,064 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef175864-ce72-4b18-b668-17a4821513aa Date: Sun, 02 Sep 2018 22:44:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:44:35,064 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/f08c185b-d97f-412a-9a2b-a3fc11af4356.json used request id req-ef175864-ce72-4b18-b668-17a4821513aa 2018-09-02 22:44:35,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55783295631s 2018-09-02 22:44:35,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/f08c185b-d97f-412a-9a2b-a3fc11af4356.json used request id req-ef175864-ce72-4b18-b668-17a4821513aa 2018-09-02 22:44:35,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:44:35,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:35,159 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-167cb606-d22a-486f-bc38-89fc88374c86 Date: Sun, 02 Sep 2018 22:44:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"1c779bbd-47d8-4dd8-93a3-2d542ec08e89","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"9507082a471041e1b312eed283ed6608","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T22:44:34Z","provider:segmentation_id":53,"name":"singlevm1-net_6f3ce7e7-5541-4dbd-9447-e2909844a13c","admin_state_up":true,"tenant_id":"9507082a471041e1b312eed283ed6608","created_at":"2018-09-02T22:43:34Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:44:35,159 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-167cb606-d22a-486f-bc38-89fc88374c86 2018-09-02 22:44:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0946750640869s 2018-09-02 22:44:35,160 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-167cb606-d22a-486f-bc38-89fc88374c86 2018-09-02 22:44:35,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 22:44:35,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/1c779bbd-47d8-4dd8-93a3-2d542ec08e89.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:37,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8d0ed2d9-a995-4b25-9194-21f3c44ebc0b Date: Sun, 02 Sep 2018 22:44:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:44:37,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/1c779bbd-47d8-4dd8-93a3-2d542ec08e89.json used request id req-8d0ed2d9-a995-4b25-9194-21f3c44ebc0b 2018-09-02 22:44:37,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.91068196297s 2018-09-02 22:44:37,072 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/1c779bbd-47d8-4dd8-93a3-2d542ec08e89.json used request id req-8d0ed2d9-a995-4b25-9194-21f3c44ebc0b 2018-09-02 22:44:37,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:44:37,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:37,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ded47e3f-c371-42fb-b7f9-c2b0f5259fa3 Date: Sun, 02 Sep 2018 22:44:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:43:41Z", "file": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/file", "owner": "9507082a471041e1b312eed283ed6608", "id": "42de6da2-86dd-464d-97b1-2eac79e4eacb", "size": 12716032, "self": "/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/42de6da2-86dd-464d-97b1-2eac79e4eacb/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:43:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:44:37,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ded47e3f-c371-42fb-b7f9-c2b0f5259fa3 2018-09-02 22:44:37,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.775471925735s 2018-09-02 22:44:37,852 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-ded47e3f-c371-42fb-b7f9-c2b0f5259fa3 2018-09-02 22:44:37,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 22:44:37,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:38,857 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-533773f1-6978-4bb2-a859-4ec60ae7b8fc Date: Sun, 02 Sep 2018 22:44:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:44:38,857 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb used request id req-533773f1-6978-4bb2-a859-4ec60ae7b8fc 2018-09-02 22:44:38,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00324106216s 2018-09-02 22:44:38,857 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/42de6da2-86dd-464d-97b1-2eac79e4eacb used request id req-533773f1-6978-4bb2-a859-4ec60ae7b8fc 2018-09-02 22:44:38,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 22:44:38,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:38,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44: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-aeab9253-a4f0-49ff-b306-efcfcf840396 x-compute-request-id: req-aeab9253-a4f0-49ff-b306-efcfcf840396 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_6f3ce7e7-5541-4dbd-9447-e2909844a13c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5", "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": "14bc3364-8d5d-41c0-9c0a-444719008ee5"}]} 2018-09-02 22:44:38,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-aeab9253-a4f0-49ff-b306-efcfcf840396 2018-09-02 22:44:38,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0287289619446s 2018-09-02 22:44:38,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-aeab9253-a4f0-49ff-b306-efcfcf840396 2018-09-02 22:44:38,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 22:44:38,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}db019d4d1179cfb5f62f299adc6fe5b9867368f5" 2018-09-02 22:44:38,928 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:44: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-8455c946-802e-4bb2-92f6-171cebdce791 x-compute-request-id: req-8455c946-802e-4bb2-92f6-171cebdce791 Content-Length: 0 Content-Type: application/json 2018-09-02 22:44:38,928 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5 used request id req-8455c946-802e-4bb2-92f6-171cebdce791 2018-09-02 22:44:38,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0401620864868s 2018-09-02 22:44:38,929 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/14bc3364-8d5d-41c0-9c0a-444719008ee5 used request id req-8455c946-802e-4bb2-92f6-171cebdce791 2018-09-02 22:44:38,982 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:44:39,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:44:39,024 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:44:39,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:44:39,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605d8c14-57a0-4fb3-ae7d-637fb11c2c06 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:44:39,031 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-605d8c14-57a0-4fb3-ae7d-637fb11c2c06 2018-09-02 22:44:39,032 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:44:39,438 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}, {"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "3225b7b4332a4c6ba27fe905199c1c64", "name": "admin"}], "expires_at": "2018-09-02T23:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9507082a471041e1b312eed283ed6608", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/9507082a471041e1b312eed283ed6608", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "4276ce68323340a2aef54d4c8601def3"}, "audit_ids": ["6YjyF1HjTY68uJpKZUfPDg"], "issued_at": "2018-09-02T22:44:39.000000Z"}} 2018-09-02 22:44:39,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:44:39,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:39,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-28a6783d-063f-490a-ad7f-9c56e9db952c Date: Sun, 02 Sep 2018 22:44:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"2cea22db-39be-4fdd-be77-f16eed333608","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","status":"ACTIVE","subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"description":"","tags":[],"updated_at":"2018-09-02T22:38:35Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","provider:network_type":"flat"}]} 2018-09-02 22:44:39,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28a6783d-063f-490a-ad7f-9c56e9db952c 2018-09-02 22:44:39,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.444931983948s 2018-09-02 22:44:39,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28a6783d-063f-490a-ad7f-9c56e9db952c 2018-09-02 22:44:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:44:39,896 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 22:44:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-777f39bc-ef29-4b31-a47a-a9f1df2f42f8 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.35:5000/v3/", "rel": "self"}]}]}} 2018-09-02 22:44:39,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/ used request id req-777f39bc-ef29-4b31-a47a-a9f1df2f42f8 2018-09-02 22:44:39,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:44:39,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:40,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b87bb19e-3e12-4fea-9ce7-2f0ced8e8593 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.35:5000/v3/domains/5af5f54e28f24e6f92170b4e6f12376b"}, "tags": [], "enabled": true, "id": "5af5f54e28f24e6f92170b4e6f12376b", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.35:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 22:44:40,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-b87bb19e-3e12-4fea-9ce7-2f0ced8e8593 2018-09-02 22:44:40,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186295032501s 2018-09-02 22:44:40,084 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains used request id req-b87bb19e-3e12-4fea-9ce7-2f0ced8e8593 2018-09-02 22:44:40,090 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 22:44:40,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}}' 2018-09-02 22:44:40,307 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 22:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1c278af5-ac02-4278-a9fe-5c5d2c1a9e7f 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.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4"}, "tags": [], "enabled": true, "id": "15e13ff72de14989857a8d8bb6ee34f4", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}} 2018-09-02 22:44:40,307 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-1c278af5-ac02-4278-a9fe-5c5d2c1a9e7f 2018-09-02 22:44:40,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.217808008194s 2018-09-02 22:44:40,308 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/projects used request id req-1c278af5-ac02-4278-a9fe-5c5d2c1a9e7f 2018-09-02 22:44:40,308 - 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'15e13ff72de14989857a8d8bb6ee34f4', '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_7c3b73e6-9deb-4fc1-ba91-366c9efad56c'}) 2018-09-02 22:44:40,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 22:44:40,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6b781e15-a528-444e-ac7b-76c7f6586757", "email": null, "name": "singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}}' 2018-09-02 22:44:40,837 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 22:44:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-20c04b3a-1a91-4970-af37-ed973997ebec Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": {"self": "http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "08647ede6dcd46638740d6913faacb1b", "domain_id": "default", "password_expires_at": null}} 2018-09-02 22:44:40,837 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-20c04b3a-1a91-4970-af37-ed973997ebec 2018-09-02 22:44:40,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.522342920303s 2018-09-02 22:44:40,837 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.35:5000/v3/users used request id req-20c04b3a-1a91-4970-af37-ed973997ebec 2018-09-02 22:44:40,838 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'08647ede6dcd46638740d6913faacb1b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c'}) 2018-09-02 22:44:40,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:44:40,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:41,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3c47edb-300b-4fc4-9cdc-730d81c9157b Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:44:41,044 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e3c47edb-300b-4fc4-9cdc-730d81c9157b 2018-09-02 22:44:41,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202740907669s 2018-09-02 22:44:41,045 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-e3c47edb-300b-4fc4-9cdc-730d81c9157b 2018-09-02 22:44:41,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:44:41,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:41,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b34af31b-6700-43d5-b62a-3aadc8348e14 Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:44:41,231 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b34af31b-6700-43d5-b62a-3aadc8348e14 2018-09-02 22:44:41,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181199073792s 2018-09-02 22:44:41,231 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-b34af31b-6700-43d5-b62a-3aadc8348e14 2018-09-02 22:44:41,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 22:44:41,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:41,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a63a0528-6b85-4a16-97cc-bc7663547a4f Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17d370212feb4f15a26be5366f3168bc", "links": {"self": "http://172.30.9.35:5000/v3/roles/17d370212feb4f15a26be5366f3168bc"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "2d1a49553feb4e7aa650a07c6c37d9a2", "links": {"self": "http://172.30.9.35:5000/v3/roles/2d1a49553feb4e7aa650a07c6c37d9a2"}, "name": "member"}, {"domain_id": null, "id": "3225b7b4332a4c6ba27fe905199c1c64", "links": {"self": "http://172.30.9.35:5000/v3/roles/3225b7b4332a4c6ba27fe905199c1c64"}, "name": "admin"}, {"domain_id": null, "id": "6669b40578a44e74979cabf96f47d951", "links": {"self": "http://172.30.9.35:5000/v3/roles/6669b40578a44e74979cabf96f47d951"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9034dae0a4a2482fb022bbeddcfe3585", "links": {"self": "http://172.30.9.35:5000/v3/roles/9034dae0a4a2482fb022bbeddcfe3585"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.35:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "e966b3a8f21547258b4f671fda74bcf1", "links": {"self": "http://172.30.9.35:5000/v3/roles/e966b3a8f21547258b4f671fda74bcf1"}, "name": "reader"}]} 2018-09-02 22:44:41,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a63a0528-6b85-4a16-97cc-bc7663547a4f 2018-09-02 22:44:41,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202757835388s 2018-09-02 22:44:41,439 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/roles used request id req-a63a0528-6b85-4a16-97cc-bc7663547a4f 2018-09-02 22:44:41,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 22:44:41,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:41,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874380ea-e582-4cad-933b-27b0866c1fbb Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.35:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 22:44:41,628 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-874380ea-e582-4cad-933b-27b0866c1fbb 2018-09-02 22:44:41,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184469938278s 2018-09-02 22:44:41,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/domains/default used request id req-874380ea-e582-4cad-933b-27b0866c1fbb 2018-09-02 22:44:41,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:44:41,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:41,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4d7ba5-fb2b-4d54-b0e3-6239209edd6d Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": {"self": "http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "08647ede6dcd46638740d6913faacb1b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/4276ce68323340a2aef54d4c8601def3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4276ce68323340a2aef54d4c8601def3", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/4a903d2ad1554ec1a62f79e8eec82792"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a903d2ad1554ec1a62f79e8eec82792", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/586d1ce3d3174e9e9fa442d2c223c663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "586d1ce3d3174e9e9fa442d2c223c663", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/6f19d894049c4b74b4fe0f79d516f562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f19d894049c4b74b4fe0f79d516f562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/7327a960ccc84175b41495e42c2c6492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7327a960ccc84175b41495e42c2c6492", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/8cc8ba7e04204ff8937d8d36a64c7d5e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cc8ba7e04204ff8937d8d36a64c7d5e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/a252382468ea4a79a5325a461d23b3b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a252382468ea4a79a5325a461d23b3b9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/a5a64ee1705f48e7b6c24445f79f129c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5a64ee1705f48e7b6c24445f79f129c", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/b54bd9ba790a4925825f668185ca6cab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b54bd9ba790a4925825f668185ca6cab", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/be0b1176f4db481092e68bb38ff3ded9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0b1176f4db481092e68bb38ff3ded9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/cca9c143ee1e413dba4ef0d8bab36995"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cca9c143ee1e413dba4ef0d8bab36995", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d8aa7de0004d434499565c2d9411d3bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d8aa7de0004d434499565c2d9411d3bd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/db6913830a5245f3a2a8446764d9cac6"}, "domain_id": "5af5f54e28f24e6f92170b4e6f12376b", "enabled": true, "options": {}, "id": "db6913830a5245f3a2a8446764d9cac6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/f123cedbba6042edbd4208c3a5fc7c95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f123cedbba6042edbd4208c3a5fc7c95", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-02 22:44:41,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-5e4d7ba5-fb2b-4d54-b0e3-6239209edd6d 2018-09-02 22:44:41,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195724010468s 2018-09-02 22:44:41,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-5e4d7ba5-fb2b-4d54-b0e3-6239209edd6d 2018-09-02 22:44:41,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 22:44:41,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:42,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74bb3d74-6ea0-417c-b4b2-a28a28292525 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608"}, "tags": [], "enabled": true, "id": "9507082a471041e1b312eed283ed6608", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, "tags": [], "enabled": true, "id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4"}, "tags": [], "enabled": true, "id": "15e13ff72de14989857a8d8bb6ee34f4", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:44:42,056 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-74bb3d74-6ea0-417c-b4b2-a28a28292525 2018-09-02 22:44:42,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.218554973602s 2018-09-02 22:44:42,056 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects?domain_id=default used request id req-74bb3d74-6ea0-417c-b4b2-a28a28292525 2018-09-02 22:44:42,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 22:44:42,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35:5000/v3/role_assignments?user.id=08647ede6dcd46638740d6913faacb1b&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=15e13ff72de14989857a8d8bb6ee34f4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:42,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-497bc2ac-500f-459f-b3e3-2f3bc4d8c368 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.35:5000/v3/role_assignments?user.id=08647ede6dcd46638740d6913faacb1b&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=15e13ff72de14989857a8d8bb6ee34f4", "previous": null, "next": null}} 2018-09-02 22:44:42,179 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=08647ede6dcd46638740d6913faacb1b&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=15e13ff72de14989857a8d8bb6ee34f4 used request id req-497bc2ac-500f-459f-b3e3-2f3bc4d8c368 2018-09-02 22:44:42,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.115545034409s 2018-09-02 22:44:42,179 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/role_assignments?user.id=08647ede6dcd46638740d6913faacb1b&role.id=2d1a49553feb4e7aa650a07c6c37d9a2&scope.project.id=15e13ff72de14989857a8d8bb6ee34f4 used request id req-497bc2ac-500f-459f-b3e3-2f3bc4d8c368 2018-09-02 22:44:42,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 22:44:42,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4/users/08647ede6dcd46638740d6913faacb1b/roles/2d1a49553feb4e7aa650a07c6c37d9a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:44:42,411 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:44:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7714b901-59bc-4a13-947b-1d59ae2ff111 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:44:42,412 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4/users/08647ede6dcd46638740d6913faacb1b/roles/2d1a49553feb4e7aa650a07c6c37d9a2 used request id req-7714b901-59bc-4a13-947b-1d59ae2ff111 2018-09-02 22:44:42,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.229285955429s 2018-09-02 22:44:42,412 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4/users/08647ede6dcd46638740d6913faacb1b/roles/2d1a49553feb4e7aa650a07c6c37d9a2 used request id req-7714b901-59bc-4a13-947b-1d59ae2ff111 2018-09-02 22:44:42,413 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 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'15e13ff72de14989857a8d8bb6ee34f4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6b781e15-a528-444e-ac7b-76c7f6586757', 'username': u'singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.35:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-09-02 22:44:42,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 22:44:42,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 22:44:42,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 22:44:42,414 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 22:44:42,415 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 22:44:42,416 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 22:44:42,417 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 22:44:42,418 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'password': '6b781e15-a528-444e-ac7b-76c7f6586757', 'project_name': 'singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.35:5000/v3', 'project_id': '15e13ff72de14989857a8d8bb6ee34f4', 'project_domain_name': 'Default'} 2018-09-02 22:44:42,418 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-02 22:44:42,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:44:42,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-849bcb1c-d1fb-4a7e-821a-84255602d13f 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.35:5000/v3/", "rel": "self"}]}} 2018-09-02 22:44:42,426 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.35:5000/v3 used request id req-849bcb1c-d1fb-4a7e-821a-84255602d13f 2018-09-02 22:44:42,427 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.35:5000/v3/auth/tokens 2018-09-02 22:44:42,835 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e966b3a8f21547258b4f671fda74bcf1", "name": "reader"}, {"id": "2d1a49553feb4e7aa650a07c6c37d9a2", "name": "member"}], "expires_at": "2018-09-02T23:44:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "15e13ff72de14989857a8d8bb6ee34f4", "name": "singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3b1e0d2408764314869271354baf9374"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5994b69c53124cadbf61c891327d8b8f"}, {"url": "http://172.30.9.35:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b93e6453914646eab0cba8f7866dc97a"}], "type": "event", "id": "3adf41dba625458f8ead2d30bb4afd3e", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "164155804bc4404aa71e11826a97f93b"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9026e626340440508e0651b9ce97c2a5"}, {"url": "http://172.30.9.35:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c315ba804e37430da2f88054a17e7d11"}], "type": "compute", "id": "4f2f7ca5612b42b5b2b51f1bf3fd3e97", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.35:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6b794d0d3c8c47cc94ac201d394db314"}, {"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce98ca7a965446edaa931be637f972f3"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fc6984c1b1084068bc2920bc1db3efda"}], "type": "placement", "id": "51cd9d756ca34056a9e9f8e8907c9851", "name": "placement"}, {"endpoints": [], "type": "metering", "id": "63c60613e0f44cccb4f2108c83f12feb", "name": "ceilometer"}, {"endpoints": [{"url": "http://172.30.9.35:8080/v1/AUTH_15e13ff72de14989857a8d8bb6ee34f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1069dee7d9b241e184caf4458fa18e46"}, {"url": "http://12.0.0.38:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32b1a480b3ad46d09d9986fc26f09704"}, {"url": "http://12.0.0.38:8080/v1/AUTH_15e13ff72de14989857a8d8bb6ee34f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8fcc5d1264964bb6ad16944fef175dd6"}], "type": "object-store", "id": "6cf71e7a3d634787a3ea1a2e3d87b913", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.35:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0a34216a861f41458df688c3bcca73bf"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d285670fa3f24020b109a2e552baa921"}, {"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e991a00f9eec472c8256c27ffd76c8a7"}], "type": "identity", "id": "84f95861f82941b19fec6ce96ad26ed6", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "010cf99612604773bbf03a5ff0eb6f59"}, {"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "423b304d934346ceb3798ec20a4e9d74"}, {"url": "http://172.30.9.35:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c15204f6e6cd48cf8c543aa61d0860b5"}], "type": "image", "id": "9db84718835046799050140862bb160a", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.35:8004/v1/15e13ff72de14989857a8d8bb6ee34f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b75c77a4054142aab02379f76a64a3e5"}, {"url": "http://192.30.9.5:8004/v1/15e13ff72de14989857a8d8bb6ee34f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d7fcfcc06f34428fbab831fc270bd829"}, {"url": "http://192.30.9.5:8004/v1/15e13ff72de14989857a8d8bb6ee34f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e8a08098adfb44729c681169656429cb"}], "type": "orchestration", "id": "a696f06085e347daa9a9d9f3319784e7", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0a04df86ee644fe4906bda6fb0f75543"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17c129ec06a645fc8ae594ba56b080eb"}, {"url": "http://172.30.9.35:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af5a93b4854142b39ac307f12ce10d60"}], "type": "cloudformation", "id": "b834e72a41844c738d5e6d97bfb6c530", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v3/15e13ff72de14989857a8d8bb6ee34f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "6a4c7d09dd4e422c9fce5bce6a2ab29b"}, {"url": "http://192.30.9.5:8776/v3/15e13ff72de14989857a8d8bb6ee34f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "919521e97ca94da1a3321916a1013284"}, {"url": "http://172.30.9.35:8776/v3/15e13ff72de14989857a8d8bb6ee34f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ec608ccc6fcb459eabe88efd4c1d402b"}], "type": "volumev3", "id": "c28b0550e3074155a665c42aa66c1b48", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.35:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1b47c66de0314084a677a8434a7f6372"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "52bb430631d24bce9c7d5c8065a1790e"}, {"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "fd86a09e16154464b199e59deb3591af"}], "type": "alarming", "id": "d4318dbfb01044e7ac72ea5be3ab6b43", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/15e13ff72de14989857a8d8bb6ee34f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "1fd8ec8c1a5c44d7be458b70a4248334"}, {"url": "http://172.30.9.35:8776/v1/15e13ff72de14989857a8d8bb6ee34f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "be19c49b54aa4aa6a8c5839372bc6a0e"}, {"url": "http://192.30.9.5:8776/v1/15e13ff72de14989857a8d8bb6ee34f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "f9e1ae81620142c4a02bec4703cf5d96"}], "type": "volume", "id": "d43610bb5b994773a662419e90d447e4", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2dc848cec2294386b9f1d824d994030c"}, {"url": "http://172.30.9.35:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "603f279c0e1c426dbebf3ae796f97a2a"}, {"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3c77a5927bc48ef979792a0c8413279"}], "type": "network", "id": "d4b1c562e3d94fbda356cb6e1f25b2a9", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2243e1435ebb4c2eb176d6978c32d2d0"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "74dcbcc6a3084bc6a9c7de587d2c3131"}, {"url": "http://172.30.9.35:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cca4b53a4c804002a2f2d8a370d45acf"}], "type": "metric", "id": "f7b32341bb8d471997f72e9aa7c8bb49", "name": "gnocchi"}, {"endpoints": [{"url": "http://172.30.9.35:8776/v2/15e13ff72de14989857a8d8bb6ee34f4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c94fbfe4f1344bd9bf8fe620e2b39b0"}, {"url": "http://192.30.9.5:8776/v2/15e13ff72de14989857a8d8bb6ee34f4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bb7957c070574e75999ca9cfc2138635"}, {"url": "http://192.30.9.5:8776/v2/15e13ff72de14989857a8d8bb6ee34f4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eb8cd7d7aba34514b7b2ffdd55fccd17"}], "type": "volumev2", "id": "f80c4cb4d5fb4afd8ab4e90ff41469b7", "name": "cinderv2"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "id": "08647ede6dcd46638740d6913faacb1b"}, "audit_ids": ["fhQu66QfRWuwbP0CBxSLPQ"], "issued_at": "2018-09-02T22:44:42.000000Z"}} 2018-09-02 22:44:42,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 22:44:42,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"network": {"name": "singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "admin_state_up": true}}' 2018-09-02 22:44:43,647 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-10bc1d00-9dc3-4efc-bc86-971794f798bd Date: Sun, 02 Sep 2018 22:44:43 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-09-02T22:44:43Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"15e13ff72de14989857a8d8bb6ee34f4","id":"5bf06736-9337-44fc-9f7a-336b043b3d16","name":"singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}} 2018-09-02 22:44:43,647 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-10bc1d00-9dc3-4efc-bc86-971794f798bd 2018-09-02 22:44:43,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.809471130371s 2018-09-02 22:44:43,647 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-10bc1d00-9dc3-4efc-bc86-971794f798bd 2018-09-02 22:44:43,648 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:44:43Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'5bf06736-9337-44fc-9f7a-336b043b3d16', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', u'admin_state_up': True, u'tenant_id': u'15e13ff72de14989857a8d8bb6ee34f4', u'created_at': u'2018-09-02T22:44:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'15e13ff72de14989857a8d8bb6ee34f4'}) 2018-09-02 22:44:43,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:44:43,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:43,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-b8549b5c-40ad-4ba1-a814-3ca4fedb10c3 Date: Sun, 02 Sep 2018 22:44: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":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-02T22:44:43Z","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"15e13ff72de14989857a8d8bb6ee34f4","id":"5bf06736-9337-44fc-9f7a-336b043b3d16","name":"singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:44:43,970 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b8549b5c-40ad-4ba1-a814-3ca4fedb10c3 2018-09-02 22:44:43,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.321609973907s 2018-09-02 22:44:43,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-b8549b5c-40ad-4ba1-a814-3ca4fedb10c3 2018-09-02 22:44:43,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 22:44:43,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"subnet": {"name": "singlevm2-subnet_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "enable_dhcp": true, "network_id": "5bf06736-9337-44fc-9f7a-336b043b3d16", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 22:44:44,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-45fd8d28-660f-4a9d-bd3d-d95c9a288ea8 Date: Sun, 02 Sep 2018 22:44:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bf06736-9337-44fc-9f7a-336b043b3d16","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:44:44Z","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":"15e13ff72de14989857a8d8bb6ee34f4","id":"7c509366-f19b-48fb-a608-0f20f8eb8361","subnetpool_id":null,"name":"singlevm2-subnet_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}} 2018-09-02 22:44:44,839 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-45fd8d28-660f-4a9d-bd3d-d95c9a288ea8 2018-09-02 22:44:44,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.866605997086s 2018-09-02 22:44:44,839 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-45fd8d28-660f-4a9d-bd3d-d95c9a288ea8 2018-09-02 22:44:44,839 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T22:44:44Z', 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'7c509366-f19b-48fb-a608-0f20f8eb8361', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', u'enable_dhcp': True, u'network_id': u'5bf06736-9337-44fc-9f7a-336b043b3d16', u'tenant_id': u'15e13ff72de14989857a8d8bb6ee34f4', u'created_at': u'2018-09-02T22:44:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'15e13ff72de14989857a8d8bb6ee34f4'}) 2018-09-02 22:44:44,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 22:44:44,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"router": {"external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608"}, "name": "singlevm2-router_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "admin_state_up": true}}' 2018-09-02 22:44:46,482 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-87787140-e086-4d66-b1a1-0c8b1ab6b31e Date: Sun, 02 Sep 2018 22:44:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:45Z", "admin_state_up": true, "updated_at": "2018-09-02T22:44:46Z", "revision_number": 2, "routes": [], "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "21b8e896-d6de-4762-a35a-34408c2bba0d", "name": "singlevm2-router_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}} 2018-09-02 22:44:46,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-87787140-e086-4d66-b1a1-0c8b1ab6b31e 2018-09-02 22:44:46,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.64251303673s 2018-09-02 22:44:46,483 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-87787140-e086-4d66-b1a1-0c8b1ab6b31e 2018-09-02 22:44:46,484 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'2cea22db-39be-4fdd-be77-f16eed333608', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5d6bc9f5-1a0d-4262-a898-04220b8f5a0a', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'15e13ff72de14989857a8d8bb6ee34f4', u'created_at': u'2018-09-02T22:44:45Z', u'admin_state_up': True, u'updated_at': u'2018-09-02T22:44:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'15e13ff72de14989857a8d8bb6ee34f4', u'id': u'21b8e896-d6de-4762-a35a-34408c2bba0d', u'name': u'singlevm2-router_7c3b73e6-9deb-4fc1-ba91-366c9efad56c'}) 2018-09-02 22:44:46,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 22:44:46,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d/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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"subnet_id": "7c509366-f19b-48fb-a608-0f20f8eb8361"}' 2018-09-02 22:44:48,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4b00d190-a121-43eb-ac18-1daea41265de Date: Sun, 02 Sep 2018 22:44:48 GMT RESP BODY: {"network_id": "5bf06736-9337-44fc-9f7a-336b043b3d16", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "subnet_id": "7c509366-f19b-48fb-a608-0f20f8eb8361", "subnet_ids": ["7c509366-f19b-48fb-a608-0f20f8eb8361"], "port_id": "e4c54ab4-be5d-44d8-9698-4b46e0114b5d", "id": "21b8e896-d6de-4762-a35a-34408c2bba0d"} 2018-09-02 22:44:48,788 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d/add_router_interface.json used request id req-4b00d190-a121-43eb-ac18-1daea41265de 2018-09-02 22:44:48,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.30417919159s 2018-09-02 22:44:48,789 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d/add_router_interface.json used request id req-4b00d190-a121-43eb-ac18-1daea41265de returning object 21b8e896-d6de-4762-a35a-34408c2bba0d 2018-09-02 22:44:48,789 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 22:44:48,921 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 22:44:48,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" 2018-09-02 22:44:48,928 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 22:44:48 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.35:9292/v2/", "rel": "self"}]}]} 2018-09-02 22:44:48,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:44:48,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:49,740 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e230f608-3a8c-42c3-904b-f3d4f226d900 Date: Sun, 02 Sep 2018 22:44:49 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:44:49,740 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-e230f608-3a8c-42c3-904b-f3d4f226d900 2018-09-02 22:44:49,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.80769610405s 2018-09-02 22:44:49,740 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-e230f608-3a8c-42c3-904b-f3d4f226d900 2018-09-02 22:44:49,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 22:44:49,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}' 2018-09-02 22:44:50,563 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ca65e4d8-898a-4d00-9268-0a67b3c5d6e0 Date: Sun, 02 Sep 2018 22:44:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:44:50Z", "file": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file", "owner": "15e13ff72de14989857a8d8bb6ee34f4", "id": "27f4b974-f17b-4b48-b184-ba0f3159a390", "size": null, "self": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390", "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_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "checksum": null, "created_at": "2018-09-02T22:44:50Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 22:44:50,564 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-ca65e4d8-898a-4d00-9268-0a67b3c5d6e0 2018-09-02 22:44:50,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.814680814743s 2018-09-02 22:44:50,564 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.35:9292/v2/images used request id req-ca65e4d8-898a-4d00-9268-0a67b3c5d6e0 returning object 27f4b974-f17b-4b48-b184-ba0f3159a390 2018-09-02 22:44:50,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 22:44:50,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '' 2018-09-02 22:44:51,415 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-af618d93-8eff-415d-b0fe-2faa10def062 Date: Sun, 02 Sep 2018 22:44:51 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:44:51,415 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file used request id req-af618d93-8eff-415d-b0fe-2faa10def062 2018-09-02 22:44:51,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.850025892258s 2018-09-02 22:44:51,415 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file used request id req-af618d93-8eff-415d-b0fe-2faa10def062 2018-09-02 22:44:51,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:44:51,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:52,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-8e353650-6922-424d-8909-9e4ee6433bea Date: Sun, 02 Sep 2018 22:44:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:44:51Z", "file": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file", "owner": "15e13ff72de14989857a8d8bb6ee34f4", "id": "27f4b974-f17b-4b48-b184-ba0f3159a390", "size": 12716032, "self": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:44:50Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:44:52,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-8e353650-6922-424d-8909-9e4ee6433bea 2018-09-02 22:44:52,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.809994935989s 2018-09-02 22:44:52,230 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-8e353650-6922-424d-8909-9e4ee6433bea 2018-09-02 22:44:52,232 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap', u'metadata': Munch({})})], 'file': u'/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file', 'owner': u'15e13ff72de14989857a8d8bb6ee34f4', 'id': u'27f4b974-f17b-4b48-b184-ba0f3159a390', 'size': 12716032, u'self': u'/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'15e13ff72de14989857a8d8bb6ee34f4', 'name': 'singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T22:44:51Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T22:44:51Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', '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/27f4b974-f17b-4b48-b184-ba0f3159a390', 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_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'created': u'2018-09-02T22:44:50Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T22:44:50Z', 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/27f4b974-f17b-4b48-b184-ba0f3159a390', 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_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 22:44:52,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 22:44:52,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-09-02 22:44:53,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e3ab69a7-7565-454f-972f-4c6798f6f8c4 x-compute-request-id: req-e3ab69a7-7565-454f-972f-4c6798f6f8c4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "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": "a22b7b92-1247-459e-ac00-5af0a73490cb"}} 2018-09-02 22:44:53,137 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-e3ab69a7-7565-454f-972f-4c6798f6f8c4 2018-09-02 22:44:53,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.904950141907s 2018-09-02 22:44:53,138 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors used request id req-e3ab69a7-7565-454f-972f-4c6798f6f8c4 2018-09-02 22:44:53,139 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', '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'9507082a471041e1b312eed283ed6608', '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'a22b7b92-1247-459e-ac00-5af0a73490cb', 'swap': 0}) 2018-09-02 22:44:53,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 22:44:53,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb/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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" -d '{"extra_specs": {}}' 2018-09-02 22:44:53,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f7ddf65b-f6aa-490c-8318-5b442c9c3dd4 x-compute-request-id: req-f7ddf65b-f6aa-490c-8318-5b442c9c3dd4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 22:44:53,285 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb/os-extra_specs used request id req-f7ddf65b-f6aa-490c-8318-5b442c9c3dd4 2018-09-02 22:44:53,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.145692110062s 2018-09-02 22:44:53,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb/os-extra_specs used request id req-f7ddf65b-f6aa-490c-8318-5b442c9c3dd4 2018-09-02 22:44:53,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 22:44:53,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"keypair": {"name": "singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}}' 2018-09-02 22:44:54,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc4062bc-083c-43ef-a9d6-fe6b8b589703 x-compute-request-id: req-fc4062bc-083c-43ef-a9d6-fe6b8b589703 Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZTk6h8smKUnt0Eh/ghBYM2b8a3rsluPyXDw//sabpSWSnKiZV9GfNCYa/BUuF790S8BNb+zWEidf6oyljnAgPNSwht6oycBXW95dkuWHF8nWdIGWdO7zJ9lg87N9YYtTf0AjdyHnJsdlr1DRTZ8D9MhDQ1E/kPRwPbiI74TaEn1Dq4E5lZaH4TDWLJurFIKt5oYwlaKp+sZqyO0HpOeKjw12oeqEMeR4BTG1ahlVJaWdX/NjG9KyP79eY2C5phETJGjXzkDiGhbEMkNWJSPvgDHQePhlGks5+OJeNTSI3kaMm1U66jfrV9SP5LpP2ElaJ3bNt8WP9Vp6LaTPEjqL7 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAmU5OofLJilJ7dBIf4IQWDNm/Gt67Jbj8lw8P/7Gm6Ulkpyom\nVfRnzQmGvwVLhe/dEvATW/s1hInX+qMpY5wIDzUsIbeqMnAV1veXZLlhxfJ1nSBl\nnTu8yfZYPOzfWGLU39AI3ch5ybHZa9Q0U2fA/TIQ0NRP5D0cD24iO+E2hJ9Q6uBO\nZWWh+Ew1iybqxSCreaGMJWiqfrGasjtB6Tnio8NdqHqhDHkeAUxtWoZVSWlnV/zY\nxvSsj+/XmNguaYREyRo185A4hoWxDJDViUj74Ax0Hj4ZRpLOfjiXjU0iN5GjJtVO\nuo361fUj+S6T9hJWid2zbfFj/Vaei2kzxI6i+wIDAQABAoIBAASEXSbCa5PKyF5s\nJkpMOgYY6FuXUnZTFAYzaGpFRsC6699NC6IeuGw/Kpw4QLhqj939+uQL69DC6v00\nj4Si1U31aB56NeaUjOAvnWNXXv0hHrwJd1UBrJdazdDFvfLxvon1rD00qfn6ZoiZ\n0QzgEryjHAG7L7tu3YPK3/FZumx/5YpHr1w7Oy5+ARuGB6Mfy1zX0SWl1Y6rGKPa\n+WCZN0Qnfxb6KgNIKsJKlk7HWfWytkPinD+Eh2Srf/giUEqG4zgUls0tAhfQulho\nuuktswmpJCzUUYUPMa2x0L82OOp9dNVcgekguZcXb+t/P1Rf2ThsKdP/Dacx2xbJ\n1eQaRcECgYEAyfW6RrVzDVUD1RNwi1BEDFnZKEmnR/A5MtAIdD9cJxIcmTE5kMs/\numikY/0xsCrS6oDqKlka/2VOiV/Yptac1TQd8IDpIGTnnMJv1UN0ZcaRgj7gomZq\nMhg3fmEkpHjjbBJfAizj3SPtZc23a2CFjlAEi/MW84tOpviG9jdOByECgYEAwlPG\nwdT9ZZxdPnVwwBUWGBRbjF1IUWNMFdOqnoYgCZsYe8Cql/ODGDvPEQFen2mJGkI1\nh9VJlJ0wIqeG9rEbcD/EE127Nbf63A9jgrzNAD5P4U3/sDrghondxnFdoudU0UmU\nOYLXfl21rZtV585ElUgdh3Ew7IBqCLkTM+HQEpsCgYEAhLmnB90rlXFvqVKzPfss\nHWnW2zE8bHylOo2ZYLxbFZpDjTHagRvx79HhZ4z4YKxkHJVITzhsE7hCWunQeiTE\nwSEVI/+0NgPaax0lXeSM1G4hJpWoD1J7LBzaK4YwDJ8d5uJT6hwSTDzWQXdmuXyf\niR1xP4AsbzX4JKdkGt/RucECgYA8yeIx/kOqRoiwoiI8JBx+OdgNh5y4wPwrE8Sa\nxFA/UQIOrE1xLR7ENOloY2pLKcNWsIF4VVMoJyfIn2lLwElaCsh2WmrWug/CSRoS\n6qaiPdvVGgYzBaf4ziXPDuWAsSbKNV8lwnVQtVXA0gfEdLTlkeKS3Oi2AtGomuST\n5T6mowKBgQDDE01cpNVnQNkvTX/mFGgVVsSAphIvxa7f1U8krcvfLx1qGJIG+N3B\nc3kEKylHpzgCrFI+H44vFHXoEIP+ZnxP3j9oBpmgJOgqaFZwaWkuNBu1RdEJ4ydH\nS7Y9J0lX5vNR0d2smR7YiPgEeOxPLfDulLDIedV8wLB03DDoh+GUHA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "08647ede6dcd46638740d6913faacb1b", "name": "singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "fingerprint": "29:94:4e:5a:3e:2f:aa:09:44:bb:6a:b6:03:00:c4:06"}} 2018-09-02 22:44:54,221 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-fc4062bc-083c-43ef-a9d6-fe6b8b589703 2018-09-02 22:44:54,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.935209989548s 2018-09-02 22:44:54,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/os-keypairs used request id req-fc4062bc-083c-43ef-a9d6-fe6b8b589703 2018-09-02 22:44:54,222 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCZTk6h8smKUnt0Eh/ghBYM2b8a3rsluPyXDw//sabpSWSnKiZV9GfNCYa/BUuF790S8BNb+zWEidf6oyljnAgPNSwht6oycBXW95dkuWHF8nWdIGWdO7zJ9lg87N9YYtTf0AjdyHnJsdlr1DRTZ8D9MhDQ1E/kPRwPbiI74TaEn1Dq4E5lZaH4TDWLJurFIKt5oYwlaKp+sZqyO0HpOeKjw12oeqEMeR4BTG1ahlVJaWdX/NjG9KyP79eY2C5phETJGjXzkDiGhbEMkNWJSPvgDHQePhlGks5+OJeNTSI3kaMm1U66jfrV9SP5LpP2ElaJ3bNt8WP9Vp6LaTPEjqL7 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAmU5OofLJilJ7dBIf4IQWDNm/Gt67Jbj8lw8P/7Gm6Ulkpyom\nVfRnzQmGvwVLhe/dEvATW/s1hInX+qMpY5wIDzUsIbeqMnAV1veXZLlhxfJ1nSBl\nnTu8yfZYPOzfWGLU39AI3ch5ybHZa9Q0U2fA/TIQ0NRP5D0cD24iO+E2hJ9Q6uBO\nZWWh+Ew1iybqxSCreaGMJWiqfrGasjtB6Tnio8NdqHqhDHkeAUxtWoZVSWlnV/zY\nxvSsj+/XmNguaYREyRo185A4hoWxDJDViUj74Ax0Hj4ZRpLOfjiXjU0iN5GjJtVO\nuo361fUj+S6T9hJWid2zbfFj/Vaei2kzxI6i+wIDAQABAoIBAASEXSbCa5PKyF5s\nJkpMOgYY6FuXUnZTFAYzaGpFRsC6699NC6IeuGw/Kpw4QLhqj939+uQL69DC6v00\nj4Si1U31aB56NeaUjOAvnWNXXv0hHrwJd1UBrJdazdDFvfLxvon1rD00qfn6ZoiZ\n0QzgEryjHAG7L7tu3YPK3/FZumx/5YpHr1w7Oy5+ARuGB6Mfy1zX0SWl1Y6rGKPa\n+WCZN0Qnfxb6KgNIKsJKlk7HWfWytkPinD+Eh2Srf/giUEqG4zgUls0tAhfQulho\nuuktswmpJCzUUYUPMa2x0L82OOp9dNVcgekguZcXb+t/P1Rf2ThsKdP/Dacx2xbJ\n1eQaRcECgYEAyfW6RrVzDVUD1RNwi1BEDFnZKEmnR/A5MtAIdD9cJxIcmTE5kMs/\numikY/0xsCrS6oDqKlka/2VOiV/Yptac1TQd8IDpIGTnnMJv1UN0ZcaRgj7gomZq\nMhg3fmEkpHjjbBJfAizj3SPtZc23a2CFjlAEi/MW84tOpviG9jdOByECgYEAwlPG\nwdT9ZZxdPnVwwBUWGBRbjF1IUWNMFdOqnoYgCZsYe8Cql/ODGDvPEQFen2mJGkI1\nh9VJlJ0wIqeG9rEbcD/EE127Nbf63A9jgrzNAD5P4U3/sDrghondxnFdoudU0UmU\nOYLXfl21rZtV585ElUgdh3Ew7IBqCLkTM+HQEpsCgYEAhLmnB90rlXFvqVKzPfss\nHWnW2zE8bHylOo2ZYLxbFZpDjTHagRvx79HhZ4z4YKxkHJVITzhsE7hCWunQeiTE\nwSEVI/+0NgPaax0lXeSM1G4hJpWoD1J7LBzaK4YwDJ8d5uJT6hwSTDzWQXdmuXyf\niR1xP4AsbzX4JKdkGt/RucECgYA8yeIx/kOqRoiwoiI8JBx+OdgNh5y4wPwrE8Sa\nxFA/UQIOrE1xLR7ENOloY2pLKcNWsIF4VVMoJyfIn2lLwElaCsh2WmrWug/CSRoS\n6qaiPdvVGgYzBaf4ziXPDuWAsSbKNV8lwnVQtVXA0gfEdLTlkeKS3Oi2AtGomuST\n5T6mowKBgQDDE01cpNVnQNkvTX/mFGgVVsSAphIvxa7f1U8krcvfLx1qGJIG+N3B\nc3kEKylHpzgCrFI+H44vFHXoEIP+ZnxP3j9oBpmgJOgqaFZwaWkuNBu1RdEJ4ydH\nS7Y9J0lX5vNR0d2smR7YiPgEeOxPLfDulLDIedV8wLB03DDoh+GUHA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'08647ede6dcd46638740d6913faacb1b', 'name': u'singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'created_at': '2018-09-02T22:44:54.222794', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'15e13ff72de14989857a8d8bb6ee34f4', 'name': 'singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'29:94:4e:5a:3e:2f:aa:09:44:bb:6a:b6:03:00:c4:06', 'type': 'ssh', 'id': u'singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c'}) 2018-09-02 22:44:54,223 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAmU5OofLJilJ7dBIf4IQWDNm/Gt67Jbj8lw8P/7Gm6Ulkpyom VfRnzQmGvwVLhe/dEvATW/s1hInX+qMpY5wIDzUsIbeqMnAV1veXZLlhxfJ1nSBl nTu8yfZYPOzfWGLU39AI3ch5ybHZa9Q0U2fA/TIQ0NRP5D0cD24iO+E2hJ9Q6uBO ZWWh+Ew1iybqxSCreaGMJWiqfrGasjtB6Tnio8NdqHqhDHkeAUxtWoZVSWlnV/zY xvSsj+/XmNguaYREyRo185A4hoWxDJDViUj74Ax0Hj4ZRpLOfjiXjU0iN5GjJtVO uo361fUj+S6T9hJWid2zbfFj/Vaei2kzxI6i+wIDAQABAoIBAASEXSbCa5PKyF5s JkpMOgYY6FuXUnZTFAYzaGpFRsC6699NC6IeuGw/Kpw4QLhqj939+uQL69DC6v00 j4Si1U31aB56NeaUjOAvnWNXXv0hHrwJd1UBrJdazdDFvfLxvon1rD00qfn6ZoiZ 0QzgEryjHAG7L7tu3YPK3/FZumx/5YpHr1w7Oy5+ARuGB6Mfy1zX0SWl1Y6rGKPa +WCZN0Qnfxb6KgNIKsJKlk7HWfWytkPinD+Eh2Srf/giUEqG4zgUls0tAhfQulho uuktswmpJCzUUYUPMa2x0L82OOp9dNVcgekguZcXb+t/P1Rf2ThsKdP/Dacx2xbJ 1eQaRcECgYEAyfW6RrVzDVUD1RNwi1BEDFnZKEmnR/A5MtAIdD9cJxIcmTE5kMs/ umikY/0xsCrS6oDqKlka/2VOiV/Yptac1TQd8IDpIGTnnMJv1UN0ZcaRgj7gomZq Mhg3fmEkpHjjbBJfAizj3SPtZc23a2CFjlAEi/MW84tOpviG9jdOByECgYEAwlPG wdT9ZZxdPnVwwBUWGBRbjF1IUWNMFdOqnoYgCZsYe8Cql/ODGDvPEQFen2mJGkI1 h9VJlJ0wIqeG9rEbcD/EE127Nbf63A9jgrzNAD5P4U3/sDrghondxnFdoudU0UmU OYLXfl21rZtV585ElUgdh3Ew7IBqCLkTM+HQEpsCgYEAhLmnB90rlXFvqVKzPfss HWnW2zE8bHylOo2ZYLxbFZpDjTHagRvx79HhZ4z4YKxkHJVITzhsE7hCWunQeiTE wSEVI/+0NgPaax0lXeSM1G4hJpWoD1J7LBzaK4YwDJ8d5uJT6hwSTDzWQXdmuXyf iR1xP4AsbzX4JKdkGt/RucECgYA8yeIx/kOqRoiwoiI8JBx+OdgNh5y4wPwrE8Sa xFA/UQIOrE1xLR7ENOloY2pLKcNWsIF4VVMoJyfIn2lLwElaCsh2WmrWug/CSRoS 6qaiPdvVGgYzBaf4ziXPDuWAsSbKNV8lwnVQtVXA0gfEdLTlkeKS3Oi2AtGomuST 5T6mowKBgQDDE01cpNVnQNkvTX/mFGgVVsSAphIvxa7f1U8krcvfLx1qGJIG+N3B c3kEKylHpzgCrFI+H44vFHXoEIP+ZnxP3j9oBpmgJOgqaFZwaWkuNBu1RdEJ4ydH S7Y9J0lX5vNR0d2smR7YiPgEeOxPLfDulLDIedV8wLB03DDoh+GUHA== -----END RSA PRIVATE KEY----- 2018-09-02 22:44:54,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 22:44:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"security_group": {"name": "singlevm2-sg_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-02 22:44:54,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-742ac3ae-c793-4e49-b01a-129373c42294 Date: Sun, 02 Sep 2018 22:44:54 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:54Z", "updated_at": "2018-09-02T22:44:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "254ff158-69c6-44d0-a0e4-3896ddf62737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "690ed9ef-4d23-4f24-a58e-4e40c67faa49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 1, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "name": "singlevm2-sg_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}} 2018-09-02 22:44:54,696 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-742ac3ae-c793-4e49-b01a-129373c42294 2018-09-02 22:44:54,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.470324993134s 2018-09-02 22:44:54,697 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-742ac3ae-c793-4e49-b01a-129373c42294 2018-09-02 22:44:54,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 22:44:54,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:55,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-465f9cce-10b4-446b-a764-98da52e29a62 Date: Sun, 02 Sep 2018 22:44:55 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:54Z", "updated_at": "2018-09-02T22:44:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "254ff158-69c6-44d0-a0e4-3896ddf62737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "690ed9ef-4d23-4f24-a58e-4e40c67faa49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 1, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "name": "singlevm2-sg_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}, {"description": "Default security group", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:43Z", "updated_at": "2018-09-02T22:44:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "818a0b7e-0e4f-4f65-afea-2a61432bc995", "remote_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "a11bab1d-7f40-4b81-ae33-40fa4142167c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "a676ae0f-b3fe-4825-a715-7f9c0e67b379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "e0994211-9bf6-4316-95a6-4dfc5b1c0e11", "remote_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 1, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "name": "default"}]} 2018-09-02 22:44:55,062 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-465f9cce-10b4-446b-a764-98da52e29a62 2018-09-02 22:44:55,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.361824035645s 2018-09-02 22:44:55,063 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-465f9cce-10b4-446b-a764-98da52e29a62 2018-09-02 22:44:55,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 22:44:55,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -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": "7b86eb40-4234-468c-95dc-f0a7a911a2fe"}}' 2018-09-02 22:44:55,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-41061b41-2d5e-4941-b528-8dafae3ae510 Date: Sun, 02 Sep 2018 22:44:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-09-02T22:44:55Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "port_range_min": 22, "revision_number": 0, "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:55Z", "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "4afc0eef-8c37-4b70-9cf9-230d9fe2b6d9"}} 2018-09-02 22:44:55,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-41061b41-2d5e-4941-b528-8dafae3ae510 2018-09-02 22:44:55,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.464531898499s 2018-09-02 22:44:55,532 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-41061b41-2d5e-4941-b528-8dafae3ae510 2018-09-02 22:44:55,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 22:44:55,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:55,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-bee5b688-41e2-4287-b155-004acf40e86a Date: Sun, 02 Sep 2018 22:44:55 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:54Z", "updated_at": "2018-09-02T22:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "254ff158-69c6-44d0-a0e4-3896ddf62737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T22:44:55Z", "revision_number": 0, "id": "4afc0eef-8c37-4b70-9cf9-230d9fe2b6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:55Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "690ed9ef-4d23-4f24-a58e-4e40c67faa49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 2, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "name": "singlevm2-sg_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}, {"description": "Default security group", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:43Z", "updated_at": "2018-09-02T22:44:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "818a0b7e-0e4f-4f65-afea-2a61432bc995", "remote_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "a11bab1d-7f40-4b81-ae33-40fa4142167c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "a676ae0f-b3fe-4825-a715-7f9c0e67b379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "e0994211-9bf6-4316-95a6-4dfc5b1c0e11", "remote_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 1, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "name": "default"}]} 2018-09-02 22:44:55,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-bee5b688-41e2-4287-b155-004acf40e86a 2018-09-02 22:44:55,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0895960330963s 2018-09-02 22:44:55,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-bee5b688-41e2-4287-b155-004acf40e86a 2018-09-02 22:44:55,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 22:44:55,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -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": "7b86eb40-4234-468c-95dc-f0a7a911a2fe"}}' 2018-09-02 22:44:55,809 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-afcf5e22-cd62-416c-9f80-90982ad4d192 Date: Sun, 02 Sep 2018 22:44:55 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-09-02T22:44:55Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "port_range_min": null, "revision_number": 0, "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:55Z", "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "8a5ce0e2-a68d-4114-9610-1d4d91d19f9b"}} 2018-09-02 22:44:55,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-afcf5e22-cd62-416c-9f80-90982ad4d192 2018-09-02 22:44:55,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.182861804962s 2018-09-02 22:44:55,810 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.35:9696/v2.0/security-group-rules.json used request id req-afcf5e22-cd62-416c-9f80-90982ad4d192 2018-09-02 22:44:55,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:44:55,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:56,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-f7d4d6cd-5307-4dce-a3a4-8fc05f7cd02a Date: Sun, 02 Sep 2018 22:44: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":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7c509366-f19b-48fb-a608-0f20f8eb8361"],"updated_at":"2018-09-02T22:44:44Z","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"15e13ff72de14989857a8d8bb6ee34f4","id":"5bf06736-9337-44fc-9f7a-336b043b3d16","name":"singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:44:56,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f7d4d6cd-5307-4dce-a3a4-8fc05f7cd02a 2018-09-02 22:44:56,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355087995529s 2018-09-02 22:44:56,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-f7d4d6cd-5307-4dce-a3a4-8fc05f7cd02a 2018-09-02 22:44:56,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:44:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:56,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0fa1f75a-6b6b-4ae6-aac5-19c0141d4d0a Date: Sun, 02 Sep 2018 22:44:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:44:51Z", "file": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file", "owner": "15e13ff72de14989857a8d8bb6ee34f4", "id": "27f4b974-f17b-4b48-b184-ba0f3159a390", "size": 12716032, "self": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:44:50Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:44:56,479 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0fa1f75a-6b6b-4ae6-aac5-19c0141d4d0a 2018-09-02 22:44:56,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308115005493s 2018-09-02 22:44:56,480 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-0fa1f75a-6b6b-4ae6-aac5-19c0141d4d0a 2018-09-02 22:44:56,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 22:44:56,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:44:56,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:44: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-a6eaed31-37e1-4856-9653-f20eff4fa942 x-compute-request-id: req-a6eaed31-37e1-4856-9653-f20eff4fa942 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "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": "a22b7b92-1247-459e-ac00-5af0a73490cb"}]} 2018-09-02 22:44:56,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-a6eaed31-37e1-4856-9653-f20eff4fa942 2018-09-02 22:44:56,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.139706134796s 2018-09-02 22:44:56,622 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-a6eaed31-37e1-4856-9653-f20eff4fa942 2018-09-02 22:44:56,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 22:44:56,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"server": {"name": "singlevm2-vm_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "imageRef": "27f4b974-f17b-4b48-b184-ba0f3159a390", "key_name": "singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "flavorRef": "a22b7b92-1247-459e-ac00-5af0a73490cb", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5bf06736-9337-44fc-9f7a-336b043b3d16"}], "security_groups": [{"name": "7b86eb40-4234-468c-95dc-f0a7a911a2fe"}]}}' 2018-09-02 22:45:00,309 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:44: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-3267e432-ca4a-43a3-a903-4640842475e5 x-compute-request-id: req-3267e432-ca4a-43a3-a903-4640842475e5 Content-Length: 403 location: http://172.30.9.35:8774/v2.1/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "7b86eb40-4234-468c-95dc-f0a7a911a2fe"}], "OS-DCF:diskConfig": "MANUAL", "id": "a08b5a47-93a5-4667-9bf5-2ea33333bb99", "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99", "rel": "bookmark"}], "adminPass": "EJAdMBtsUcF2"}} 2018-09-02 22:45:00,309 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-3267e432-ca4a-43a3-a903-4640842475e5 2018-09-02 22:45:00,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.68603110313s 2018-09-02 22:45:00,310 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.35:8774/v2.1/servers used request id req-3267e432-ca4a-43a3-a903-4640842475e5 2018-09-02 22:45:00,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:45:00,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:01,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:45: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-dd5365fa-15e1-4446-8b56-c659515086d0 x-compute-request-id: req-dd5365fa-15e1-4446-8b56-c659515086d0 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99", "rel": "bookmark"}], "image": {"id": "27f4b974-f17b-4b48-b184-ba0f3159a390", "links": [{"href": "http://172.30.9.35:8774/images/27f4b974-f17b-4b48-b184-ba0f3159a390", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a22b7b92-1247-459e-ac00-5af0a73490cb", "links": [{"href": "http://172.30.9.35:8774/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "rel": "bookmark"}]}, "id": "a08b5a47-93a5-4667-9bf5-2ea33333bb99", "user_id": "08647ede6dcd46638740d6913faacb1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T22:45:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "name": "singlevm2-vm_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "created": "2018-09-02T22:45:00Z", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:45:01,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-dd5365fa-15e1-4446-8b56-c659515086d0 2018-09-02 22:45:01,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784132957458s 2018-09-02 22:45:01,095 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-dd5365fa-15e1-4446-8b56-c659515086d0 2018-09-02 22:45:01,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:45:01,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:01,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-36e687b2-8541-4207-9897-98006f496778 Date: Sun, 02 Sep 2018 22:45: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":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7c509366-f19b-48fb-a608-0f20f8eb8361"],"updated_at":"2018-09-02T22:44:44Z","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"15e13ff72de14989857a8d8bb6ee34f4","id":"5bf06736-9337-44fc-9f7a-336b043b3d16","name":"singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:45:01,434 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-36e687b2-8541-4207-9897-98006f496778 2018-09-02 22:45:01,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.332495927811s 2018-09-02 22:45:01,434 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-36e687b2-8541-4207-9897-98006f496778 2018-09-02 22:45:01,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:45:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:01,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-f2eb056d-d00b-4860-bc33-c87ff4b02c31 Date: Sun, 02 Sep 2018 22:45:01 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bf06736-9337-44fc-9f7a-336b043b3d16","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:44:44Z","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":"15e13ff72de14989857a8d8bb6ee34f4","id":"7c509366-f19b-48fb-a608-0f20f8eb8361","subnetpool_id":null,"name":"singlevm2-subnet_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:45:01,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-f2eb056d-d00b-4860-bc33-c87ff4b02c31 2018-09-02 22:45:01,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0418570041656s 2018-09-02 22:45:01,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-f2eb056d-d00b-4860-bc33-c87ff4b02c31 2018-09-02 22:45:01,478 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 22:45:03,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 22:45:03,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:04,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74d43da5-142d-4c7d-829d-95bd1407797b x-compute-request-id: req-74d43da5-142d-4c7d-829d-95bd1407797b Content-Encoding: gzip Content-Length: 591 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.35:8774/v2.1/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99", "rel": "self"}, {"href": "http://172.30.9.35:8774/servers/a08b5a47-93a5-4667-9bf5-2ea33333bb99", "rel": "bookmark"}], "image": {"id": "27f4b974-f17b-4b48-b184-ba0f3159a390", "links": [{"href": "http://172.30.9.35:8774/images/27f4b974-f17b-4b48-b184-ba0f3159a390", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a22b7b92-1247-459e-ac00-5af0a73490cb", "links": [{"href": "http://172.30.9.35:8774/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "rel": "bookmark"}]}, "id": "a08b5a47-93a5-4667-9bf5-2ea33333bb99", "user_id": "08647ede6dcd46638740d6913faacb1b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-09-02T22:45:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "name": "singlevm2-vm_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "created": "2018-09-02T22:45:00Z", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 22:45:04,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-74d43da5-142d-4c7d-829d-95bd1407797b 2018-09-02 22:45:04,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11950516701s 2018-09-02 22:45:04,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/servers/detail used request id req-74d43da5-142d-4c7d-829d-95bd1407797b 2018-09-02 22:45:04,605 - functest.core.singlevm - ERROR - Cannot run singlevm2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 427, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 199, in boot_vm timeout=self.create_server_timeout, wait=True, **kwargs) File "", line 2, in create_server File "/usr/lib/python2.7/site-packages/shade/_utils.py", line 410, in func_wrapper return func(*args, **kwargs) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6876, in create_server nat_destination=nat_destination, File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6919, in wait_for_server nat_destination=nat_destination) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6936, in get_active_server "Error in creating the server", extra_data=dict(server=server)) OpenStackCloudException: ('Error in creating the server', "Extra: {'server': Munch({'vm_state': u'error', u'OS-EXT-STS:task_state': None, 'addresses': Munch({}), 'terminated_at': None, 'image': Munch({u'id': u'27f4b974-f17b-4b48-b184-ba0f3159a390'}), u'OS-EXT-AZ:availability_zone': u'', u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, 'flavor': Munch({u'id': u'a22b7b92-1247-459e-ac00-5af0a73490cb'}), 'az': u'', 'id': u'a08b5a47-93a5-4667-9bf5-2ea33333bb99', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'08647ede6dcd46638740d6913faacb1b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'15e13ff72de14989857a8d8bb6ee34f4', 'name': 'singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'domain_name': 'Default'}), 'zone': u'', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 0, 'public_v4': '', 'progress': 0, u'OS-EXT-STS:power_state': 0, 'interface_ip': '', 'launched_at': None, 'metadata': Munch({}), 'status': u'ERROR', 'updated': u'2018-09-02T22:45:01Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'public_v6': '', 'private_v4': '', 'cloud': 'envvars', 'host_id': u'', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-SRV-USG:terminated_at': None, u'OS-DCF:diskConfig': u'MANUAL', u'os-extended-volumes:volumes_attached': [], u'OS-EXT-STS:vm_state': u'error', u'OS-SRV-USG:launched_at': None, u'OS-EXT-STS:power_state': 0, u'OS-EXT-AZ:availability_zone': u''}), 'project_id': u'15e13ff72de14989857a8d8bb6ee34f4', 'name': u'singlevm2-vm_7c3b73e6-9deb-4fc1-ba91-366c9efad56c', 'adminPass': None, 'tenant_id': u'15e13ff72de14989857a8d8bb6ee34f4', 'created_at': u'2018-09-02T22:45:00Z', 'created': u'2018-09-02T22:45:00Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-09-02 22:45:04,714 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 22:45:04,714 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:22 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-02 22:45:04,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 22:45:04,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:05,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-9f85bc13-e880-4d4d-8a20-46820ff28881 Date: Sun, 02 Sep 2018 22:45:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:54Z", "updated_at": "2018-09-02T22:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "254ff158-69c6-44d0-a0e4-3896ddf62737", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T22:44:55Z", "revision_number": 0, "id": "4afc0eef-8c37-4b70-9cf9-230d9fe2b6d9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:55Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": 22, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:54Z", "revision_number": 0, "id": "690ed9ef-4d23-4f24-a58e-4e40c67faa49", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:54Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:55Z", "revision_number": 0, "id": "8a5ce0e2-a68d-4114-9610-1d4d91d19f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:55Z", "security_group_id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 3, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "7b86eb40-4234-468c-95dc-f0a7a911a2fe", "name": "singlevm2-sg_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}, {"description": "Default security group", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:43Z", "updated_at": "2018-09-02T22:44:43Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "818a0b7e-0e4f-4f65-afea-2a61432bc995", "remote_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "a11bab1d-7f40-4b81-ae33-40fa4142167c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "a676ae0f-b3fe-4825-a715-7f9c0e67b379", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv4", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T22:44:43Z", "revision_number": 0, "id": "e0994211-9bf6-4316-95a6-4dfc5b1c0e11", "remote_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "remote_ip_prefix": null, "created_at": "2018-09-02T22:44:43Z", "security_group_id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "port_range_min": null, "ethertype": "IPv6", "project_id": "15e13ff72de14989857a8d8bb6ee34f4"}], "revision_number": 1, "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "9e69cd57-7f8b-40b7-8bab-f0be827c7df0", "name": "default"}]} 2018-09-02 22:45:05,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9f85bc13-e880-4d4d-8a20-46820ff28881 2018-09-02 22:45:05,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.322057008743s 2018-09-02 22:45:05,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/security-groups.json used request id req-9f85bc13-e880-4d4d-8a20-46820ff28881 2018-09-02 22:45:05,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 22:45:05,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/security-groups/7b86eb40-4234-468c-95dc-f0a7a911a2fe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:05,671 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-51f1ae65-fbca-4197-a661-e99812287f88 Content-Length: 0 Date: Sun, 02 Sep 2018 22:45:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:45:05,671 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/7b86eb40-4234-468c-95dc-f0a7a911a2fe.json used request id req-51f1ae65-fbca-4197-a661-e99812287f88 2018-09-02 22:45:05,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.624050855637s 2018-09-02 22:45:05,671 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/security-groups/7b86eb40-4234-468c-95dc-f0a7a911a2fe.json used request id req-51f1ae65-fbca-4197-a661-e99812287f88 2018-09-02 22:45:05,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 22:45:05,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/os-keypairs/singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:05,757 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:45:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ed55dc2f-6a9a-4829-ae48-b686693984dd x-compute-request-id: req-ed55dc2f-6a9a-4829-ae48-b686693984dd Content-Length: 0 Content-Type: application/json 2018-09-02 22:45:05,757 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c used request id req-ed55dc2f-6a9a-4829-ae48-b686693984dd 2018-09-02 22:45:05,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0849668979645s 2018-09-02 22:45:05,757 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/os-keypairs/singlevm2-kp_7c3b73e6-9deb-4fc1-ba91-366c9efad56c used request id req-ed55dc2f-6a9a-4829-ae48-b686693984dd 2018-09-02 22:45:05,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 22:45:05,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d/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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" -d '{"subnet_id": "7c509366-f19b-48fb-a608-0f20f8eb8361"}' 2018-09-02 22:45:07,941 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-22999baf-f082-4c20-8dc9-d46bf69b1756 Date: Sun, 02 Sep 2018 22:45:07 GMT RESP BODY: {"network_id": "5bf06736-9337-44fc-9f7a-336b043b3d16", "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "subnet_id": "7c509366-f19b-48fb-a608-0f20f8eb8361", "subnet_ids": ["7c509366-f19b-48fb-a608-0f20f8eb8361"], "port_id": "e4c54ab4-be5d-44d8-9698-4b46e0114b5d", "id": "21b8e896-d6de-4762-a35a-34408c2bba0d"} 2018-09-02 22:45:07,942 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d/remove_router_interface.json used request id req-22999baf-f082-4c20-8dc9-d46bf69b1756 2018-09-02 22:45:07,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.18399691582s 2018-09-02 22:45:07,942 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d/remove_router_interface.json used request id req-22999baf-f082-4c20-8dc9-d46bf69b1756 returning object 21b8e896-d6de-4762-a35a-34408c2bba0d 2018-09-02 22:45:07,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 22:45:07,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:08,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-d2b309b5-4729-4af6-ab1b-e1af37140574 Date: Sun, 02 Sep 2018 22:45:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "2cea22db-39be-4fdd-be77-f16eed333608", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5d6bc9f5-1a0d-4262-a898-04220b8f5a0a", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "15e13ff72de14989857a8d8bb6ee34f4", "created_at": "2018-09-02T22:44:45Z", "admin_state_up": true, "updated_at": "2018-09-02T22:45:07Z", "revision_number": 4, "routes": [], "project_id": "15e13ff72de14989857a8d8bb6ee34f4", "id": "21b8e896-d6de-4762-a35a-34408c2bba0d", "name": "singlevm2-router_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:45:08,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d2b309b5-4729-4af6-ab1b-e1af37140574 2018-09-02 22:45:08,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.514782905579s 2018-09-02 22:45:08,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/routers.json used request id req-d2b309b5-4729-4af6-ab1b-e1af37140574 2018-09-02 22:45:08,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 22:45:08,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:10,436 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-991e8df3-b64d-4c8c-93d1-c59fa1d60d03 Content-Length: 0 Date: Sun, 02 Sep 2018 22:45:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:45:10,436 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d.json used request id req-991e8df3-b64d-4c8c-93d1-c59fa1d60d03 2018-09-02 22:45:10,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.97737908363s 2018-09-02 22:45:10,437 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/routers/21b8e896-d6de-4762-a35a-34408c2bba0d.json used request id req-991e8df3-b64d-4c8c-93d1-c59fa1d60d03 2018-09-02 22:45:10,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 22:45:10,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:10,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-55b701bd-6e36-4d54-a50e-49ecfeb7e0c2 Date: Sun, 02 Sep 2018 22:45:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bf06736-9337-44fc-9f7a-336b043b3d16","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T22:44:44Z","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":"15e13ff72de14989857a8d8bb6ee34f4","id":"7c509366-f19b-48fb-a608-0f20f8eb8361","subnetpool_id":null,"name":"singlevm2-subnet_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:45:10,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-55b701bd-6e36-4d54-a50e-49ecfeb7e0c2 2018-09-02 22:45:10,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0447459220886s 2018-09-02 22:45:10,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/subnets.json used request id req-55b701bd-6e36-4d54-a50e-49ecfeb7e0c2 2018-09-02 22:45:10,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 22:45:10,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/subnets/7c509366-f19b-48fb-a608-0f20f8eb8361.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:12,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7fc2c2ee-5a3a-4360-8bb7-263abc253070 Date: Sun, 02 Sep 2018 22:45:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:45:12,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/7c509366-f19b-48fb-a608-0f20f8eb8361.json used request id req-7fc2c2ee-5a3a-4360-8bb7-263abc253070 2018-09-02 22:45:12,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.49282884598s 2018-09-02 22:45:12,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/subnets/7c509366-f19b-48fb-a608-0f20f8eb8361.json used request id req-7fc2c2ee-5a3a-4360-8bb7-263abc253070 2018-09-02 22:45:12,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 22:45:12,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:13,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-ee157e4c-3bdf-455c-b1bb-5a5e96a0f4ba Date: Sun, 02 Sep 2018 22:45:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5d6bc9f5-1a0d-4262-a898-04220b8f5a0a"],"updated_at":"2018-09-02T22:38:35Z","tenant_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","created_at":"2018-09-02T22:38:28Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"e2b5b3c52f7a4dd4bdfa81fb09be38b2","id":"2cea22db-39be-4fdd-be77-f16eed333608","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-09-02T22:45:12Z","tenant_id":"15e13ff72de14989857a8d8bb6ee34f4","created_at":"2018-09-02T22:44:43Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"15e13ff72de14989857a8d8bb6ee34f4","id":"5bf06736-9337-44fc-9f7a-336b043b3d16","name":"singlevm2-net_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}]} 2018-09-02 22:45:13,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-ee157e4c-3bdf-455c-b1bb-5a5e96a0f4ba 2018-09-02 22:45:13,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0938940048218s 2018-09-02 22:45:13,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.35:9696/v2.0/networks.json used request id req-ee157e4c-3bdf-455c-b1bb-5a5e96a0f4ba 2018-09-02 22:45:13,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 22:45:13,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9696/v2.0/networks/5bf06736-9337-44fc-9f7a-336b043b3d16.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:14,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90714879-abec-4fe4-a9f1-51bba8c08e3d Date: Sun, 02 Sep 2018 22:45:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 22:45:14,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/5bf06736-9337-44fc-9f7a-336b043b3d16.json used request id req-90714879-abec-4fe4-a9f1-51bba8c08e3d 2018-09-02 22:45:14,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.55021905899s 2018-09-02 22:45:14,623 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.35:9696/v2.0/networks/5bf06736-9337-44fc-9f7a-336b043b3d16.json used request id req-90714879-abec-4fe4-a9f1-51bba8c08e3d 2018-09-02 22:45:14,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 22:45:14,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:15,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-83a864d7-266c-489f-aeec-623e24461140 Date: Sun, 02 Sep 2018 22:45:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T22:44:51Z", "file": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390/file", "owner": "15e13ff72de14989857a8d8bb6ee34f4", "id": "27f4b974-f17b-4b48-b184-ba0f3159a390", "size": 12716032, "self": "/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://b70a7dd8-90e8-4f61-84d9-4b3d7f85fcf8/images/27f4b974-f17b-4b48-b184-ba0f3159a390/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T22:44:50Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 22:45:15,406 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-83a864d7-266c-489f-aeec-623e24461140 2018-09-02 22:45:15,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.779103040695s 2018-09-02 22:45:15,407 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.35:9292/v2/images used request id req-83a864d7-266c-489f-aeec-623e24461140 2018-09-02 22:45:15,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 22:45:15,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3ff5fb6baf3e1d2a696b50ac770b0e7b7e7de31d" 2018-09-02 22:45:16,901 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40830496-d99c-4736-8acb-59341f9b877e Date: Sun, 02 Sep 2018 22:45:16 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-09-02 22:45:16,902 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390 used request id req-40830496-d99c-4736-8acb-59341f9b877e 2018-09-02 22:45:16,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.49302601814s 2018-09-02 22:45:16,902 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.35:9292/v2/images/27f4b974-f17b-4b48-b184-ba0f3159a390 used request id req-40830496-d99c-4736-8acb-59341f9b877e 2018-09-02 22:45:16,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 22:45:16,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:16,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0bff5201-c901-4628-982d-3a73f4e57e9f x-compute-request-id: req-0bff5201-c901-4628-982d-3a73f4e57e9f Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": [{"href": "http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "rel": "self"}, {"href": "http://172.30.9.35:8774/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb", "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": "a22b7b92-1247-459e-ac00-5af0a73490cb"}]} 2018-09-02 22:45:16,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-0bff5201-c901-4628-982d-3a73f4e57e9f 2018-09-02 22:45:16,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0237441062927s 2018-09-02 22:45:16,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.35:8774/v2.1/flavors/detail?is_public=None used request id req-0bff5201-c901-4628-982d-3a73f4e57e9f 2018-09-02 22:45:16,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 22:45:16,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:17,073 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 22:45:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23cdc958-f671-41c5-9e91-0514c9e54231 x-compute-request-id: req-23cdc958-f671-41c5-9e91-0514c9e54231 Content-Length: 0 Content-Type: application/json 2018-09-02 22:45:17,073 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb used request id req-23cdc958-f671-41c5-9e91-0514c9e54231 2018-09-02 22:45:17,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.144878149033s 2018-09-02 22:45:17,073 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.35:8774/v2.1/flavors/a22b7b92-1247-459e-ac00-5af0a73490cb used request id req-23cdc958-f671-41c5-9e91-0514c9e54231 2018-09-02 22:45:17,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:45:17,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:17,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd11867a-8f8b-4116-91cb-2f025923a352 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": {"self": "http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "08647ede6dcd46638740d6913faacb1b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.35:5000/v3/users/4276ce68323340a2aef54d4c8601def3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4276ce68323340a2aef54d4c8601def3", "email": "admin@example.com", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.35:5000/v3/users/4a903d2ad1554ec1a62f79e8eec82792"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4a903d2ad1554ec1a62f79e8eec82792", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.35:5000/v3/users/586d1ce3d3174e9e9fa442d2c223c663"}, "domain_id": "default", "enabled": true, "options": {}, "id": "586d1ce3d3174e9e9fa442d2c223c663", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.35:5000/v3/users/6f19d894049c4b74b4fe0f79d516f562"}, "domain_id": "default", "enabled": true, "options": {}, "id": "6f19d894049c4b74b4fe0f79d516f562", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.35:5000/v3/users/7327a960ccc84175b41495e42c2c6492"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7327a960ccc84175b41495e42c2c6492", "email": "panko@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.35:5000/v3/users/8cc8ba7e04204ff8937d8d36a64c7d5e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8cc8ba7e04204ff8937d8d36a64c7d5e", "email": "cinder@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.35:5000/v3/users/a252382468ea4a79a5325a461d23b3b9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a252382468ea4a79a5325a461d23b3b9", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.35:5000/v3/users/a5a64ee1705f48e7b6c24445f79f129c"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a5a64ee1705f48e7b6c24445f79f129c", "email": "swift@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.35:5000/v3/users/b54bd9ba790a4925825f668185ca6cab"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b54bd9ba790a4925825f668185ca6cab", "email": "heat@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.35:5000/v3/users/be0b1176f4db481092e68bb38ff3ded9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "be0b1176f4db481092e68bb38ff3ded9", "email": "placement@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.35:5000/v3/users/cca9c143ee1e413dba4ef0d8bab36995"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cca9c143ee1e413dba4ef0d8bab36995", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.35:5000/v3/users/d8aa7de0004d434499565c2d9411d3bd"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d8aa7de0004d434499565c2d9411d3bd", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.35:5000/v3/users/db6913830a5245f3a2a8446764d9cac6"}, "domain_id": "5af5f54e28f24e6f92170b4e6f12376b", "enabled": true, "options": {}, "id": "db6913830a5245f3a2a8446764d9cac6", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.35:5000/v3/users/f123cedbba6042edbd4208c3a5fc7c95"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f123cedbba6042edbd4208c3a5fc7c95", "email": "heat-cfn@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.35:5000/v3/users", "previous": null, "next": null}} 2018-09-02 22:45:17,281 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-dd11867a-8f8b-4116-91cb-2f025923a352 2018-09-02 22:45:17,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207196950912s 2018-09-02 22:45:17,281 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users used request id req-dd11867a-8f8b-4116-91cb-2f025923a352 2018-09-02 22:45:17,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 22:45:17,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:17,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-daec5ff8-7466-4b60-976f-ba8281b82c95 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_7c3b73e6-9deb-4fc1-ba91-366c9efad56c", "links": {"self": "http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "08647ede6dcd46638740d6913faacb1b", "description": null}} 2018-09-02 22:45:17,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b used request id req-daec5ff8-7466-4b60-976f-ba8281b82c95 2018-09-02 22:45:17,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.225057125092s 2018-09-02 22:45:17,513 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b used request id req-daec5ff8-7466-4b60-976f-ba8281b82c95 2018-09-02 22:45:17,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 22:45:17,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:17,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:45:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-193391b6-bca9-4559-98df-c0b4b212af1b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:45:17,966 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b used request id req-193391b6-bca9-4559-98df-c0b4b212af1b 2018-09-02 22:45:17,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.452596902847s 2018-09-02 22:45:17,966 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/users/08647ede6dcd46638740d6913faacb1b used request id req-193391b6-bca9-4559-98df-c0b4b212af1b 2018-09-02 22:45:17,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 22:45:17,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.35: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}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:18,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 22:45:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a664e530-61f1-46cc-8682-b11a9bc807bf Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.35:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4"}, "tags": [], "enabled": true, "id": "15e13ff72de14989857a8d8bb6ee34f4", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_7c3b73e6-9deb-4fc1-ba91-366c9efad56c"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.35:5000/v3/projects/9507082a471041e1b312eed283ed6608"}, "tags": [], "enabled": true, "id": "9507082a471041e1b312eed283ed6608", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.35:5000/v3/projects/e2b5b3c52f7a4dd4bdfa81fb09be38b2"}, "tags": [], "enabled": true, "id": "e2b5b3c52f7a4dd4bdfa81fb09be38b2", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 22:45:18,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-a664e530-61f1-46cc-8682-b11a9bc807bf 2018-09-02 22:45:18,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191560983658s 2018-09-02 22:45:18,164 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.35:5000/v3/projects used request id req-a664e530-61f1-46cc-8682-b11a9bc807bf 2018-09-02 22:45:18,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 22:45:18,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}8cc55b2894759554a834ecc8d8f2dd5d9f0de132" 2018-09-02 22:45:18,489 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 22:45:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0416a50c-165a-454e-8682-9a16fa648cd8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-09-02 22:45:18,490 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4 used request id req-0416a50c-165a-454e-8682-9a16fa648cd8 2018-09-02 22:45:18,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.320838928223s 2018-09-02 22:45:18,490 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.35:5000/v3/projects/15e13ff72de14989857a8d8bb6ee34f4 used request id req-0416a50c-165a-454e-8682-9a16fa648cd8 2018-09-02 22:45:18,490 - xtesting.ci.run_tests - ERROR - The test case 'singlevm2' failed. 2018-09-02 22:45:18,491 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:10 | PASS | | tenantnetwork2 | functest | healthcheck | 00:08 | PASS | | vmready1 | functest | healthcheck | 00:14 | PASS | | vmready2 | functest | healthcheck | 00:12 | PASS | | singlevm1 | functest | healthcheck | 00:48 | PASS | | singlevm2 | functest | healthcheck | 00:22 | FAIL | | vping_ssh | functest | healthcheck | 00:00 | SKIP | | vping_userdata | functest | healthcheck | 00:00 | SKIP | | cinder_test | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-09-02 22:45:18,504 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-02 22:45:18,564 - paramiko.transport - DEBUG - EOF in transport thread